Trace number 299245

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1104692480-03.SAT.shuffled.cnf
MD5SUMe1848ef5581233d7edc388a9e0c74c1a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
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/299245-1171868394/instance-299245-1171868394.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/node70/watcher-299245-1171868394 -o ROOT/results/node70/solver-299245-1171868394 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299245-1171868394/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299245-1171868394/instance-299245-1171868394.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: 2.02 1.86 1.46 3/64 19111
/proc/meminfo: memFree=423168/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=1548 CPUtime=0
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 169640151 1585152 181 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 387 181 128 302 0 82 0

[startup+0.106896 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19111
/proc/meminfo: memFree=423168/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=1932 CPUtime=0.1
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 308 0 0 0 10 0 0 0 18 0 1 0 169640151 1978368 292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 483 292 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.514969 s]
/proc/loadavg: 2.02 1.86 1.46 3/64 19111
/proc/meminfo: memFree=423168/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=2704 CPUtime=0.5
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 519 0 0 0 50 0 0 0 21 0 1 0 169640151 2768896 503 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 676 503 140 302 0 371 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2704

[startup+1.33512 s]
/proc/loadavg: 1.94 1.85 1.45 2/65 19112
/proc/meminfo: memFree=420728/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=3864 CPUtime=1.32
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 805 0 0 0 131 1 0 0 25 0 1 0 169640151 3956736 789 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 966 789 140 302 0 661 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3864

[startup+2.97441 s]
/proc/loadavg: 1.94 1.85 1.45 2/65 19112
/proc/meminfo: memFree=419384/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=5540 CPUtime=2.96
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 1193 0 0 0 294 2 0 0 25 0 1 0 169640151 5672960 1177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 1385 1177 140 302 0 1080 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5540

[startup+6.25001 s]
/proc/loadavg: 1.86 1.83 1.45 2/65 19112
/proc/meminfo: memFree=416952/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=7756 CPUtime=6.24
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 1758 0 0 0 621 3 0 0 25 0 1 0 169640151 7942144 1709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 1939 1709 140 302 0 1634 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7756

[startup+12.7042 s]
/proc/loadavg: 1.79 1.82 1.45 2/65 19112
/proc/meminfo: memFree=413952/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=10388 CPUtime=12.69
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 2442 0 0 0 1263 6 0 0 25 0 1 0 169640151 10637312 2393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 2597 2393 140 302 0 2292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10388

[startup+25.5075 s]
/proc/loadavg: 1.67 1.79 1.44 2/65 19112
/proc/meminfo: memFree=409856/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=14860 CPUtime=25.48
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 3554 0 0 0 2539 9 0 0 25 0 1 0 169640151 15216640 3440 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 3715 3440 140 302 0 3410 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14860

[startup+51.1131 s]
/proc/loadavg: 1.41 1.72 1.43 2/65 19112
/proc/meminfo: memFree=403776/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=20648 CPUtime=51.08
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 5037 0 0 0 5093 15 0 0 25 0 1 0 169640151 21143552 4923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 5162 4923 140 302 0 4857 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20648

[startup+102.339 s]
/proc/loadavg: 1.17 1.60 1.41 2/71 19220
/proc/meminfo: memFree=393744/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=29828 CPUtime=102.24
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 7339 0 0 0 10198 26 0 0 25 0 1 0 169640151 30543872 7096 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 7457 7096 140 302 0 7152 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29828

[startup+162.394 s]
/proc/loadavg: 1.06 1.49 1.38 2/65 19310
/proc/meminfo: memFree=386880/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=37556 CPUtime=162.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 9266 0 0 0 16184 36 0 0 25 0 1 0 169640151 38457344 9023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 9389 9023 140 302 0 9084 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 37556

[startup+222.416 s]
/proc/loadavg: 1.02 1.40 1.35 2/65 19310
/proc/meminfo: memFree=380608/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=44936 CPUtime=222.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 11102 0 0 0 22176 45 0 0 25 0 1 0 169640151 46014464 10602 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 11234 10602 140 302 0 10929 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 44936

[startup+282.438 s]
/proc/loadavg: 1.01 1.32 1.33 2/65 19310
/proc/meminfo: memFree=375040/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=51096 CPUtime=282.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 12521 0 0 0 28168 52 0 0 25 0 1 0 169640151 52322304 12021 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 12774 12021 140 302 0 12469 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 51096

