Trace number 293217

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.55

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1191693850-19.SAT.shuffled.cnf
MD5SUMdc631c59c040d59e47dc468f5b5f4aea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
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 52556
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/293217-1171766725/instance-293217-1171766725.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/node17/watcher-293217-1171766725 -o ROOT/results/node17/solver-293217-1171766725 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293217-1171766725/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293217-1171766725/instance-293217-1171766725.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.00 1.00 1.01 3/77 10201
/proc/meminfo: memFree=1593792/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=1396 CPUtime=0
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 196626736 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 349 169 129 302 0 44 0

[startup+0.107028 s]
/proc/loadavg: 1.00 1.00 1.01 3/77 10201
/proc/meminfo: memFree=1593792/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=1916 CPUtime=0.1
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 305 0 0 0 10 0 0 0 18 0 1 0 196626736 1961984 289 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 479 289 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.515068 s]
/proc/loadavg: 1.00 1.00 1.01 3/77 10201
/proc/meminfo: memFree=1593792/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=2820 CPUtime=0.51
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 537 0 0 0 50 1 0 0 22 0 1 0 196626736 2887680 521 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 705 521 140 302 0 400 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2820

[startup+1.33515 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 10202
/proc/meminfo: memFree=1591352/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=3852 CPUtime=1.32
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 805 0 0 0 131 1 0 0 25 0 1 0 196626736 3944448 789 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 963 789 140 302 0 658 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3852

[startup+2.97132 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 10202
/proc/meminfo: memFree=1590072/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=5404 CPUtime=2.96
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 1168 0 0 0 294 2 0 0 25 0 1 0 196626736 5533696 1152 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 1351 1152 140 302 0 1046 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5404

[startup+6.25467 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 10202
/proc/meminfo: memFree=1587640/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=7620 CPUtime=6.24
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 1727 0 0 0 620 4 0 0 25 0 1 0 196626736 7802880 1678 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 1905 1678 140 302 0 1600 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7620

[startup+12.7053 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 10202
/proc/meminfo: memFree=1584888/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=9968 CPUtime=12.69
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 2337 0 0 0 1263 6 0 0 25 0 1 0 196626736 10207232 2288 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 2492 2288 140 302 0 2187 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9968

[startup+25.5127 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 10202
/proc/meminfo: memFree=1581432/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=13780 CPUtime=25.49
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 3305 0 0 0 2539 10 0 0 25 0 1 0 196626736 14110720 3191 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 3445 3191 140 302 0 3140 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13780

[startup+51.1244 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1576056/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=19024 CPUtime=51.1
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 4599 0 0 0 5094 16 0 0 25 0 1 0 196626736 19480576 4485 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 4756 4485 140 302 0 4451 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19024

[startup+102.345 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1568568/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=27160 CPUtime=102.31
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 6609 0 0 0 10205 26 0 0 25 0 1 0 196626736 27811840 6366 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 6790 6366 140 302 0 6485 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27160

[startup+162.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1561848/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=34008 CPUtime=162.32
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 8253 0 0 0 16198 34 0 0 25 0 1 0 196626736 34824192 8010 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 8502 8010 140 302 0 8197 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 34008

[startup+222.416 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1556600/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=39444 CPUtime=222.34
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 9573 0 0 0 22193 41 0 0 25 0 1 0 196626736 40390656 9330 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 9861 9330 140 302 0 9556 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 39444

[startup+282.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=45428 CPUtime=282.36
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 11048 0 0 0 28189 47 0 0 25 0 1 0 196626736 46518272 10548 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 11357 10548 140 302 0 11052 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 45428

[startup+342.486 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 10202
/proc/meminfo: memFree=1546936/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=50424 CPUtime=342.38
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 12255 0 0 0 34185 53 0 0 25 0 1 0 196626736 51634176 11755 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 12606 11755 140 302 0 12301 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 50424

[startup+402.524 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 10202
/proc/meminfo: memFree=1542904/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=54468 CPUtime=402.4
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 13252 0 0 0 40180 60 0 0 25 0 1 0 196626736 55775232 12752 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 13617 12752 140 302 0 13312 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 54468

[startup+462.554 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1539192/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=58156 CPUtime=462.41
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 14171 0 0 0 46176 65 0 0 25 0 1 0 196626736 59551744 13671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 14539 13671 140 302 0 14234 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 58156

[startup+522.588 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1535480/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=61852 CPUtime=522.43
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 15097 0 0 0 52173 70 0 0 25 0 1 0 196626736 63336448 14597 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 15463 14597 140 302 0 15158 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 61852

[startup+582.621 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1532152/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=65204 CPUtime=582.45
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 15909 0 0 0 58169 76 0 0 25 0 1 0 196626736 66768896 15409 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 16301 15409 140 302 0 15996 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 65204

[startup+642.655 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1528952/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=68428 CPUtime=642.46
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 16714 0 0 0 64165 81 0 0 25 0 1 0 196626736 70070272 16214 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 17107 16214 140 302 0 16802 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 68428

[startup+702.687 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1525560/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=72364 CPUtime=702.47
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 17576 0 0 0 70162 85 0 0 25 0 1 0 196626736 74100736 17076 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 18091 17076 140 302 0 17786 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 72364

[startup+762.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1522424/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=75620 CPUtime=762.5
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 18350 0 0 0 76159 91 0 0 25 0 1 0 196626736 77434880 17850 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 18905 17850 140 302 0 18600 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 75620

[startup+822.756 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1519416/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=78632 CPUtime=822.52
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 19082 0 0 0 82156 96 0 0 25 0 1 0 196626736 80519168 18582 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 19658 18582 140 302 0 19353 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 78632

[startup+882.788 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10202
/proc/meminfo: memFree=1516728/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=81360 CPUtime=882.53
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 19755 0 0 0 88154 99 0 0 25 0 1 0 196626736 83312640 19255 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 20340 19255 140 302 0 20035 0
Current children cumulated CPU time (s) 882.53
Current children cumulated vsize (KiB) 81360

[startup+942.823 s]
/proc/loadavg: 1.03 1.01 1.00 2/84 10266
/proc/meminfo: memFree=1513008/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=85968 CPUtime=942.52
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 20866 0 0 0 94148 104 0 0 25 0 1 0 196626736 88031232 19853 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 21492 19853 140 302 0 21187 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 85968

[startup+1002.9 s]
/proc/loadavg: 1.09 1.02 1.01 3/90 10797
/proc/meminfo: memFree=1507224/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=88480 CPUtime=1002.47
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 21530 0 0 0 100137 110 0 0 25 0 1 0 196626736 90603520 20517 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 0 0 0
/proc/10201/statm: 22120 20517 140 302 0 21815 0
Current children cumulated CPU time (s) 1002.47
Current children cumulated vsize (KiB) 88480

[startup+1062.95 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 10880
/proc/meminfo: memFree=1508792/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=91096 CPUtime=1062.47
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 22143 0 0 0 106133 114 0 0 25 0 1 0 196626736 93282304 21130 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 22774 21130 140 302 0 22469 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 91096

[startup+1122.98 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 10880
/proc/meminfo: memFree=1506744/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=93344 CPUtime=1122.5
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 22673 0 0 0 112131 119 0 0 25 0 1 0 196626736 95584256 21660 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 23336 21660 140 302 0 23031 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 93344

[startup+1183.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10880
/proc/meminfo: memFree=1504696/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=95404 CPUtime=1182.51
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 23197 0 0 0 118129 122 0 0 25 0 1 0 196626736 97693696 22184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 23851 22184 140 302 0 23546 0
Current children cumulated CPU time (s) 1182.51
Current children cumulated vsize (KiB) 95404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10880
/proc/meminfo: memFree=1504056/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=95916 CPUtime=1200.03
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 23346 0 0 0 119879 124 0 0 25 0 1 0 196626736 98217984 22333 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 23979 22333 140 302 0 23674 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 95916

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

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

[startup+1200.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10880
/proc/meminfo: memFree=1504056/2055920 swapFree=4192812/4192956
[pid=10201] ppid=10199 vsize=95916 CPUtime=1200.03
/proc/10201/stat : 10201 (Spear-32) R 10199 10201 9175 0 -1 4194304 23346 0 0 0 119879 124 0 0 25 0 1 0 196626736 98217984 22333 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10201/statm: 23979 22333 140 302 0 23674 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 95916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.06
CPU user time (s): 1198.8
CPU system time (s): 1.25481
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 95916

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

runsolver used 1.3388 second user time and 2.93955 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Feb 18 02:45:25 UTC 2007

IDJOB= 293217
IDBENCH= 19858
IDSOLVER= 131
FILE ID= node17/293217-1171766725

PBS_JOBID= 3839272

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S1191693850-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293217-1171766725/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293217-1171766725/instance-293217-1171766725.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-293217-1171766725 -o ROOT/results/node17/solver-293217-1171766725 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293217-1171766725/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293217-1171766725/instance-293217-1171766725.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  dc631c59c040d59e47dc468f5b5f4aea

RANDOM SEED= 280271913

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1594200 kB
Buffers:         48732 kB
Cached:         297728 kB
SwapCached:          0 kB
Active:         254212 kB
Inactive:       136924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          63556 kB
Slab:            56108 kB
Committed_AS:   673844 kB
PageTables:       1748 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= 66543 MiB

End job on node17 on Sun Feb 18 03:05:28 UTC 2007