Trace number 3285743

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Black Hole SAT 2011-03-08? (TO) 1296.43 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

298.42/302.15	c RESTART
569.44/573.19	c RESTART

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285743-1303775924/watcher-3285743-1303775924 -o /tmp/evaluation-result-3285743-1303775924/solver-3285743-1303775924 -C 2400 -W 1300 -M 7680 saturn HOME/instance-3285743-1303775924.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 1.06 1.89 6/187 21045
/proc/meminfo: memFree=24023936/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=11800 CPUtime=0 cores=1,3
/proc/21045/stat : 21045 (runsolver) R 21043 21045 20197 0 -1 4202560 41 0 0 0 0 0 0 0 18 0 1 0 489191679 12083200 51 33554432000 4194304 5434984 140736936855168 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/21045/statm: 2950 51 31 303 0 2644 0

[startup+0.119051 s]
/proc/loadavg: 0.98 1.06 1.89 6/187 21045
/proc/meminfo: memFree=24023936/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=846700 CPUtime=0.09 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 21736 0 0 0 6 3 0 0 19 0 1 0 489191679 867020800 21677 33554432000 4194304 4210924 140736709541680 18446744073709551615 4203296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 211675 21677 490 5 0 163719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 846700

[startup+0.20104 s]
/proc/loadavg: 0.98 1.06 1.89 6/187 21045
/proc/meminfo: memFree=24023936/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=863464 CPUtime=0.17 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 28362 0 0 0 14 3 0 0 19 0 1 0 489191679 884187136 28303 33554432000 4194304 4210924 140736709541680 18446744073709551615 4203347 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 215866 28303 1201 5 0 167910 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 863464

[startup+0.301024 s]
/proc/loadavg: 0.98 1.06 1.89 6/187 21045
/proc/meminfo: memFree=24023936/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=884188 CPUtime=0.28 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 36550 0 0 0 23 5 0 0 19 0 1 0 489191679 905408512 36491 33554432000 4194304 4210924 140736709541680 18446744073709551615 4197935 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 221047 36491 2086 5 0 173091 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 884188

[startup+0.70096 s]
/proc/loadavg: 0.98 1.06 1.89 6/187 21045
/proc/meminfo: memFree=24023936/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=966028 CPUtime=0.67 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 69004 0 0 0 58 9 0 0 19 0 1 0 489191679 989212672 68945 33554432000 4194304 4210924 140736709541680 18446744073709551615 4203296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 241507 68945 5638 5 0 193551 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 966028

[startup+1.50083 s]
/proc/loadavg: 1.54 1.17 1.93 5/188 21046
/proc/meminfo: memFree=23656196/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1122984 CPUtime=1.47 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 131843 0 0 0 132 15 0 0 21 0 1 0 489191679 1149935616 131784 33554432000 4194304 4210924 140736709541680 18446744073709551615 242970211013 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 280746 131784 13090 5 0 232790 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1122984

[startup+3.10057 s]
/proc/loadavg: 1.54 1.17 1.93 5/188 21046
/proc/meminfo: memFree=23352772/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1419200 CPUtime=3.01 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 250923 0 0 0 273 28 0 0 25 0 1 0 489191679 1453260800 250864 33554432000 4194304 4210924 140736709541680 18446744073709551615 4203305 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 354800 250864 27603 5 0 306844 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1419200

[startup+6.30105 s]
/proc/loadavg: 1.98 1.27 1.95 5/188 21046
/proc/meminfo: memFree=22693440/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1620136 CPUtime=5.67 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 408169 0 0 0 516 51 0 0 25 0 1 0 489191679 1659019264 361062 33554432000 4194304 4210924 140736709541680 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 405034 361062 95 5 0 403505 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 1620136

[startup+12.701 s]
/proc/loadavg: 2.46 1.38 1.99 6/188 21046
/proc/meminfo: memFree=22570352/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1620268 CPUtime=11.38 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409644 0 0 0 1082 56 0 0 25 0 1 0 489191679 1659154432 362068 33554432000 4194304 4210924 140736709541680 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 405067 362068 96 5 0 403538 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 1620268

[startup+25.5009 s]
/proc/loadavg: 3.53 1.67 2.07 6/188 21047
/proc/meminfo: memFree=22571096/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1620404 CPUtime=23.43 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409668 0 0 0 2279 64 0 0 25 0 1 0 489191679 1659293696 362092 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 405101 362092 96 5 0 403572 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 1620404

[startup+51.1008 s]
/proc/loadavg: 4.90 2.13 2.21 5/188 21047
/proc/meminfo: memFree=22567928/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1620404 CPUtime=48.08 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409681 0 0 0 4728 80 0 0 25 0 1 0 489191679 1659293696 362105 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21045/statm: 405101 362105 96 5 0 403572 0
Current children cumulated CPU time (s) 48.08
Current children cumulated vsize (KiB) 1620404

