Trace number 305517

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.12 1200.51

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1580061366-10.cnf
MD5SUM66a738f4ff82d0fd708f0dea8b7fe645
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.46947
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
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/305517-1172080643/instance-305517-1172080643.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/node25/watcher-305517-1172080643 -o ROOT/results/node25/solver-305517-1172080643 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305517-1172080643/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305517-1172080643/instance-305517-1172080643.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9435
/proc/meminfo: memFree=1616432/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=1932 CPUtime=0
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 2686539 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 483 247 126 302 0 178 0

[startup+0.107297 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9435
/proc/meminfo: memFree=1616432/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=2940 CPUtime=0.1
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 565 0 0 0 10 0 0 0 18 0 1 0 2686539 3010560 549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 735 549 140 302 0 430 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2940

[startup+0.515334 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9435
/proc/meminfo: memFree=1616432/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=4216 CPUtime=0.5
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 873 0 0 0 50 0 0 0 21 0 1 0 2686539 4317184 857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 1054 857 140 302 0 749 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4216

[startup+1.33541 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1611816/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=6404 CPUtime=1.32
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 1427 0 0 0 131 1 0 0 25 0 1 0 2686539 6557696 1411 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 1601 1411 140 302 0 1296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6404

[startup+2.97155 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1608872/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=10216 CPUtime=2.96
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 2372 0 0 0 293 3 0 0 25 0 1 0 2686539 10461184 2356 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 2554 2356 140 302 0 2249 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10216

[startup+6.25284 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1602280/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=16176 CPUtime=6.25
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 3854 0 0 0 619 6 0 0 25 0 1 0 2686539 16564224 3838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 4044 3838 140 302 0 3739 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 16176

[startup+12.7054 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1591976/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=26076 CPUtime=12.7
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 6334 0 0 0 1259 11 0 0 25 0 1 0 2686539 26701824 6285 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 6519 6285 140 302 0 6214 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 26076

[startup+25.5066 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1576872/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=41436 CPUtime=25.49
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 10222 0 0 0 2531 18 0 0 25 0 1 0 2686539 42430464 10108 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 10359 10108 140 302 0 10054 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41436

[startup+51.1128 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1552872/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=64888 CPUtime=51.09
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 16113 0 0 0 5081 28 0 0 25 0 1 0 2686539 66445312 15999 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 16222 15999 140 302 0 15917 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64888

[startup+102.325 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1515624/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=102704 CPUtime=102.29
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 25601 0 0 0 10184 45 0 0 25 0 1 0 2686539 105168896 25358 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 25676 25358 140 302 0 25371 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 102704

[startup+162.348 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9436
/proc/meminfo: memFree=1482536/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=134988 CPUtime=162.3
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 33712 0 0 0 16168 62 0 0 25 0 1 0 2686539 138227712 33469 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 33747 33469 140 302 0 33442 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134988

[startup+222.371 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 9500
/proc/meminfo: memFree=1452728/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=163528 CPUtime=222.28
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 40847 0 0 0 22151 77 0 0 25 0 1 0 2686539 167452672 40604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 40882 40604 140 302 0 40577 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 163528

[startup+282.424 s]
/proc/loadavg: 1.04 1.00 1.00 2/71 9592
/proc/meminfo: memFree=1430392/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=186860 CPUtime=282.27
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 46706 0 0 0 28135 92 0 0 25 0 1 0 2686539 191344640 46206 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 46715 46206 140 302 0 46410 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 186860

[startup+342.463 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1405224/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=213060 CPUtime=342.26
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 53269 0 0 0 34123 103 0 0 25 0 1 0 2686539 218173440 52769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 53265 52769 140 302 0 52960 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 213060

[startup+402.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1383528/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=234224 CPUtime=402.27
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 58580 0 0 0 40112 115 0 0 25 0 1 0 2686539 239845376 58080 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 58556 58080 140 302 0 58251 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 234224

[startup+462.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1365864/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=251904 CPUtime=462.27
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 63026 0 0 0 46102 125 0 0 25 0 1 0 2686539 257949696 62526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 62976 62526 140 302 0 62671 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 251904

[startup+522.523 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1349672/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=267948 CPUtime=522.28
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 67059 0 0 0 52093 135 0 0 25 0 1 0 2686539 274378752 66559 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 66987 66559 140 302 0 66682 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 267948

[startup+582.539 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1332840/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=284524 CPUtime=582.28
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 71202 0 0 0 58085 143 0 0 25 0 1 0 2686539 291352576 70702 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 71131 70702 140 302 0 70826 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 284524

[startup+642.557 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1311912/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=305416 CPUtime=642.28
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 76451 0 0 0 64074 154 0 0 25 0 1 0 2686539 312745984 75951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 76354 75951 140 302 0 76049 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 305416

[startup+702.576 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1295208/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=322320 CPUtime=702.29
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 80666 0 0 0 70065 164 0 0 25 0 1 0 2686539 330055680 80166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 80580 80166 140 302 0 80275 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 322320

[startup+762.59 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 9634
/proc/meminfo: memFree=1279144/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=340248 CPUtime=762.29
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 85178 0 0 0 76056 173 0 0 25 0 1 0 2686539 348413952 84165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 85062 84165 140 302 0 84757 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 340248

[startup+822.614 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 9634
/proc/meminfo: memFree=1265128/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=353984 CPUtime=822.3
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 88626 0 0 0 82046 184 0 0 25 0 1 0 2686539 362479616 87613 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 88496 87613 140 302 0 88191 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 353984

[startup+882.631 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1252136/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=367044 CPUtime=882.3
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 91885 0 0 0 88037 193 0 0 25 0 1 0 2686539 375853056 90872 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 91761 90872 140 302 0 91456 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 367044

[startup+942.649 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1240104/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=379048 CPUtime=942.3
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 94901 0 0 0 94031 199 0 0 25 0 1 0 2686539 388145152 93888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 94762 93888 140 302 0 94457 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 379048

[startup+1002.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1228264/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=390916 CPUtime=1002.31
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 97867 0 0 0 100026 205 0 0 25 0 1 0 2686539 400297984 96854 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 97729 96854 140 302 0 97424 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 390916

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1216936/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=402008 CPUtime=1062.31
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 100651 0 0 0 106019 212 0 0 25 0 1 0 2686539 411656192 99638 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 100502 99638 140 302 0 100197 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 402008

[startup+1122.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1207080/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=412028 CPUtime=1122.32
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 103116 0 0 0 112014 218 0 0 25 0 1 0 2686539 421916672 102103 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 103007 102103 140 302 0 102702 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 412028

[startup+1182.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1197096/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=422260 CPUtime=1182.32
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 105706 0 0 0 118007 225 0 0 25 0 1 0 2686539 432394240 104693 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 105565 104693 140 302 0 105260 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 422260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1192424/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=426508 CPUtime=1200.04
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 106736 0 0 0 119777 227 0 0 25 0 1 0 2686539 436744192 105723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 106627 105723 140 302 0 106322 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 426508

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

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

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9634
/proc/meminfo: memFree=1192424/2055920 swapFree=4192956/4192956
[pid=9435] ppid=9433 vsize=426508 CPUtime=1200.04
/proc/9435/stat : 9435 (Spear-32) R 9433 9435 8271 0 -1 4194304 106736 0 0 0 119777 227 0 0 25 0 1 0 2686539 436744192 105723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 106627 105723 140 302 0 106322 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 426508

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1197.78
CPU system time (s): 2.33964
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 426508

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

runsolver used 0.839872 second user time and 2.45463 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 21 17:57:23 UTC 2007

IDJOB= 305517
IDBENCH= 20158
IDSOLVER= 131
FILE ID= node25/305517-1172080643

PBS_JOBID= 3892796

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  66a738f4ff82d0fd708f0dea8b7fe645

RANDOM SEED= 135915673

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1616840 kB
Buffers:         29912 kB
Cached:         325320 kB
SwapCached:          0 kB
Active:         154276 kB
Inactive:       216288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616840 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          25496 kB
Slab:            54560 kB
Committed_AS:    63272 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node25 on Wed Feb 21 18:17:26 UTC 2007