Trace number 298999

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.04 1200.46

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1982407920-12.SAT.shuffled.cnf
MD5SUMb02420eb242c9f0eb6d6be855d4eeabd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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/298999-1171864041/instance-298999-1171864041.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/node14/watcher-298999-1171864041 -o ROOT/results/node14/solver-298999-1171864041 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298999-1171864041/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298999-1171864041/instance-298999-1171864041.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: 1.02 1.01 1.00 3/77 2783
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=1548 CPUtime=0
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 206358561 1585152 183 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 387 183 128 302 0 82 0

[startup+0.106909 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 2783
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=1932 CPUtime=0.1
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 305 0 0 0 10 0 0 0 18 0 1 0 206358561 1978368 289 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 483 289 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.514947 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 2783
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=2732 CPUtime=0.5
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 507 0 0 0 50 0 0 0 21 0 1 0 206358561 2797568 491 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 683 491 140 302 0 378 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2732

[startup+1.33602 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2784
/proc/meminfo: memFree=1325368/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=3908 CPUtime=1.33
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 799 0 0 0 132 1 0 0 25 0 1 0 206358561 4001792 783 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 977 783 140 302 0 672 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3908

[startup+2.97918 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2784
/proc/meminfo: memFree=1324088/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5452 CPUtime=2.97
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 1178 0 0 0 294 3 0 0 25 0 1 0 206358561 5582848 1162 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 1363 1162 140 302 0 1058 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5452

[startup+6.25549 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2784
/proc/meminfo: memFree=1321464/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=7660 CPUtime=6.25
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 1760 0 0 0 621 4 0 0 25 0 1 0 206358561 7843840 1711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 1915 1711 140 302 0 1610 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7660

[startup+12.7141 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 2784
/proc/meminfo: memFree=1318328/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=10624 CPUtime=12.7
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 2499 0 0 0 1264 6 0 0 25 0 1 0 206358561 10878976 2450 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 2656 2450 140 302 0 2351 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10624

[startup+25.5153 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 2784
/proc/meminfo: memFree=1314296/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=14928 CPUtime=25.49
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 3579 0 0 0 2539 10 0 0 25 0 1 0 206358561 15286272 3465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 3732 3465 140 302 0 3427 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14928

[startup+51.1277 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1308152/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=20928 CPUtime=51.1
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 5088 0 0 0 5094 16 0 0 25 0 1 0 206358561 21430272 4974 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 5232 4974 140 302 0 4927 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 20928

[startup+102.352 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1299640/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=29832 CPUtime=102.31
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 7342 0 0 0 10205 26 0 0 25 0 1 0 206358561 30547968 7099 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 7458 7099 140 302 0 7153 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29832

[startup+162.386 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1291256/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=38104 CPUtime=162.33
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 9410 0 0 0 16196 37 0 0 25 0 1 0 206358561 39018496 9167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 9526 9167 140 302 0 9221 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 38104

[startup+222.421 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=46720 CPUtime=222.35
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 11559 0 0 0 22190 45 0 0 25 0 1 0 206358561 47841280 11059 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 11680 11059 140 302 0 11375 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 46720

[startup+282.453 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1277048/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=53416 CPUtime=282.36
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 13211 0 0 0 28182 54 0 0 25 0 1 0 206358561 54697984 12711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 13354 12711 140 302 0 13049 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 53416

[startup+342.486 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1271672/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=59028 CPUtime=342.39
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 14570 0 0 0 34177 62 0 0 25 0 1 0 206358561 60444672 14070 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 14757 14070 140 302 0 14452 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 59028

[startup+402.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1266424/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=64044 CPUtime=402.4
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 15854 0 0 0 40171 69 0 0 25 0 1 0 206358561 65581056 15354 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 16011 15354 140 302 0 15706 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 64044

[startup+462.556 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1261560/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=69156 CPUtime=462.42
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 17068 0 0 0 46167 75 0 0 25 0 1 0 206358561 70815744 16568 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 17289 16568 140 302 0 16984 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 69156

[startup+522.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1257208/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=73472 CPUtime=522.44
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 18165 0 0 0 52162 82 0 0 25 0 1 0 206358561 75235328 17665 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 18368 17665 140 302 0 18063 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 73472

[startup+582.623 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1252728/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=78204 CPUtime=582.45
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 19274 0 0 0 58158 87 0 0 25 0 1 0 206358561 80080896 18774 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 19551 18774 140 302 0 19246 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 78204

[startup+642.658 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1248568/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=82228 CPUtime=642.48
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 20303 0 0 0 64154 94 0 0 25 0 1 0 206358561 84201472 19803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 20557 19803 140 302 0 20252 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 82228

[startup+702.691 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1244664/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=86272 CPUtime=702.49
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 21290 0 0 0 70150 99 0 0 25 0 1 0 206358561 88342528 20790 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 21568 20790 140 302 0 21263 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 86272

[startup+762.726 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2784
/proc/meminfo: memFree=1241208/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=89900 CPUtime=762.51
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 22157 0 0 0 76146 105 0 0 25 0 1 0 206358561 92057600 21657 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527092 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 22475 21657 140 302 0 22170 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 89900

[startup+822.766 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 2810
/proc/meminfo: memFree=1236672/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=95452 CPUtime=822.53
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 23518 0 0 0 82142 111 0 0 25 0 1 0 206358561 97742848 22505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 23863 22505 140 302 0 23558 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 95452

[startup+882.832 s]
/proc/loadavg: 1.08 1.03 1.01 2/84 2922
/proc/meminfo: memFree=1233280/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=98592 CPUtime=882.52
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 24340 0 0 0 88136 116 0 0 25 0 1 0 206358561 100958208 23327 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 24648 23327 140 302 0 24343 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 98592

[startup+942.881 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 2982
/proc/meminfo: memFree=1231096/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=101992 CPUtime=942.51
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 25154 0 0 0 94130 121 0 0 25 0 1 0 206358561 104439808 24141 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 25498 24141 140 302 0 25193 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 101992

[startup+1002.92 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 2982
/proc/meminfo: memFree=1227832/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=105236 CPUtime=1002.54
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 25949 0 0 0 100128 126 0 0 25 0 1 0 206358561 107761664 24936 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 26309 24936 140 302 0 26004 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 105236

[startup+1062.95 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2982
/proc/meminfo: memFree=1224760/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=108288 CPUtime=1062.56
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 26714 0 0 0 106126 130 0 0 25 0 1 0 206358561 110886912 25701 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 27072 25701 140 302 0 26767 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 108288

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2982
/proc/meminfo: memFree=1221816/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=111328 CPUtime=1122.57
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 27454 0 0 0 112123 134 0 0 25 0 1 0 206358561 113999872 26441 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 27832 26441 140 302 0 27527 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 111328

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2982
/proc/meminfo: memFree=1218936/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=114344 CPUtime=1182.6
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 28180 0 0 0 118120 140 0 0 25 0 1 0 206358561 117088256 27167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 28586 27167 140 302 0 28281 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 114344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2982
/proc/meminfo: memFree=1217976/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=115248 CPUtime=1200.01
/proc/2783/stat : 2783 (Spear-32) R 2781 2783 962 0 -1 4194304 28404 0 0 0 119860 141 0 0 25 0 1 0 206358561 118013952 27391 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2783/statm: 28812 27391 140 302 0 28507 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 115248

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.46
CPU time (s): 1200.04
CPU user time (s): 1198.61
CPU system time (s): 1.42978
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 115248

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

runsolver used 1.27981 second user time and 2.99055 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Feb 19 05:47:21 UTC 2007

IDJOB= 298999
IDBENCH= 19999
IDSOLVER= 132
FILE ID= node14/298999-1171864041

PBS_JOBID= 3839405

Free space on /tmp= 66549 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1982407920-12.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298999-1171864041/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298999-1171864041/instance-298999-1171864041.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-298999-1171864041 -o ROOT/results/node14/solver-298999-1171864041 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298999-1171864041/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298999-1171864041/instance-298999-1171864041.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b02420eb242c9f0eb6d6be855d4eeabd

RANDOM SEED= 443178893

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1328152 kB
Buffers:         71916 kB
Cached:         520092 kB
SwapCached:          0 kB
Active:         410840 kB
Inactive:       235204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            67292 kB
Committed_AS:   753448 kB
PageTables:       1736 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= 66549 MiB

End job on node14 on Mon Feb 19 06:07:24 UTC 2007