Trace number 335487

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.14 1200.64

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-016-015.sat05-1230.reshuffled-07.cnf
MD5SUM8933f4efeee309724bfa107bfc7974e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8504
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses3496
Sum of the clauses size7200
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 516

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/335487-1173628461/instance-335487-1173628461.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/node29/watcher-335487-1173628461 -o ROOT/results/node29/solver-335487-1173628461 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335487-1173628461/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335487-1173628461/instance-335487-1173628461.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.99 1.00 1.07 3/77 31712
/proc/meminfo: memFree=1929384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=1528 CPUtime=0
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 19152951 1564672 182 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135271225 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 382 182 128 302 0 77 0

[startup+0.064505 s]
/proc/loadavg: 0.99 1.00 1.07 3/77 31712
/proc/meminfo: memFree=1929384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=1920 CPUtime=0.06
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 315 0 0 0 6 0 0 0 18 0 1 0 19152951 1966080 299 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 480 299 141 302 0 175 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1920

[startup+0.10251 s]
/proc/loadavg: 0.99 1.00 1.07 3/77 31712
/proc/meminfo: memFree=1929384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=2180 CPUtime=0.09
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 364 0 0 0 9 0 0 0 18 0 1 0 19152951 2232320 348 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 545 348 141 302 0 240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2180

[startup+0.301537 s]
/proc/loadavg: 0.99 1.00 1.07 3/77 31712
/proc/meminfo: memFree=1929384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=2964 CPUtime=0.29
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 563 0 0 0 29 0 0 0 19 0 1 0 19152951 3035136 547 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 741 547 141 302 0 436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.701595 s]
/proc/loadavg: 0.99 1.00 1.07 3/77 31712
/proc/meminfo: memFree=1929384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=4040 CPUtime=0.69
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 853 0 0 0 69 0 0 0 23 0 1 0 19152951 4136960 837 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 1010 837 141 302 0 705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4040

[startup+1.50171 s]
/proc/loadavg: 1.07 1.02 1.08 2/78 31713
/proc/meminfo: memFree=1925856/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=5848 CPUtime=1.49
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 1313 0 0 0 148 1 0 0 25 0 1 0 19152951 5988352 1297 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 1462 1297 141 302 0 1157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5848

[startup+3.10194 s]
/proc/loadavg: 1.07 1.02 1.08 2/78 31713
/proc/meminfo: memFree=1923488/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=8316 CPUtime=3.09
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 1906 0 0 0 307 2 0 0 25 0 1 0 19152951 8515584 1890 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 2079 1890 141 302 0 1774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8316

[startup+6.30139 s]
/proc/loadavg: 1.07 1.02 1.08 2/78 31713
/proc/meminfo: memFree=1919264/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=12476 CPUtime=6.29
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 2912 0 0 0 625 4 0 0 25 0 1 0 19152951 12775424 2863 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 3119 2863 141 302 0 2814 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12476

[startup+12.7013 s]
/proc/loadavg: 1.06 1.02 1.08 2/78 31713
/proc/meminfo: memFree=1912608/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=18596 CPUtime=12.69
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 4431 0 0 0 1261 8 0 0 25 0 1 0 19152951 19042304 4382 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 4649 4382 141 302 0 4344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18596

[startup+25.5021 s]
/proc/loadavg: 1.05 1.01 1.07 2/78 31713
/proc/meminfo: memFree=1903776/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=27312 CPUtime=25.49
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 6610 0 0 0 2537 12 0 0 25 0 1 0 19152951 27967488 6496 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 6828 6496 141 302 0 6523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27312

[startup+51.1018 s]
/proc/loadavg: 1.10 1.03 1.08 2/78 31713
/proc/meminfo: memFree=1890144/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=41280 CPUtime=51.08
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 10039 0 0 0 5088 20 0 0 25 0 1 0 19152951 42270720 9925 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 10320 9925 141 302 0 10015 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41280

