Trace number 335191

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.05 1200.13

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
MD5SUMc664e54e8911dc74e630e966a3a9b6ae
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 variables942
Number of clauses16562
Sum of the clauses size74896
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38565
Number of clauses of size 471
Number of clauses of size 5103
Number of clauses of size over 56710

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/335191-1173614978/instance-335191-1173614978.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/node16/watcher-335191-1173614978 -o ROOT/results/node16/solver-335191-1173614978 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335191-1173614978/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335191-1173614978/instance-335191-1173614978.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30016
/proc/meminfo: memFree=1832608/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=1548 CPUtime=0
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 381452115 1585152 185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 387 185 128 302 0 82 0

[startup+0.068785 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30016
/proc/meminfo: memFree=1832608/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=2472 CPUtime=0.06
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 447 0 0 0 6 0 0 0 18 0 1 0 381452115 2531328 431 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 618 431 140 302 0 313 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2472

[startup+0.10178 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30016
/proc/meminfo: memFree=1832608/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=2604 CPUtime=0.09
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 477 0 0 0 9 0 0 0 18 0 1 0 381452115 2666496 461 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 651 461 140 302 0 346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2604

[startup+0.301755 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30016
/proc/meminfo: memFree=1832608/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=2992 CPUtime=0.29
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 587 0 0 0 29 0 0 0 19 0 1 0 381452115 3063808 571 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 748 571 140 302 0 443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2992

[startup+0.701708 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 30016
/proc/meminfo: memFree=1832608/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=3632 CPUtime=0.69
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 737 0 0 0 68 1 0 0 23 0 1 0 381452115 3719168 721 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 908 721 140 302 0 603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3632

[startup+1.50161 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1829912/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=4456 CPUtime=1.49
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 955 0 0 0 148 1 0 0 25 0 1 0 381452115 4562944 939 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 1114 939 140 302 0 809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4456

[startup+3.10142 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1828760/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=5616 CPUtime=3.09
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 1243 0 0 0 306 3 0 0 25 0 1 0 381452115 5750784 1227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 1404 1227 140 302 0 1099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5616

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1826648/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=7432 CPUtime=6.29
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 1674 0 0 0 626 3 0 0 25 0 1 0 381452115 7610368 1658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 1858 1658 140 302 0 1553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7432

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1823192/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=10812 CPUtime=12.69
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 2532 0 0 0 1262 7 0 0 25 0 1 0 381452115 11071488 2483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 2703 2483 140 302 0 2398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10812

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1819544/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=14304 CPUtime=25.49
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 3403 0 0 0 2539 10 0 0 25 0 1 0 381452115 14647296 3354 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 3576 3354 140 302 0 3271 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14304

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1814552/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=19540 CPUtime=51.09
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 4709 0 0 0 5094 15 0 0 25 0 1 0 381452115 20008960 4595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 4885 4595 140 302 0 4580 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19540

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1806936/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=27092 CPUtime=102.29
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 6599 0 0 0 10207 22 0 0 25 0 1 0 381452115 27742208 6485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 6773 6485 140 302 0 6468 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27092

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1799896/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=34784 CPUtime=162.28
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 8497 0 0 0 16199 29 0 0 25 0 1 0 381452115 35618816 8254 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 8696 8254 140 302 0 8391 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34784

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1793816/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=40788 CPUtime=222.27
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 9994 0 0 0 22191 36 0 0 25 0 1 0 381452115 41766912 9751 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 10197 9751 140 302 0 9892 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 40788

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1788056/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=46484 CPUtime=282.27
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 11429 0 0 0 28185 42 0 0 25 0 1 0 381452115 47599616 11186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 11621 11186 140 302 0 11316 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 46484

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1782744/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=51968 CPUtime=342.27
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 12752 0 0 0 34179 48 0 0 25 0 1 0 381452115 53215232 12509 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 12992 12509 140 302 0 12687 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 51968

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1777752/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=57932 CPUtime=402.27
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 14246 0 0 0 40175 52 0 0 25 0 1 0 381452115 59322368 13746 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 14483 13746 140 302 0 14178 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 57932

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1773016/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=62868 CPUtime=462.26
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 15424 0 0 0 46168 58 0 0 25 0 1 0 381452115 64376832 14924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 15717 14924 140 302 0 15412 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 62868

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1769304/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=66820 CPUtime=522.26
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 16349 0 0 0 52163 63 0 0 25 0 1 0 381452115 68423680 15849 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 16705 15849 140 302 0 16400 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 66820

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1765784/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=70356 CPUtime=582.25
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 17196 0 0 0 58157 68 0 0 25 0 1 0 381452115 72044544 16696 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 17589 16696 140 302 0 17284 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 70356

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1762456/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=73844 CPUtime=642.25
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 18003 0 0 0 64153 72 0 0 25 0 1 0 381452115 75616256 17503 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527037 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 18461 17503 140 302 0 18156 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 73844

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1759384/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=77060 CPUtime=702.24
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 18759 0 0 0 70147 77 0 0 25 0 1 0 381452115 78909440 18259 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 19265 18259 140 302 0 18960 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 77060

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 30017
/proc/meminfo: memFree=1756504/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=79748 CPUtime=762.25
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 19447 0 0 0 76143 82 0 0 25 0 1 0 381452115 81661952 18947 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 19937 18947 140 302 0 19632 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 79748

[startup+822.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1753304/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=83028 CPUtime=822.24
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 20250 0 0 0 82138 86 0 0 25 0 1 0 381452115 85020672 19750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 20757 19750 140 302 0 20452 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 83028

[startup+882.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1750040/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=86308 CPUtime=882.23
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 21057 0 0 0 88134 89 0 0 25 0 1 0 381452115 88379392 20557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 21577 20557 140 302 0 21272 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 86308

[startup+942.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1747160/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=89012 CPUtime=942.24
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 21771 0 0 0 94130 94 0 0 25 0 1 0 381452115 91148288 21271 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 22253 21271 140 302 0 21948 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 89012

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1744088/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=91980 CPUtime=1002.23
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 22506 0 0 0 100125 98 0 0 25 0 1 0 381452115 94187520 22006 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 22995 22006 140 302 0 22690 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 91980

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1741208/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=94932 CPUtime=1062.23
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 23222 0 0 0 106120 103 0 0 25 0 1 0 381452115 97210368 22722 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 23733 22722 140 302 0 23428 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 94932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1738200/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=98048 CPUtime=1122.22
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 23968 0 0 0 112115 107 0 0 25 0 1 0 381452115 100401152 23468 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 24512 23468 140 302 0 24207 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 98048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1735512/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=100760 CPUtime=1182.21
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 24635 0 0 0 118111 110 0 0 25 0 1 0 381452115 103178240 24135 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 25190 24135 140 302 0 24885 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 100760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1734744/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=101428 CPUtime=1200.02
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 24811 0 0 0 119890 112 0 0 25 0 1 0 381452115 103862272 24311 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 25357 24311 140 302 0 25052 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 101428

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

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

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30017
/proc/meminfo: memFree=1734744/2055920 swapFree=4159664/4192956
[pid=30016] ppid=30014 vsize=101428 CPUtime=1200.02
/proc/30016/stat : 30016 (Spear-32) R 30014 30016 29647 0 -1 4194304 24811 0 0 0 119890 112 0 0 25 0 1 0 381452115 103862272 24311 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/30016/statm: 25357 24311 140 302 0 25052 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 101428

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.13
CPU time (s): 1200.05
CPU user time (s): 1198.91
CPU system time (s): 1.14183
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 101428

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

runsolver used 1.3048 second user time and 3.07153 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Mar 11 12:09:38 UTC 2007

IDJOB= 335191
IDBENCH= 24645
IDSOLVER= 131
FILE ID= node16/335191-1173614978

PBS_JOBID= 4101260

Free space on /tmp= 66456 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7-gensys-ukn003.sat05-3346.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335191-1173614978/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335191-1173614978/instance-335191-1173614978.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-335191-1173614978 -o ROOT/results/node16/solver-335191-1173614978 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335191-1173614978/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335191-1173614978/instance-335191-1173614978.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c664e54e8911dc74e630e966a3a9b6ae

RANDOM SEED= 973911166

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1833080 kB
Buffers:         19456 kB
Cached:         129964 kB
SwapCached:       2084 kB
Active:          69548 kB
Inactive:       102504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833080 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          30716 kB
Slab:            36408 kB
Committed_AS:  1417388 kB
PageTables:       1720 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= 66456 MiB

End job on node16 on Sun Mar 11 12:29:40 UTC 2007