Trace number 292890

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.11 1200.42

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1225022879-08.UNSAT.shuffled.cnf
MD5SUM06c88ca8490143b77ab1c7722ab3dc5c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark873.317
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/292890-1171760766/instance-292890-1171760766.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/node34/watcher-292890-1171760766 -o ROOT/results/node34/solver-292890-1171760766 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292890-1171760766/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292890-1171760766/instance-292890-1171760766.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 30384
/proc/meminfo: memFree=948464/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=1396 CPUtime=0
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 169840465 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 349 167 128 302 0 44 0

[startup+0.107753 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 30384
/proc/meminfo: memFree=948464/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=1916 CPUtime=0.1
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 169840465 1961984 280 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 479 280 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.517786 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 30384
/proc/meminfo: memFree=948464/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=2752 CPUtime=0.5
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 510 0 0 0 50 0 0 0 21 0 1 0 169840465 2818048 494 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 688 494 140 302 0 383 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2752

[startup+1.34085 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 30385
/proc/meminfo: memFree=946216/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=3916 CPUtime=1.33
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 783 0 0 0 132 1 0 0 25 0 1 0 169840465 4009984 767 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 979 767 140 302 0 674 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3916

[startup+2.97698 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 30385
/proc/meminfo: memFree=945192/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=5068 CPUtime=2.96
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 1074 0 0 0 294 2 0 0 25 0 1 0 169840465 5189632 1058 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 1267 1058 140 302 0 962 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5068

[startup+6.25325 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 30385
/proc/meminfo: memFree=943208/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=6760 CPUtime=6.24
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 1533 0 0 0 620 4 0 0 25 0 1 0 169840465 6922240 1484 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 1690 1484 140 302 0 1385 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6760

[startup+12.7088 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 30385
/proc/meminfo: memFree=940712/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=8988 CPUtime=12.69
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 2091 0 0 0 1263 6 0 0 25 0 1 0 169840465 9203712 2042 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 2247 2042 140 302 0 1942 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8988

[startup+25.6088 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 30385
/proc/meminfo: memFree=937640/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=12520 CPUtime=25.59
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 2955 0 0 0 2549 10 0 0 25 0 1 0 169840465 12820480 2841 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 3130 2841 140 302 0 2825 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 12520

[startup+51.2159 s]
/proc/loadavg: 0.96 0.98 0.96 2/65 30385
/proc/meminfo: memFree=932904/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=17128 CPUtime=51.19
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 4093 0 0 0 5103 16 0 0 25 0 1 0 169840465 17539072 3979 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 4282 3979 140 302 0 3977 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 17128

[startup+102.426 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 30385
/proc/meminfo: memFree=926056/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=24556 CPUtime=102.38
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 5923 0 0 0 10213 25 0 0 25 0 1 0 169840465 25145344 5680 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 6139 5680 140 302 0 5834 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 24556

[startup+162.449 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 30385
/proc/meminfo: memFree=919912/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=30776 CPUtime=162.4
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 7452 0 0 0 16205 35 0 0 25 0 1 0 169840465 31514624 7209 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 7694 7209 140 302 0 7389 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 30776

[startup+222.466 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 30385
/proc/meminfo: memFree=915048/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=35588 CPUtime=222.4
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 8659 0 0 0 22197 43 0 0 25 0 1 0 169840465 36442112 8416 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 8897 8416 140 302 0 8592 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 35588

[startup+282.485 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 30385
/proc/meminfo: memFree=910952/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=41100 CPUtime=282.4
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 9938 0 0 0 28191 49 0 0 25 0 1 0 169840465 42086400 9438 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 10275 9438 140 302 0 9970 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 41100

[startup+342.506 s]
/proc/loadavg: 1.04 1.00 0.97 2/65 30385
/proc/meminfo: memFree=906792/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=45460 CPUtime=342.41
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 10974 0 0 0 34187 54 0 0 25 0 1 0 169840465 46551040 10474 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 11365 10474 140 302 0 11060 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 45460

[startup+402.529 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 30385
/proc/meminfo: memFree=903400/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=49092 CPUtime=402.41
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 11823 0 0 0 40181 60 0 0 25 0 1 0 169840465 50270208 11323 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 12273 11323 140 302 0 11968 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 49092

[startup+462.547 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=900136/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=52124 CPUtime=462.41
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 12634 0 0 0 46176 65 0 0 25 0 1 0 169840465 53374976 12134 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 13031 12134 140 302 0 12726 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 52124

[startup+522.565 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=897320/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=55276 CPUtime=522.41
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 13352 0 0 0 52172 69 0 0 25 0 1 0 169840465 56602624 12852 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 13819 12852 140 302 0 13514 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 55276

[startup+582.591 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=894184/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=58544 CPUtime=582.43
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 14115 0 0 0 58168 75 0 0 25 0 1 0 169840465 59949056 13615 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 14636 13615 140 302 0 14331 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 58544

[startup+642.609 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=891368/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=61336 CPUtime=642.43
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 14810 0 0 0 64163 80 0 0 25 0 1 0 169840465 62808064 14310 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 15334 14310 140 302 0 15029 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 61336

[startup+702.626 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=888488/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=64340 CPUtime=702.44
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 15536 0 0 0 70158 86 0 0 25 0 1 0 169840465 65884160 15036 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 16085 15036 140 302 0 15780 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 64340

[startup+762.646 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=885864/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=67016 CPUtime=762.44
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 16206 0 0 0 76155 89 0 0 25 0 1 0 169840465 68624384 15706 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 16754 15706 140 302 0 16449 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 67016

[startup+822.668 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=883048/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=70064 CPUtime=822.45
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 16897 0 0 0 82151 94 0 0 25 0 1 0 169840465 71745536 16397 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 17516 16397 140 302 0 17211 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 70064

[startup+882.688 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=880616/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=72512 CPUtime=882.45
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 17502 0 0 0 88147 98 0 0 25 0 1 0 169840465 74252288 17002 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 18128 17002 140 302 0 17823 0
Current children cumulated CPU time (s) 882.45
Current children cumulated vsize (KiB) 72512

[startup+942.707 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=878248/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=77000 CPUtime=942.45
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 18633 0 0 0 94142 103 0 0 25 0 1 0 169840465 78848000 17620 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 19250 17620 140 302 0 18945 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 77000

[startup+1002.73 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30385
/proc/meminfo: memFree=875944/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=79316 CPUtime=1002.46
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 19180 0 0 0 100140 106 0 0 25 0 1 0 169840465 81219584 18167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 19829 18167 140 302 0 19524 0
Current children cumulated CPU time (s) 1002.46
Current children cumulated vsize (KiB) 79316

[startup+1062.75 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30387
/proc/meminfo: memFree=873832/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=81336 CPUtime=1062.47
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 19709 0 0 0 106135 112 0 0 25 0 1 0 169840465 83288064 18696 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 20334 18696 140 302 0 20029 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 81336

[startup+1122.77 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30387
/proc/meminfo: memFree=871912/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=83044 CPUtime=1122.46
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 20185 0 0 0 112130 116 0 0 25 0 1 0 169840465 85037056 19172 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 20761 19172 140 302 0 20456 0
Current children cumulated CPU time (s) 1122.46
Current children cumulated vsize (KiB) 83044

[startup+1182.78 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30387
/proc/meminfo: memFree=869480/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=86060 CPUtime=1182.47
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 20801 0 0 0 118127 120 0 0 25 0 1 0 169840465 88125440 19788 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 21515 19788 140 302 0 21210 0
Current children cumulated CPU time (s) 1182.47
Current children cumulated vsize (KiB) 86060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30387
/proc/meminfo: memFree=868840/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=86720 CPUtime=1200.09
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 20944 0 0 0 119888 121 0 0 25 0 1 0 169840465 88801280 19931 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 21680 19931 140 302 0 21375 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 86720

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 30387
/proc/meminfo: memFree=868840/2055920 swapFree=4183096/4192956
[pid=30384] ppid=30382 vsize=86720 CPUtime=1200.09
/proc/30384/stat : 30384 (Spear-32) R 30382 30384 29909 0 -1 4194304 20944 0 0 0 119888 121 0 0 25 0 1 0 169840465 88801280 19931 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30384/statm: 21680 19931 140 302 0 21375 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 86720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1198.88
CPU system time (s): 1.22481
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 86720

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

runsolver used 0.832873 second user time and 2.38864 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Feb 18 01:06:07 UTC 2007

IDJOB= 292890
IDBENCH= 19850
IDSOLVER= 132
FILE ID= node34/292890-1171760766

PBS_JOBID= 3839491

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1225022879-08.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292890-1171760766/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292890-1171760766/instance-292890-1171760766.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-292890-1171760766 -o ROOT/results/node34/solver-292890-1171760766 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292890-1171760766/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292890-1171760766/instance-292890-1171760766.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  06c88ca8490143b77ab1c7722ab3dc5c

RANDOM SEED= 557584901

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        948936 kB
Buffers:         39524 kB
Cached:         973276 kB
SwapCached:       4616 kB
Active:         659712 kB
Inactive:       363444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948936 kB
SwapTotal:     4192956 kB
SwapFree:      4183096 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15408 kB
Slab:            69832 kB
Committed_AS:   451696 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= 66563 MiB

End job on node34 on Sun Feb 18 01:26:09 UTC 2007