[startup+102.301 s]
/proc/loadavg: 4.93 2.61 2.37 5/188 21049
/proc/meminfo: memFree=22562848/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1620544 CPUtime=98.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409720 0 0 0 9770 94 0 0 25 0 1 0 489191679 1659437056 362144 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405136 362144 96 5 0 403607 0
Current children cumulated CPU time (s) 98.64
Current children cumulated vsize (KiB) 1620544

[startup+162.301 s]
/proc/loadavg: 4.39 2.87 2.47 5/188 21059
/proc/meminfo: memFree=22560420/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621104 CPUtime=158.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409860 0 0 0 15768 94 0 0 25 0 1 0 489191679 1660010496 362284 33554432000 4194304 4210924 140736709541680 18446744073709551615 4200547 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405276 362284 98 5 0 403747 0
Current children cumulated CPU time (s) 158.62
Current children cumulated vsize (KiB) 1621104

[startup+222.307 s]
/proc/loadavg: 4.14 3.08 2.57 5/188 21061
/proc/meminfo: memFree=22555772/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621104 CPUtime=218.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409860 0 0 0 21768 94 0 0 25 0 1 0 489191679 1660010496 362284 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405276 362284 98 5 0 403747 0
Current children cumulated CPU time (s) 218.62
Current children cumulated vsize (KiB) 1621104

[startup+282.3 s]
/proc/loadavg: 4.05 3.24 2.65 5/188 21062
/proc/meminfo: memFree=22554224/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621104 CPUtime=278.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409860 0 0 0 27768 94 0 0 25 0 1 0 489191679 1660010496 362284 33554432000 4194304 4210924 140736709541680 18446744073709551615 4198629 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405276 362284 98 5 0 403747 0
Current children cumulated CPU time (s) 278.62
Current children cumulated vsize (KiB) 1621104

[startup+342.3 s]
/proc/loadavg: 4.02 3.38 2.74 5/188 21064
/proc/meminfo: memFree=22552812/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621384 CPUtime=338.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409947 0 0 0 33768 94 0 0 25 0 1 0 489191679 1660297216 362371 33554432000 4194304 4210924 140736709541680 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405346 362371 104 5 0 403817 0
Current children cumulated CPU time (s) 338.62
Current children cumulated vsize (KiB) 1621384

[startup+402.301 s]
/proc/loadavg: 4.00 3.49 2.81 5/188 21066
/proc/meminfo: memFree=22548596/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621516 CPUtime=398.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409978 0 0 0 39768 94 0 0 25 0 1 0 489191679 1660432384 362402 33554432000 4194304 4210924 140736709541680 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405379 362402 104 5 0 403850 0
Current children cumulated CPU time (s) 398.62
Current children cumulated vsize (KiB) 1621516

[startup+462.3 s]
/proc/loadavg: 4.07 3.59 2.89 5/188 21070
/proc/meminfo: memFree=22542512/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621516 CPUtime=458.62 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409978 0 0 0 45768 94 0 0 25 0 1 0 489191679 1660432384 362402 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405379 362402 104 5 0 403850 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 1621516

[startup+522.3 s]
/proc/loadavg: 4.08 3.68 2.96 5/188 21072
/proc/meminfo: memFree=22530692/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1621516 CPUtime=518.63 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 409978 0 0 0 51768 95 0 0 25 0 1 0 489191679 1660432384 362402 33554432000 4194304 4210924 140736709541680 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405379 362402 104 5 0 403850 0
Current children cumulated CPU time (s) 518.63
Current children cumulated vsize (KiB) 1621516

[startup+582.301 s]
/proc/loadavg: 4.03 3.74 3.02 5/188 21073
/proc/meminfo: memFree=22523036/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1623588 CPUtime=578.63 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410496 0 0 0 57768 95 0 0 25 0 1 0 489191679 1662554112 362920 33554432000 4194304 4210924 140736709541680 18446744073709551615 4198585 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405897 362920 104 5 0 404368 0
Current children cumulated CPU time (s) 578.63
Current children cumulated vsize (KiB) 1623588

[startup+642.301 s]
/proc/loadavg: 4.01 3.78 3.08 5/188 21075
/proc/meminfo: memFree=22518968/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1623796 CPUtime=638.63 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410549 0 0 0 63768 95 0 0 25 0 1 0 489191679 1662767104 362973 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201854 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 405949 362973 104 5 0 404420 0
Current children cumulated CPU time (s) 638.63
Current children cumulated vsize (KiB) 1623796

[startup+702.301 s]
/proc/loadavg: 4.00 3.82 3.14 5/188 21077
/proc/meminfo: memFree=22515368/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624020 CPUtime=698.63 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410607 0 0 0 69768 95 0 0 25 0 1 0 489191679 1662996480 363031 33554432000 4194304 4210924 140736709541680 18446744073709551615 4204576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406005 363031 104 5 0 404476 0
Current children cumulated CPU time (s) 698.63
Current children cumulated vsize (KiB) 1624020

