Trace number 335697

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.16 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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/335697-1173632475/instance-335697-1173632475.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/node10/watcher-335697-1173632475 -o ROOT/results/node10/solver-335697-1173632475 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335697-1173632475/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335697-1173632475/instance-335697-1173632475.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.91 0.97 0.99 3/83 3728
/proc/meminfo: memFree=1680888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=1548 CPUtime=0
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 383202564 1585152 197 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 387 197 128 302 0 82 0

[startup+0.015628 s]
/proc/loadavg: 0.91 0.97 0.99 3/83 3728
/proc/meminfo: memFree=1680888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=1944 CPUtime=0.01
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 301 0 0 0 1 0 0 0 18 0 1 0 383202564 1990656 285 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134533764 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 486 285 128 302 0 181 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1944

[startup+0.101638 s]
/proc/loadavg: 0.91 0.97 0.99 3/83 3728
/proc/meminfo: memFree=1680888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=3260 CPUtime=0.1
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 648 0 0 0 10 0 0 0 18 0 1 0 383202564 3338240 632 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 815 632 141 302 0 510 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3260

[startup+0.301666 s]
/proc/loadavg: 0.91 0.97 0.99 3/83 3728
/proc/meminfo: memFree=1680888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=4540 CPUtime=0.29
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 973 0 0 0 29 0 0 0 19 0 1 0 383202564 4648960 957 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 1135 957 141 302 0 830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4540

[startup+0.70172 s]
/proc/loadavg: 0.91 0.97 0.99 3/83 3728
/proc/meminfo: memFree=1680888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=6592 CPUtime=0.69
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 1486 0 0 0 69 0 0 0 22 0 1 0 383202564 6750208 1470 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 1648 1470 141 302 0 1343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6592

[startup+1.50183 s]
/proc/loadavg: 0.91 0.97 0.99 2/84 3737
/proc/meminfo: memFree=1674032/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=10236 CPUtime=1.48
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 2390 0 0 0 147 1 0 0 25 0 1 0 383202564 10481664 2374 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 2559 2374 141 302 0 2254 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10236

[startup+3.10104 s]
/proc/loadavg: 0.91 0.97 0.99 2/84 3737
/proc/meminfo: memFree=1669808/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=15620 CPUtime=3.09
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 3741 0 0 0 306 3 0 0 25 0 1 0 383202564 15994880 3725 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 3905 3725 141 302 0 3600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15620

