Trace number 335739

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 2007-02-12? (TO) 1200.21 1200.65

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
Bench CategoryCRAFTED (crafted 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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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/335739-1173633299/instance-335739-1173633299.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-335739-1173633299 -o ROOT/results/node45/solver-335739-1173633299 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335739-1173633299/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335739-1173633299/instance-335739-1173633299.cnf 

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): 2400 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.92 0.98 0.99 3/64 11019
/proc/meminfo: memFree=1910592/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=1716 CPUtime=0
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 89305666 1757184 219 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135257581 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 429 219 126 302 0 124 0

[startup+0.0420751 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11019
/proc/meminfo: memFree=1910592/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=2772 CPUtime=0.03
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 506 0 0 0 3 0 0 0 18 0 1 0 89305666 2838528 490 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 693 490 129 302 0 388 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2772

[startup+0.102085 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11019
/proc/meminfo: memFree=1910592/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=3936 CPUtime=0.09
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 830 0 0 0 9 0 0 0 18 0 1 0 89305666 4030464 781 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 984 781 140 302 0 679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3936

[startup+0.302121 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11019
/proc/meminfo: memFree=1910592/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=5300 CPUtime=0.29
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 1161 0 0 0 29 0 0 0 19 0 1 0 89305666 5427200 1112 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 1325 1112 141 302 0 1020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5300

[startup+0.701194 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11019
/proc/meminfo: memFree=1910592/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=7500 CPUtime=0.68
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 1732 0 0 0 68 0 0 0 22 0 1 0 89305666 7680000 1683 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 1875 1683 141 302 0 1570 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7500

[startup+1.50134 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1902584/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=12068 CPUtime=1.49
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 2861 0 0 0 148 1 0 0 25 0 1 0 89305666 12357632 2812 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 3017 2812 141 302 0 2712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12068

[startup+3.10163 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1896440/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=19704 CPUtime=3.09
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 4776 0 0 0 306 3 0 0 25 0 1 0 89305666 20176896 4727 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 4926 4727 141 302 0 4621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19704

[startup+6.30121 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1881912/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=33176 CPUtime=6.29
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 8140 0 0 0 624 5 0 0 25 0 1 0 89305666 33972224 8091 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 8294 8091 141 302 0 7989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33176

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1861752/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=51488 CPUtime=12.68
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 12701 0 0 0 1261 7 0 0 25 0 1 0 89305666 52723712 12652 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 12872 12652 141 302 0 12567 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51488

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1824504/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=87896 CPUtime=25.48
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 21794 0 0 0 2533 15 0 0 25 0 1 0 89305666 90005504 21712 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 21974 21712 141 302 0 21669 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87896

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1773176/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=139932 CPUtime=51.07
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 34813 0 0 0 5080 27 0 0 25 0 1 0 89305666 143290368 34731 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 34983 34731 141 302 0 34678 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 139932

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1703800/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=208276 CPUtime=102.25
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 51820 0 0 0 10184 41 0 0 25 0 1 0 89305666 213274624 51673 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 52069 51673 141 302 0 51764 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 208276

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1635704/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=277116 CPUtime=162.23
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 68995 0 0 0 16166 57 0 0 25 0 1 0 89305666 283766784 68848 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 69279 68848 141 302 0 68974 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 277116

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1588344/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=324672 CPUtime=222.21
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 80790 0 0 0 22152 69 0 0 25 0 1 0 89305666 332464128 80514 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 81168 80514 141 302 0 80863 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 324672

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1545400/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=367984 CPUtime=282.18
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 91547 0 0 0 28138 80 0 0 25 0 1 0 89305666 376815616 91271 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 91996 91271 141 302 0 91691 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 367984

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1510008/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=403612 CPUtime=342.16
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 100383 0 0 0 34125 91 0 0 25 0 1 0 89305666 413298688 100107 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 100903 100107 141 302 0 100598 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 403612

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1470712/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=442840 CPUtime=402.15
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 110179 0 0 0 40113 102 0 0 25 0 1 0 89305666 453468160 109903 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 110710 109903 141 302 0 110405 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 442840

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1429304/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=484576 CPUtime=462.12
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 120502 0 0 0 46099 113 0 0 25 0 1 0 89305666 496205824 120226 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 121144 120226 141 302 0 120839 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 484576

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1391672/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=522608 CPUtime=522.1
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 129971 0 0 0 52086 124 0 0 25 0 1 0 89305666 535150592 129695 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 130652 129695 141 302 0 130347 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 522608

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1350392/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=563364 CPUtime=582.08
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 140164 0 0 0 58074 134 0 0 25 0 1 0 89305666 576884736 139888 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 140841 139888 141 302 0 140536 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 563364

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1309944/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=603768 CPUtime=642.06
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 150197 0 0 0 64062 144 0 0 25 0 1 0 89305666 618258432 149921 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 150942 149921 141 302 0 150637 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 603768

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1276984/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=637876 CPUtime=702.04
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 158730 0 0 0 70051 153 0 0 25 0 1 0 89305666 653185024 158197 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 159469 158197 141 302 0 159164 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 637876

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1241144/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=673664 CPUtime=762.02
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 167643 0 0 0 76039 163 0 0 25 0 1 0 89305666 689831936 167110 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 168416 167110 141 302 0 168111 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 673664

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1214136/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=701172 CPUtime=822
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 174452 0 0 0 82028 172 0 0 25 0 1 0 89305666 718000128 173919 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 175293 173919 141 302 0 174988 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 701172

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1171576/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=743536 CPUtime=881.97
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 185000 0 0 0 88014 183 0 0 25 0 1 0 89305666 761380864 184467 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 185884 184467 141 302 0 185579 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 743536

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11020
/proc/meminfo: memFree=1133048/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=782540 CPUtime=941.95
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 194720 0 0 0 94002 193 0 0 25 0 1 0 89305666 801320960 194187 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258342 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 195635 194187 141 302 0 195330 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 782540

[startup+1002.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 11020
/proc/meminfo: memFree=1094776/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=820484 CPUtime=1001.93
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 204165 0 0 0 99988 205 0 0 25 0 1 0 89305666 840175616 203632 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 205121 203632 141 302 0 204816 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 820484

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 11020
/proc/meminfo: memFree=1058488/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=856960 CPUtime=1061.91
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 213300 0 0 0 105975 216 0 0 25 0 1 0 89305666 877527040 212767 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 214240 212767 141 302 0 213935 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 856960

[startup+1122.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 11020
/proc/meminfo: memFree=1023096/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=892004 CPUtime=1121.89
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 222042 0 0 0 111964 225 0 0 25 0 1 0 89305666 913412096 221509 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 223001 221509 141 302 0 222696 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 892004

[startup+1182.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 11020
/proc/meminfo: memFree=991416/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=924016 CPUtime=1181.86
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 230055 0 0 0 117954 232 0 0 25 0 1 0 89305666 946192384 229522 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 231004 229522 141 302 0 230699 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 924016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 11020
/proc/meminfo: memFree=980600/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=934448 CPUtime=1200.06
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4194304 232591 0 0 0 119772 234 0 0 25 0 1 0 89305666 956874752 232058 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 233612 232058 141 302 0 233307 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 934448

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

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

[startup+1200.61 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 11020
/proc/meminfo: memFree=980600/2055920 swapFree=4183640/4192956
[pid=11019] ppid=11017 vsize=0 CPUtime=1200.16
/proc/11019/stat : 11019 (Spear-32) R 11017 11019 10263 0 -1 4195332 232591 0 0 0 119772 244 0 0 25 0 1 0 89305666 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11019/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.21
CPU user time (s): 1197.72
CPU system time (s): 2.49162
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 934448

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

runsolver used 0.85387 second user time and 2.43463 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar 11 17:14:59 UTC 2007

IDJOB= 335739
IDBENCH= 24658
IDSOLVER= 133
FILE ID= node45/335739-1173633299

PBS_JOBID= 4101315

Free space on /tmp= 66378 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335739-1173633299/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335739-1173633299/instance-335739-1173633299.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-335739-1173633299 -o ROOT/results/node45/solver-335739-1173633299 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335739-1173633299/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335739-1173633299/instance-335739-1173633299.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 710873911

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1911000 kB
Buffers:         12336 kB
Cached:          95908 kB
SwapCached:       3888 kB
Active:          27960 kB
Inactive:        90952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911000 kB
SwapTotal:     4192956 kB
SwapFree:      4183640 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            12092 kB
Committed_AS:   134144 kB
PageTables:       1396 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= 66378 MiB

End job on node45 on Sun Mar 11 17:35:02 UTC 2007