Trace number 305066

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.17 1200.46

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S81758219-15.cnf
MD5SUM553c4b40944e11835ccbe7b0f0a9dbe4
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 variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
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/305066-1172071113/instance-305066-1172071113.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/node3/watcher-305066-1172071113 -o ROOT/results/node3/solver-305066-1172071113 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305066-1172071113/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305066-1172071113/instance-305066-1172071113.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 1.02 3/77 21203
/proc/meminfo: memFree=717544/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=1932 CPUtime=0
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 227066197 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135271311 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 483 247 126 302 0 178 0

[startup+0.107295 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 21203
/proc/meminfo: memFree=717544/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=5020 CPUtime=0.09
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 1208 0 0 0 9 0 0 0 18 0 1 0 227066197 5140480 1027 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 1255 1027 129 302 0 950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.515328 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 21203
/proc/meminfo: memFree=717544/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=7612 CPUtime=0.51
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 1894 0 0 0 50 1 0 0 21 0 1 0 227066197 7794688 1648 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 1903 1648 140 302 0 1598 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7612

[startup+1.33539 s]
/proc/loadavg: 0.92 0.98 1.02 2/78 21204
/proc/meminfo: memFree=710240/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=9296 CPUtime=1.32
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 2321 0 0 0 131 1 0 0 25 0 1 0 227066197 9519104 2075 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 2324 2075 140 302 0 2019 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9296

[startup+2.97253 s]
/proc/loadavg: 0.92 0.98 1.02 2/78 21204
/proc/meminfo: memFree=707936/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=12192 CPUtime=2.96
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 3048 0 0 0 294 2 0 0 25 0 1 0 227066197 12484608 2802 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 3048 2802 140 302 0 2743 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12192

[startup+6.2538 s]
/proc/loadavg: 0.93 0.98 1.02 2/78 21204
/proc/meminfo: memFree=701280/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=18648 CPUtime=6.25
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 4657 0 0 0 619 6 0 0 25 0 1 0 227066197 19095552 4411 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 4662 4411 140 302 0 4357 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 18648

[startup+12.7123 s]
/proc/loadavg: 0.93 0.98 1.02 2/78 21204
/proc/meminfo: memFree=688480/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=30720 CPUtime=12.7
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 7668 0 0 0 1260 10 0 0 25 0 1 0 227066197 31457280 7422 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 7680 7422 140 302 0 7375 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 30720

[startup+25.5144 s]
/proc/loadavg: 0.95 0.98 1.02 2/78 21204
/proc/meminfo: memFree=667232/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=52616 CPUtime=25.5
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 13160 0 0 0 2535 15 0 0 25 0 1 0 227066197 53878784 12881 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 13154 12881 140 302 0 12849 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 52616

[startup+51.1295 s]
/proc/loadavg: 0.96 0.98 1.02 2/78 21204
/proc/meminfo: memFree=628320/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=91064 CPUtime=51.11
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 22793 0 0 0 5084 27 0 0 25 0 1 0 227066197 93249536 22514 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 22766 22514 140 302 0 22461 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 91064

[startup+102.35 s]
/proc/loadavg: 0.98 0.98 1.01 2/78 21204
/proc/meminfo: memFree=565856/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=153784 CPUtime=102.32
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 38498 0 0 0 10187 45 0 0 25 0 1 0 227066197 157474816 38154 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 38446 38154 140 302 0 38141 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 153784

[startup+162.385 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=509664/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=209300 CPUtime=162.34
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 52419 0 0 0 16173 61 0 0 25 0 1 0 227066197 214323200 51946 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 52325 51946 140 302 0 52020 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 209300

[startup+222.419 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=457120/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=261816 CPUtime=222.36
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 65578 0 0 0 22157 79 0 0 25 0 1 0 227066197 268099584 65105 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 65454 65105 140 302 0 65149 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 261816

[startup+282.447 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=416608/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=302120 CPUtime=282.37
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 75674 0 0 0 28145 92 0 0 25 0 1 0 227066197 309370880 75201 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 75530 75201 140 302 0 75225 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 302120

[startup+342.478 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=368864/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=350044 CPUtime=342.39
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 87679 0 0 0 34131 108 0 0 25 0 1 0 227066197 358445056 87206 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 87511 87206 140 302 0 87206 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 350044

[startup+402.512 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=326880/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=391316 CPUtime=402.41
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 98026 0 0 0 40118 123 0 0 25 0 1 0 227066197 400707584 97553 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 97829 97553 140 302 0 97524 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 391316

[startup+462.544 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=286368/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=432796 CPUtime=462.42
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 108422 0 0 0 46105 137 0 0 25 0 1 0 227066197 443183104 107692 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 108199 107692 140 302 0 107894 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 432796

[startup+522.575 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=247904/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=471588 CPUtime=522.44
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 118134 0 0 0 52093 151 0 0 25 0 1 0 227066197 482906112 117404 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 117897 117404 140 302 0 117592 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 471588

[startup+582.606 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=206560/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=511952 CPUtime=582.47
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 128267 0 0 0 58080 167 0 0 25 0 1 0 227066197 524238848 127537 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 127988 127537 140 302 0 127683 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 511952

[startup+642.639 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=172192/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=546420 CPUtime=642.48
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 136892 0 0 0 64070 178 0 0 25 0 1 0 227066197 559534080 136162 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 136605 136162 140 302 0 136300 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 546420

[startup+702.666 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=145056/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=573376 CPUtime=702.49
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 143657 0 0 0 70060 189 0 0 25 0 1 0 227066197 587137024 142927 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 143344 142927 140 302 0 143039 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 573376

[startup+762.693 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=116640/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=601924 CPUtime=762.51
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 150794 0 0 0 76052 199 0 0 25 0 1 0 227066197 616370176 150064 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 150481 150064 140 302 0 150176 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 601924

[startup+822.726 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=89568/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=628440 CPUtime=822.52
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 157463 0 0 0 82045 207 0 0 25 0 1 0 227066197 643522560 156733 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 157110 156733 140 302 0 156805 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 628440

[startup+882.755 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=65248/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=652988 CPUtime=882.54
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 163586 0 0 0 88038 216 0 0 25 0 1 0 227066197 668659712 162856 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 163247 162856 140 302 0 162942 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 652988

[startup+942.782 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=40160/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=678164 CPUtime=942.55
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 169889 0 0 0 94031 224 0 0 25 0 1 0 227066197 694439936 169159 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 169541 169159 140 302 0 169236 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 678164

[startup+1002.81 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=19040/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=699188 CPUtime=1002.57
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 175141 0 0 0 100025 232 0 0 25 0 1 0 227066197 715968512 174411 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 174797 174411 140 302 0 174492 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 699188

[startup+1062.85 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=734876 CPUtime=1062.58
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 184094 0 0 0 106016 242 0 0 25 0 1 0 227066197 752513024 183364 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 183719 183364 140 302 0 183414 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 734876

[startup+1122.88 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=769604 CPUtime=1122.6
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 192791 0 0 0 112005 255 0 0 25 0 1 0 227066197 788074496 192061 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 192401 192062 140 302 0 192096 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 769604

[startup+1182.91 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=805400 CPUtime=1182.62
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 201764 0 0 0 117995 267 0 0 25 0 1 0 227066197 824729600 201034 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 201350 201034 140 302 0 201045 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 805400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.33 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=813812 CPUtime=1200.03
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4194304 203846 0 0 0 119733 270 0 0 25 0 1 0 227066197 833343488 203116 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 203453 203116 140 302 0 203148 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 813812

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

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

[startup+1200.43 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21204
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=21203] ppid=21201 vsize=0 CPUtime=1200.13
/proc/21203/stat : 21203 (Spear-32) R 21201 21203 20719 0 -1 4195332 203846 0 0 0 119733 280 0 0 25 0 1 0 227066197 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.17
CPU user time (s): 1197.34
CPU system time (s): 2.82957
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 813812

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

runsolver used 1.37379 second user time and 2.87256 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Wed Feb 21 15:18:33 UTC 2007

IDJOB= 305066
IDBENCH= 20147
IDSOLVER= 131
FILE ID= node3/305066-1172071113

PBS_JOBID= 3865311

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S81758219-15.cnf
COMMAND LINE= /tmp/evaluation/305066-1172071113/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305066-1172071113/instance-305066-1172071113.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-305066-1172071113 -o ROOT/results/node3/solver-305066-1172071113 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305066-1172071113/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305066-1172071113/instance-305066-1172071113.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  553c4b40944e11835ccbe7b0f0a9dbe4

RANDOM SEED= 860309973

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        717952 kB
Buffers:         64452 kB
Cached:        1138128 kB
SwapCached:          0 kB
Active:         564864 kB
Inactive:       692376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        717952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          73600 kB
Slab:            66332 kB
Committed_AS:  1105012 kB
PageTables:       1656 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 node3 on Wed Feb 21 15:38:36 UTC 2007