[startup+102.305 s]
/proc/loadavg: 1.04 1.02 1.07 2/78 31713
/proc/meminfo: memFree=1871392/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=60620 CPUtime=102.26
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 14798 0 0 0 10194 32 0 0 25 0 1 0 19152951 62074880 14555 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 15155 14555 141 302 0 14850 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60620

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.07 2/78 31713
/proc/meminfo: memFree=1854560/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=77852 CPUtime=162.24
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 19039 0 0 0 16180 44 0 0 25 0 1 0 19152951 79720448 18796 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 19463 18796 141 302 0 19158 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77852

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.06 2/78 31713
/proc/meminfo: memFree=1843488/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=90188 CPUtime=222.22
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 22016 0 0 0 22170 52 0 0 25 0 1 0 19152951 92352512 21516 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 22547 21516 141 302 0 22242 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 90188

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/78 31713
/proc/meminfo: memFree=1830880/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=103396 CPUtime=282.2
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 25180 0 0 0 28157 63 0 0 25 0 1 0 19152951 105877504 24680 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 25849 24680 141 302 0 25544 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 103396

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 31713
/proc/meminfo: memFree=1822112/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=112244 CPUtime=342.18
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 27366 0 0 0 34148 70 0 0 25 0 1 0 19152951 114937856 26866 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 28061 26866 141 302 0 27756 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 112244

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/84 31739
/proc/meminfo: memFree=1811504/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=121820 CPUtime=402.15
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 29699 0 0 0 40136 79 0 0 25 0 1 0 19152951 124743680 29199 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 30455 29199 141 302 0 30150 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 121820

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/84 31877
/proc/meminfo: memFree=1804264/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=128892 CPUtime=462.06
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 31443 0 0 0 46120 86 0 0 25 0 1 0 19152951 131985408 30943 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 32223 30943 141 302 0 31918 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 128892

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 31911
/proc/meminfo: memFree=1795424/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=139232 CPUtime=522.01
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 33978 0 0 0 52106 95 0 0 25 0 1 0 19152951 142573568 33478 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 34808 33478 141 302 0 34503 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 139232

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 31911
/proc/meminfo: memFree=1784288/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=150508 CPUtime=582
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 36751 0 0 0 58095 105 0 0 25 0 1 0 19152951 154120192 36251 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 37627 36251 141 302 0 37322 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 150508

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 31911
/proc/meminfo: memFree=1775520/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=160996 CPUtime=641.97
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 39438 0 0 0 64085 112 0 0 25 0 1 0 19152951 164859904 38425 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 40249 38425 141 302 0 39944 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 160996

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 31911
/proc/meminfo: memFree=1768608/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=168532 CPUtime=701.95
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 41163 0 0 0 70077 118 0 0 25 0 1 0 19152951 172576768 40150 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 42133 40150 141 302 0 41828 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 168532

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 31911
/proc/meminfo: memFree=1761888/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=175364 CPUtime=761.94
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 42830 0 0 0 76071 123 0 0 25 0 1 0 19152951 179572736 41817 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 43841 41817 141 302 0 43536 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 175364

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1753824/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=183508 CPUtime=821.91
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 44840 0 0 0 82060 131 0 0 25 0 1 0 19152951 187912192 43827 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 45877 43827 141 302 0 45572 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 183508

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1748384/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=189448 CPUtime=881.89
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 46186 0 0 0 88052 137 0 0 25 0 1 0 19152951 193994752 45173 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 47362 45173 141 302 0 47057 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 189448

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1741920/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=196440 CPUtime=941.87
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 47814 0 0 0 94044 143 0 0 25 0 1 0 19152951 201154560 46801 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 49110 46801 141 302 0 48805 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 196440

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31911
/proc/meminfo: memFree=1735584/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=202888 CPUtime=1001.85
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 49384 0 0 0 100036 149 0 0 25 0 1 0 19152951 207757312 48371 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 50722 48371 141 302 0 50417 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 202888

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1728352/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=210260 CPUtime=1061.84
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 51203 0 0 0 106026 158 0 0 25 0 1 0 19152951 215306240 50190 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 52565 50190 141 302 0 52260 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 210260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1721952/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=216636 CPUtime=1121.81
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 52788 0 0 0 112016 165 0 0 25 0 1 0 19152951 221835264 51775 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 54159 51775 141 302 0 53854 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 216636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1717216/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=221648 CPUtime=1181.79
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 54012 0 0 0 118009 170 0 0 25 0 1 0 19152951 226967552 52999 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 55412 52999 141 302 0 55107 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 221648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31911
/proc/meminfo: memFree=1714976/2055920 swapFree=4144048/4192956
[pid=31712] ppid=31710 vsize=223956 CPUtime=1200.09
/proc/31712/stat : 31712 (Spear-32) R 31710 31712 31605 0 -1 4194304 54543 0 0 0 119837 172 0 0 25 0 1 0 19152951 229330944 53530 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31712/statm: 55989 53530 141 302 0 55684 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 223956

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.64
CPU time (s): 1200.14
CPU user time (s): 1198.38
CPU system time (s): 1.75673
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 223956

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

runsolver used 1.43678 second user time and 2.93855 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Mar 11 15:54:21 UTC 2007

IDJOB= 335487
IDBENCH= 24652
IDSOLVER= 133
FILE ID= node29/335487-1173628461

PBS_JOBID= 4101318

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8933f4efeee309724bfa107bfc7974e9

RANDOM SEED= 330293201

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.270
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.270
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:       1929792 kB
Buffers:         26536 kB
Cached:          46928 kB
SwapCached:      17588 kB
Active:          53160 kB
Inactive:        45352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929792 kB
SwapTotal:     4192956 kB
SwapFree:      4144048 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          31308 kB
Slab:            13200 kB
Committed_AS:   149760 kB
PageTables:       1760 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= 66563 MiB

End job on node29 on Sun Mar 11 16:14:24 UTC 2007