Trace number 335780

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 FH 1.0? (TO) 1200.14 1200.45

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-020-015.sat05-1218.reshuffled-07.cnf
MD5SUM5c9a33eabccd4cfda0614fe55b1a1565
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.0958
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses4970
Sum of the clauses size10200
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24950
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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/335780-1173634256/instance-335780-1173634256.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/node70/watcher-335780-1173634256 -o ROOT/results/node70/solver-335780-1173634256 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335780-1173634256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/335780-1173634256/instance-335780-1173634256.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/64 10533
/proc/meminfo: memFree=1915128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=1528 CPUtime=0
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 19725461 1564672 182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 382 186 129 302 0 77 0

[startup+0.0490661 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 10533
/proc/meminfo: memFree=1915128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=1944 CPUtime=0.04
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 325 0 0 0 4 0 0 0 18 0 1 0 19725461 1990656 309 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 486 309 140 302 0 181 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1944

[startup+0.10107 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 10533
/proc/meminfo: memFree=1915128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=2200 CPUtime=0.09
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 397 0 0 0 9 0 0 0 18 0 1 0 19725461 2252800 381 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 550 381 140 302 0 245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2200

[startup+0.30109 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 10533
/proc/meminfo: memFree=1915128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=3228 CPUtime=0.29
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 642 0 0 0 29 0 0 0 19 0 1 0 19725461 3305472 626 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 807 627 140 302 0 502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3228

[startup+0.70113 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 10533
/proc/meminfo: memFree=1915128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=4920 CPUtime=0.69
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 1050 0 0 0 68 1 0 0 23 0 1 0 19725461 5038080 1034 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 1230 1034 140 302 0 925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4920

[startup+1.50121 s]
/proc/loadavg: 0.91 0.95 0.99 2/65 10534
/proc/meminfo: memFree=1910576/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=7372 CPUtime=1.49
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 1689 0 0 0 147 2 0 0 25 0 1 0 19725461 7548928 1673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 1843 1673 140 302 0 1538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7372

[startup+3.10137 s]
/proc/loadavg: 0.91 0.95 0.99 2/65 10534
/proc/meminfo: memFree=1907440/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=10988 CPUtime=3.09
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 2580 0 0 0 306 3 0 0 25 0 1 0 19725461 11251712 2564 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 2747 2564 140 302 0 2442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10988

[startup+6.30169 s]
/proc/loadavg: 0.92 0.95 0.99 2/65 10534
/proc/meminfo: memFree=1901168/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=16428 CPUtime=6.29
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 3941 0 0 0 625 4 0 0 25 0 1 0 19725461 16822272 3892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 4107 3892 140 302 0 3802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16428

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.99 2/65 10534
/proc/meminfo: memFree=1892080/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=24972 CPUtime=12.68
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 6073 0 0 0 1261 7 0 0 25 0 1 0 19725461 25571328 6024 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 6243 6024 140 302 0 5938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24972

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.99 2/65 10534
/proc/meminfo: memFree=1879984/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=36844 CPUtime=25.48
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 9018 0 0 0 2536 12 0 0 25 0 1 0 19725461 37728256 8904 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 9211 8904 140 302 0 8906 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36844

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.99 2/65 10534
/proc/meminfo: memFree=1863024/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=54544 CPUtime=51.08
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 13344 0 0 0 5088 20 0 0 25 0 1 0 19725461 55853056 13230 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 13636 13230 140 302 0 13331 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54544

[startup+102.304 s]
/proc/loadavg: 0.98 0.96 0.99 2/65 10534
/proc/meminfo: memFree=1835120/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=83168 CPUtime=102.26
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 20338 0 0 0 10195 31 0 0 25 0 1 0 19725461 85164032 20095 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 20792 20095 140 302 0 20487 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83168

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1811696/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=107120 CPUtime=162.25
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 26230 0 0 0 16182 43 0 0 25 0 1 0 19725461 109690880 25987 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 26780 25987 140 302 0 26475 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 107120

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1793840/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=126016 CPUtime=222.24
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 30885 0 0 0 22168 56 0 0 25 0 1 0 19725461 129040384 30385 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 31504 30385 140 302 0 31199 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 126016

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1774320/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=146100 CPUtime=282.22
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 35811 0 0 0 28155 67 0 0 25 0 1 0 19725461 149606400 35311 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 36525 35311 140 302 0 36220 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 146100

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1756464/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=163928 CPUtime=342.2
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 40195 0 0 0 34144 76 0 0 25 0 1 0 19725461 167862272 39695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 40982 39695 140 302 0 40677 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 163928

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1743920/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=176744 CPUtime=402.19
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 43351 0 0 0 40135 84 0 0 25 0 1 0 19725461 180985856 42851 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 44186 42851 140 302 0 43881 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 176744

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1732144/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=189112 CPUtime=462.17
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 46260 0 0 0 46126 91 0 0 25 0 1 0 19725461 193650688 45760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 47278 45760 140 302 0 46973 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 189112

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1722416/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=199448 CPUtime=522.16
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 48709 0 0 0 52119 97 0 0 25 0 1 0 19725461 204234752 48209 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 49862 48209 140 302 0 49557 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 199448

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1714160/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=207960 CPUtime=582.14
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 50745 0 0 0 58112 102 0 0 25 0 1 0 19725461 212951040 50245 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 51990 50245 140 302 0 51685 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 207960

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10534
/proc/meminfo: memFree=1703984/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=218800 CPUtime=642.13
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 53254 0 0 0 64104 109 0 0 25 0 1 0 19725461 224051200 52754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 54700 52754 140 302 0 54395 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 218800

[startup+702.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 10534
/proc/meminfo: memFree=1693168/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=230120 CPUtime=702.12
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 55994 0 0 0 70096 116 0 0 25 0 1 0 19725461 235642880 55494 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 57530 55494 140 302 0 57225 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 230120

[startup+762.306 s]
/proc/loadavg: 1.12 1.02 1.00 2/65 10534
/proc/meminfo: memFree=1683248/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=239928 CPUtime=762.1
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 58428 0 0 0 76089 121 0 0 25 0 1 0 19725461 245686272 57928 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 59982 57928 140 302 0 59677 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 239928

[startup+822.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 10534
/proc/meminfo: memFree=1675888/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=250328 CPUtime=822.09
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 60786 0 0 0 82082 127 0 0 25 0 1 0 19725461 256335872 59773 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 62582 59773 140 302 0 62277 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 250328

[startup+882.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 10536
/proc/meminfo: memFree=1665648/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=260508 CPUtime=882.07
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 63328 0 0 0 88074 133 0 0 25 0 1 0 19725461 266760192 62315 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 65127 62315 140 302 0 64822 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 260508

[startup+942.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 10536
/proc/meminfo: memFree=1656688/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=269632 CPUtime=942.05
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 65570 0 0 0 94067 138 0 0 25 0 1 0 19725461 276103168 64557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 67408 64557 140 302 0 67103 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 269632

[startup+1002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 10536
/proc/meminfo: memFree=1648944/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=277600 CPUtime=1002.03
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 67502 0 0 0 100060 143 0 0 25 0 1 0 19725461 284262400 66489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 69400 66489 140 302 0 69095 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 277600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10536
/proc/meminfo: memFree=1639856/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=286952 CPUtime=1062.02
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 69775 0 0 0 106051 151 0 0 25 0 1 0 19725461 293838848 68762 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 71738 68762 140 302 0 71433 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 286952

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10536
/proc/meminfo: memFree=1631024/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=295924 CPUtime=1122
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 71974 0 0 0 112043 157 0 0 25 0 1 0 19725461 303026176 70961 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 73981 70961 140 302 0 73676 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 295924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10536
/proc/meminfo: memFree=1624176/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=302856 CPUtime=1181.99
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 73672 0 0 0 118036 163 0 0 25 0 1 0 19725461 310124544 72659 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 75714 72659 140 302 0 75409 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 302856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10536
/proc/meminfo: memFree=1622128/2055920 swapFree=4179464/4192956
[pid=10533] ppid=10531 vsize=304924 CPUtime=1200.08
/proc/10533/stat : 10533 (Spear-32) R 10531 10533 9608 0 -1 4194304 74170 0 0 0 119844 164 0 0 25 0 1 0 19725461 312242176 73157 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10533/statm: 76231 73157 140 302 0 75926 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 304924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.14
CPU user time (s): 1198.45
CPU system time (s): 1.69374
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 304924

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

runsolver used 0.792879 second user time and 2.49962 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Sun Mar 11 17:30:56 UTC 2007

IDJOB= 335780
IDBENCH= 24659
IDSOLVER= 132
FILE ID= node70/335780-1173634256

PBS_JOBID= 4101305

Free space on /tmp= 66552 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/easier-fphp-020-015.sat05-1218.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335780-1173634256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/335780-1173634256/instance-335780-1173634256.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-335780-1173634256 -o ROOT/results/node70/solver-335780-1173634256 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335780-1173634256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/335780-1173634256/instance-335780-1173634256.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5c9a33eabccd4cfda0614fe55b1a1565

RANDOM SEED= 534019841

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.220
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	: 5931.00
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.220
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:       1915600 kB
Buffers:         12344 kB
Cached:          85672 kB
SwapCached:       8132 kB
Active:          42448 kB
Inactive:        70904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915600 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15652 kB
Slab:            13024 kB
Committed_AS:    57660 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= 66552 MiB

End job on node70 on Sun Mar 11 17:50:58 UTC 2007