Trace number 3285399

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
glueminisat 2.2.5? (TO) 1296.5 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data


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-3285399-1303763921/watcher-3285399-1303763921 -o /tmp/evaluation-result-3285399-1303763921/solver-3285399-1303763921 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285399-1303763921.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.92 1.53 2.63 4/178 18939
/proc/meminfo: memFree=25079876/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=20308 CPUtime=0 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 871 0 0 0 0 0 0 0 21 0 1 0 487990789 20795392 812 33554432000 4194304 4309791 140734207377504 18446744073709551615 4273651 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 5077 814 217 29 0 1706 0

[startup+0.040236 s]
/proc/loadavg: 0.92 1.53 2.63 4/178 18939
/proc/meminfo: memFree=25079876/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=27304 CPUtime=0.03 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 2857 0 0 0 3 0 0 0 21 0 1 0 487990789 27959296 2656 33554432000 4194304 4309791 140734207377504 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 6826 2658 217 29 0 3455 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27304

[startup+0.100226 s]
/proc/loadavg: 0.92 1.53 2.63 4/178 18939
/proc/meminfo: memFree=25079876/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=39880 CPUtime=0.09 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 6809 0 0 0 8 1 0 0 21 0 1 0 487990789 40837120 6084 33554432000 4194304 4309791 140734207377504 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 9970 6086 217 29 0 6599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39880

[startup+0.300187 s]
/proc/loadavg: 0.92 1.53 2.63 4/178 18939
/proc/meminfo: memFree=25079876/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=55152 CPUtime=0.29 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 10090 0 0 0 28 1 0 0 22 0 1 0 487990789 56475648 8972 33554432000 4194304 4309791 140734207377504 18446744073709551615 4231530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 13788 8972 225 29 0 10417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55152

[startup+0.701118 s]
/proc/loadavg: 0.92 1.53 2.63 4/178 18939
/proc/meminfo: memFree=25079876/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=47724 CPUtime=0.7 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 11078 0 0 0 68 2 0 0 23 0 1 0 487990789 48869376 7528 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 11931 7528 244 29 0 8560 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 47724

[startup+1.50098 s]
/proc/loadavg: 0.92 1.53 2.63 5/185 18952
/proc/meminfo: memFree=24859524/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=47724 CPUtime=1.5 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 11355 0 0 0 148 2 0 0 25 0 1 0 487990789 48869376 7805 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 11931 7805 244 29 0 8560 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 47724

[startup+3.1007 s]
/proc/loadavg: 1.17 1.57 2.63 5/188 18958
/proc/meminfo: memFree=24757324/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=50444 CPUtime=3.09 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 11758 0 0 0 307 2 0 0 25 0 1 0 487990789 51654656 8207 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 12611 8207 244 29 0 9240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50444

[startup+6.30016 s]
/proc/loadavg: 1.17 1.57 2.63 5/188 18958
/proc/meminfo: memFree=24540204/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=54864 CPUtime=6.29 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 13067 0 0 0 627 2 0 0 25 0 1 0 487990789 56180736 9514 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 13716 9514 245 29 0 10345 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54864

[startup+12.701 s]
/proc/loadavg: 2.53 1.85 2.71 6/188 18958
/proc/meminfo: memFree=24522712/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=62044 CPUtime=12.41 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 14069 0 0 0 1236 5 0 0 25 0 1 0 487990789 63533056 10516 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18939/statm: 15511 10516 245 29 0 12140 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 62044

[startup+25.5008 s]
/proc/loadavg: 3.44 2.07 2.77 5/188 18958
/proc/meminfo: memFree=24410428/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=73720 CPUtime=24.29 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 16249 0 0 0 2416 13 0 0 25 0 1 0 487990789 75489280 12692 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18939/statm: 18430 12692 245 29 0 15059 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 73720

[startup+51.1004 s]
/proc/loadavg: 4.06 2.33 2.84 5/188 18959
/proc/meminfo: memFree=24286928/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=92688 CPUtime=48.82 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 20323 0 0 0 4858 24 0 0 25 0 1 0 487990789 94912512 16763 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 23172 16763 245 29 0 19801 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 92688

[startup+102.301 s]
/proc/loadavg: 4.08 2.62 2.91 5/188 18960
/proc/meminfo: memFree=24048504/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=92956 CPUtime=100.02 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 40730 0 0 0 9972 30 0 0 25 0 1 0 487990789 95186944 16089 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 23239 16089 245 29 0 19868 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 92956

