Trace number 1524257

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.1 1200.43

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S650356257-052.cnf
MD5SUM2b1b5cba2ea775d4b0eb4b407240568e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark220.698
Satisfiable
(Un)Satisfiability was proved
Number of variables12000
Number of clauses50400
Sum of the clauses size151200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 350400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.15	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.15	c Eliminate time :       0.07 

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-1524257-1238410349/watcher-1524257-1238410349 -o /tmp/evaluation-result-1524257-1238410349/solver-1524257-1238410349 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524257-1238410349.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 1.00 1.00 3/64 9477
/proc/meminfo: memFree=1633848/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=2504 CPUtime=0
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 120000 1113701841 2564096 320 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 626 320 70 173 0 451 0

[startup+0.00932895 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 9477
/proc/meminfo: memFree=1633848/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=2900 CPUtime=0
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 120000 1113701841 2969600 404 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 725 404 70 173 0 550 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2900

[startup+0.101339 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 9477
/proc/meminfo: memFree=1633848/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=5928 CPUtime=0.09
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 1271 0 0 0 9 0 0 0 18 0 1 120000 1113701841 6070272 1222 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 1482 1222 74 173 0 1307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5928

[startup+0.301363 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 9477
/proc/meminfo: memFree=1633848/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=6324 CPUtime=0.29
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 1371 0 0 0 29 0 0 0 19 0 1 120000 1113701841 6475776 1322 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 1581 1322 90 173 0 1406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6324

[startup+0.701409 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 9477
/proc/meminfo: memFree=1633848/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=7116 CPUtime=0.69
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 1577 0 0 0 69 0 0 0 22 0 1 120000 1113701841 7286784 1528 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 1779 1528 90 173 0 1604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7116

[startup+1.5025 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1627312/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=9096 CPUtime=1.49
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 2093 0 0 0 149 0 0 0 25 0 1 120000 1113701841 9314304 2044 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 2274 2044 90 173 0 2099 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9096

[startup+3.10169 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1624304/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=11208 CPUtime=3.09
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 2599 0 0 0 309 0 0 0 25 0 1 120000 1113701841 11476992 2550 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 2802 2550 90 173 0 2627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11208

[startup+6.30107 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1621368/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=13584 CPUtime=6.29
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 3212 0 0 0 628 1 0 0 25 0 1 120000 1113701841 13910016 3163 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 3396 3163 90 173 0 3221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13584

[startup+12.7018 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1619960/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=14916 CPUtime=12.69
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 3535 0 0 0 1268 1 0 0 25 0 1 120000 1113701841 15273984 3486 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 3729 3486 90 173 0 3554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14916

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1615160/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=19668 CPUtime=25.48
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 4728 0 0 0 2547 1 0 0 25 0 1 120000 1113701841 20140032 4679 1992294400 134512640 135224549 4294956208 18446744073709551615 134630939 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 4917 4679 90 173 0 4742 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19668

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1607672/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=27372 CPUtime=51.08
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 6631 0 0 0 5105 3 0 0 25 0 1 120000 1113701841 28028928 6582 1992294400 134512640 135224549 4294956208 18446744073709551615 134638478 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 6843 6582 90 173 0 6668 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27372

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1596216/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=38720 CPUtime=102.26
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 9473 0 0 0 10220 6 0 0 25 0 1 120000 1113701841 39649280 9424 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 9680 9424 90 173 0 9505 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38720

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1585912/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=49016 CPUtime=162.25
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 12030 0 0 0 16216 9 0 0 25 0 1 120000 1113701841 50192384 11981 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 12254 11981 90 173 0 12079 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49016

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1575032/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=59840 CPUtime=222.23
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 14749 0 0 0 22212 11 0 0 25 0 1 120000 1113701841 61276160 14700 1992294400 134512640 135224549 4294956208 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 14960 14700 90 173 0 14785 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 59840

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1566200/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=68808 CPUtime=282.21
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 17011 0 0 0 28208 13 0 0 25 0 1 120000 1113701841 70459392 16897 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 17202 16897 90 173 0 17027 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68808

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1559800/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=75144 CPUtime=342.2
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 18600 0 0 0 34205 15 0 0 25 0 1 120000 1113701841 76947456 18486 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 18786 18486 90 173 0 18611 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 75144

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1553976/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=80952 CPUtime=402.18
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 20050 0 0 0 40201 17 0 0 25 0 1 120000 1113701841 82894848 19936 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 20238 19936 90 173 0 20063 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 80952

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9478
/proc/meminfo: memFree=1546552/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=88344 CPUtime=462.17
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 21913 0 0 0 46198 19 0 0 25 0 1 120000 1113701841 90464256 21799 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 22086 21799 90 173 0 21911 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 88344

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1536952/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=97584 CPUtime=522.14
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 24255 0 0 0 52192 22 0 0 25 0 1 120000 1113701841 99926016 24141 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 24396 24141 90 173 0 24221 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 97584

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1530680/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=104052 CPUtime=582.13
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 25857 0 0 0 58189 24 0 0 25 0 1 120000 1113701841 106549248 25743 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 26013 25743 90 173 0 25838 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 104052

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1520312/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=114348 CPUtime=642.11
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 28442 0 0 0 64184 27 0 0 25 0 1 120000 1113701841 117092352 28328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 28587 28328 90 173 0 28412 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 114348

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1520312/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=114348 CPUtime=702.1
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 28442 0 0 0 70182 28 0 0 25 0 1 120000 1113701841 117092352 28328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 28587 28328 90 173 0 28412 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 114348

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1505016/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=130040 CPUtime=762.09
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 32386 0 0 0 76178 31 0 0 25 0 1 120000 1113701841 133160960 32143 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 32510 32143 90 173 0 32335 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 130040

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1505016/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=130040 CPUtime=822.07
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 32386 0 0 0 82176 31 0 0 25 0 1 120000 1113701841 133160960 32143 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 32510 32143 90 173 0 32335 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 130040

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1495928/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=139016 CPUtime=882.04
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 34653 0 0 0 88170 34 0 0 25 0 1 120000 1113701841 142352384 34410 1992294400 134512640 135224549 4294956208 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 34754 34410 90 173 0 34579 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 139016

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1495928/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=139016 CPUtime=942.03
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 34653 0 0 0 94168 35 0 0 25 0 1 120000 1113701841 142352384 34410 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 34754 34410 90 173 0 34579 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 139016

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1480888/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=153932 CPUtime=1002.01
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 38399 0 0 0 100162 39 0 0 25 0 1 120000 1113701841 157626368 38156 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 38483 38156 90 173 0 38308 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 153932

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1480888/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=153932 CPUtime=1062
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 38399 0 0 0 106160 40 0 0 25 0 1 120000 1113701841 157626368 38156 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 38483 38156 90 173 0 38308 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 153932

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1480888/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=153932 CPUtime=1121.98
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 38399 0 0 0 112158 40 0 0 25 0 1 120000 1113701841 157626368 38156 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 38483 38156 90 173 0 38308 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 153932

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1469368/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=165416 CPUtime=1181.96
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 41269 0 0 0 118153 43 0 0 25 0 1 120000 1113701841 169385984 41026 1992294400 134512640 135224549 4294956208 18446744073709551615 134595339 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 41354 41026 90 173 0 41179 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 165416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 9484
/proc/meminfo: memFree=1469368/2055920 swapFree=4178472/4192956
[pid=9477] ppid=9475 vsize=165416 CPUtime=1200.06
/proc/9477/stat : 9477 (CirCUs) R 9475 9477 9043 0 -1 4194304 41269 0 0 0 119963 43 0 0 25 0 1 100 1113701841 169385984 41026 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9477/statm: 41354 41026 90 173 0 41179 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 165416

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.64
CPU system time (s): 0.468928
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 165416

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

runsolver used 0.803877 second user time and 2.59161 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-30 12:52:29
IDJOB=1524257
IDBENCH=70372
IDSOLVER=544
FILE ID=node1/1524257-1238410349
PBS_JOBID= 9061426
Free space on /tmp= 66132 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/12000/unif-k3-r4.2-v12000-c50400-S650356257-052.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524257-1238410349/watcher-1524257-1238410349 -o /tmp/evaluation-result-1524257-1238410349/solver-1524257-1238410349 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524257-1238410349.cnf -t 1200

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

MD5SUM BENCH= 2b1b5cba2ea775d4b0eb4b407240568e
RANDOM SEED=1523232157

node1.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:       1634328 kB
Buffers:         78140 kB
Cached:         244912 kB
SwapCached:       8380 kB
Active:          93784 kB
Inactive:       239332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634328 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          15820 kB
Slab:            74452 kB
Committed_AS:  2929060 kB
PageTables:       1440 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= 66132 MiB
End job on node1 at 2009-03-30 13:12:31