[startup+342.454 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 19310
/proc/meminfo: memFree=370624/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=55508 CPUtime=342.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 13624 0 0 0 34162 58 0 0 25 0 1 0 169640151 56840192 13124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 13877 13124 140 302 0 13572 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 55508

[startup+402.478 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 19310
/proc/meminfo: memFree=366272/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=59604 CPUtime=402.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 14678 0 0 0 40156 64 0 0 25 0 1 0 169640151 61034496 14178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 14901 14178 140 302 0 14596 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 59604

[startup+462.496 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 19310
/proc/meminfo: memFree=361984/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=63980 CPUtime=462.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 15789 0 0 0 46149 72 0 0 25 0 1 0 169640151 65515520 15289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 15995 15289 140 302 0 15690 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 63980

[startup+522.517 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 19310
/proc/meminfo: memFree=357952/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=68140 CPUtime=522.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 16840 0 0 0 52144 77 0 0 25 0 1 0 169640151 69775360 16340 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 17035 16340 140 302 0 16730 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 68140

[startup+582.54 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 19310
/proc/meminfo: memFree=354112/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=72160 CPUtime=582.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 17799 0 0 0 58140 81 0 0 25 0 1 0 169640151 73891840 17299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 18040 17299 140 302 0 17735 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 72160

[startup+642.562 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 19310
/proc/meminfo: memFree=350016/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=76596 CPUtime=642.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 18814 0 0 0 64134 87 0 0 25 0 1 0 169640151 78434304 18314 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 19149 18314 140 302 0 18844 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 76596

[startup+702.58 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 19310
/proc/meminfo: memFree=346944/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=79456 CPUtime=702.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 19576 0 0 0 70129 91 0 0 25 0 1 0 169640151 81362944 19076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 19864 19076 140 302 0 19559 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 79456

[startup+762.598 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 19310
/proc/meminfo: memFree=343872/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=82832 CPUtime=762.2
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 20352 0 0 0 76125 95 0 0 25 0 1 0 169640151 84819968 19852 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 20708 19852 140 302 0 20403 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 82832

[startup+822.622 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 19310
/proc/meminfo: memFree=341056/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=85568 CPUtime=822.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 21033 0 0 0 82121 100 0 0 25 0 1 0 169640151 87621632 20533 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 21392 20533 140 302 0 21087 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 85568

[startup+882.644 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 19310
/proc/meminfo: memFree=338240/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=90796 CPUtime=882.22
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 22270 0 0 0 88117 105 0 0 25 0 1 0 169640151 92975104 21257 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 22699 21257 140 302 0 22394 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 90796

[startup+942.663 s]
/proc/loadavg: 1.06 1.04 1.14 2/65 19310
/proc/meminfo: memFree=335616/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=93544 CPUtime=942.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 22922 0 0 0 94112 109 0 0 25 0 1 0 169640151 95789056 21909 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 23386 21909 140 302 0 23081 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 93544

[startup+1002.68 s]
/proc/loadavg: 1.02 1.03 1.13 2/65 19310
/proc/meminfo: memFree=333312/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=96128 CPUtime=1002.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 23493 0 0 0 100108 113 0 0 25 0 1 0 169640151 98435072 22480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 24032 22480 140 302 0 23727 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 96128

[startup+1062.7 s]
/proc/loadavg: 1.01 1.02 1.12 2/65 19310
/proc/meminfo: memFree=331200/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=98236 CPUtime=1062.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 24029 0 0 0 106105 116 0 0 25 0 1 0 169640151 100593664 23016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 24559 23016 140 302 0 24254 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 98236

[startup+1122.72 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 19310
/proc/meminfo: memFree=328960/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=100444 CPUtime=1122.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 24580 0 0 0 112101 120 0 0 25 0 1 0 169640151 102854656 23567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 25111 23567 140 302 0 24806 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 100444

[startup+1182.74 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 19310
/proc/meminfo: memFree=326720/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=102652 CPUtime=1182.21
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 25137 0 0 0 118097 124 0 0 25 0 1 0 169640151 105115648 24124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 25663 24124 140 302 0 25358 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 102652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.56 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 19310
/proc/meminfo: memFree=326080/2055920 swapFree=4183276/4192956
[pid=19111] ppid=19109 vsize=103224 CPUtime=1200.03
/proc/19111/stat : 19111 (Spear-32) R 19109 19111 18738 0 -1 4194304 25292 0 0 0 119878 125 0 0 25 0 1 0 169640151 105701376 24279 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19111/statm: 25806 24279 140 302 0 25501 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 103224

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.58
CPU time (s): 1200.05
CPU user time (s): 1198.79
CPU system time (s): 1.26881
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 103224

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

runsolver used 0.731888 second user time and 2.56661 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Feb 19 06:59:55 UTC 2007

IDJOB= 299245
IDBENCH= 20005
IDSOLVER= 132
FILE ID= node70/299245-1171868394

PBS_JOBID= 3839763

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e1848ef5581233d7edc388a9e0c74c1a

RANDOM SEED= 190041005

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.261
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.261
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:        423512 kB
Buffers:         50380 kB
Cached:        1457404 kB
SwapCached:       4060 kB
Active:         831112 kB
Inactive:       686712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        423512 kB
SwapTotal:     4192956 kB
SwapFree:      4183276 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:           100608 kB
Committed_AS:   238536 kB
PageTables:       1396 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= 66562 MiB

End job on node70 on Mon Feb 19 07:19:57 UTC 2007