Trace number 299204

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.05 1200.2

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1496918883-18.SAT.shuffled.cnf
MD5SUMd80e4c0ebc99a45911a06aa336c2bf12
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018996
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/299204-1171867856/instance-299204-1171867856.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/node16/watcher-299204-1171867856 -o ROOT/results/node16/solver-299204-1171867856 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299204-1171867856/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299204-1171867856/instance-299204-1171867856.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.08 1.02 1.01 3/77 27121
/proc/meminfo: memFree=954712/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=1548 CPUtime=0
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 206739936 1585152 182 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134866403 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 387 182 128 302 0 82 0

[startup+0.106984 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 27121
/proc/meminfo: memFree=954712/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=1932 CPUtime=0.1
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 206739936 1978368 287 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 483 287 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.514937 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 27121
/proc/meminfo: memFree=954712/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=2708 CPUtime=0.5
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 510 0 0 0 50 0 0 0 21 0 1 0 206739936 2772992 494 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 677 494 140 302 0 372 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2708

[startup+1.33484 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 27122
/proc/meminfo: memFree=952336/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=3900 CPUtime=1.32
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 795 0 0 0 131 1 0 0 25 0 1 0 206739936 3993600 779 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 975 779 140 302 0 670 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3900

[startup+2.97066 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 27122
/proc/meminfo: memFree=951056/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=5324 CPUtime=2.96
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 1167 0 0 0 294 2 0 0 25 0 1 0 206739936 5451776 1151 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 1331 1151 140 302 0 1026 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5324

[startup+6.24928 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 27122
/proc/meminfo: memFree=948504/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=7760 CPUtime=6.24
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 1774 0 0 0 619 5 0 0 25 0 1 0 206739936 7946240 1725 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 1940 1725 140 302 0 1635 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7760

[startup+12.7015 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 27122
/proc/meminfo: memFree=944984/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=10860 CPUtime=12.69
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 2578 0 0 0 1262 7 0 0 25 0 1 0 206739936 11120640 2529 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 2715 2529 140 302 0 2410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10860

[startup+25.5051 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 27122
/proc/meminfo: memFree=940632/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=15544 CPUtime=25.49
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 3754 0 0 0 2537 12 0 0 25 0 1 0 206739936 15917056 3640 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 3886 3640 140 302 0 3581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15544

[startup+51.1091 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 27122
/proc/meminfo: memFree=934424/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=21556 CPUtime=51.09
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 5268 0 0 0 5089 20 0 0 25 0 1 0 206739936 22073344 5154 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 5389 5154 140 302 0 5084 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21556

[startup+102.313 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 27122
/proc/meminfo: memFree=925336/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=31116 CPUtime=102.3
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 7657 0 0 0 10198 32 0 0 25 0 1 0 206739936 31862784 7414 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 7779 7414 140 302 0 7474 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 31116

[startup+162.334 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=917080/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=39172 CPUtime=162.31
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 9684 0 0 0 16189 42 0 0 25 0 1 0 206739936 40112128 9441 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527217 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 9793 9441 140 302 0 9488 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 39172

[startup+222.354 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=910360/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=46980 CPUtime=222.34
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 11608 0 0 0 22182 52 0 0 25 0 1 0 206739936 48107520 11108 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 11745 11108 140 302 0 11440 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 46980

[startup+282.369 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=904408/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=53008 CPUtime=282.35
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 13096 0 0 0 28174 61 0 0 25 0 1 0 206739936 54280192 12596 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 13252 12596 140 302 0 12947 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 53008

[startup+342.385 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=898904/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=58500 CPUtime=342.36
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 14467 0 0 0 34168 68 0 0 25 0 1 0 206739936 59904000 13967 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 14625 13967 140 302 0 14320 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 58500

[startup+402.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=893848/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=63692 CPUtime=402.37
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 15717 0 0 0 40163 74 0 0 25 0 1 0 206739936 65220608 15217 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 15923 15217 140 302 0 15618 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 63692

[startup+462.417 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=889240/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=68484 CPUtime=462.39
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 16865 0 0 0 46158 81 0 0 25 0 1 0 206739936 70127616 16365 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558738 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 17121 16365 140 302 0 16816 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 68484

[startup+522.434 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=885080/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=72728 CPUtime=522.4
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 17931 0 0 0 52154 86 0 0 25 0 1 0 206739936 74473472 17431 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 18182 17431 140 302 0 17877 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 72728

[startup+582.449 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27122
/proc/meminfo: memFree=880536/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=77200 CPUtime=582.42
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 19042 0 0 0 58150 92 0 0 25 0 1 0 206739936 79052800 18542 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 19300 18542 140 302 0 18995 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 77200

[startup+642.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 27232
/proc/meminfo: memFree=875408/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=81272 CPUtime=642.4
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 20014 0 0 0 64143 97 0 0 25 0 1 0 206739936 83222528 19514 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 20318 19514 140 302 0 20013 0
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (KiB) 81272

[startup+702.531 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=873480/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=84532 CPUtime=702.38
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 20772 0 0 0 70136 102 0 0 25 0 1 0 206739936 86560768 20272 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 21133 20272 140 302 0 20828 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 84532

[startup+762.545 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=870680/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=87644 CPUtime=762.4
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 21510 0 0 0 76134 106 0 0 25 0 1 0 206739936 89747456 21010 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 21911 21010 140 302 0 21606 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 87644

[startup+822.565 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 27320
/proc/meminfo: memFree=867736/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=90640 CPUtime=822.42
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 22217 0 0 0 82131 111 0 0 25 0 1 0 206739936 92815360 21717 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 22660 21717 140 302 0 22355 0
Current children cumulated CPU time (s) 822.42
Current children cumulated vsize (KiB) 90640

[startup+882.583 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 27320
/proc/meminfo: memFree=865240/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=95140 CPUtime=882.43
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 23380 0 0 0 88126 117 0 0 25 0 1 0 206739936 97423360 22367 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 23785 22367 140 302 0 23480 0
Current children cumulated CPU time (s) 882.43
Current children cumulated vsize (KiB) 95140

[startup+942.598 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=862552/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=97840 CPUtime=942.44
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 24051 0 0 0 94122 122 0 0 25 0 1 0 206739936 100188160 23038 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 24460 23038 140 302 0 24155 0
Current children cumulated CPU time (s) 942.44
Current children cumulated vsize (KiB) 97840

[startup+1002.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=859992/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=100524 CPUtime=1002.45
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 24703 0 0 0 100118 127 0 0 25 0 1 0 206739936 102936576 23690 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 25131 23690 140 302 0 24826 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 100524

[startup+1062.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=857304/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=103100 CPUtime=1062.48
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 25375 0 0 0 106116 132 0 0 25 0 1 0 206739936 105574400 24362 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 25775 24362 140 302 0 25470 0
Current children cumulated CPU time (s) 1062.48
Current children cumulated vsize (KiB) 103100

[startup+1122.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=854872/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=105492 CPUtime=1122.49
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 25971 0 0 0 112113 136 0 0 25 0 1 0 206739936 108023808 24958 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 26373 24958 140 302 0 26068 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 105492

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=852824/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=107564 CPUtime=1182.5
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 26501 0 0 0 118110 140 0 0 25 0 1 0 206739936 110145536 25488 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 26891 25488 140 302 0 26586 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 107564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=851992/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=108344 CPUtime=1200.01
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 26692 0 0 0 119860 141 0 0 25 0 1 0 206739936 110944256 25679 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527046 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 27086 25679 140 302 0 26781 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 108344

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

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

[startup+1200.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27320
/proc/meminfo: memFree=851992/2055920 swapFree=4192812/4192956
[pid=27121] ppid=27119 vsize=108344 CPUtime=1200.01
/proc/27121/stat : 27121 (Spear-32) R 27119 27121 26970 0 -1 4194304 26692 0 0 0 119860 141 0 0 25 0 1 0 206739936 110944256 25679 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527046 0 0 4096 0 0 0 0 17 1 0 0
/proc/27121/statm: 27086 25679 140 302 0 26781 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 108344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.2
CPU time (s): 1200.05
CPU user time (s): 1198.61
CPU system time (s): 1.43578
CPU usage (%): 99.9871
Max. virtual memory (cumulated for all children) (KiB): 108344

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

runsolver used 1.3008 second user time and 2.97155 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Feb 19 06:50:56 UTC 2007

IDJOB= 299204
IDBENCH= 20004
IDSOLVER= 132
FILE ID= node16/299204-1171867856

PBS_JOBID= 3839413

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-S1496918883-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299204-1171867856/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299204-1171867856/instance-299204-1171867856.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-299204-1171867856 -o ROOT/results/node16/solver-299204-1171867856 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299204-1171867856/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299204-1171867856/instance-299204-1171867856.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d80e4c0ebc99a45911a06aa336c2bf12

RANDOM SEED= 993069710

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:        955120 kB
Buffers:         69092 kB
Cached:         898684 kB
SwapCached:          0 kB
Active:         353248 kB
Inactive:       668032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        955120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          72424 kB
Slab:            65156 kB
Committed_AS:   937764 kB
PageTables:       1720 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 node16 on Mon Feb 19 07:10:58 UTC 2007