Trace number 1524235

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.12 1200.54

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S2082290699-014.cnf
MD5SUMbc18b3dcb5640a3085870d083d959b05
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark180.458
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.19/0.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.23	c Eliminate time :        0.1 

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-1524235-1238403877/watcher-1524235-1238403877 -o /tmp/evaluation-result-1524235-1238403877/solver-1524235-1238403877 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524235-1238403877.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 9272
/proc/meminfo: memFree=1309360/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=2820 CPUtime=0
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 381 0 0 0 0 0 0 0 18 0 1 120000 1113053862 2887680 366 1992294400 134512640 135224549 4294956224 18446744073709551615 134615313 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 738 367 70 173 0 563 0

[startup+0.00789305 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9272
/proc/meminfo: memFree=1309360/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=3084 CPUtime=0
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 442 0 0 0 0 0 0 0 18 0 1 120000 1113053862 3158016 427 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 771 428 70 173 0 596 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3084

[startup+0.101908 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9272
/proc/meminfo: memFree=1309360/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=6512 CPUtime=0.09
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 1376 0 0 0 9 0 0 0 18 0 1 120000 1113053862 6668288 1328 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 1628 1328 70 173 0 1453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6512

[startup+0.301942 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9272
/proc/meminfo: memFree=1309360/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=7820 CPUtime=0.29
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 1762 0 0 0 28 1 0 0 19 0 1 120000 1113053862 8007680 1648 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 1955 1648 90 173 0 1780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7820

[startup+0.702011 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9272
/proc/meminfo: memFree=1309360/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=8484 CPUtime=0.69
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 1925 0 0 0 68 1 0 0 22 0 1 120000 1113053862 8687616 1811 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 2121 1811 90 173 0 1946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8484

[startup+1.50115 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1301864/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=10068 CPUtime=1.49
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 2326 0 0 0 148 1 0 0 25 0 1 120000 1113053862 10309632 2212 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 2517 2212 90 173 0 2342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10068

[startup+3.10143 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1299752/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=12708 CPUtime=3.09
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 2974 0 0 0 307 2 0 0 25 0 1 120000 1113053862 13012992 2860 1992294400 134512640 135224549 4294956224 18446744073709551615 134595598 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 3177 2860 90 173 0 3002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12708

[startup+6.30198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1297512/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=14556 CPUtime=6.29
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 3455 0 0 0 627 2 0 0 25 0 1 120000 1113053862 14905344 3341 1992294400 134512640 135224549 4294956224 18446744073709551615 134618778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 3639 3341 90 173 0 3464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14556

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1293288/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=17460 CPUtime=12.68
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 4160 0 0 0 1266 2 0 0 25 0 1 120000 1113053862 17879040 4046 1992294400 134512640 135224549 4294956224 18446744073709551615 134587774 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 4365 4046 90 173 0 4190 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17460

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1290408/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=20364 CPUtime=25.48
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 4882 0 0 0 2545 3 0 0 25 0 1 120000 1113053862 20852736 4768 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 5091 4768 90 173 0 4916 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20364

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1284520/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=26180 CPUtime=51.07
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 6350 0 0 0 5103 4 0 0 25 0 1 120000 1113053862 26808320 6236 1992294400 134512640 135224549 4294956224 18446744073709551615 134619996 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 6545 6236 90 173 0 6370 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26180

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1269480/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=41232 CPUtime=102.26
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 10100 0 0 0 10219 7 0 0 25 0 1 120000 1113053862 42221568 9986 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 10308 9986 90 173 0 10133 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41232

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1259432/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=51496 CPUtime=162.23
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 12668 0 0 0 16213 10 0 0 25 0 1 120000 1113053862 52731904 12554 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 12874 12554 90 173 0 12699 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 51496

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1244776/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=65888 CPUtime=222.21
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 16257 0 0 0 22208 13 0 0 25 0 1 120000 1113053862 67469312 16143 1992294400 134512640 135224549 4294956224 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 16472 16143 90 173 0 16297 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65888

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1239400/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=71176 CPUtime=282.2
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 17596 0 0 0 28205 15 0 0 25 0 1 120000 1113053862 72884224 17482 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 17794 17482 90 173 0 17619 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 71176

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9273
/proc/meminfo: memFree=1227688/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=83048 CPUtime=342.17
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 20519 0 0 0 34200 17 0 0 25 0 1 120000 1113053862 85041152 20405 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 20762 20405 90 173 0 20587 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 83048

[startup+402.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1219880/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=90836 CPUtime=402.15
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 22466 0 0 0 40196 19 0 0 25 0 1 120000 1113053862 93016064 22352 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 22709 22352 90 173 0 22534 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 90836

[startup+462.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 9273
/proc/meminfo: memFree=1211880/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=98756 CPUtime=462.13
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 24444 0 0 0 46192 21 0 0 25 0 1 120000 1113053862 101126144 24330 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 24689 24330 90 173 0 24514 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 98756

[startup+522.302 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 9273
/proc/meminfo: memFree=1204712/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=105888 CPUtime=522.11
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 26255 0 0 0 52189 22 0 0 25 0 1 120000 1113053862 108429312 26141 1992294400 134512640 135224549 4294956224 18446744073709551615 134630844 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 26472 26141 90 173 0 26297 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 105888

[startup+582.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 9273
/proc/meminfo: memFree=1192488/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=118440 CPUtime=582.09
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 29401 0 0 0 58184 25 0 0 25 0 1 120000 1113053862 121282560 29287 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 29610 29287 90 173 0 29435 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 118440

[startup+642.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 9273
/proc/meminfo: memFree=1191720/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=118836 CPUtime=642.07
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 29499 0 0 0 64182 25 0 0 25 0 1 120000 1113053862 121688064 29385 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 29709 29385 90 173 0 29534 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 118836

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9273
/proc/meminfo: memFree=1179816/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=130720 CPUtime=702.04
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 32458 0 0 0 70176 28 0 0 25 0 1 120000 1113053862 133857280 32344 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 32680 32344 90 173 0 32505 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 130720

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1179752/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=130720 CPUtime=762.02
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 32460 0 0 0 76174 28 0 0 25 0 1 120000 1113053862 133857280 32346 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 32680 32346 90 173 0 32505 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 130720

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1169960/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=140496 CPUtime=822
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 34918 0 0 0 82169 31 0 0 25 0 1 120000 1113053862 143867904 34804 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 35124 34804 90 173 0 34949 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 140496

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1158440/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=152500 CPUtime=881.98
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 37950 0 0 0 88163 35 0 0 25 0 1 120000 1113053862 156160000 37707 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 38125 37707 90 173 0 37950 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 152500

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1150760/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=160028 CPUtime=941.96
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 39829 0 0 0 94159 37 0 0 25 0 1 120000 1113053862 163868672 39586 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 40007 39586 90 173 0 39832 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 160028

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1150696/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=160028 CPUtime=1001.94
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 39829 0 0 0 100157 37 0 0 25 0 1 120000 1113053862 163868672 39586 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 40007 39586 90 173 0 39832 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 160028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1147048/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=163724 CPUtime=1061.91
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 40752 0 0 0 106153 38 0 0 25 0 1 120000 1113053862 167653376 40509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 40931 40509 90 173 0 40756 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 163724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1147048/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=163724 CPUtime=1121.89
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 40752 0 0 0 112151 38 0 0 25 0 1 120000 1113053862 167653376 40509 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 40931 40509 90 173 0 40756 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 163724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1131752/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=179564 CPUtime=1181.87
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 44720 0 0 0 118145 42 0 0 25 0 1 120000 1113053862 183873536 44477 1992294400 134512640 135224549 4294956224 18446744073709551615 134583894 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 44891 44477 90 173 0 44716 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 179564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1131112/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=179564 CPUtime=1200.07
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 44720 0 0 0 119965 42 0 0 25 0 1 100 1113053862 183873536 44477 1992294400 134512640 135224549 4294956224 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 44891 44477 90 173 0 44716 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 179564

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9273
/proc/meminfo: memFree=1131112/2055920 swapFree=4177928/4192956
[pid=9272] ppid=9270 vsize=179564 CPUtime=1200.07
/proc/9272/stat : 9272 (CirCUs) R 9270 9272 9073 0 -1 4194304 44720 0 0 0 119965 42 0 0 25 0 1 100 1113053862 183873536 44477 1992294400 134512640 135224549 4294956224 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9272/statm: 44891 44477 90 173 0 44716 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 179564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.12
CPU user time (s): 1199.66
CPU system time (s): 0.45893
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 179564

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

runsolver used 0.894863 second user time and 2.54361 second system time

The end

Launcher Data

Begin job on node14 at 2009-03-30 11:04:37
IDJOB=1524235
IDBENCH=70350
IDSOLVER=544
FILE ID=node14/1524235-1238403877
PBS_JOBID= 9061420
Free space on /tmp= 65476 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S2082290699-014.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524235-1238403877/watcher-1524235-1238403877 -o /tmp/evaluation-result-1524235-1238403877/solver-1524235-1238403877 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524235-1238403877.cnf -t 1200

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

MD5SUM BENCH= bc18b3dcb5640a3085870d083d959b05
RANDOM SEED=830689869

node14.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.270
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	: 5931.00
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.270
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:       1309840 kB
Buffers:         76852 kB
Cached:         577252 kB
SwapCached:       8964 kB
Active:          35348 kB
Inactive:       629324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309840 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          16328 kB
Slab:            67336 kB
Committed_AS:  2844776 kB
PageTables:       1456 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= 65476 MiB
End job on node14 at 2009-03-30 11:24:40