Trace number 302606

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.13 1200.65

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1403172096-14.cnf
MD5SUMd431fc2ca1f52a92bf3b9c26794d0739
Bench CategoryRANDOM (random 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 variables240
Number of clauses20400
Sum of the clauses size142800
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520400

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/302606-1172015366/instance-302606-1172015366.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/node26/watcher-302606-1172015366 -o ROOT/results/node26/solver-302606-1172015366 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302606-1172015366/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302606-1172015366/instance-302606-1172015366.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.97 0.98 2/77 17622
/proc/meminfo: memFree=1588656/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=1396 CPUtime=0
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 221490251 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 349 166 128 302 0 44 0

[startup+0.107445 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 17622
/proc/meminfo: memFree=1588656/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=2980 CPUtime=0.1
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 566 0 0 0 10 0 0 0 18 0 1 0 221490251 3051520 550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 745 550 140 302 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2980

[startup+0.515515 s]
/proc/loadavg: 0.99 0.97 0.98 2/77 17622
/proc/meminfo: memFree=1588656/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=4008 CPUtime=0.5
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 830 0 0 0 50 0 0 0 21 0 1 0 221490251 4104192 814 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 1002 814 140 302 0 697 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4008

[startup+1.33867 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1584616/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=5672 CPUtime=1.32
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 1248 0 0 0 132 0 0 0 25 0 1 0 221490251 5808128 1232 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 1418 1232 140 302 0 1113 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5672

[startup+2.97494 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1582632/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=8248 CPUtime=2.96
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 1860 0 0 0 294 2 0 0 25 0 1 0 221490251 8445952 1844 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 2062 1844 140 302 0 1757 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8248

[startup+6.25251 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1578472/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=11964 CPUtime=6.24
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 2799 0 0 0 620 4 0 0 25 0 1 0 221490251 12251136 2783 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 2991 2783 140 302 0 2686 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11964

[startup+12.7076 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1572072/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=17984 CPUtime=12.69
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 4320 0 0 0 1262 7 0 0 25 0 1 0 221490251 18415616 4271 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 4496 4271 140 302 0 4191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17984

[startup+25.5099 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1563688/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=26732 CPUtime=25.49
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 6532 0 0 0 2538 11 0 0 25 0 1 0 221490251 27373568 6418 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 6683 6418 140 302 0 6378 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26732

[startup+51.1223 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1551336/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=38648 CPUtime=51.1
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 9532 0 0 0 5092 18 0 0 25 0 1 0 221490251 39575552 9418 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 9662 9418 140 302 0 9357 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 38648

[startup+102.344 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1534056/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=56512 CPUtime=102.3
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 13987 0 0 0 10201 29 0 0 25 0 1 0 221490251 57868288 13744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 14128 13744 140 302 0 13823 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 56512

[startup+162.383 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1518248/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=72036 CPUtime=162.31
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 17870 0 0 0 16191 40 0 0 25 0 1 0 221490251 73764864 17627 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 18009 17627 140 302 0 17704 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 72036

[startup+222.418 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1505512/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=84824 CPUtime=222.33
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 21045 0 0 0 22181 52 0 0 25 0 1 0 221490251 86859776 20802 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 21206 20802 140 302 0 20901 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 84824

[startup+282.449 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1494312/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=97020 CPUtime=282.34
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 24095 0 0 0 28172 62 0 0 25 0 1 0 221490251 99348480 23595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 24255 23595 140 302 0 23950 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 97020

[startup+342.479 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1483688/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=107832 CPUtime=342.35
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 26768 0 0 0 34164 71 0 0 25 0 1 0 221490251 110419968 26268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 26958 26268 140 302 0 26653 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 107832

[startup+402.513 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1474280/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=117104 CPUtime=402.36
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 29095 0 0 0 40156 80 0 0 25 0 1 0 221490251 119914496 28595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 29276 28595 140 302 0 28971 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 117104

[startup+462.545 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1465384/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=125996 CPUtime=462.37
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 31322 0 0 0 46148 89 0 0 25 0 1 0 221490251 129019904 30822 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 31499 30822 140 302 0 31194 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 125996

[startup+522.58 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1457000/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=134612 CPUtime=522.38
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 33423 0 0 0 52141 97 0 0 25 0 1 0 221490251 137842688 32923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 33653 32923 140 302 0 33348 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 134612

[startup+582.614 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1449064/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=142544 CPUtime=582.41
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 35381 0 0 0 58136 105 0 0 25 0 1 0 221490251 145965056 34881 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 35636 34881 140 302 0 35331 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 142544

[startup+642.646 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 17623
/proc/meminfo: memFree=1441640/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=149964 CPUtime=642.41
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 37250 0 0 0 64131 110 0 0 25 0 1 0 221490251 153563136 36750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 37491 36750 140 302 0 37186 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 149964

[startup+702.679 s]
/proc/loadavg: 0.99 0.97 0.98 3/84 17689
/proc/meminfo: memFree=1433584/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=156772 CPUtime=702.4
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 38958 0 0 0 70124 116 0 0 25 0 1 0 221490251 160534528 38458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 39193 38458 140 302 0 38888 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 156772

[startup+762.736 s]
/proc/loadavg: 1.07 0.99 0.99 2/84 17781
/proc/meminfo: memFree=1427248/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=163104 CPUtime=762.38
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 40546 0 0 0 76118 120 0 0 25 0 1 0 221490251 167018496 40046 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 40776 40046 140 302 0 40471 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 163104

[startup+822.787 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 17821
/proc/meminfo: memFree=1422120/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=169328 CPUtime=822.39
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 42081 0 0 0 82114 125 0 0 25 0 1 0 221490251 173391872 41581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 42332 41581 140 302 0 42027 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 169328

[startup+882.824 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 17821
/proc/meminfo: memFree=1416104/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=175436 CPUtime=882.4
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 43573 0 0 0 88109 131 0 0 25 0 1 0 221490251 179646464 43073 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 43859 43073 140 302 0 43554 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 175436

[startup+942.858 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 17821
/proc/meminfo: memFree=1410600/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=182976 CPUtime=942.41
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 45473 0 0 0 94105 136 0 0 25 0 1 0 221490251 187367424 44460 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 45744 44460 140 302 0 45439 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 182976

[startup+1002.89 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 17821
/proc/meminfo: memFree=1405416/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=188404 CPUtime=1002.43
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 46787 0 0 0 100102 141 0 0 25 0 1 0 221490251 192925696 45774 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 47101 45774 140 302 0 46796 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 188404

[startup+1062.92 s]
/proc/loadavg: 1.07 1.00 0.99 2/78 17821
/proc/meminfo: memFree=1399976/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=194136 CPUtime=1062.44
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 48150 0 0 0 106097 147 0 0 25 0 1 0 221490251 198795264 47137 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 48534 47137 140 302 0 48229 0
Current children cumulated CPU time (s) 1062.44
Current children cumulated vsize (KiB) 194136

[startup+1122.95 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 17821
/proc/meminfo: memFree=1394664/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=199424 CPUtime=1122.44
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 49485 0 0 0 112093 151 0 0 25 0 1 0 221490251 204210176 48472 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 49856 48472 140 302 0 49551 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 199424

[startup+1182.99 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 17821
/proc/meminfo: memFree=1389480/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=204596 CPUtime=1182.46
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 50774 0 0 0 118089 157 0 0 25 0 1 0 221490251 209506304 49761 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 51149 49761 140 302 0 50844 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 204596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 17821
/proc/meminfo: memFree=1387880/2055920 swapFree=4157304/4192956
[pid=17622] ppid=17620 vsize=206004 CPUtime=1200.08
/proc/17622/stat : 17622 (Spear-32) R 17620 17622 17481 0 -1 4194304 51149 0 0 0 119850 158 0 0 25 0 1 0 221490251 210948096 50136 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17622/statm: 51501 50136 140 302 0 51196 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 206004

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.65
CPU time (s): 1200.13
CPU user time (s): 1198.51
CPU system time (s): 1.61675
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 206004

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

runsolver used 1.39479 second user time and 2.87656 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Tue Feb 20 23:49:26 UTC 2007

IDJOB= 302606
IDBENCH= 20087
IDSOLVER= 131
FILE ID= node26/302606-1172015366

PBS_JOBID= 3892669

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1403172096-14.cnf
COMMAND LINE= /tmp/evaluation/302606-1172015366/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302606-1172015366/instance-302606-1172015366.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-302606-1172015366 -o ROOT/results/node26/solver-302606-1172015366 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302606-1172015366/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302606-1172015366/instance-302606-1172015366.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d431fc2ca1f52a92bf3b9c26794d0739

RANDOM SEED= 724272204

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1589128 kB
Buffers:         38752 kB
Cached:         359364 kB
SwapCached:      15188 kB
Active:         326208 kB
Inactive:        96968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589128 kB
SwapTotal:     4192956 kB
SwapFree:      4157304 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:          29456 kB
Slab:            29320 kB
Committed_AS:   642748 kB
PageTables:       1680 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= 66561 MiB

End job on node26 on Wed Feb 21 00:09:29 UTC 2007