Trace number 334856

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.07 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

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/334856-1173596499/instance-334856-1173596499.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/node15/watcher-334856-1173596499 -o ROOT/results/node15/solver-334856-1173596499 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334856-1173596499/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/334856-1173596499/instance-334856-1173596499.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: 1.07 1.03 1.00 3/83 30328
/proc/meminfo: memFree=1411608/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=1932 CPUtime=0
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 379604515 1978368 253 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515392 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 483 254 126 302 0 178 0

[startup+0.0519511 s]
/proc/loadavg: 1.07 1.03 1.00 3/83 30328
/proc/meminfo: memFree=1411608/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=4020 CPUtime=0.04
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 881 0 0 0 4 0 0 0 18 0 1 0 379604515 4116480 733 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 1005 733 129 302 0 700 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4020

[startup+0.101959 s]
/proc/loadavg: 1.07 1.03 1.00 3/83 30328
/proc/meminfo: memFree=1411608/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=5336 CPUtime=0.09
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 1247 0 0 0 9 0 0 0 18 0 1 0 379604515 5464064 1066 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 1334 1066 129 302 0 1029 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5336

[startup+0.301992 s]
/proc/loadavg: 1.07 1.03 1.00 3/83 30328
/proc/meminfo: memFree=1411608/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=10988 CPUtime=0.29
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 2763 0 0 0 28 1 0 0 19 0 1 0 379604515 11251712 2388 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 2747 2388 129 302 0 2442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10988

[startup+0.701059 s]
/proc/loadavg: 1.07 1.03 1.00 3/83 30328
/proc/meminfo: memFree=1411608/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=21780 CPUtime=0.69
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 5708 0 0 0 65 4 0 0 23 0 1 0 379604515 22302720 5076 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 5445 5076 129 302 0 5140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21780

[startup+1.5012 s]
/proc/loadavg: 1.06 1.03 1.00 2/84 30329
/proc/meminfo: memFree=1383824/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=43892 CPUtime=1.48
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 11677 0 0 0 141 7 0 0 25 0 1 0 379604515 44945408 10532 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134799782 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 10973 10532 129 302 0 10668 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43892

[startup+3.10147 s]
/proc/loadavg: 1.06 1.03 1.00 2/84 30333
/proc/meminfo: memFree=1358032/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=58856 CPUtime=3.08
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 15700 0 0 0 297 11 0 0 25 0 1 0 379604515 60268544 13530 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 14714 13530 140 302 0 14409 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58856

[startup+6.30302 s]
/proc/loadavg: 1.06 1.02 1.00 2/84 30335
/proc/meminfo: memFree=1357008/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=60068 CPUtime=6.29
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 15993 0 0 0 612 17 0 0 25 0 1 0 379604515 61509632 13823 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 15017 13823 140 302 0 14712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60068

[startup+12.7011 s]
/proc/loadavg: 1.05 1.02 1.00 2/84 30349
/proc/meminfo: memFree=1354640/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=62384 CPUtime=12.68
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 16562 0 0 0 1245 23 0 0 25 0 1 0 379604515 63881216 14392 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 15596 14392 140 302 0 15291 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62384

[startup+25.5014 s]
/proc/loadavg: 1.04 1.02 1.00 2/84 30377
/proc/meminfo: memFree=1350024/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=66880 CPUtime=25.45
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 17710 0 0 0 2511 34 0 0 25 0 1 0 379604515 68485120 15507 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134535667 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 16720 15507 140 302 0 16415 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66880

