Trace number 1524208

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.04 1200.33

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S1760652419-100.cnf
MD5SUMf395e669823c1b01b74bf47c7e820b61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.38964
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1524208-1238396763/watcher-1524208-1238396763 -o /tmp/evaluation-result-1524208-1238396763/solver-1524208-1238396763 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524208-1238396763.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.97 0.99 3/69 22372
/proc/meminfo: memFree=1304152/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=2064 CPUtime=0
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 120000 1112338032 2113536 251 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 516 252 70 173 0 341 0

[startup+0.075889 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 22372
/proc/meminfo: memFree=1304152/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=3644 CPUtime=0.06
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 705 0 0 0 6 0 0 0 18 0 1 120000 1112338032 3731456 689 1992294400 134512640 135224549 4294956224 18446744073709551615 134595686 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 911 689 90 173 0 736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3644

[startup+0.102892 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 22372
/proc/meminfo: memFree=1304152/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=3644 CPUtime=0.09
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 729 0 0 0 9 0 0 0 18 0 1 120000 1112338032 3731456 713 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 911 713 90 173 0 736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3644

[startup+0.301909 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 22372
/proc/meminfo: memFree=1304152/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=4436 CPUtime=0.29
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 905 0 0 0 29 0 0 0 19 0 1 120000 1112338032 4542464 889 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 1109 889 90 173 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4436

[startup+0.701944 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 22372
/proc/meminfo: memFree=1304152/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=5624 CPUtime=0.69
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 1226 0 0 0 69 0 0 0 22 0 1 120000 1112338032 5758976 1210 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 1406 1210 90 173 0 1231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5624

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 22373
/proc/meminfo: memFree=1298704/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=6684 CPUtime=1.49
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 1486 0 0 0 149 0 0 0 25 0 1 120000 1112338032 6844416 1470 1992294400 134512640 135224549 4294956224 18446744073709551615 134620516 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 1671 1470 90 173 0 1496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6684

[startup+3.10115 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 22373
/proc/meminfo: memFree=1298256/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=8004 CPUtime=3.09
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 1806 0 0 0 308 1 0 0 25 0 1 120000 1112338032 8196096 1790 1992294400 134512640 135224549 4294956224 18446744073709551615 134595736 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 2001 1790 90 173 0 1826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8004

[startup+6.30143 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 22373
/proc/meminfo: memFree=1295960/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=9456 CPUtime=6.29
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 2148 0 0 0 628 1 0 0 25 0 1 120000 1112338032 9682944 2132 1992294400 134512640 135224549 4294956224 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 2364 2132 90 173 0 2189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9456

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 22373
/proc/meminfo: memFree=1293080/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=12360 CPUtime=12.68
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 2893 0 0 0 1267 1 0 0 25 0 1 120000 1112338032 12656640 2877 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 3090 2877 90 173 0 2915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12360

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 22373
/proc/meminfo: memFree=1287768/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=17244 CPUtime=25.49
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 4106 0 0 0 2546 3 0 0 25 0 1 120000 1112338032 17657856 4090 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 4311 4090 90 173 0 4136 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17244

[startup+51.1014 s]
/proc/loadavg: 1.05 0.99 0.99 2/70 22373
/proc/meminfo: memFree=1279448/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=25688 CPUtime=51.08
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 6217 0 0 0 5103 5 0 0 25 0 1 120000 1112338032 26304512 6168 1992294400 134512640 135224549 4294956224 18446744073709551615 134620516 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 6422 6168 90 173 0 6247 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25688

[startup+102.307 s]
/proc/loadavg: 1.08 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1269528/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=35456 CPUtime=102.27
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 8682 0 0 0 10220 7 0 0 25 0 1 120000 1112338032 36306944 8633 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 8864 8633 90 173 0 8689 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35456

[startup+162.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/70 22373
/proc/meminfo: memFree=1261464/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=43764 CPUtime=162.25
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 10774 0 0 0 16216 9 0 0 25 0 1 120000 1112338032 44814336 10660 1992294400 134512640 135224549 4294956224 18446744073709551615 134619184 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 10941 10660 90 173 0 10766 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43764

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/70 22373
/proc/meminfo: memFree=1252888/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=52212 CPUtime=222.23
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 12917 0 0 0 22212 11 0 0 25 0 1 120000 1112338032 53465088 12803 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 13053 12803 90 173 0 12878 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52212

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1242712/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=62376 CPUtime=282.22
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 15455 0 0 0 28208 14 0 0 25 0 1 120000 1112338032 63873024 15341 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 15594 15341 90 173 0 15419 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 62376

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1236248/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=68712 CPUtime=342.21
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 17068 0 0 0 34205 16 0 0 25 0 1 120000 1112338032 70361088 16954 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 17178 16954 90 173 0 17003 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 68712

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1231320/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=73596 CPUtime=402.19
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 18287 0 0 0 40202 17 0 0 25 0 1 120000 1112338032 75362304 18173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 18399 18173 90 173 0 18224 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 73596

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1222360/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=82572 CPUtime=462.17
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 20542 0 0 0 46197 20 0 0 25 0 1 120000 1112338032 84553728 20428 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 20643 20428 90 173 0 20468 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 82572

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1218584/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=87440 CPUtime=522.16
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 21768 0 0 0 52195 21 0 0 25 0 1 120000 1112338032 89538560 21525 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 21860 21525 90 173 0 21685 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 87440

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1217112/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=88232 CPUtime=582.15
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 21986 0 0 0 58193 22 0 0 25 0 1 120000 1112338032 90349568 21743 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 22058 21743 90 173 0 21883 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 88232

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1207768/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=97604 CPUtime=642.14
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 24313 0 0 0 64190 24 0 0 25 0 1 120000 1112338032 99946496 24070 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 24401 24070 90 173 0 24226 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 97604

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1207704/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=97604 CPUtime=702.12
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 24313 0 0 0 70188 24 0 0 25 0 1 120000 1112338032 99946496 24070 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 24401 24070 90 173 0 24226 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 97604

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1197720/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=107504 CPUtime=762.11
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 26807 0 0 0 76184 27 0 0 25 0 1 120000 1112338032 110084096 26564 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 26876 26564 90 173 0 26701 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 107504

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1197720/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=107504 CPUtime=822.1
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 26807 0 0 0 82183 27 0 0 25 0 1 120000 1112338032 110084096 26564 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 26876 26564 90 173 0 26701 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 107504

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1189592/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=115556 CPUtime=882.08
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 28835 0 0 0 88179 29 0 0 25 0 1 120000 1112338032 118329344 28592 1992294400 134512640 135224549 4294956224 18446744073709551615 134595625 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 28889 28592 90 173 0 28714 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 115556

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1189592/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=115556 CPUtime=942.07
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 28835 0 0 0 94178 29 0 0 25 0 1 120000 1112338032 118329344 28592 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 28889 28592 90 173 0 28714 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 115556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1183512/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=121628 CPUtime=1002.05
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 30372 0 0 0 100174 31 0 0 25 0 1 120000 1112338032 124547072 30129 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 30407 30129 90 173 0 30232 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 121628

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1178584/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=126380 CPUtime=1062.04
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 31570 0 0 0 106171 33 0 0 25 0 1 120000 1112338032 129413120 31327 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 31595 31327 90 173 0 31420 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 126380

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1178648/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=126380 CPUtime=1122.02
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 31570 0 0 0 112169 33 0 0 25 0 1 120000 1112338032 129413120 31327 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 31595 31327 90 173 0 31420 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 126380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1171736/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=133508 CPUtime=1182
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 33357 0 0 0 118166 34 0 0 25 0 1 120000 1112338032 136712192 33114 1992294400 134512640 135224549 4294956224 18446744073709551615 134618679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 33377 33114 90 173 0 33202 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 133508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1164760/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=140108 CPUtime=1200.01
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 35035 0 0 0 119965 36 0 0 25 0 1 100 1112338032 143470592 34792 1992294400 134512640 135224549 4294956224 18446744073709551615 134618668 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 35027 34792 90 173 0 34852 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 140108

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 22373
/proc/meminfo: memFree=1164760/2055920 swapFree=4171840/4192956
[pid=22372] ppid=22370 vsize=140108 CPUtime=1200.01
/proc/22372/stat : 22372 (CirCUs) R 22370 22372 22301 0 -1 4194304 35035 0 0 0 119965 36 0 0 25 0 1 100 1112338032 143470592 34792 1992294400 134512640 135224549 4294956224 18446744073709551615 134618668 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22372/statm: 35027 34792 90 173 0 34852 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 140108

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1199.65
CPU system time (s): 0.386941
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 140108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35035
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= 2358

runsolver used 1.04784 second user time and 3.32849 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-30 09:06:03
IDJOB=1524208
IDBENCH=70323
IDSOLVER=544
FILE ID=node58/1524208-1238396763
PBS_JOBID= 9061387
Free space on /tmp= 66400 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S1760652419-100.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524208-1238396763/watcher-1524208-1238396763 -o /tmp/evaluation-result-1524208-1238396763/solver-1524208-1238396763 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524208-1238396763.cnf -t 1200

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

MD5SUM BENCH= f395e669823c1b01b74bf47c7e820b61
RANDOM SEED=760664714

node58.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.222
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.222
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:       1304568 kB
Buffers:         87708 kB
Cached:         574584 kB
SwapCached:      11044 kB
Active:          81940 kB
Inactive:       592848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1304568 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          17368 kB
Slab:            61984 kB
Committed_AS:  2554160 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-30 09:26:06