Trace number 335569

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.15 1200.53

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-php-035-029.sat05-1179.reshuffled-07.cnf
MD5SUMe256f0b079af930550df280452a9bad2
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 clauses17290
Sum of the clauses size35525
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217255
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/335569-1173630066/instance-335569-1173630066.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-335569-1173630066 -o ROOT/results/node10/solver-335569-1173630066 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335569-1173630066/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335569-1173630066/instance-335569-1173630066.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.95 0.99 3/77 3562
/proc/meminfo: memFree=1683752/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=1548 CPUtime=0
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 209 0 0 0 0 0 0 0 18 0 1 0 382961628 1585152 193 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271225 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 387 194 128 302 0 82 0

[startup+0.0578079 s]
/proc/loadavg: 0.91 0.95 0.99 3/77 3562
/proc/meminfo: memFree=1683752/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=2724 CPUtime=0.05
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 496 0 0 0 5 0 0 0 18 0 1 0 382961628 2789376 480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 681 480 140 302 0 376 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2724

[startup+0.101814 s]
/proc/loadavg: 0.91 0.95 0.99 3/77 3562
/proc/meminfo: memFree=1683752/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=2976 CPUtime=0.09
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 577 0 0 0 9 0 0 0 18 0 1 0 382961628 3047424 561 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 744 561 140 302 0 439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2976

[startup+0.301841 s]
/proc/loadavg: 0.91 0.95 0.99 3/77 3562
/proc/meminfo: memFree=1683752/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=4384 CPUtime=0.29
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 919 0 0 0 28 1 0 0 19 0 1 0 382961628 4489216 903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 1096 903 140 302 0 791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4384

[startup+0.701895 s]
/proc/loadavg: 0.91 0.95 0.99 3/77 3562
/proc/meminfo: memFree=1683752/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=6292 CPUtime=0.69
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 1405 0 0 0 68 1 0 0 22 0 1 0 382961628 6443008 1389 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 1573 1389 140 302 0 1268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6292

[startup+1.502 s]
/proc/loadavg: 0.91 0.95 0.99 2/78 3563
/proc/meminfo: memFree=1677280/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=10120 CPUtime=1.49
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 2347 0 0 0 147 2 0 0 25 0 1 0 382961628 10362880 2331 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 2530 2332 140 302 0 2225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10120

[startup+3.10222 s]
/proc/loadavg: 0.92 0.95 0.99 2/78 3563
/proc/meminfo: memFree=1672352/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=16132 CPUtime=3.09
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 3850 0 0 0 306 3 0 0 25 0 1 0 382961628 16519168 3834 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 4033 3834 140 302 0 3728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16132

[startup+6.30165 s]
/proc/loadavg: 0.92 0.95 0.99 2/78 3563
/proc/meminfo: memFree=1662112/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=25404 CPUtime=6.29
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 6140 0 0 0 624 5 0 0 25 0 1 0 382961628 26013696 6124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 6351 6124 140 302 0 6046 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25404

[startup+12.7015 s]
/proc/loadavg: 0.93 0.96 0.99 2/78 3563
/proc/meminfo: memFree=1644000/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=42464 CPUtime=12.69
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 10411 0 0 0 1260 9 0 0 25 0 1 0 382961628 43483136 10362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 10616 10362 140 302 0 10311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42464

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.99 2/78 3563
/proc/meminfo: memFree=1613536/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=71728 CPUtime=25.49
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 17732 0 0 0 2533 16 0 0 25 0 1 0 382961628 73449472 17683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 17932 17683 140 302 0 17627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71728

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.99 2/78 3563
/proc/meminfo: memFree=1568864/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=116636 CPUtime=51.07
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 28959 0 0 0 5081 26 0 0 25 0 1 0 382961628 119435264 28845 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 29159 28845 140 302 0 28854 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 116636

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.99 2/78 3563
/proc/meminfo: memFree=1496864/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=188460 CPUtime=102.26
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 46827 0 0 0 10183 43 0 0 25 0 1 0 382961628 192983040 46713 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 47115 46713 140 302 0 46810 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 188460

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3563
/proc/meminfo: memFree=1431712/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=254548 CPUtime=162.24
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 63335 0 0 0 16159 65 0 0 25 0 1 0 382961628 260657152 63092 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 63637 63092 140 302 0 63332 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 254548

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3563
/proc/meminfo: memFree=1377888/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=308256 CPUtime=222.22
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 76648 0 0 0 22141 81 0 0 25 0 1 0 382961628 315654144 76405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 77064 76405 140 302 0 76759 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 308256

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3563
/proc/meminfo: memFree=1328928/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=357400 CPUtime=282.21
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 88912 0 0 0 28128 93 0 0 25 0 1 0 382961628 365977600 88669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 89350 88669 140 302 0 89045 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 357400

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 3563
/proc/meminfo: memFree=1299488/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=386864 CPUtime=342.18
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 96167 0 0 0 34115 103 0 0 25 0 1 0 382961628 396148736 95924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 96716 95924 140 302 0 96411 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 386864