[startup+162.3 s]
/proc/loadavg: 4.03 2.87 2.98 5/188 18962
/proc/meminfo: memFree=24165040/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=175256 CPUtime=160.02 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 55613 0 0 0 15969 33 0 0 25 0 1 0 487990789 179462144 30960 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 43814 30960 245 29 0 40443 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 175256

[startup+222.301 s]
/proc/loadavg: 4.01 3.07 3.04 5/188 18964
/proc/meminfo: memFree=23725328/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=126268 CPUtime=220.02 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 87556 0 0 0 21964 38 0 0 25 0 1 0 487990789 129298432 25034 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 31567 25034 245 29 0 28196 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 126268

[startup+282.301 s]
/proc/loadavg: 4.05 3.25 3.10 5/188 18965
/proc/meminfo: memFree=23571184/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=258484 CPUtime=280.03 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 107149 0 0 0 27962 41 0 0 25 0 1 0 487990789 264687616 44603 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 64621 44603 245 29 0 61250 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 258484

[startup+342.3 s]
/proc/loadavg: 4.02 3.39 3.15 5/188 18967
/proc/meminfo: memFree=23994264/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=391936 CPUtime=340.02 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 123833 0 0 0 33959 43 0 0 25 0 1 0 487990789 401342464 61276 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275443 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 97984 61276 245 29 0 94613 0
Current children cumulated CPU time (s) 340.02
Current children cumulated vsize (KiB) 391936

[startup+402.307 s]
/proc/loadavg: 4.16 3.53 3.21 7/188 18995
/proc/meminfo: memFree=23904636/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=179020 CPUtime=400.03 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 154969 0 0 0 39953 50 0 0 25 0 1 0 487990789 183316480 35048 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 44755 35048 245 29 0 41384 0
Current children cumulated CPU time (s) 400.03
Current children cumulated vsize (KiB) 179020

[startup+462.301 s]
/proc/loadavg: 4.41 3.75 3.31 5/188 18997
/proc/meminfo: memFree=23558600/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=261116 CPUtime=458.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 170205 0 0 0 45809 67 0 0 25 0 1 0 487990789 267382784 50268 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 65279 50268 245 29 0 61908 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 261116

[startup+522.3 s]
/proc/loadavg: 4.15 3.80 3.35 5/188 18999
/proc/meminfo: memFree=23242748/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=394072 CPUtime=518.75 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 188615 0 0 0 51803 72 0 0 25 0 1 0 487990789 403529728 68657 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275112 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 98518 68657 245 29 0 95147 0
Current children cumulated CPU time (s) 518.75
Current children cumulated vsize (KiB) 394072

[startup+582.301 s]
/proc/loadavg: 4.12 3.85 3.39 5/188 19000
/proc/meminfo: memFree=23397732/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=181184 CPUtime=578.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 218905 0 0 0 57798 78 0 0 25 0 1 0 487990789 185532416 33498 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 45296 33498 245 29 0 41925 0
Current children cumulated CPU time (s) 578.76
Current children cumulated vsize (KiB) 181184

[startup+642.301 s]
/proc/loadavg: 4.04 3.87 3.43 5/188 19002
/proc/meminfo: memFree=23714044/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=263076 CPUtime=638.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 236314 0 0 0 63794 82 0 0 25 0 1 0 487990789 269389824 50898 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 65769 50898 245 29 0 62398 0
Current children cumulated CPU time (s) 638.76
Current children cumulated vsize (KiB) 263076

[startup+702.3 s]
/proc/loadavg: 4.05 3.91 3.47 5/188 19003
/proc/meminfo: memFree=23321448/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=395624 CPUtime=698.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 255496 0 0 0 69791 85 0 0 25 0 1 0 487990789 405118976 70061 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 98906 70061 245 29 0 95535 0
Current children cumulated CPU time (s) 698.76
Current children cumulated vsize (KiB) 395624

[startup+762.301 s]
/proc/loadavg: 4.02 3.92 3.50 5/188 19005
/proc/meminfo: memFree=23559148/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=132884 CPUtime=758.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 288561 0 0 0 75783 93 0 0 25 0 1 0 487990789 136073216 23489 33554432000 4194304 4309791 140734207377504 18446744073709551615 4277623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 33221 23489 245 29 0 29850 0
Current children cumulated CPU time (s) 758.76
Current children cumulated vsize (KiB) 132884

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.53 5/188 19006
/proc/meminfo: memFree=23166428/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=264500 CPUtime=818.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 307284 0 0 0 81780 96 0 0 25 0 1 0 487990789 270848000 42191 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 66125 42191 245 29 0 62754 0
Current children cumulated CPU time (s) 818.76
Current children cumulated vsize (KiB) 264500

