Trace number 297973

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v450/
unif-k3-r4.25-v450-c1912-S1168722783-19.UNSAT.shuffled.cnf
MD5SUM4dab682b2baab8325744eab5c8aeca81
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark403.394
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1912
Sum of the clauses size5736
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31912
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/297973-1171848318/instance-297973-1171848318.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/node18/watcher-297973-1171848318 -o ROOT/results/node18/solver-297973-1171848318 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297973-1171848318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297973-1171848318/instance-297973-1171848318.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.93 0.99 0.99 3/77 19475
/proc/meminfo: memFree=1646312/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=1528 CPUtime=0
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 204786401 1564672 178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 382 178 128 302 0 77 0

[startup+0.106424 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 19475
/proc/meminfo: memFree=1646312/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=1788 CPUtime=0.1
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 288 0 0 0 10 0 0 0 18 0 1 0 204786401 1830912 272 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 447 272 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514465 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 19475
/proc/meminfo: memFree=1646312/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=2564 CPUtime=0.51
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 478 0 0 0 50 1 0 0 21 0 1 0 204786401 2625536 462 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 641 462 140 302 0 336 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2564

[startup+1.33454 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 19476
/proc/meminfo: memFree=1644128/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=3588 CPUtime=1.33
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 737 0 0 0 131 2 0 0 25 0 1 0 204786401 3674112 721 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 897 721 140 302 0 592 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3588

[startup+2.9707 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 19476
/proc/meminfo: memFree=1642976/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=4892 CPUtime=2.96
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 1063 0 0 0 294 2 0 0 25 0 1 0 204786401 5009408 1047 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 1223 1047 140 302 0 918 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4892

[startup+6.24702 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 19476
/proc/meminfo: memFree=1640736/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=6952 CPUtime=6.24
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 1577 0 0 0 620 4 0 0 25 0 1 0 204786401 7118848 1528 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 1738 1528 140 302 0 1433 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6952

[startup+12.7066 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 19476
/proc/meminfo: memFree=1637856/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=9540 CPUtime=12.7
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 2238 0 0 0 1263 7 0 0 25 0 1 0 204786401 9768960 2189 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 2385 2189 140 302 0 2080 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9540

[startup+25.5159 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 19476
/proc/meminfo: memFree=1634208/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=13572 CPUtime=25.5
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 3248 0 0 0 2539 11 0 0 25 0 1 0 204786401 13897728 3134 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 3393 3134 140 302 0 3088 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 13572

[startup+51.1274 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1629024/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=18604 CPUtime=51.1
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 4509 0 0 0 5093 17 0 0 25 0 1 0 204786401 19050496 4395 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 4651 4395 140 302 0 4346 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18604

[startup+102.346 s]
/proc/loadavg: 1.01 1.00 1.00 3/78 19476
/proc/meminfo: memFree=1621664/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=26548 CPUtime=102.31
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 6469 0 0 0 10204 27 0 0 25 0 1 0 204786401 27185152 6226 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 6637 6226 140 302 0 6332 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26548

[startup+162.379 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1615136/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=33168 CPUtime=162.33
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 8058 0 0 0 16198 35 0 0 25 0 1 0 204786401 33964032 7815 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 8292 7815 140 302 0 7987 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 33168

[startup+222.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1609760/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=38380 CPUtime=222.35
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 9409 0 0 0 22192 43 0 0 25 0 1 0 204786401 39301120 9166 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 9595 9166 140 302 0 9290 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 38380

[startup+282.444 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1604960/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=44316 CPUtime=282.36
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 10842 0 0 0 28185 51 0 0 25 0 1 0 204786401 45379584 10342 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 11079 10342 140 302 0 10774 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 44316

[startup+342.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1600800/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=48664 CPUtime=342.38
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 11891 0 0 0 34181 57 0 0 25 0 1 0 204786401 49831936 11391 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 12166 11391 140 302 0 11861 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 48664

[startup+402.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1597024/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=52556 CPUtime=402.41
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 12831 0 0 0 40178 63 0 0 25 0 1 0 204786401 53817344 12331 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 13139 12331 140 302 0 12834 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 52556

[startup+462.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1593504/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=56148 CPUtime=462.43
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 13710 0 0 0 46174 69 0 0 25 0 1 0 204786401 57495552 13210 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 14037 13210 140 302 0 13732 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 56148

[startup+522.583 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1590368/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=59108 CPUtime=522.44
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 14503 0 0 0 52170 74 0 0 25 0 1 0 204786401 60526592 14003 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 14777 14003 140 302 0 14472 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 59108

[startup+582.615 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1587232/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=62560 CPUtime=582.47
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 15288 0 0 0 58167 80 0 0 25 0 1 0 204786401 64061440 14788 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 15640 14788 140 302 0 15335 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 62560

[startup+642.655 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1583968/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=65684 CPUtime=642.48
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 16092 0 0 0 64164 84 0 0 25 0 1 0 204786401 67260416 15592 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 16421 15592 140 302 0 16116 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 65684

[startup+702.686 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1580960/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=68724 CPUtime=702.5
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 16847 0 0 0 70160 90 0 0 25 0 1 0 204786401 70373376 16347 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 17181 16347 140 302 0 16876 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 68724

[startup+762.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1578080/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=71856 CPUtime=762.52
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 17563 0 0 0 76157 95 0 0 25 0 1 0 204786401 73580544 17063 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 17964 17063 140 302 0 17659 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 71856

[startup+822.759 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19476
/proc/meminfo: memFree=1575456/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=74564 CPUtime=822.54
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 18234 0 0 0 82154 100 0 0 25 0 1 0 204786401 76353536 17734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 18641 17734 140 302 0 18336 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 74564

[startup+882.791 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1572704/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=79276 CPUtime=882.56
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 19423 0 0 0 88148 108 0 0 25 0 1 0 204786401 81178624 18410 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 19819 18410 140 302 0 19514 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 79276

[startup+942.825 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1570208/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=81916 CPUtime=942.58
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 20063 0 0 0 94145 113 0 0 25 0 1 0 204786401 83881984 19050 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 20479 19050 140 302 0 20174 0
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (KiB) 81916

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1567648/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=84316 CPUtime=1002.6
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 20686 0 0 0 100141 119 0 0 25 0 1 0 204786401 86339584 19673 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 21079 19673 140 302 0 20774 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 84316

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1565088/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=87016 CPUtime=1062.62
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 21317 0 0 0 106139 123 0 0 25 0 1 0 204786401 89104384 20304 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 21754 20304 140 302 0 21449 0
Current children cumulated CPU time (s) 1062.62
Current children cumulated vsize (KiB) 87016

[startup+1122.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1562784/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=89280 CPUtime=1122.64
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 21903 0 0 0 112137 127 0 0 25 0 1 0 204786401 91422720 20890 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 22320 20890 140 302 0 22015 0
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (KiB) 89280

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1560544/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=91504 CPUtime=1182.66
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 22477 0 0 0 118132 134 0 0 25 0 1 0 204786401 93700096 21464 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 22876 21464 140 302 0 22571 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 91504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19478
/proc/meminfo: memFree=1559840/2055920 swapFree=4192812/4192956
[pid=19475] ppid=19473 vsize=92144 CPUtime=1200.08
/proc/19475/stat : 19475 (Spear-32) R 19473 19475 18255 0 -1 4194304 22644 0 0 0 119873 135 0 0 25 0 1 0 204786401 94355456 21631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19475/statm: 23036 21631 140 302 0 22731 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 92144

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.4
CPU time (s): 1200.11
CPU user time (s): 1198.73
CPU system time (s): 1.37279
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 92144

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

runsolver used 1.22681 second user time and 3.04454 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Feb 19 01:25:19 UTC 2007

IDJOB= 297973
IDBENCH= 19974
IDSOLVER= 131
FILE ID= node18/297973-1171848318

PBS_JOBID= 3839377

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v450/unif-k3-r4.25-v450-c1912-S1168722783-19.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297973-1171848318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297973-1171848318/instance-297973-1171848318.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-297973-1171848318 -o ROOT/results/node18/solver-297973-1171848318 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297973-1171848318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/297973-1171848318/instance-297973-1171848318.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4dab682b2baab8325744eab5c8aeca81

RANDOM SEED= 565454978

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1646720 kB
Buffers:         49532 kB
Cached:         229812 kB
SwapCached:          0 kB
Active:         269888 kB
Inactive:        69136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          78592 kB
Slab:            55796 kB
Committed_AS:   784324 kB
PageTables:       1668 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= 66547 MiB

End job on node18 on Mon Feb 19 01:45:21 UTC 2007