Trace number 307116

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, and are wall clock time (not CPU 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
Spear FHS 1.0? (TO) 1200.2 1200.5

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1753083943-04.cnf
MD5SUMd2577f7a2140d90de7e64601ab0f2e47
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/307116-1172113489/instance-307116-1172113489.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-307116-1172113489 -o ROOT/results/node61/solver-307116-1172113489 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307116-1172113489/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307116-1172113489/instance-307116-1172113489.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 1.00 1.00 1.00 3/64 10076
/proc/meminfo: memFree=1893576/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=1932 CPUtime=0
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 231305844 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271278 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 483 247 126 302 0 178 0

[startup+0.106639 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10076
/proc/meminfo: memFree=1893576/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=5796 CPUtime=0.1
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 1431 0 0 0 9 1 0 0 18 0 1 0 231305844 5935104 1073 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 1449 1073 129 302 0 1144 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5796

[startup+0.514677 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10076
/proc/meminfo: memFree=1893576/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=9300 CPUtime=0.5
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 2375 0 0 0 48 2 0 0 21 0 1 0 231305844 9523200 1919 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 2325 1919 140 302 0 2020 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9300

[startup+1.33475 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1885184/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=10956 CPUtime=1.32
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 2778 0 0 0 129 3 0 0 25 0 1 0 231305844 11218944 2322 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 2739 2322 140 302 0 2434 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10956

[startup+2.97091 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1882944/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=14132 CPUtime=2.96
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 3583 0 0 0 292 4 0 0 25 0 1 0 231305844 14471168 3127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 3533 3127 140 302 0 3228 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 14132

[startup+6.24722 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1876800/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=19904 CPUtime=6.24
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 5024 0 0 0 618 6 0 0 25 0 1 0 231305844 20381696 4568 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 4976 4568 140 302 0 4671 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19904

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1864128/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=32104 CPUtime=12.69
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 8043 0 0 0 1261 8 0 0 25 0 1 0 231305844 32874496 7587 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 8026 7587 140 302 0 7721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32104

[startup+25.5061 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1842496/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=53852 CPUtime=25.49
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 13521 0 0 0 2535 14 0 0 25 0 1 0 231305844 55144448 13032 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 13463 13032 140 302 0 13158 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53852

[startup+51.1115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1806208/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=89508 CPUtime=51.09
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 22453 0 0 0 5084 25 0 0 25 0 1 0 231305844 91656192 21964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 22377 21964 140 302 0 22072 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89508

[startup+102.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1741120/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=155416 CPUtime=102.28
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 38981 0 0 0 10184 44 0 0 25 0 1 0 231305844 159145984 38427 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 38854 38427 140 302 0 38549 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 155416

[startup+162.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1685512/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=209712 CPUtime=162.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 52578 0 0 0 16169 60 0 0 25 0 1 0 231305844 214745088 52024 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 52428 52024 140 302 0 52123 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209712

[startup+222.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1626760/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=268840 CPUtime=222.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 67393 0 0 0 22148 81 0 0 25 0 1 0 231305844 275292160 66710 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 67210 66710 140 302 0 66905 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 268840

[startup+282.376 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1583304/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=312412 CPUtime=282.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 78293 0 0 0 28133 96 0 0 25 0 1 0 231305844 319909888 77610 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 78103 77610 140 302 0 77798 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 312412

[startup+342.388 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1529288/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=366532 CPUtime=342.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 91859 0 0 0 34117 112 0 0 25 0 1 0 231305844 375328768 91176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 91633 91176 140 302 0 91328 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 366532

[startup+402.407 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1485576/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=409412 CPUtime=402.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 102606 0 0 0 40104 125 0 0 25 0 1 0 231305844 419237888 101923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 102353 101923 140 302 0 102048 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 409412

[startup+462.422 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1447112/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=448012 CPUtime=462.3
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 112249 0 0 0 46092 138 0 0 25 0 1 0 231305844 458764288 111566 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 112003 111566 140 302 0 111698 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 448012

[startup+522.44 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 10077
/proc/meminfo: memFree=1415368/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=480580 CPUtime=522.29
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 120439 0 0 0 52083 146 0 0 25 0 1 0 231305844 492113920 119499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 120145 119499 140 302 0 119840 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 480580

[startup+582.458 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 10077
/proc/meminfo: memFree=1379912/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=515652 CPUtime=582.3
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 129179 0 0 0 58073 157 0 0 25 0 1 0 231305844 528027648 128239 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 128913 128239 140 302 0 128608 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 515652

[startup+642.479 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 10077
/proc/meminfo: memFree=1328264/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=567312 CPUtime=642.31
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 142129 0 0 0 64060 171 0 0 25 0 1 0 231305844 580927488 141189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 141828 141189 140 302 0 141523 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 567312

[startup+702.498 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 10077
/proc/meminfo: memFree=1287432/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=608076 CPUtime=702.31
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 152337 0 0 0 70048 183 0 0 25 0 1 0 231305844 622669824 151397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 152019 151397 140 302 0 151714 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 608076

[startup+762.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1251976/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=643596 CPUtime=762.32
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 161236 0 0 0 76035 197 0 0 25 0 1 0 231305844 659042304 160296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 160899 160296 140 302 0 160594 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 643596

[startup+822.538 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1221192/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=673648 CPUtime=822.33
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 168759 0 0 0 82027 206 0 0 25 0 1 0 231305844 689815552 167819 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 168412 167819 140 302 0 168107 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 673648

[startup+882.553 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1190792/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=704108 CPUtime=882.32
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 176379 0 0 0 88018 214 0 0 25 0 1 0 231305844 721006592 175439 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 176027 175439 140 302 0 175722 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 704108

[startup+942.569 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1160200/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=734752 CPUtime=942.32
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 184047 0 0 0 94007 225 0 0 25 0 1 0 231305844 752386048 183107 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 183688 183107 140 302 0 183383 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 734752

[startup+1002.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1132360/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=762428 CPUtime=1002.33
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 190978 0 0 0 99999 234 0 0 25 0 1 0 231305844 780726272 190038 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 190607 190038 140 302 0 190302 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 762428

[startup+1062.61 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 10077
/proc/meminfo: memFree=1104328/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=790172 CPUtime=1062.33
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 197925 0 0 0 105990 243 0 0 25 0 1 0 231305844 809136128 196985 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 197543 196985 140 302 0 197238 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 790172

[startup+1122.62 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 10077
/proc/meminfo: memFree=1059848/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=834952 CPUtime=1122.33
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 209135 0 0 0 111976 257 0 0 25 0 1 0 231305844 854990848 208195 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 208738 208195 140 302 0 208433 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 834952

[startup+1182.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1022088/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=872508 CPUtime=1182.33
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 218535 0 0 0 117964 269 0 0 25 0 1 0 231305844 893448192 217595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 218127 217595 140 302 0 217822 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 872508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1011528/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=882516 CPUtime=1200.05
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4194304 221062 0 0 0 119732 273 0 0 25 0 1 0 231305844 903696384 220122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 220629 220122 140 302 0 220324 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 882516

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

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

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10077
/proc/meminfo: memFree=1011528/2055920 swapFree=4183288/4192956
[pid=10076] ppid=10074 vsize=0 CPUtime=1200.15
/proc/10076/stat : 10076 (Spear-32) R 10074 10076 9240 0 -1 4195332 221062 0 0 0 119732 283 0 0 25 0 1 0 231305844 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.2
CPU user time (s): 1197.33
CPU system time (s): 2.87056
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 882516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.33
system time used= 2.87056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221062
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= 6
involuntary context switches= 2148

runsolver used 0.808877 second user time and 2.40063 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Thu Feb 22 03:04:49 UTC 2007

IDJOB= 307116
IDBENCH= 20197
IDSOLVER= 131
FILE ID= node61/307116-1172113489

PBS_JOBID= 3892930

Free space on /tmp= 66556 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1753083943-04.cnf
COMMAND LINE= /tmp/evaluation/307116-1172113489/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307116-1172113489/instance-307116-1172113489.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-307116-1172113489 -o ROOT/results/node61/solver-307116-1172113489 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307116-1172113489/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307116-1172113489/instance-307116-1172113489.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d2577f7a2140d90de7e64601ab0f2e47

RANDOM SEED= 290141682

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.216
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.216
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:       1894048 kB
Buffers:          9880 kB
Cached:          93800 kB
SwapCached:       4032 kB
Active:          46064 kB
Inactive:        67444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894048 kB
SwapTotal:     4192956 kB
SwapFree:      4183288 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            34532 kB
Committed_AS:   699664 kB
PageTables:       1388 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= 66556 MiB

End job on node61 on Thu Feb 22 03:24:52 UTC 2007