[startup+51.1017 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 30409
/proc/meminfo: memFree=1341440/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=76812 CPUtime=51.01
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 20222 0 0 0 5053 48 0 0 25 0 1 0 379604515 78655488 17954 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 19203 17954 140 302 0 18898 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 76812

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 30409
/proc/meminfo: memFree=1320464/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=97704 CPUtime=102.2
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 25510 0 0 0 10149 71 0 0 25 0 1 0 379604515 100048896 23113 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 24426 23113 140 302 0 24121 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 97704

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30409
/proc/meminfo: memFree=1306128/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=112368 CPUtime=162.17
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 29199 0 0 0 16123 94 0 0 25 0 1 0 379604515 115064832 26802 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 28092 26802 140 302 0 27787 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 112368

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1290832/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=127212 CPUtime=222.15
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 32958 0 0 0 22099 116 0 0 25 0 1 0 379604515 130265088 30561 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 31803 30561 140 302 0 31498 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 127212

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1278160/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=140860 CPUtime=282.13
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 36395 0 0 0 28081 132 0 0 25 0 1 0 379604515 144240640 33741 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 35215 33741 140 302 0 34910 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 140860

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1263312/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=155536 CPUtime=342.11
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 40102 0 0 0 34062 149 0 0 25 0 1 0 379604515 159268864 37448 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 38884 37448 140 302 0 38579 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 155536

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1253008/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=165752 CPUtime=402.08
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 42688 0 0 0 40043 165 0 0 25 0 1 0 379604515 169730048 40034 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 41438 40034 140 302 0 41133 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 165752

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1242448/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=176168 CPUtime=462.07
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 45310 0 0 0 46027 180 0 0 25 0 1 0 379604515 180396032 42656 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 44042 42656 140 302 0 43737 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 176168

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1231056/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=187488 CPUtime=522.04
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 48174 0 0 0 52010 194 0 0 25 0 1 0 379604515 191987712 45520 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 46872 45520 140 302 0 46567 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 187488

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1221136/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=197364 CPUtime=582.02
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 50636 0 0 0 57993 209 0 0 25 0 1 0 379604515 202100736 47982 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 49341 47982 140 302 0 49036 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 197364

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1211536/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=206816 CPUtime=642
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 53012 0 0 0 63979 221 0 0 25 0 1 0 379604515 211779584 50358 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 51704 50358 140 302 0 51399 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 206816

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1202768/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=215508 CPUtime=701.98
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 55219 0 0 0 69965 233 0 0 25 0 1 0 379604515 220680192 52565 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 53877 52565 140 302 0 53572 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 215508

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1191568/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=226568 CPUtime=761.96
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 57986 0 0 0 75954 242 0 0 25 0 1 0 379604515 232005632 55332 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 56642 55332 140 302 0 56337 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 226568

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1181904/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=236148 CPUtime=821.94
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 60409 0 0 0 81942 252 0 0 25 0 1 0 379604515 241815552 57755 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 59037 57755 140 302 0 58732 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 236148

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1172624/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=245488 CPUtime=881.92
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 62744 0 0 0 87930 262 0 0 25 0 1 0 379604515 251379712 60090 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 61372 60090 140 302 0 61067 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 245488

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1164816/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=255240 CPUtime=941.9
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 65204 0 0 0 93918 272 0 0 25 0 1 0 379604515 261365760 62037 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 63810 62037 140 302 0 63505 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 255240

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1155600/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=264380 CPUtime=1001.87
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 67489 0 0 0 99906 281 0 0 25 0 1 0 379604515 270725120 64322 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 66095 64322 140 302 0 65790 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 264380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1147536/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=272372 CPUtime=1061.85
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 69496 0 0 0 105895 290 0 0 25 0 1 0 379604515 278908928 66329 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 68093 66329 140 302 0 67788 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 272372

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1139216/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=280636 CPUtime=1121.84
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 71573 0 0 0 111885 299 0 0 25 0 1 0 379604515 287371264 68406 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 70159 68406 140 302 0 69854 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 280636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1130704/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=289216 CPUtime=1181.81
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 73725 0 0 0 117874 307 0 0 25 0 1 0 379604515 296157184 70558 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 72304 70558 140 302 0 71999 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 289216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1128144/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=291732 CPUtime=1200.01
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 74339 0 0 0 119691 310 0 0 25 0 1 0 379604515 298733568 71172 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 72933 71172 140 302 0 72628 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 291732

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30409
/proc/meminfo: memFree=1128144/2055920 swapFree=4152672/4192956
[pid=30328] ppid=30326 vsize=291732 CPUtime=1200.01
/proc/30328/stat : 30328 (Spear-32) R 30326 30328 29198 0 -1 4194304 74339 0 0 0 119691 310 0 0 25 0 1 0 379604515 298733568 71172 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30328/statm: 72933 71172 140 302 0 72628 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 291732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.07
CPU user time (s): 1196.91
CPU system time (s): 3.15152
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 291732

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

runsolver used 1.26281 second user time and 3.11353 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Mar 11 07:01:41 UTC 2007

IDJOB= 334856
IDBENCH= 24637
IDSOLVER= 132
FILE ID= node15/334856-1173596499

PBS_JOBID= 4101235

Free space on /tmp= 66524 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334856-1173596499/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334856-1173596499/instance-334856-1173596499.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-334856-1173596499 -o ROOT/results/node15/solver-334856-1173596499 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334856-1173596499/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334856-1173596499/instance-334856-1173596499.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c4e7e1211c6b5f2d2564e77e64df6f5

RANDOM SEED= 926473481

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1412080 kB
Buffers:         55180 kB
Cached:         493104 kB
SwapCached:       2924 kB
Active:         383304 kB
Inactive:       188884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412080 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           16056 kB
Writeback:           0 kB
Mapped:          31284 kB
Slab:            56776 kB
Committed_AS:  1356344 kB
PageTables:       2048 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= 66524 MiB

End job on node15 on Sun Mar 11 07:21:44 UTC 2007