Trace number 3309545

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) 5000.03 4999.93

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3309545-1303990936/watcher-3309545-1303990936 -o /tmp/evaluation-result-3309545-1303990936/solver-3309545-1303990936 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309545-1303990936.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 18305
/proc/meminfo: memFree=17435492/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=20456 CPUtime=0 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 877 0 0 0 0 0 0 0 25 0 1 0 589324416 20946944 817 33554432000 4194304 4309791 140736858363408 18446744073709551615 215988289291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 5114 829 217 29 0 1743 0

[startup+0.062314 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 18305
/proc/meminfo: memFree=17435492/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=32216 CPUtime=0.05 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 4399 0 0 0 4 1 0 0 25 0 1 0 589324416 32989184 3960 33554432000 4194304 4309791 140736858363408 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 8054 3966 217 29 0 4683 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32216

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 18305
/proc/meminfo: memFree=17435492/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=40144 CPUtime=0.09 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 6865 0 0 0 8 1 0 0 25 0 1 0 589324416 41107456 6137 33554432000 4194304 4309791 140736858363408 18446744073709551615 215988253729 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 10036 6139 217 29 0 6665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40144

[startup+0.300287 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 18305
/proc/meminfo: memFree=17435492/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=70172 CPUtime=0.29 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 14194 0 0 0 27 2 0 0 25 0 1 0 589324416 71856128 12238 33554432000 4194304 4309791 140736858363408 18446744073709551615 4226680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 17543 12238 221 29 0 14172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70172

[startup+0.701209 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 18305
/proc/meminfo: memFree=17435492/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=64656 CPUtime=0.69 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 17734 0 0 0 66 3 0 0 25 0 1 0 589324416 66207744 11598 33554432000 4194304 4309791 140736858363408 18446744073709551615 4259503 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 16164 11598 234 29 0 12793 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64656

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18306
/proc/meminfo: memFree=17387256/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=69076 CPUtime=1.49 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 18361 0 0 0 146 3 0 0 25 0 1 0 589324416 70733824 12224 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 17269 12224 244 29 0 13898 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69076

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18306
/proc/meminfo: memFree=17381520/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=69076 CPUtime=3.09 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 19027 0 0 0 306 3 0 0 25 0 1 0 589324416 70733824 12889 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 17269 12889 244 29 0 13898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69076

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18306
/proc/meminfo: memFree=17372476/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=76256 CPUtime=6.29 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 19763 0 0 0 626 3 0 0 25 0 1 0 589324416 78086144 13624 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 19064 13624 244 29 0 15693 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76256

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18306
/proc/meminfo: memFree=17350584/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=87932 CPUtime=12.69 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 21697 0 0 0 1266 3 0 0 25 0 1 0 589324416 90042368 15556 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 21983 15556 246 29 0 18612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87932

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18306
/proc/meminfo: memFree=17319084/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=106900 CPUtime=25.49 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 24141 0 0 0 2545 4 0 0 25 0 1 0 589324416 109465600 17997 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 26725 17997 246 29 0 23354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106900

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18307
/proc/meminfo: memFree=17268148/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=137720 CPUtime=51.09 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 29030 0 0 0 5105 4 0 0 25 0 1 0 589324416 141025280 22878 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 34430 22878 246 29 0 31059 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137720

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18308
/proc/meminfo: memFree=17128128/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=187808 CPUtime=102.29 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 42963 0 0 0 10223 6 0 0 25 0 1 0 589324416 192315392 36798 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 46952 36798 246 29 0 43581 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 187808

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18310
/proc/meminfo: memFree=17034980/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=187808 CPUtime=162.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 72574 0 0 0 16219 11 0 0 25 0 1 0 589324416 192315392 35536 33554432000 4194304 4309791 140736858363408 18446744073709551615 4278274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 46952 35536 246 29 0 43581 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187808

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18312
/proc/meminfo: memFree=17002068/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=138812 CPUtime=222.29 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 100581 0 0 0 22214 15 0 0 25 0 1 0 589324416 142143488 26646 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 34703 26646 246 29 0 31332 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 138812

[startup+282.301 s]
/proc/loadavg: 2.08 2.02 1.91 3/178 18313
/proc/meminfo: memFree=16962080/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=109648 CPUtime=282.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 128916 0 0 0 28211 19 0 0 25 0 1 0 589324416 112279552 20338 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 27412 20338 246 29 0 24041 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109648

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 18315
/proc/meminfo: memFree=17217992/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=192112 CPUtime=342.29 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 149956 0 0 0 34207 22 0 0 25 0 1 0 589324416 196722688 41347 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 48028 41347 246 29 0 44657 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 192112

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 18316
/proc/meminfo: memFree=17201688/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=143288 CPUtime=402.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 179069 0 0 0 40204 26 0 0 25 0 1 0 589324416 146726912 25305 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 35822 25305 246 29 0 32451 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 143288

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18318
/proc/meminfo: memFree=17056076/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=275460 CPUtime=462.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 198221 0 0 0 46201 29 0 0 25 0 1 0 589324416 282071040 44421 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275447 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 68865 44421 246 29 0 65494 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 275460

[startup+522.301 s]
/proc/loadavg: 2.06 2.01 1.92 3/178 18320
/proc/meminfo: memFree=16929320/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=275956 CPUtime=522.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 215655 0 0 0 52199 31 0 0 25 0 1 0 589324416 282578944 61848 33554432000 4194304 4309791 140736858363408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 68989 61848 246 29 0 65618 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 275956

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 18321
/proc/meminfo: memFree=16804284/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=409156 CPUtime=582.3 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 232921 0 0 0 58197 33 0 0 25 0 1 0 589324416 418975744 79094 33554432000 4194304 4309791 140736858363408 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18305/statm: 102289 79094 246 29 0 98918 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 409156

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18562
/proc/meminfo: memFree=16760240/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=647072 CPUtime=4062.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1395146 0 0 0 406017 222 0 0 25 0 1 0 589324416 662601728 151030 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 161768 151030 246 29 0 158397 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 647072

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18564
/proc/meminfo: memFree=17074300/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=299888 CPUtime=4122.38 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1438563 0 0 0 412009 229 0 0 25 0 1 0 589324416 307085312 53469 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 74972 53469 246 29 0 71601 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 299888

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 18565
/proc/meminfo: memFree=17133164/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=299888 CPUtime=4182.38 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1453608 0 0 0 418007 231 0 0 25 0 1 0 589324416 307085312 68498 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275126 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 74972 68498 246 29 0 71601 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 299888

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18567
/proc/meminfo: memFree=17023636/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=432148 CPUtime=4242.38 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1469463 0 0 0 424005 233 0 0 25 0 1 0 589324416 442519552 84340 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 108037 84340 246 29 0 104666 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 432148

[startup+4302.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/178 18568
/proc/meminfo: memFree=17041948/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=432284 CPUtime=4302.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1485392 0 0 0 430003 236 0 0 25 0 1 0 589324416 442658816 100263 33554432000 4194304 4309791 140736858363408 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 108071 100263 246 29 0 104700 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 432284

[startup+4362.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 18570
/proc/meminfo: memFree=16903916/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=647208 CPUtime=4362.38 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1503471 0 0 0 436000 238 0 0 25 0 1 0 589324416 662740992 118313 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 161802 118313 246 29 0 158431 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 647208

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 18572
/proc/meminfo: memFree=16764748/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=647352 CPUtime=4422.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1520899 0 0 0 441999 240 0 0 25 0 1 0 589324416 662888448 135714 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 161838 135714 246 29 0 158467 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 647352

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 18573
/proc/meminfo: memFree=16827088/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=648120 CPUtime=4482.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1534734 0 0 0 447997 242 0 0 25 0 1 0 589324416 663674880 149533 33554432000 4194304 4309791 140736858363408 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 162030 149533 246 29 0 158659 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 648120

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 18575
/proc/meminfo: memFree=16685448/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=997680 CPUtime=4542.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1551480 0 0 0 453995 244 0 0 25 0 1 0 589324416 1021624320 166259 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 249420 166259 246 29 0 246049 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 997680

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 18576
/proc/meminfo: memFree=16561168/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=998148 CPUtime=4602.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1567884 0 0 0 459993 246 0 0 25 0 1 0 589324416 1022103552 182648 33554432000 4194304 4309791 140736858363408 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 249537 182648 246 29 0 246166 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 998148

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 18578
/proc/meminfo: memFree=16610240/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=998664 CPUtime=4662.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1583399 0 0 0 465990 249 0 0 25 0 1 0 589324416 1022631936 198152 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275154 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 249666 198152 246 29 0 246295 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 998664

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 18580
/proc/meminfo: memFree=17180488/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=221344 CPUtime=4722.4 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1614409 0 0 0 471984 256 0 0 25 0 1 0 589324416 226656256 41007 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 55336 41007 246 29 0 51965 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 221344

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 18590
/proc/meminfo: memFree=17050560/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=302732 CPUtime=4782.4 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1630905 0 0 0 477982 258 0 0 25 0 1 0 589324416 309997568 57484 33554432000 4194304 4309791 140736858363408 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 75683 57484 246 29 0 72312 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 302732

[startup+4842.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 18592
/proc/meminfo: memFree=17102476/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=434992 CPUtime=4842.39 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1650413 0 0 0 483978 261 0 0 25 0 1 0 589324416 445431808 76972 33554432000 4194304 4309791 140736858363408 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 108748 76972 246 29 0 105377 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 434992

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 18593
/proc/meminfo: memFree=16955872/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=435268 CPUtime=4902.4 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1666874 0 0 0 489976 264 0 0 25 0 1 0 589324416 445714432 93408 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 108817 93408 246 29 0 105446 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 435268

[startup+4962.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 18595
/proc/meminfo: memFree=16811012/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=650340 CPUtime=4962.4 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1682138 0 0 0 495973 267 0 0 25 0 1 0 589324416 665948160 108655 33554432000 4194304 4309791 140736858363408 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 162585 108655 246 29 0 159214 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 650340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18596
/proc/meminfo: memFree=16742300/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=650340 CPUtime=5000 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1689864 0 0 0 499732 268 0 0 25 0 1 0 589324416 665948160 116377 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 162585 116377 246 29 0 159214 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 650340

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18596
/proc/meminfo: memFree=16742300/32950940 swapFree=67111528/67111528
[pid=18305] ppid=18303 vsize=650340 CPUtime=5000 cores=0,2,4,6
/proc/18305/stat : 18305 (glueminisat) R 18303 18305 17971 0 -1 4202496 1689864 0 0 0 499732 268 0 0 25 0 1 0 589324416 665948160 116377 33554432000 4194304 4309791 140736858363408 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18305/statm: 162585 116377 246 29 0 159214 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 650340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.03
CPU user time (s): 4997.33
CPU system time (s): 2.70459
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1198240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.33
system time used= 2.70459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1689864
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= 10
involuntary context switches= 3791

runsolver used 7.84681 second user time and 15.8856 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 13:42:16
IDJOB=3309545
IDBENCH=82372
IDSOLVER=1694
FILE ID=node117/3309545-1303990936
RUNJOBID= node117-1303987382-17989
PBS_JOBID= 13168755
Free space on /tmp= 71664 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309545-1303990936/watcher-3309545-1303990936 -o /tmp/evaluation-result-3309545-1303990936/solver-3309545-1303990936 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309545-1303990936.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=292183346

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17435772 kB
Buffers:       2373256 kB
Cached:       12293768 kB
SwapCached:          0 kB
Active:        8216816 kB
Inactive:      6717908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17435772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12304 kB
Writeback:           0 kB
AnonPages:      266824 kB
Mapped:          15152 kB
Slab:           517160 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   466008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71664 MiB
End job on node117 at 2011-04-28 15:05:38