Trace number 334603

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.08 1200.93

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1178.58
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
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/334603-1173582850/instance-334603-1173582850.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-334603-1173582850 -o ROOT/results/node14/solver-334603-1173582850 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334603-1173582850/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334603-1173582850/instance-334603-1173582850.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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/77 5451
/proc/meminfo: memFree=1491640/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=1932 CPUtime=0
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 378239435 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135257523 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 483 247 126 302 0 178 0

[startup+0.0108009 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5451
/proc/meminfo: memFree=1491640/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=2356 CPUtime=0
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 374 0 0 0 0 0 0 0 18 0 1 0 378239435 2412544 358 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134866629 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 589 358 128 302 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2356

[startup+0.101809 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5451
/proc/meminfo: memFree=1491640/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=3292 CPUtime=0.09
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 587 0 0 0 9 0 0 0 18 0 1 0 378239435 3371008 571 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 823 571 140 302 0 518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3292

[startup+0.301828 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5451
/proc/meminfo: memFree=1491640/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=3420 CPUtime=0.29
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 641 0 0 0 29 0 0 0 19 0 1 0 378239435 3502080 625 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 855 625 140 302 0 550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3420

[startup+0.701865 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5451
/proc/meminfo: memFree=1491640/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=3808 CPUtime=0.69
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 723 0 0 0 69 0 0 0 23 0 1 0 378239435 3899392 707 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 952 707 140 302 0 647 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3808

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1489136/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=4324 CPUtime=1.49
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 850 0 0 0 148 1 0 0 25 0 1 0 378239435 4427776 834 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527028 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 1081 834 140 302 0 776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4324

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1488304/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=5220 CPUtime=3.09
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 1065 0 0 0 307 2 0 0 25 0 1 0 378239435 5345280 1049 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 1305 1049 140 302 0 1000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5220

[startup+6.30139 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1486448/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=6896 CPUtime=6.29
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 1474 0 0 0 626 3 0 0 25 0 1 0 378239435 7061504 1458 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 1724 1458 140 302 0 1419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6896

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1483768/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=9332 CPUtime=12.68
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 2096 0 0 0 1263 5 0 0 25 0 1 0 378239435 9555968 2080 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 2333 2080 140 302 0 2028 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9332

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1479800/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=13216 CPUtime=25.48
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 3069 0 0 0 2541 7 0 0 25 0 1 0 378239435 13533184 3020 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 3304 3020 140 302 0 2999 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13216

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1473336/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=20016 CPUtime=51.07
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 4770 0 0 0 5094 13 0 0 25 0 1 0 378239435 20496384 4656 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 5004 4656 140 302 0 4699 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20016

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1463608/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=29464 CPUtime=102.26
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 7152 0 0 0 10203 23 0 0 25 0 1 0 378239435 30171136 7038 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 7366 7038 140 302 0 7061 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29464

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1454968/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=38960 CPUtime=162.25
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 9474 0 0 0 16192 33 0 0 25 0 1 0 378239435 39895040 9231 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 9740 9231 140 302 0 9435 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38960

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1444536/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=49244 CPUtime=222.23
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 12012 0 0 0 22183 40 0 0 25 0 1 0 378239435 50425856 11769 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 12311 11769 140 302 0 12006 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 49244

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1438584/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=55524 CPUtime=282.21
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 13544 0 0 0 28177 44 0 0 25 0 1 0 378239435 56856576 13301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 13881 13301 140 302 0 13576 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55524

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1432120/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=63204 CPUtime=342.19
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 15419 0 0 0 34168 51 0 0 25 0 1 0 378239435 64720896 14919 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 15801 14919 140 302 0 15496 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 63204

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1423288/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=72544 CPUtime=402.17
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 17637 0 0 0 40157 60 0 0 25 0 1 0 378239435 74285056 17137 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 18136 17137 140 302 0 17831 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 72544

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5452
/proc/meminfo: memFree=1415672/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=80384 CPUtime=462.16
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 19532 0 0 0 46144 72 0 0 25 0 1 0 378239435 82313216 19032 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 20096 19032 140 302 0 19791 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 80384

[startup+522.301 s]
/proc/loadavg: 1.56 1.14 1.04 3/85 21866
/proc/meminfo: memFree=1383976/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=90248 CPUtime=521.89
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 22061 0 0 0 52105 84 0 0 25 0 1 0 378239435 92413952 21561 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/5451/statm: 22562 21561 140 302 0 22257 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 90248

[startup+582.302 s]
/proc/loadavg: 1.89 1.32 1.11 2/78 7727
/proc/meminfo: memFree=1355952/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=99888 CPUtime=581.61
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 24429 0 0 0 58066 95 0 0 25 0 1 0 378239435 102285312 23929 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 24972 23929 140 302 0 24667 0
Current children cumulated CPU time (s) 581.61
Current children cumulated vsize (KiB) 99888

[startup+642.301 s]
/proc/loadavg: 1.32 1.26 1.10 2/78 7727
/proc/meminfo: memFree=1346864/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=109124 CPUtime=641.59
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 26717 0 0 0 64058 101 0 0 25 0 1 0 378239435 111742976 26217 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 27281 26217 140 302 0 26976 0
Current children cumulated CPU time (s) 641.59
Current children cumulated vsize (KiB) 109124

[startup+702.301 s]
/proc/loadavg: 1.12 1.21 1.09 2/78 7727
/proc/meminfo: memFree=1338672/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=117480 CPUtime=701.57
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 28787 0 0 0 70051 106 0 0 25 0 1 0 378239435 120299520 28287 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 29370 28287 140 302 0 29065 0
Current children cumulated CPU time (s) 701.57
Current children cumulated vsize (KiB) 117480

[startup+762.306 s]
/proc/loadavg: 1.04 1.17 1.08 2/78 7727
/proc/meminfo: memFree=1329968/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=126192 CPUtime=761.57
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 30928 0 0 0 76045 112 0 0 25 0 1 0 378239435 129220608 30428 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 31548 30428 140 302 0 31243 0
Current children cumulated CPU time (s) 761.57
Current children cumulated vsize (KiB) 126192

[startup+822.301 s]
/proc/loadavg: 1.01 1.14 1.08 2/78 7727
/proc/meminfo: memFree=1320240/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=136184 CPUtime=821.54
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 33393 0 0 0 82036 118 0 0 25 0 1 0 378239435 139452416 32893 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 34046 32893 140 302 0 33741 0
Current children cumulated CPU time (s) 821.54
Current children cumulated vsize (KiB) 136184

[startup+882.301 s]
/proc/loadavg: 1.00 1.11 1.07 2/78 7727
/proc/meminfo: memFree=1310584/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=145740 CPUtime=881.53
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 35773 0 0 0 88029 124 0 0 25 0 1 0 378239435 149237760 35273 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 36435 35273 140 302 0 36130 0
Current children cumulated CPU time (s) 881.53
Current children cumulated vsize (KiB) 145740

[startup+942.302 s]
/proc/loadavg: 1.00 1.08 1.07 2/78 7727
/proc/meminfo: memFree=1301816/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=154620 CPUtime=941.5
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 37991 0 0 0 94020 130 0 0 25 0 1 0 378239435 158330880 37491 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 38655 37491 140 302 0 38350 0
Current children cumulated CPU time (s) 941.5
Current children cumulated vsize (KiB) 154620

[startup+1002.3 s]
/proc/loadavg: 1.00 1.07 1.06 2/78 7727
/proc/meminfo: memFree=1293560/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=162864 CPUtime=1001.49
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 40043 0 0 0 100012 137 0 0 25 0 1 0 378239435 166772736 39543 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 40716 39543 140 302 0 40411 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 162864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.05 2/78 7727
/proc/meminfo: memFree=1286072/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=172328 CPUtime=1061.48
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 42431 0 0 0 106005 143 0 0 25 0 1 0 378239435 176463872 41418 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 43082 41418 140 302 0 42777 0
Current children cumulated CPU time (s) 1061.48
Current children cumulated vsize (KiB) 172328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.05 2/78 7727
/proc/meminfo: memFree=1279032/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=179396 CPUtime=1121.46
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 44178 0 0 0 111997 149 0 0 25 0 1 0 378239435 183701504 43165 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 44849 43165 140 302 0 44544 0
Current children cumulated CPU time (s) 1121.46
Current children cumulated vsize (KiB) 179396

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.04 2/78 7727
/proc/meminfo: memFree=1271992/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=186616 CPUtime=1181.44
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 45958 0 0 0 117989 155 0 0 25 0 1 0 378239435 191094784 44945 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 46654 44945 140 302 0 46349 0
Current children cumulated CPU time (s) 1181.44
Current children cumulated vsize (KiB) 186616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 1.03 1.04 2/78 7727
/proc/meminfo: memFree=1269688/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=188664 CPUtime=1200.04
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 46496 0 0 0 119847 157 0 0 25 0 1 0 378239435 193191936 45483 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 47166 45483 140 302 0 46861 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 188664

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

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

[startup+1200.9 s]
/proc/loadavg: 1.00 1.03 1.04 2/78 7727
/proc/meminfo: memFree=1269688/2055920 swapFree=4146600/4192956
[pid=5451] ppid=5449 vsize=188664 CPUtime=1200.04
/proc/5451/stat : 5451 (Spear-32) R 5449 5451 3894 0 -1 4194304 46496 0 0 0 119847 157 0 0 25 0 1 0 378239435 193191936 45483 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5451/statm: 47166 45483 140 302 0 46861 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 188664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.93
CPU time (s): 1200.08
CPU user time (s): 1198.47
CPU system time (s): 1.60676
CPU usage (%): 99.9289
Max. virtual memory (cumulated for all children) (KiB): 188664

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

runsolver used 1.3258 second user time and 3.05653 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Mar 11 03:14:10 UTC 2007

IDJOB= 334603
IDBENCH= 24631
IDSOLVER= 131
FILE ID= node14/334603-1173582850

PBS_JOBID= 4101217

Free space on /tmp= 66539 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334603-1173582850/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334603-1173582850/instance-334603-1173582850.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-334603-1173582850 -o ROOT/results/node14/solver-334603-1173582850 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334603-1173582850/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334603-1173582850/instance-334603-1173582850.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ff36f96f6b8096039d33a91da209fed4

RANDOM SEED= 671619487

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1491984 kB
Buffers:         53388 kB
Cached:         421932 kB
SwapCached:      14960 kB
Active:         268572 kB
Inactive:       229940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491984 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          29872 kB
Slab:            50928 kB
Committed_AS:  1284360 kB
PageTables:       1736 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= 66539 MiB

End job on node14 on Sun Mar 11 03:34:13 UTC 2007