[startup+762.3 s]
/proc/loadavg: 4.07 3.86 3.19 5/188 21078
/proc/meminfo: memFree=22503972/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624012 CPUtime=758.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410607 0 0 0 75769 95 0 0 25 0 1 0 489191679 1662988288 363031 33554432000 4194304 4210924 140736709541680 18446744073709551615 4200055 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406003 363031 104 5 0 404474 0
Current children cumulated CPU time (s) 758.64
Current children cumulated vsize (KiB) 1624012

[startup+822.3 s]
/proc/loadavg: 4.02 3.89 3.24 5/188 21080
/proc/meminfo: memFree=22498848/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=818.63 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 81768 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201865 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 818.63
Current children cumulated vsize (KiB) 1624224

[startup+882.307 s]
/proc/loadavg: 4.01 3.90 3.28 5/188 21081
/proc/meminfo: memFree=22493496/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=878.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 87769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 878.64
Current children cumulated vsize (KiB) 1624224

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.33 5/188 21083
/proc/meminfo: memFree=22492776/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=938.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 93769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201865 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 938.64
Current children cumulated vsize (KiB) 1624224

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.37 5/188 21085
/proc/meminfo: memFree=22486300/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=998.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 99769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206994 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 998.64
Current children cumulated vsize (KiB) 1624224

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.40 5/188 21086
/proc/meminfo: memFree=22483640/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1058.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 105769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4207011 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 1058.64
Current children cumulated vsize (KiB) 1624224

[startup+1122.3 s]
/proc/loadavg: 4.03 3.96 3.44 5/188 21088
/proc/meminfo: memFree=22477192/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1118.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 111769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4205086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 1118.64
Current children cumulated vsize (KiB) 1624224

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.47 5/188 21089
/proc/meminfo: memFree=22470056/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1178.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410660 0 0 0 117769 95 0 0 25 0 1 0 489191679 1663205376 363084 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201865 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363084 104 5 0 404527 0
Current children cumulated CPU time (s) 1178.64
Current children cumulated vsize (KiB) 1624224

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.50 5/188 21091
/proc/meminfo: memFree=22466580/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1238.64 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410687 0 0 0 123769 95 0 0 25 0 1 0 489191679 1663205376 363111 33554432000 4194304 4210924 140736709541680 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363111 104 5 0 404527 0
Current children cumulated CPU time (s) 1238.64
Current children cumulated vsize (KiB) 1624224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.61 3.89 3.51 2/171 21147
/proc/meminfo: memFree=23242824/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1296.35 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410687 0 0 0 129540 95 0 0 25 0 1 0 489191679 1663205376 363111 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201862 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363111 104 5 0 404527 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 1624224

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

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

[startup+1300 s]
/proc/loadavg: 3.61 3.89 3.51 2/171 21147
/proc/meminfo: memFree=23242824/32951132 swapFree=67111364/67111528
[pid=21045] ppid=21043 vsize=1624224 CPUtime=1296.35 cores=1,3
/proc/21045/stat : 21045 (saturn) R 21043 21045 20197 0 -1 4202496 410687 0 0 0 129540 95 0 0 25 0 1 0 489191679 1663205376 363111 33554432000 4194304 4210924 140736709541680 18446744073709551615 4201862 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21045/statm: 406056 363111 104 5 0 404527 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 1624224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1296.43
CPU user time (s): 1295.4
CPU system time (s): 1.02384
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 1802544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1295.4
system time used= 1.02384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410687
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= 3
involuntary context switches= 2673

runsolver used 2.05869 second user time and 5.03923 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 01:58:50
IDJOB=3285743
IDBENCH=82399
IDSOLVER=1583
FILE ID=node128/3285743-1303775924
RUNJOBID= node128-1303775920-21005
PBS_JOBID= 13157180
Free space on /tmp= 66548 MiB

SOLVER NAME= Black Hole SAT 2011-03-08
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= saturn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285743-1303775924/watcher-3285743-1303775924 -o /tmp/evaluation-result-3285743-1303775924/solver-3285743-1303775924 -C 2400 -W 1300 -M 7680  saturn HOME/instance-3285743-1303775924.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1348718942

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24023968 kB
Buffers:       1288412 kB
Cached:        6349180 kB
SwapCached:        160 kB
Active:        1463072 kB
Inactive:      6836276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24023968 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          256400 kB
Writeback:           0 kB
AnonPages:      661356 kB
Mapped:          15472 kB
Slab:           562980 kB
PageTables:       6508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   914964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66620 MiB
End job on node128 at 2011-04-26 02:20:32