Trace number 299163

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.04 1200.54

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1924010222-09.UNSAT.shuffled.cnf
MD5SUM677e5c8244dc7ab7832aedda12dc8201
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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/299163-1171867275/instance-299163-1171867275.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/node66/watcher-299163-1171867275 -o ROOT/results/node66/solver-299163-1171867275 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299163-1171867275/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/299163-1171867275/instance-299163-1171867275.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.95 0.98 3/64 29027
/proc/meminfo: memFree=413896/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=1548 CPUtime=0
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 206684999 1585152 182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 387 182 128 302 0 82 0

[startup+0.106602 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 29027
/proc/meminfo: memFree=413896/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=1932 CPUtime=0.1
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 206684999 1978368 287 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 483 287 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.514683 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 29027
/proc/meminfo: memFree=413896/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=2720 CPUtime=0.5
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 505 0 0 0 50 0 0 0 21 0 1 0 206684999 2785280 489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 680 489 140 302 0 375 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2720

[startup+1.33485 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 29028
/proc/meminfo: memFree=411648/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=3888 CPUtime=1.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 799 0 0 0 131 2 0 0 25 0 1 0 206684999 3981312 783 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 972 783 140 302 0 667 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3888

[startup+2.97218 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 29028
/proc/meminfo: memFree=410240/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=5568 CPUtime=2.96
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 1198 0 0 0 294 2 0 0 25 0 1 0 206684999 5701632 1182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 1392 1182 140 302 0 1087 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5568

[startup+6.24984 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 29028
/proc/meminfo: memFree=407872/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=7640 CPUtime=6.24
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 1732 0 0 0 620 4 0 0 25 0 1 0 206684999 7823360 1683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 1910 1683 140 302 0 1605 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7640

[startup+12.7031 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 29028
/proc/meminfo: memFree=404488/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=10624 CPUtime=12.69
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 2513 0 0 0 1262 7 0 0 25 0 1 0 206684999 10878976 2464 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 2656 2464 140 302 0 2351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10624

[startup+25.5087 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 29028
/proc/meminfo: memFree=400264/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=15144 CPUtime=25.48
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 3652 0 0 0 2538 10 0 0 25 0 1 0 206684999 15507456 3538 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 3786 3538 140 302 0 3481 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15144

[startup+51.1419 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 29028
/proc/meminfo: memFree=393544/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=21644 CPUtime=51.11
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 5292 0 0 0 5095 16 0 0 25 0 1 0 206684999 22163456 5178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 5411 5178 140 302 0 5106 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 21644

[startup+102.357 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 29028
/proc/meminfo: memFree=384456/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=31284 CPUtime=102.31
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 7685 0 0 0 10204 27 0 0 25 0 1 0 206684999 32034816 7442 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 7821 7442 140 302 0 7516 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31284

[startup+162.386 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=376840/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=38872 CPUtime=162.31
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 9559 0 0 0 16194 37 0 0 25 0 1 0 206684999 39804928 9316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 9718 9317 140 302 0 9413 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 38872

[startup+222.405 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=370440/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=45308 CPUtime=222.31
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 11142 0 0 0 22185 46 0 0 25 0 1 0 206684999 46395392 10899 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 11327 10899 140 302 0 11022 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 45308

[startup+282.425 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=364488/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=52444 CPUtime=282.31
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 12894 0 0 0 28176 55 0 0 25 0 1 0 206684999 53702656 12394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 13111 12394 140 302 0 12806 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 52444

[startup+342.447 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=359560/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=57540 CPUtime=342.3
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 14157 0 0 0 34168 62 0 0 25 0 1 0 206684999 58920960 13657 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 14385 13657 140 302 0 14080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 57540

[startup+402.476 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=354888/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=62040 CPUtime=402.31
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 15311 0 0 0 40163 68 0 0 25 0 1 0 206684999 63528960 14811 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 15510 14811 140 302 0 15205 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 62040

[startup+462.504 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=350408/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=66544 CPUtime=462.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 16424 0 0 0 46157 75 0 0 25 0 1 0 206684999 68141056 15924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 16636 15924 140 302 0 16331 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 66544

[startup+522.525 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=346312/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=71008 CPUtime=522.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 17469 0 0 0 52152 80 0 0 25 0 1 0 206684999 72712192 16969 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 17752 16969 140 302 0 17447 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 71008

[startup+582.547 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=342280/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=74820 CPUtime=582.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 18441 0 0 0 58146 86 0 0 25 0 1 0 206684999 76615680 17941 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 18705 17941 140 302 0 18400 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 74820

[startup+642.571 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=338504/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=78736 CPUtime=642.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 19383 0 0 0 64140 92 0 0 25 0 1 0 206684999 80625664 18883 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 19684 18883 140 302 0 19379 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 78736

[startup+702.596 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=335304/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=82056 CPUtime=702.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 20191 0 0 0 70135 97 0 0 25 0 1 0 206684999 84025344 19691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 20514 19691 140 302 0 20209 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 82056

[startup+762.621 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=332168/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=85224 CPUtime=762.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 20980 0 0 0 76131 101 0 0 25 0 1 0 206684999 87269376 20480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 21306 20480 140 302 0 21001 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 85224

[startup+822.647 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=329096/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=88336 CPUtime=822.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 21726 0 0 0 82126 106 0 0 25 0 1 0 206684999 90456064 21226 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 22084 21226 140 302 0 21779 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 88336

[startup+882.669 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=326088/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=93540 CPUtime=882.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 23002 0 0 0 88121 112 0 0 25 0 1 0 206684999 95784960 21989 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 23385 21989 140 302 0 23080 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 93540

[startup+942.689 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=323336/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=96268 CPUtime=942.32
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 23693 0 0 0 94115 117 0 0 25 0 1 0 206684999 98578432 22680 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 24067 22680 140 302 0 23762 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 96268

[startup+1002.72 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=320392/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=99496 CPUtime=1002.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 24437 0 0 0 100111 122 0 0 25 0 1 0 206684999 101883904 23424 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 24874 23424 140 302 0 24569 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 99496

[startup+1062.75 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=317640/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=102284 CPUtime=1062.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 25126 0 0 0 106107 126 0 0 25 0 1 0 206684999 104738816 24113 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 25571 24113 140 302 0 25266 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 102284

[startup+1122.77 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=315016/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=104900 CPUtime=1122.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 25775 0 0 0 112103 130 0 0 25 0 1 0 206684999 107417600 24762 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 26225 24762 140 302 0 25920 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 104900

[startup+1182.79 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29028
/proc/meminfo: memFree=312328/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=107492 CPUtime=1182.33
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 26445 0 0 0 118098 135 0 0 25 0 1 0 206684999 110071808 25432 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 26873 25432 140 302 0 26568 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 107492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 29102
/proc/meminfo: memFree=310360/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=108268 CPUtime=1200.02
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 26633 0 0 0 119864 138 0 0 25 0 1 0 206684999 110866432 25620 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 27067 25620 140 302 0 26762 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 108268

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

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

[startup+1200.52 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 29102
/proc/meminfo: memFree=310360/2055920 swapFree=4183396/4192956
[pid=29027] ppid=29025 vsize=108268 CPUtime=1200.02
/proc/29027/stat : 29027 (Spear-32) R 29025 29027 28886 0 -1 4194304 26633 0 0 0 119864 138 0 0 25 0 1 0 206684999 110866432 25620 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29027/statm: 27067 25620 140 302 0 26762 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 108268

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.04
CPU user time (s): 1198.65
CPU system time (s): 1.39679
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 108268

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

runsolver used 0.803877 second user time and 2.44363 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Feb 19 06:41:15 UTC 2007

IDJOB= 299163
IDBENCH= 20003
IDSOLVER= 132
FILE ID= node66/299163-1171867275

PBS_JOBID= 3839758

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-S1924010222-09.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299163-1171867275/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299163-1171867275/instance-299163-1171867275.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-299163-1171867275 -o ROOT/results/node66/solver-299163-1171867275 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299163-1171867275/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/299163-1171867275/instance-299163-1171867275.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  677e5c8244dc7ab7832aedda12dc8201

RANDOM SEED= 175947562

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:        414432 kB
Buffers:         51676 kB
Cached:        1435336 kB
SwapCached:       3616 kB
Active:         839928 kB
Inactive:       656668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        414432 kB
SwapTotal:     4192956 kB
SwapFree:      4183396 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          15548 kB
Slab:           131024 kB
Committed_AS:   575588 kB
PageTables:       1376 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 node66 on Mon Feb 19 07:01:17 UTC 2007