Trace number 300884

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.14 1200.45

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S471833188-06.cnf
MD5SUMb8e7ca890d2014c2fbdbc996df212877
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.01654
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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/300884-1171941121/instance-300884-1171941121.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/node2/watcher-300884-1171941121 -o ROOT/results/node2/solver-300884-1171941121 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300884-1171941121/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300884-1171941121/instance-300884-1171941121.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.04 0.98 0.99 3/77 8091
/proc/meminfo: memFree=370360/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=1548 CPUtime=0
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 214067026 1585152 180 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 387 180 128 302 0 82 0

[startup+0.107806 s]
/proc/loadavg: 1.04 0.98 0.99 3/77 8091
/proc/meminfo: memFree=370360/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=2596 CPUtime=0.1
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 489 0 0 0 10 0 0 0 18 0 1 0 214067026 2658304 473 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 649 473 140 302 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2596

[startup+0.519848 s]
/proc/loadavg: 1.04 0.98 0.99 3/77 8091
/proc/meminfo: memFree=370360/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=4260 CPUtime=0.5
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 903 0 0 0 50 0 0 0 21 0 1 0 214067026 4362240 887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 1065 887 140 302 0 760 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4260

[startup+1.34293 s]
/proc/loadavg: 1.03 0.98 0.99 2/78 8092
/proc/meminfo: memFree=365296/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=6952 CPUtime=1.33
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 1552 0 0 0 131 2 0 0 25 0 1 0 214067026 7118848 1536 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 1738 1536 140 302 0 1433 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6952

[startup+2.9791 s]
/proc/loadavg: 1.03 0.98 0.99 2/78 8092
/proc/meminfo: memFree=362224/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=10808 CPUtime=2.96
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 2530 0 0 0 293 3 0 0 25 0 1 0 214067026 11067392 2514 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 2702 2514 140 302 0 2397 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10808

[startup+6.25544 s]
/proc/loadavg: 1.03 0.98 0.99 2/78 8092
/proc/meminfo: memFree=355376/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=16952 CPUtime=6.24
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 4078 0 0 0 619 5 0 0 25 0 1 0 214067026 17358848 4062 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 4238 4062 140 302 0 3933 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 16952

[startup+12.7131 s]
/proc/loadavg: 1.03 0.98 0.99 2/78 8092
/proc/meminfo: memFree=345840/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=25924 CPUtime=12.7
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 6322 0 0 0 1262 8 0 0 25 0 1 0 214067026 26546176 6273 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 6481 6273 140 302 0 6176 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 25924

[startup+25.5154 s]
/proc/loadavg: 1.02 0.98 0.99 2/78 8092
/proc/meminfo: memFree=333232/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=38864 CPUtime=25.5
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 9592 0 0 0 2536 14 0 0 25 0 1 0 214067026 39796736 9478 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 9716 9478 140 302 0 9411 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 38864

[startup+51.1311 s]
/proc/loadavg: 1.01 0.98 0.99 2/78 8092
/proc/meminfo: memFree=314032/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=57456 CPUtime=51.11
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 14282 0 0 0 5087 24 0 0 25 0 1 0 214067026 58834944 14168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 14364 14168 140 302 0 14059 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 57456

