Trace number 296005

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.43

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S167199451-11.UNSAT.shuffled.cnf
MD5SUM8dfab95124988e9b30d2b91793d7fb26
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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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/296005-1171816015/instance-296005-1171816015.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/node7/watcher-296005-1171816015 -o ROOT/results/node7/solver-296005-1171816015 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296005-1171816015/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/296005-1171816015/instance-296005-1171816015.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/77 19401
/proc/meminfo: memFree=1695184/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=1396 CPUtime=0
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 201556229 1429504 165 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134800081 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 349 166 129 302 0 44 0

[startup+0.107279 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19401
/proc/meminfo: memFree=1695184/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=2052 CPUtime=0.1
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 345 0 0 0 10 0 0 0 18 0 1 0 201556229 2101248 329 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 513 329 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.515322 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19401
/proc/meminfo: memFree=1695184/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=2828 CPUtime=0.5
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 542 0 0 0 50 0 0 0 21 0 1 0 201556229 2895872 526 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 707 526 140 302 0 402 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2828

[startup+1.33541 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1692744/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=3912 CPUtime=1.32
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 808 0 0 0 131 1 0 0 25 0 1 0 201556229 4005888 792 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 978 792 140 302 0 673 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3912

[startup+2.97158 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1691592/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=5228 CPUtime=2.96
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 1138 0 0 0 294 2 0 0 25 0 1 0 201556229 5353472 1122 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 1307 1122 140 302 0 1002 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5228

[startup+6.25393 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1689416/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=7236 CPUtime=6.24
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 1626 0 0 0 620 4 0 0 25 0 1 0 201556229 7409664 1577 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 1809 1577 140 302 0 1504 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7236

[startup+12.7046 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1686792/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=9580 CPUtime=12.69
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 2222 0 0 0 1262 7 0 0 25 0 1 0 201556229 9809920 2173 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 2395 2173 140 302 0 2090 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9580

[startup+25.513 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1683528/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=13156 CPUtime=25.49
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 3120 0 0 0 2539 10 0 0 25 0 1 0 201556229 13471744 3006 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 3289 3006 140 302 0 2984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13156

[startup+51.1256 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1678536/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=18092 CPUtime=51.1
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 4348 0 0 0 5095 15 0 0 25 0 1 0 201556229 18526208 4234 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 4523 4234 140 302 0 4218 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18092

[startup+102.349 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1671240/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=25976 CPUtime=102.31
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 6291 0 0 0 10207 24 0 0 25 0 1 0 201556229 26599424 6048 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 6494 6048 140 302 0 6189 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25976

[startup+162.389 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1664712/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=32648 CPUtime=162.33
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 7896 0 0 0 16201 32 0 0 25 0 1 0 201556229 33431552 7653 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 8162 7653 140 302 0 7857 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 32648

[startup+222.425 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1659400/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=37952 CPUtime=222.36
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 9217 0 0 0 22196 40 0 0 25 0 1 0 201556229 38862848 8974 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 9488 8974 140 302 0 9183 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 37952

[startup+282.458 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1654792/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=43624 CPUtime=282.37
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 10642 0 0 0 28189 48 0 0 25 0 1 0 201556229 44670976 10142 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 10906 10142 140 302 0 10601 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 43624

[startup+342.492 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1650248/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=48144 CPUtime=342.39
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 11778 0 0 0 34184 55 0 0 25 0 1 0 201556229 49299456 11278 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 12036 11278 140 302 0 11731 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 48144

[startup+402.529 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1646408/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=52300 CPUtime=402.41
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 12726 0 0 0 40179 62 0 0 25 0 1 0 201556229 53555200 12226 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 13075 12226 140 302 0 12770 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 52300

[startup+462.561 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1643080/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=55728 CPUtime=462.43
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 13569 0 0 0 46175 68 0 0 25 0 1 0 201556229 57065472 13069 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 13932 13069 140 302 0 13627 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 55728

[startup+522.593 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1639944/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=59028 CPUtime=522.45
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 14352 0 0 0 52171 74 0 0 25 0 1 0 201556229 60444672 13852 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 14757 13852 140 302 0 14452 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 59028

[startup+582.627 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1636680/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=62580 CPUtime=582.47
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 15152 0 0 0 58168 79 0 0 25 0 1 0 201556229 64081920 14652 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 15645 14652 140 302 0 15340 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 62580

[startup+642.665 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1633864/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=65436 CPUtime=642.49
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 15851 0 0 0 64166 83 0 0 25 0 1 0 201556229 67006464 15351 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 16359 15351 140 302 0 16054 0
Current children cumulated CPU time (s) 642.49
Current children cumulated vsize (KiB) 65436

[startup+702.699 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19402
/proc/meminfo: memFree=1630344/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=69184 CPUtime=702.51
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 16732 0 0 0 70162 89 0 0 25 0 1 0 201556229 70844416 16232 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 17296 16232 140 302 0 16991 0
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (KiB) 69184

[startup+762.733 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1627848/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=71688 CPUtime=762.52
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 17366 0 0 0 76158 94 0 0 25 0 1 0 201556229 73408512 16866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 17922 16866 140 302 0 17617 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 71688

[startup+822.777 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1625480/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=73984 CPUtime=822.55
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 17966 0 0 0 82157 98 0 0 25 0 1 0 201556229 75759616 17466 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 18496 17466 140 302 0 18191 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 73984

[startup+882.811 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1623176/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=76308 CPUtime=882.58
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 18552 0 0 0 88155 103 0 0 25 0 1 0 201556229 78139392 18052 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 19077 18052 140 302 0 18772 0
Current children cumulated CPU time (s) 882.58
Current children cumulated vsize (KiB) 76308

[startup+942.846 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1620680/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=80684 CPUtime=942.6
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 19643 0 0 0 94153 107 0 0 25 0 1 0 201556229 82620416 18630 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 20171 18630 140 302 0 19866 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 80684

[startup+1002.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1618568/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=83292 CPUtime=1002.61
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 20212 0 0 0 100150 111 0 0 25 0 1 0 201556229 85291008 19199 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 20823 19199 140 302 0 20518 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 83292

[startup+1062.92 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1615944/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=85976 CPUtime=1062.64
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 20847 0 0 0 106148 116 0 0 25 0 1 0 201556229 88039424 19834 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 21494 19834 140 302 0 21189 0
Current children cumulated CPU time (s) 1062.64
Current children cumulated vsize (KiB) 85976

[startup+1122.96 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1614024/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=88068 CPUtime=1122.66
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 21343 0 0 0 112146 120 0 0 25 0 1 0 201556229 90181632 20330 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 22017 20330 140 302 0 21712 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 88068

[startup+1182.99 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1611976/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=89996 CPUtime=1182.68
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 21869 0 0 0 118143 125 0 0 25 0 1 0 201556229 92155904 20856 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 22499 20856 140 302 0 22194 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 89996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19404
/proc/meminfo: memFree=1611400/2055920 swapFree=4142368/4192956
[pid=19401] ppid=19399 vsize=90640 CPUtime=1200.09
/proc/19401/stat : 19401 (Spear-32) R 19399 19401 18865 0 -1 4194304 21994 0 0 0 119883 126 0 0 25 0 1 0 201556229 92815360 20981 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19401/statm: 22660 20981 140 302 0 22355 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 90640

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.43
CPU time (s): 1200.12
CPU user time (s): 1198.84
CPU system time (s): 1.2838
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 90640

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

runsolver used 1.20282 second user time and 3.06853 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Feb 18 16:26:55 UTC 2007

IDJOB= 296005
IDBENCH= 19926
IDSOLVER= 131
FILE ID= node7/296005-1171816015

PBS_JOBID= 3839344

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S167199451-11.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296005-1171816015/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/296005-1171816015/instance-296005-1171816015.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-296005-1171816015 -o ROOT/results/node7/solver-296005-1171816015 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296005-1171816015/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/296005-1171816015/instance-296005-1171816015.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8dfab95124988e9b30d2b91793d7fb26

RANDOM SEED= 910249117

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1695656 kB
Buffers:         48524 kB
Cached:         214932 kB
SwapCached:      16024 kB
Active:         208384 kB
Inactive:        85168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695656 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          29800 kB
Slab:            52328 kB
Committed_AS:   725340 kB
PageTables:       1764 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 node7 on Sun Feb 18 16:46:58 UTC 2007