Trace number 298875

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.06 1200.48

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1806915801-08.SAT.shuffled.cnf
MD5SUMcf84a3dca136fb4dbd89b4b968109201
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/298875-1171861695/instance-298875-1171861695.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-298875-1171861695 -o ROOT/results/node42/solver-298875-1171861695 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298875-1171861695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298875-1171861695/instance-298875-1171861695.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.98 0.99 3/64 16527
/proc/meminfo: memFree=383064/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=1532 CPUtime=0
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 206125555 1568768 176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 383 177 128 302 0 78 0

[startup+0.106936 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16527
/proc/meminfo: memFree=383064/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=1788 CPUtime=0.1
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 206125555 1830912 265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515013 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16527
/proc/meminfo: memFree=383064/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=2612 CPUtime=0.51
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 464 0 0 0 50 1 0 0 21 0 1 0 206125555 2674688 448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 653 448 140 302 0 348 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2612

[startup+1.33517 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=381072/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=3404 CPUtime=1.32
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 679 0 0 0 130 2 0 0 25 0 1 0 206125555 3485696 663 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 851 663 140 302 0 546 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3404

[startup+2.97448 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=380048/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=4584 CPUtime=2.96
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 969 0 0 0 293 3 0 0 25 0 1 0 206125555 4694016 953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 1146 953 140 302 0 841 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4584

[startup+6.2511 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=378064/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=6392 CPUtime=6.24
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 1436 0 0 0 618 6 0 0 25 0 1 0 206125555 6545408 1387 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 1598 1387 140 302 0 1293 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6392

[startup+12.7083 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=375448/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=8760 CPUtime=12.69
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 2038 0 0 0 1261 8 0 0 25 0 1 0 206125555 8970240 1989 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 2190 1989 140 302 0 1885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8760

[startup+25.5088 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=371992/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=12476 CPUtime=25.48
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 2971 0 0 0 2537 11 0 0 25 0 1 0 206125555 12775424 2857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 3119 2857 140 302 0 2814 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12476

[startup+51.1167 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=367384/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=16916 CPUtime=51.09
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 4089 0 0 0 5092 17 0 0 25 0 1 0 206125555 17321984 3975 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 4229 3975 140 302 0 3924 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16916

[startup+102.33 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=361304/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=23720 CPUtime=102.28
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 5732 0 0 0 10205 23 0 0 25 0 1 0 206125555 24289280 5489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 5930 5489 140 302 0 5625 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23720

[startup+162.358 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=355672/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=29544 CPUtime=162.29
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 7128 0 0 0 16199 30 0 0 25 0 1 0 206125555 30253056 6885 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 7386 6885 140 302 0 7081 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29544

[startup+222.376 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=350936/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=34268 CPUtime=222.28
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 8310 0 0 0 22193 35 0 0 25 0 1 0 206125555 35090432 8067 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 8567 8067 140 302 0 8262 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34268

[startup+282.396 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=346584/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=39796 CPUtime=282.28
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 9642 0 0 0 28186 42 0 0 25 0 1 0 206125555 40751104 9142 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 9949 9142 140 302 0 9644 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 39796

[startup+342.417 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=342488/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=44028 CPUtime=342.29
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 10664 0 0 0 34181 48 0 0 25 0 1 0 206125555 45084672 10164 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526900 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 11007 10164 140 302 0 10702 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44028

[startup+402.447 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=339160/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=47444 CPUtime=402.3
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 11475 0 0 0 40176 54 0 0 25 0 1 0 206125555 48582656 10975 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 11861 10975 140 302 0 11556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 47444

[startup+462.471 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=336280/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=50404 CPUtime=462.3
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 12199 0 0 0 46171 59 0 0 25 0 1 0 206125555 51613696 11699 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 12601 11699 140 302 0 12296 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 50404

[startup+522.489 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16528
/proc/meminfo: memFree=333528/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=53100 CPUtime=522.29
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 12873 0 0 0 52165 64 0 0 25 0 1 0 206125555 54374400 12373 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 13275 12373 140 302 0 12970 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53100

[startup+582.508 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 16528
/proc/meminfo: memFree=330904/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=56004 CPUtime=582.3
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 13557 0 0 0 58160 70 0 0 25 0 1 0 206125555 57348096 13057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 14001 13057 140 302 0 13696 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56004

[startup+642.534 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16528
/proc/meminfo: memFree=328472/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=58576 CPUtime=642.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 14164 0 0 0 64156 75 0 0 25 0 1 0 206125555 59981824 13664 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 14644 13664 140 302 0 14339 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 58576

[startup+702.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=325528/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=62108 CPUtime=702.3
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 14902 0 0 0 70152 78 0 0 25 0 1 0 206125555 63598592 14402 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 15527 14402 140 302 0 15222 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 62108

[startup+762.583 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=323288/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=64428 CPUtime=762.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 15456 0 0 0 76149 82 0 0 25 0 1 0 206125555 65974272 14956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 16107 14956 140 302 0 15802 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 64428

[startup+822.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=320920/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=66564 CPUtime=822.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 16051 0 0 0 82145 86 0 0 25 0 1 0 206125555 68161536 15551 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 16641 15551 140 302 0 16336 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 66564

[startup+882.626 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 16528
/proc/meminfo: memFree=318616/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=70800 CPUtime=882.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 17114 0 0 0 88140 91 0 0 25 0 1 0 206125555 72499200 16101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 17700 16101 140 302 0 17395 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 70800

[startup+942.648 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 16528
/proc/meminfo: memFree=316440/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=73268 CPUtime=942.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 17671 0 0 0 94136 95 0 0 25 0 1 0 206125555 75026432 16658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 18317 16658 140 302 0 18012 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 73268

[startup+1002.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=314264/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=75364 CPUtime=1002.31
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 18228 0 0 0 100132 99 0 0 25 0 1 0 206125555 77172736 17215 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 18841 17215 140 302 0 18536 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 75364

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=312088/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=77348 CPUtime=1062.32
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 18755 0 0 0 106129 103 0 0 25 0 1 0 206125555 79204352 17742 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 19337 17742 140 302 0 19032 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 77348

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=310232/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=79444 CPUtime=1122.33
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 19239 0 0 0 112126 107 0 0 25 0 1 0 206125555 81350656 18226 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 19861 18226 140 302 0 19556 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 79444

[startup+1182.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=308376/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=81160 CPUtime=1182.33
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 19697 0 0 0 118122 111 0 0 25 0 1 0 206125555 83107840 18684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 20290 18684 140 302 0 19985 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 81160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=307800/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=81544 CPUtime=1200.04
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 19836 0 0 0 119891 113 0 0 25 0 1 0 206125555 83501056 18823 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526862 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 20386 18823 140 302 0 20081 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 81544

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

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

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16528
/proc/meminfo: memFree=307800/2055920 swapFree=4183424/4192956
[pid=16527] ppid=16525 vsize=81544 CPUtime=1200.04
/proc/16527/stat : 16527 (Spear-32) R 16525 16527 14957 0 -1 4194304 19836 0 0 0 119891 113 0 0 25 0 1 0 206125555 83501056 18823 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526862 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 20386 18823 140 302 0 20081 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 81544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.48
CPU time (s): 1200.06
CPU user time (s): 1198.92
CPU system time (s): 1.14582
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 81544

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

runsolver used 0.950855 second user time and 2.27165 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Feb 19 05:08:15 UTC 2007

IDJOB= 298875
IDBENCH= 19996
IDSOLVER= 131
FILE ID= node42/298875-1171861695

PBS_JOBID= 3839746

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1806915801-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298875-1171861695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298875-1171861695/instance-298875-1171861695.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-298875-1171861695 -o ROOT/results/node42/solver-298875-1171861695 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298875-1171861695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298875-1171861695/instance-298875-1171861695.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cf84a3dca136fb4dbd89b4b968109201

RANDOM SEED= 24702445

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.261
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.261
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:        383408 kB
Buffers:         53300 kB
Cached:        1491700 kB
SwapCached:       3904 kB
Active:         838160 kB
Inactive:       716824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        383408 kB
SwapTotal:     4192956 kB
SwapFree:      4183424 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:           103540 kB
Committed_AS:   795940 kB
PageTables:       1408 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= 66562 MiB

End job on node42 on Mon Feb 19 05:28:18 UTC 2007