Trace number 293218

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.12 1200.63

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/293218-1171766737/instance-293218-1171766737.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/node10/watcher-293218-1171766737 -o ROOT/results/node10/solver-293218-1171766737 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293218-1171766737/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293218-1171766737/instance-293218-1171766737.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.00 3/77 14875
/proc/meminfo: memFree=1569016/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=1396 CPUtime=0
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 196628734 1429504 168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 349 168 129 302 0 44 0

[startup+0.107268 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 14875
/proc/meminfo: memFree=1569016/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=1916 CPUtime=0.1
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 304 0 0 0 10 0 0 0 18 0 1 0 196628734 1961984 288 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 479 288 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.519326 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 14875
/proc/meminfo: memFree=1569016/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=2820 CPUtime=0.51
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 537 0 0 0 50 1 0 0 21 0 1 0 196628734 2887680 521 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 705 521 140 302 0 400 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2820

[startup+1.33943 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1566640/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=3852 CPUtime=1.33
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 804 0 0 0 131 2 0 0 25 0 1 0 196628734 3944448 788 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 963 788 140 302 0 658 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3852

[startup+2.97566 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1565360/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=5404 CPUtime=2.96
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 1167 0 0 0 293 3 0 0 25 0 1 0 196628734 5533696 1151 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 1351 1151 140 302 0 1046 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5404

[startup+6.2521 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1562992/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=7620 CPUtime=6.24
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 1726 0 0 0 619 5 0 0 25 0 1 0 196628734 7802880 1677 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 1905 1677 140 302 0 1600 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7620

[startup+12.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1560176/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=9968 CPUtime=12.69
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 2340 0 0 0 1262 7 0 0 25 0 1 0 196628734 10207232 2291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 2492 2291 140 302 0 2187 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9968

[startup+25.5137 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1556720/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=13780 CPUtime=25.5
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 3306 0 0 0 2539 11 0 0 25 0 1 0 196628734 14110720 3192 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 3445 3192 140 302 0 3140 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 13780

[startup+51.1292 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1551408/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=19024 CPUtime=51.1
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 4602 0 0 0 5095 15 0 0 25 0 1 0 196628734 19480576 4488 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 4756 4488 140 302 0 4451 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19024

[startup+102.353 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1543856/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=27160 CPUtime=102.31
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 6611 0 0 0 10208 23 0 0 25 0 1 0 196628734 27811840 6368 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 6790 6368 140 302 0 6485 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27160

[startup+162.395 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 14876
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=34008 CPUtime=162.34
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 8256 0 0 0 16201 33 0 0 25 0 1 0 196628734 34824192 8013 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 8502 8013 140 302 0 8197 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 34008

[startup+222.434 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 14876
/proc/meminfo: memFree=1531824/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=39444 CPUtime=222.36
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 9576 0 0 0 22194 42 0 0 25 0 1 0 196628734 40390656 9333 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 9861 9333 140 302 0 9556 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 39444

[startup+282.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1526896/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=45428 CPUtime=282.37
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 11050 0 0 0 28186 51 0 0 25 0 1 0 196628734 46518272 10550 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 11357 10550 140 302 0 11052 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 45428

[startup+342.507 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1522160/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=50424 CPUtime=342.39
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 12256 0 0 0 34181 58 0 0 25 0 1 0 196628734 51634176 11756 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 12606 11756 140 302 0 12301 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 50424

[startup+402.548 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1518064/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=54468 CPUtime=402.42
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 13253 0 0 0 40177 65 0 0 25 0 1 0 196628734 55775232 12753 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 13617 12753 140 302 0 13312 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 54468

[startup+462.582 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1514352/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=58156 CPUtime=462.43
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 14176 0 0 0 46172 71 0 0 25 0 1 0 196628734 59551744 13676 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 14539 13676 140 302 0 14234 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 58156

[startup+522.614 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1510768/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=61852 CPUtime=522.44
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 15103 0 0 0 52167 77 0 0 25 0 1 0 196628734 63336448 14603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 15463 14603 140 302 0 15158 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 61852

[startup+582.651 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1507504/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=65332 CPUtime=582.46
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 15915 0 0 0 58165 81 0 0 25 0 1 0 196628734 66899968 15415 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 16333 15415 140 302 0 16028 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 65332

[startup+642.691 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1504240/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=68428 CPUtime=642.48
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 16720 0 0 0 64161 87 0 0 25 0 1 0 196628734 70070272 16220 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 17107 16220 140 302 0 16802 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 68428

[startup+702.724 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1500784/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=72500 CPUtime=702.49
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 17586 0 0 0 70156 93 0 0 25 0 1 0 196628734 74240000 17086 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 18125 17086 140 302 0 17820 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 72500

[startup+762.758 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1497840/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=75620 CPUtime=762.51
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 18350 0 0 0 76153 98 0 0 25 0 1 0 196628734 77434880 17850 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 18905 17850 140 302 0 18600 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 75620

[startup+822.799 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1494768/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=78632 CPUtime=822.53
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 19088 0 0 0 82150 103 0 0 25 0 1 0 196628734 80519168 18588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 19658 18588 140 302 0 19353 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 78632

[startup+882.837 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14876
/proc/meminfo: memFree=1492080/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=81360 CPUtime=882.55
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 19755 0 0 0 88147 108 0 0 25 0 1 0 196628734 83312640 19255 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 20340 19255 140 302 0 20035 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 81360

[startup+942.888 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14960
/proc/meminfo: memFree=1488448/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=85968 CPUtime=942.55
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 20872 0 0 0 94142 113 0 0 25 0 1 0 196628734 88031232 19859 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 21492 19859 140 302 0 21187 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 85968

[startup+1002.96 s]
/proc/loadavg: 1.14 1.03 1.01 2/84 15538
/proc/meminfo: memFree=1446880/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=88480 CPUtime=1002.52
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 21535 0 0 0 100126 126 0 0 25 0 1 0 196628734 90603520 20522 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 22120 20522 140 302 0 21815 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 88480

[startup+1063.02 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 15566
/proc/meminfo: memFree=1445736/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=91096 CPUtime=1062.54
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 22148 0 0 0 106123 131 0 0 25 0 1 0 196628734 93282304 21135 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 22774 21135 140 302 0 22469 0
Current children cumulated CPU time (s) 1062.54
Current children cumulated vsize (KiB) 91096

[startup+1123.06 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 15566
/proc/meminfo: memFree=1443688/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=93344 CPUtime=1122.56
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 22683 0 0 0 112122 134 0 0 25 0 1 0 196628734 95584256 21670 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 23336 21670 140 302 0 23031 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 93344

[startup+1183.09 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 15566
/proc/meminfo: memFree=1441576/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=95404 CPUtime=1182.58
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 23203 0 0 0 118119 139 0 0 25 0 1 0 196628734 97693696 22190 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 23851 22190 140 302 0 23546 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 95404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 15566
/proc/meminfo: memFree=1440936/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=96044 CPUtime=1200.1
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 23351 0 0 0 119870 140 0 0 25 0 1 0 196628734 98349056 22338 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 24011 22338 140 302 0 23706 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 96044

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

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

[startup+1200.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 15566
/proc/meminfo: memFree=1440936/2055920 swapFree=4192812/4192956
[pid=14875] ppid=14873 vsize=96044 CPUtime=1200.1
/proc/14875/stat : 14875 (Spear-32) R 14873 14875 14064 0 -1 4194304 23351 0 0 0 119870 140 0 0 25 0 1 0 196628734 98349056 22338 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14875/statm: 24011 22338 140 302 0 23706 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 96044

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.63
CPU time (s): 1200.12
CPU user time (s): 1198.7
CPU system time (s): 1.41978
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 96044

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

runsolver used 1.21681 second user time and 3.06553 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Feb 18 02:45:37 UTC 2007

IDJOB= 293218
IDBENCH= 19858
IDSOLVER= 132
FILE ID= node10/293218-1171766737

PBS_JOBID= 3839276

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FH 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/293218-1171766737/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293218-1171766737/instance-293218-1171766737.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-293218-1171766737 -o ROOT/results/node10/solver-293218-1171766737 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293218-1171766737/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293218-1171766737/instance-293218-1171766737.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  dc631c59c040d59e47dc468f5b5f4aea

RANDOM SEED= 819558868

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1569488 kB
Buffers:         41608 kB
Cached:         335860 kB
SwapCached:          0 kB
Active:         234852 kB
Inactive:       186940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          63196 kB
Slab:            50080 kB
Committed_AS:  1138152 kB
PageTables:       1832 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 node10 on Sun Feb 18 03:05:40 UTC 2007