Trace number 1524589

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.07 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/540/
unif-k3-r4.25-v540-c2295-S449511205-064.cnf
MD5SUM0527554bf26e85456bf4748c19812747
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524589-1238585372/watcher-1524589-1238585372 -o /tmp/evaluation-result-1524589-1238585372/solver-1524589-1238585372 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524589-1238585372.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25179
/proc/meminfo: memFree=1115248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=1308 CPUtime=0
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 120000 1131202073 1339392 146 1992294400 134512640 135224549 4294956224 18446744073709551615 134584329 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 327 146 74 173 0 152 0

[startup+0.106274 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25179
/proc/meminfo: memFree=1115248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=1704 CPUtime=0.1
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 254 0 0 0 10 0 0 0 18 0 1 120000 1131202073 1744896 238 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 426 238 89 173 0 251 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1704

[startup+0.201285 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25179
/proc/meminfo: memFree=1115248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=1836 CPUtime=0.19
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 279 0 0 0 19 0 0 0 18 0 1 120000 1131202073 1880064 263 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 459 263 89 173 0 284 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1836

[startup+0.301296 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25179
/proc/meminfo: memFree=1115248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=1836 CPUtime=0.29
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 291 0 0 0 29 0 0 0 19 0 1 120000 1131202073 1880064 275 1992294400 134512640 135224549 4294956224 18446744073709551615 134587645 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 459 275 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.70134 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25179
/proc/meminfo: memFree=1115248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=2100 CPUtime=0.69
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 351 0 0 0 69 0 0 0 22 0 1 120000 1131202073 2150400 335 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 525 335 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50143 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1114024/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=2496 CPUtime=1.49
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 459 0 0 0 149 0 0 0 25 0 1 120000 1131202073 2555904 443 1992294400 134512640 135224549 4294956224 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 624 443 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10161 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1113512/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=3156 CPUtime=3.09
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 611 0 0 0 309 0 0 0 25 0 1 120000 1131202073 3231744 595 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 789 595 89 173 0 614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3156

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1112424/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=3948 CPUtime=6.29
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 823 0 0 0 629 0 0 0 25 0 1 120000 1131202073 4042752 807 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 987 807 89 173 0 812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3948

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1110968/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=5404 CPUtime=12.69
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 1165 0 0 0 1269 0 0 0 25 0 1 120000 1131202073 5533696 1149 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 1351 1149 89 173 0 1176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5404

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1109240/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=6868 CPUtime=25.48
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 1545 0 0 0 2547 1 0 0 25 0 1 120000 1131202073 7032832 1529 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 1717 1529 89 173 0 1542 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6868

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1107000/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=9376 CPUtime=51.07
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 2195 0 0 0 5105 2 0 0 25 0 1 120000 1131202073 9601024 2146 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 2344 2146 89 173 0 2169 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9376

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1104312/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=11888 CPUtime=102.27
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 2820 0 0 0 10223 4 0 0 25 0 1 120000 1131202073 12173312 2771 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 2972 2771 89 173 0 2797 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11888

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1102136/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=14276 CPUtime=162.25
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 3432 0 0 0 16220 5 0 0 25 0 1 120000 1131202073 14618624 3318 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 3569 3318 89 173 0 3394 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14276

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1099640/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=16676 CPUtime=222.23
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 4045 0 0 0 22217 6 0 0 25 0 1 120000 1131202073 17076224 3931 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 4169 3931 89 173 0 3994 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16676

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1097912/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=18392 CPUtime=282.21
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 4463 0 0 0 28215 6 0 0 25 0 1 120000 1131202073 18833408 4349 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 4598 4349 89 173 0 4423 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18392

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1096376/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=19852 CPUtime=342.19
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 4835 0 0 0 34212 7 0 0 25 0 1 120000 1131202073 20328448 4721 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 4963 4721 89 173 0 4788 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 19852

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1096312/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=20012 CPUtime=402.17
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 4846 0 0 0 40210 7 0 0 25 0 1 120000 1131202073 20492288 4732 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 5003 4732 89 173 0 4828 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 20012

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1094712/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=21620 CPUtime=462.16
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 5273 0 0 0 46208 8 0 0 25 0 1 120000 1131202073 22138880 5159 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 5405 5159 89 173 0 5230 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 21620

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1092792/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=23988 CPUtime=522.14
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 5883 0 0 0 52205 9 0 0 25 0 1 120000 1131202073 24563712 5640 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 5997 5640 89 173 0 5822 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23988

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1092792/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=23988 CPUtime=582.12
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 5890 0 0 0 58203 9 0 0 25 0 1 120000 1131202073 24563712 5647 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 5997 5647 89 173 0 5822 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 23988

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1090552/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=26288 CPUtime=642.11
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 6439 0 0 0 64201 10 0 0 25 0 1 120000 1131202073 26918912 6196 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 6572 6196 89 173 0 6397 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 26288

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1090616/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=26288 CPUtime=702.09
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 6441 0 0 0 70199 10 0 0 25 0 1 120000 1131202073 26918912 6198 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 6572 6198 89 173 0 6397 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 26288

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1089720/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=27080 CPUtime=762.08
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 6647 0 0 0 76198 10 0 0 25 0 1 120000 1131202073 27729920 6404 1992294400 134512640 135224549 4294956224 18446744073709551615 134632551 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 6770 6404 89 173 0 6595 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 27080

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1088248/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=28572 CPUtime=822.05
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7029 0 0 0 82195 10 0 0 25 0 1 120000 1131202073 29257728 6786 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7143 6786 89 173 0 6968 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 28572

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25180
/proc/meminfo: memFree=1088056/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=28732 CPUtime=882.04
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7060 0 0 0 88193 11 0 0 25 0 1 120000 1131202073 29421568 6817 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7183 6817 89 173 0 7008 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 28732

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1086776/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=30112 CPUtime=942.02
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7396 0 0 0 94191 11 0 0 25 0 1 120000 1131202073 30834688 7153 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7528 7153 89 173 0 7353 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 30112

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1085432/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=31432 CPUtime=1002.01
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7730 0 0 0 100189 12 0 0 25 0 1 120000 1131202073 32186368 7487 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7858 7487 89 173 0 7683 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 31432

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1085432/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=31432 CPUtime=1061.99
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7732 0 0 0 106187 12 0 0 25 0 1 120000 1131202073 32186368 7489 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7858 7489 89 173 0 7683 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 31432

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1085176/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=31772 CPUtime=1121.97
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 7775 0 0 0 112185 12 0 0 25 0 1 120000 1131202073 32534528 7532 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 7943 7532 89 173 0 7768 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 31772

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1082680/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=34288 CPUtime=1181.95
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 8417 0 0 0 118183 12 0 0 25 0 1 120000 1131202073 35110912 8174 1992294400 134512640 135224549 4294956224 18446744073709551615 134630912 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 8572 8174 89 173 0 8397 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 34288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1082616/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=34288 CPUtime=1200.05
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 8417 0 0 0 119993 12 0 0 25 0 1 100 1131202073 35110912 8174 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 8572 8174 89 173 0 8397 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 34288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25182
/proc/meminfo: memFree=1082616/2055920 swapFree=4176924/4192956
[pid=25179] ppid=25177 vsize=34288 CPUtime=1200.05
/proc/25179/stat : 25179 (CirCUs) R 25177 25179 24992 0 -1 4194304 8417 0 0 0 119993 12 0 0 25 0 1 100 1131202073 35110912 8174 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25179/statm: 8572 8174 89 173 0 8397 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 34288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.93
CPU system time (s): 0.135979
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 34288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.93
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 921

runsolver used 1.03584 second user time and 2.75358 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-01 13:29:32
IDJOB=1524589
IDBENCH=70704
IDSOLVER=544
FILE ID=node35/1524589-1238585372
PBS_JOBID= 9062231
Free space on /tmp= 66504 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/540/unif-k3-r4.25-v540-c2295-S449511205-064.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524589-1238585372/watcher-1524589-1238585372 -o /tmp/evaluation-result-1524589-1238585372/solver-1524589-1238585372 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524589-1238585372.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0527554bf26e85456bf4748c19812747
RANDOM SEED=1906532690

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1115744 kB
Buffers:        110660 kB
Cached:         723760 kB
SwapCached:      10140 kB
Active:         316376 kB
Inactive:       529804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1115744 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          17524 kB
Slab:            79996 kB
Committed_AS:  2851220 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node35 at 2009-04-01 13:49:34