[startup+882.3 s]
/proc/loadavg: 4.07 3.96 3.56 5/188 19008
/proc/meminfo: memFree=23171752/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=397652 CPUtime=878.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 328349 0 0 0 87775 101 0 0 25 0 1 0 487990789 407195648 63216 33554432000 4194304 4309791 140734207377504 18446744073709551615 4259056 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 99413 63216 245 29 0 96042 0
Current children cumulated CPU time (s) 878.76
Current children cumulated vsize (KiB) 397652

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.58 5/188 19010
/proc/meminfo: memFree=23510616/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=134508 CPUtime=938.77 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 356357 0 0 0 93770 107 0 0 25 0 1 0 487990789 137736192 28487 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 33627 28487 245 29 0 30256 0
Current children cumulated CPU time (s) 938.77
Current children cumulated vsize (KiB) 134508

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.61 5/188 19011
/proc/meminfo: memFree=23623196/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=266128 CPUtime=998.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 372867 0 0 0 99765 111 0 0 25 0 1 0 487990789 272515072 44987 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 66532 44987 245 29 0 63161 0
Current children cumulated CPU time (s) 998.76
Current children cumulated vsize (KiB) 266128

[startup+1062.31 s]
/proc/loadavg: 4.00 3.97 3.63 5/188 19013
/proc/meminfo: memFree=23197104/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=398992 CPUtime=1058.77 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 391142 0 0 0 105761 116 0 0 25 0 1 0 487990789 408567808 63228 33554432000 4194304 4309791 140734207377504 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 99748 63228 245 29 0 96377 0
Current children cumulated CPU time (s) 1058.77
Current children cumulated vsize (KiB) 398992

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.65 5/188 19015
/proc/meminfo: memFree=22783672/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=399540 CPUtime=1118.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 414392 0 0 0 111756 120 0 0 25 0 1 0 487990789 409128960 86445 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 99885 86445 245 29 0 96514 0
Current children cumulated CPU time (s) 1118.76
Current children cumulated vsize (KiB) 399540

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.67 5/188 19016
/proc/meminfo: memFree=22694624/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=186464 CPUtime=1178.76 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 444039 0 0 0 117750 126 0 0 25 0 1 0 487990789 190939136 30426 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 46616 30426 245 29 0 43245 0
Current children cumulated CPU time (s) 1178.76
Current children cumulated vsize (KiB) 186464

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.69 5/188 19018
/proc/meminfo: memFree=23454236/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=268024 CPUtime=1238.77 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 462516 0 0 0 123747 130 0 0 25 0 1 0 487990789 274456576 48889 33554432000 4194304 4309791 140734207377504 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 67006 48889 245 29 0 63635 0
Current children cumulated CPU time (s) 1238.77
Current children cumulated vsize (KiB) 268024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.71 5/188 19019
/proc/meminfo: memFree=23111112/32951132 swapFree=67111364/67111528
[pid=18939] ppid=18937 vsize=401872 CPUtime=1296.48 cores=1,3
/proc/18939/stat : 18939 (glueminisat) R 18937 18939 17937 0 -1 4202496 484476 0 0 0 129513 135 0 0 25 0 1 0 487990789 411516928 70804 33554432000 4194304 4309791 140734207377504 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18939/statm: 100468 70804 245 29 0 97097 0
Current children cumulated CPU time (s) 1296.48
Current children cumulated vsize (KiB) 401872

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): 1300.02
CPU time (s): 1296.5
CPU user time (s): 1295.13
CPU system time (s): 1.36579
CPU usage (%): 99.7291
Max. virtual memory (cumulated for all children) (KiB): 480252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1295.13
system time used= 1.36579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484476
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= 11
involuntary context switches= 1291

runsolver used 2.10668 second user time and 4.99224 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 22:38:41
IDJOB=3285399
IDBENCH=82381
IDSOLVER=1650
FILE ID=node128/3285399-1303763921
RUNJOBID= node128-1303763921-18917
PBS_JOBID= 13157129
Free space on /tmp= 66776 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285399-1303763921/watcher-3285399-1303763921 -o /tmp/evaluation-result-3285399-1303763921/solver-3285399-1303763921 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3285399-1303763921.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=2002399355

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:      25080280 kB
Buffers:       1274804 kB
Cached:        5902984 kB
SwapCached:        160 kB
Active:         478968 kB
Inactive:      6774828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25080280 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           26436 kB
Writeback:           0 kB
AnonPages:       75168 kB
Mapped:          14784 kB
Slab:           553276 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   203596 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= 66660 MiB
End job on node128 at 2011-04-25 23:00:23