[startup+6.30247 s]
/proc/loadavg: 0.92 0.97 0.99 2/84 3739
/proc/meminfo: memFree=1659312/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=24372 CPUtime=6.28
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 5929 0 0 0 623 5 0 0 25 0 1 0 383202564 24956928 5913 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 6093 5913 141 302 0 5788 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24372

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/84 3763
/proc/meminfo: memFree=1644080/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=38976 CPUtime=12.67
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 9575 0 0 0 1259 8 0 0 25 0 1 0 383202564 39911424 9526 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 9744 9526 141 302 0 9439 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38976

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/84 3773
/proc/meminfo: memFree=1619696/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=63124 CPUtime=25.46
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 15608 0 0 0 2531 15 0 0 25 0 1 0 383202564 64638976 15559 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 15781 15559 141 302 0 15476 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63124

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/84 3821
/proc/meminfo: memFree=1584816/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=98432 CPUtime=51.02
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 24398 0 0 0 5075 27 0 0 25 0 1 0 383202564 100794368 24284 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 24608 24284 141 302 0 24303 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 98432

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1526248/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=157880 CPUtime=102.19
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 39193 0 0 0 10174 45 0 0 25 0 1 0 383202564 161669120 38950 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 39470 38950 141 302 0 39165 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 157880

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1480552/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=204172 CPUtime=162.16
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 50662 0 0 0 16156 60 0 0 25 0 1 0 383202564 209072128 50419 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 51043 50419 141 302 0 50738 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 204172

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1435176/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=249404 CPUtime=222.15
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 61899 0 0 0 22138 77 0 0 25 0 1 0 383202564 255389696 61656 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 62351 61656 141 302 0 62046 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 249404

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1399912/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=285220 CPUtime=282.13
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 70796 0 0 0 28123 90 0 0 25 0 1 0 383202564 292065280 70553 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 71305 70553 141 302 0 71000 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 285220

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1370152/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=315868 CPUtime=342.11
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 78386 0 0 0 34110 101 0 0 25 0 1 0 383202564 323448832 77886 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 78967 77886 141 302 0 78662 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 315868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1333160/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=353520 CPUtime=402.09
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 87711 0 0 0 40093 116 0 0 25 0 1 0 383202564 362004480 87211 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 88380 87211 141 302 0 88075 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 353520

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1291752/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=394920 CPUtime=462.07
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 97966 0 0 0 46076 131 0 0 25 0 1 0 383202564 404398080 97466 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 98730 97466 141 302 0 98425 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 394920

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1263208/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=423900 CPUtime=522.06
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 105142 0 0 0 52064 142 0 0 25 0 1 0 383202564 434073600 104642 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 105975 104642 141 302 0 105670 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 423900

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1241576/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=445596 CPUtime=582.04
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 110484 0 0 0 58053 151 0 0 25 0 1 0 383202564 456290304 109984 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 111399 109984 141 302 0 111094 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 445596

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1223464/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=463864 CPUtime=642.02
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 114963 0 0 0 64043 159 0 0 25 0 1 0 383202564 474996736 114463 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 115966 114463 141 302 0 115661 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 463864

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1210600/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=477644 CPUtime=702
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 118201 0 0 0 70035 165 0 0 25 0 1 0 383202564 489107456 117701 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 119411 117701 141 302 0 119106 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 477644

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1197672/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=490872 CPUtime=761.99
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 121390 0 0 0 76027 172 0 0 25 0 1 0 383202564 502652928 120890 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 122718 120890 141 302 0 122413 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 490872

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1164584/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=524804 CPUtime=821.96
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 129714 0 0 0 82011 185 0 0 25 0 1 0 383202564 537399296 129214 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 131201 129214 141 302 0 130896 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 524804

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1134504/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=554836 CPUtime=881.94
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 137152 0 0 0 87996 198 0 0 25 0 1 0 383202564 568152064 136652 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 138709 136652 141 302 0 138404 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 554836

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1110376/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=579312 CPUtime=941.92
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 143244 0 0 0 93984 208 0 0 25 0 1 0 383202564 593215488 142744 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 144828 142744 141 302 0 144523 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 579312

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1089192/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=602604 CPUtime=1001.91
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 148970 0 0 0 99973 218 0 0 25 0 1 0 383202564 617066496 147957 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 150651 147957 141 302 0 150346 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 602604

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1070888/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=621108 CPUtime=1061.89
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 153551 0 0 0 105961 228 0 0 25 0 1 0 383202564 636014592 152538 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 155277 152538 141 302 0 154972 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 621108

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3853
/proc/meminfo: memFree=1052968/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=639468 CPUtime=1121.87
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 157982 0 0 0 111950 237 0 0 25 0 1 0 383202564 654815232 156969 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 159867 156969 141 302 0 159562 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 639468

[startup+1182.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 3853
/proc/meminfo: memFree=1037352/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=655380 CPUtime=1181.84
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 161893 0 0 0 117941 243 0 0 25 0 1 0 383202564 671109120 160880 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 163845 160880 141 302 0 163540 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 655380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.10 1.00 1.00 2/78 3853
/proc/meminfo: memFree=1033192/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=659508 CPUtime=1200.05
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4194304 162889 0 0 0 119759 246 0 0 25 0 1 0 383202564 675336192 161876 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/statm: 164877 161876 141 302 0 164572 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 659508

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.10 1.00 1.00 2/78 3853
/proc/meminfo: memFree=1033192/2055920 swapFree=4168764/4192956
[pid=3728] ppid=3726 vsize=0 CPUtime=1200.15
/proc/3728/stat : 3728 (Spear-32) R 3726 3728 3219 0 -1 4195332 162889 0 0 0 119759 256 0 0 25 0 1 0 383202564 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3728/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.61
CPU time (s): 1200.16
CPU user time (s): 1197.59
CPU system time (s): 2.56361
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 659508

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

runsolver used 1.3258 second user time and 3.04854 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Mar 11 17:01:16 UTC 2007

IDJOB= 335697
IDBENCH= 24657
IDSOLVER= 133
FILE ID= node10/335697-1173632475

PBS_JOBID= 4101324

Free space on /tmp= 66433 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335697-1173632475/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335697-1173632475/instance-335697-1173632475.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-335697-1173632475 -o ROOT/results/node10/solver-335697-1173632475 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335697-1173632475/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335697-1173632475/instance-335697-1173632475.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4176ac9a36a2f88072132072fe2be571

RANDOM SEED= 504582914

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1681360 kB
Buffers:         28220 kB
Cached:         266420 kB
SwapCached:       2520 kB
Active:         182608 kB
Inactive:       135644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681360 kB
SwapTotal:     4192956 kB
SwapFree:      4168764 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          31640 kB
Slab:            41356 kB
Committed_AS:  1729976 kB
PageTables:       2060 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= 66433 MiB

End job on node10 on Sun Mar 11 17:21:18 UTC 2007