[startup+102.354 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=286512/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=85572 CPUtime=102.31
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 21326 0 0 0 10193 38 0 0 25 0 1 0 214067026 87625728 21083 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 21393 21083 140 302 0 21088 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 85572

[startup+162.395 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=260784/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=110796 CPUtime=162.34
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 27636 0 0 0 16182 52 0 0 25 0 1 0 214067026 113455104 27393 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 27699 27393 140 302 0 27394 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 110796

[startup+222.428 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=240048/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=131508 CPUtime=222.36
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 32829 0 0 0 22170 66 0 0 25 0 1 0 214067026 134664192 32586 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 32877 32586 140 302 0 32572 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 131508

[startup+282.461 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=222192/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=150436 CPUtime=282.38
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 37569 0 0 0 28162 76 0 0 25 0 1 0 214067026 154046464 37069 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 37609 37069 140 302 0 37304 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 150436

[startup+342.491 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=203888/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=168660 CPUtime=342.4
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 42145 0 0 0 34153 87 0 0 25 0 1 0 214067026 172707840 41645 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 42165 41645 140 302 0 41860 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 168660

[startup+402.526 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=187184/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=185032 CPUtime=402.41
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 46250 0 0 0 40143 98 0 0 25 0 1 0 214067026 189472768 45750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 46258 45750 140 302 0 45953 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 185032

[startup+462.558 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=172912/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=199300 CPUtime=462.43
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 49821 0 0 0 46136 107 0 0 25 0 1 0 214067026 204083200 49321 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 49825 49321 140 302 0 49520 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 199300

[startup+522.593 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=159728/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=212536 CPUtime=522.45
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 53131 0 0 0 52127 118 0 0 25 0 1 0 214067026 217636864 52631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 53134 52631 140 302 0 52829 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 212536

[startup+582.629 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=147504/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=224584 CPUtime=582.47
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 56128 0 0 0 58121 126 0 0 25 0 1 0 214067026 229974016 55628 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 56146 55628 140 302 0 55841 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 224584

[startup+642.666 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=133936/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=238308 CPUtime=642.49
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 59527 0 0 0 64112 137 0 0 25 0 1 0 214067026 244027392 59027 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 59577 59027 140 302 0 59272 0
Current children cumulated CPU time (s) 642.49
Current children cumulated vsize (KiB) 238308

[startup+702.699 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=121328/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=250972 CPUtime=702.51
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 62682 0 0 0 70105 146 0 0 25 0 1 0 214067026 256995328 62182 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 62743 62182 140 302 0 62438 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 250972

[startup+762.732 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=110064/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=262260 CPUtime=762.52
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 65520 0 0 0 76099 153 0 0 25 0 1 0 214067026 268554240 65020 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 65565 65020 140 302 0 65260 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 262260

[startup+822.77 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=98544/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=275612 CPUtime=822.55
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 68861 0 0 0 82092 163 0 0 25 0 1 0 214067026 282226688 67848 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 68903 67848 140 302 0 68598 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 275612

[startup+882.803 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=87856/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=286448 CPUtime=882.57
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 71559 0 0 0 88085 172 0 0 25 0 1 0 214067026 293322752 70546 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 71612 70546 140 302 0 71307 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 286448

[startup+942.836 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 8092
/proc/meminfo: memFree=77552/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=296756 CPUtime=942.58
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 74135 0 0 0 94078 180 0 0 25 0 1 0 214067026 303878144 73122 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 74189 73122 140 302 0 73884 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 296756

[startup+1002.87 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 8092
/proc/meminfo: memFree=68080/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=306332 CPUtime=1002.6
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 76528 0 0 0 100073 187 0 0 25 0 1 0 214067026 313683968 75515 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 76583 75515 140 302 0 76278 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 306332

[startup+1062.9 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 8092
/proc/meminfo: memFree=58800/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=315564 CPUtime=1062.62
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 78812 0 0 0 106068 194 0 0 25 0 1 0 214067026 323137536 77799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 78891 77799 140 302 0 78586 0
Current children cumulated CPU time (s) 1062.62
Current children cumulated vsize (KiB) 315564

[startup+1122.94 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 8092
/proc/meminfo: memFree=50032/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=324396 CPUtime=1122.64
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 81009 0 0 0 112064 200 0 0 25 0 1 0 214067026 332181504 79996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 81099 79996 140 302 0 80794 0
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (KiB) 324396

[startup+1182.97 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 8092
/proc/meminfo: memFree=41520/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=332908 CPUtime=1182.66
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 83152 0 0 0 118059 207 0 0 25 0 1 0 214067026 340897792 82139 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 83227 82139 140 302 0 82922 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 332908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 8092
/proc/meminfo: memFree=38896/2055920 swapFree=4192812/4192956
[pid=8091] ppid=8089 vsize=335368 CPUtime=1200.08
/proc/8091/stat : 8091 (Spear-32) R 8089 8091 6084 0 -1 4194304 83769 0 0 0 119800 208 0 0 25 0 1 0 214067026 343416832 82756 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8091/statm: 83842 82756 140 302 0 83537 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 335368

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.45
CPU time (s): 1200.14
CPU user time (s): 1198
CPU system time (s): 2.13668
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 335368

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

runsolver used 1.38579 second user time and 2.87556 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Feb 20 03:12:01 UTC 2007

IDJOB= 300884
IDBENCH= 20045
IDSOLVER= 131
FILE ID= node2/300884-1171941121

PBS_JOBID= 3848943

Free space on /tmp= 66549 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S471833188-06.cnf
COMMAND LINE= /tmp/evaluation/300884-1171941121/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300884-1171941121/instance-300884-1171941121.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-300884-1171941121 -o ROOT/results/node2/solver-300884-1171941121 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300884-1171941121/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300884-1171941121/instance-300884-1171941121.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b8e7ca890d2014c2fbdbc996df212877

RANDOM SEED= 525805919

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:        370768 kB
Buffers:         53588 kB
Cached:        1492936 kB
SwapCached:          0 kB
Active:        1033576 kB
Inactive:       572984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        370768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          78916 kB
Slab:            64076 kB
Committed_AS:  1171012 kB
PageTables:       1812 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 node2 on Tue Feb 20 03:32:03 UTC 2007