[startup+402.301 s]
/proc/loadavg: 1.14 1.00 1.00 2/78 3563
/proc/meminfo: memFree=1257824/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=430260 CPUtime=402.16
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 106908 0 0 0 40100 116 0 0 25 0 1 0 382961628 440586240 106408 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 107565 106408 140 302 0 107260 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 430260

[startup+462.301 s]
/proc/loadavg: 1.10 1.01 1.00 2/78 3563
/proc/meminfo: memFree=1216928/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=470904 CPUtime=462.14
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 117024 0 0 0 46084 130 0 0 25 0 1 0 382961628 482205696 116524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 117726 116524 140 302 0 117421 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 470904

[startup+522.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/78 3563
/proc/meminfo: memFree=1182240/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=506152 CPUtime=522.12
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 125776 0 0 0 52070 142 0 0 25 0 1 0 382961628 518299648 125276 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 126538 125276 140 302 0 126233 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 506152

[startup+582.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 3563
/proc/meminfo: memFree=1148896/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=538920 CPUtime=582.1
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 133985 0 0 0 58058 152 0 0 25 0 1 0 382961628 551854080 133485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 134730 133485 140 302 0 134425 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 538920

[startup+642.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 3563
/proc/meminfo: memFree=1125408/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=562336 CPUtime=642.09
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 139792 0 0 0 64049 160 0 0 25 0 1 0 382961628 575832064 139292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 140584 139292 140 302 0 140279 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 562336

[startup+702.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 3563
/proc/meminfo: memFree=1098656/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=589300 CPUtime=702.08
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 146515 0 0 0 70040 168 0 0 25 0 1 0 382961628 603443200 146015 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 147325 146015 140 302 0 147020 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 589300

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 3563
/proc/meminfo: memFree=1073632/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=614276 CPUtime=762.05
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 152704 0 0 0 76030 175 0 0 25 0 1 0 382961628 629018624 152204 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 153569 152204 140 302 0 153264 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 614276

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 3563
/proc/meminfo: memFree=1051104/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=636964 CPUtime=822.03
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 158381 0 0 0 82020 183 0 0 25 0 1 0 382961628 652251136 157881 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 159241 157881 140 302 0 158936 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 636964

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=1026592/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=661496 CPUtime=882.01
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 164458 0 0 0 88008 193 0 0 25 0 1 0 382961628 677371904 163958 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 165374 163958 140 302 0 165069 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 661496

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=1006880/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=681384 CPUtime=942
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 169403 0 0 0 93999 201 0 0 25 0 1 0 382961628 697737216 168903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 170346 168903 140 302 0 170041 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 681384

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=983456/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=705320 CPUtime=1001.97
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 175225 0 0 0 99987 210 0 0 25 0 1 0 382961628 722247680 174725 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 176330 174725 140 302 0 176025 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 705320

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=961120/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=727752 CPUtime=1061.95
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 180823 0 0 0 105976 219 0 0 25 0 1 0 382961628 745218048 180323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 181938 180323 140 302 0 181633 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 727752

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=942176/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=746788 CPUtime=1121.93
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 185513 0 0 0 111967 226 0 0 25 0 1 0 382961628 764710912 185013 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 186697 185013 140 302 0 186392 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 746788

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=918240/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=771024 CPUtime=1181.92
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 191562 0 0 0 117957 235 0 0 25 0 1 0 382961628 789528576 191062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 192756 191062 140 302 0 192451 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 771024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=911136/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=777768 CPUtime=1200.02
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4194304 193224 0 0 0 119764 238 0 0 25 0 1 0 382961628 796434432 192724 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 194442 192724 140 302 0 194137 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 777768

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3563
/proc/meminfo: memFree=911136/2055920 swapFree=4168764/4192956
[pid=3562] ppid=3560 vsize=0 CPUtime=1200.12
/proc/3562/stat : 3562 (Spear-32) R 3560 3562 3219 0 -1 4195332 193224 0 0 0 119764 248 0 0 25 0 1 0 382961628 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3562/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.15
CPU user time (s): 1197.65
CPU system time (s): 2.49962
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 777768

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

runsolver used 1.38179 second user time and 2.99454 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Mar 11 16:21:06 UTC 2007

IDJOB= 335569
IDBENCH= 24654
IDSOLVER= 131
FILE ID= node10/335569-1173630066

PBS_JOBID= 4101324

Free space on /tmp= 66433 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/easier-php-035-029.sat05-1179.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335569-1173630066/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335569-1173630066/instance-335569-1173630066.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-335569-1173630066 -o ROOT/results/node10/solver-335569-1173630066 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335569-1173630066/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335569-1173630066/instance-335569-1173630066.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e256f0b079af930550df280452a9bad2

RANDOM SEED= 897510563

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:       1684160 kB
Buffers:         27152 kB
Cached:         266060 kB
SwapCached:       2520 kB
Active:         177912 kB
Inactive:       138064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684160 kB
SwapTotal:     4192956 kB
SwapFree:      4168764 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          30380 kB
Slab:            41200 kB
Committed_AS:  1726924 kB
PageTables:       1832 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 16:41:09 UTC 2007