Trace number 3309557

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.12 4999.95

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1309.74
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3309557-1303991878/watcher-3309557-1303991878 -o /tmp/evaluation-result-3309557-1303991878/solver-3309557-1303991878 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309557-1303991878.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.01 2.01 2.00 2/181 29756
/proc/meminfo: memFree=21477424/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=19992 CPUtime=0 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 795 0 0 0 0 0 0 0 23 0 1 0 510785816 20471808 735 33554432000 4194304 4309791 140736607408560 18446744073709551615 4200761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 4998 735 216 29 0 1627 0

[startup+0.030199 s]
/proc/loadavg: 2.01 2.01 2.00 2/181 29756
/proc/meminfo: memFree=21477424/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=21536 CPUtime=0.02 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 1201 0 0 0 2 0 0 0 23 0 1 0 510785816 22052864 1129 33554432000 4194304 4309791 140736607408560 18446744073709551615 4200962 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 5384 1129 217 29 0 2013 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21536

[startup+0.101167 s]
/proc/loadavg: 2.01 2.01 2.00 2/181 29756
/proc/meminfo: memFree=21477424/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=31824 CPUtime=0.09 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 5058 0 0 0 9 0 0 0 23 0 1 0 510785816 32587776 4358 33554432000 4194304 4309791 140736607408560 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 7956 4361 217 29 0 4585 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31824

[startup+0.301103 s]
/proc/loadavg: 2.01 2.01 2.00 2/181 29756
/proc/meminfo: memFree=21477424/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=79128 CPUtime=0.29 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 19756 0 0 0 26 3 0 0 25 0 1 0 510785816 81027072 14957 33554432000 4194304 4309791 140736607408560 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 19782 14958 218 29 0 16411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79128

[startup+0.701057 s]
/proc/loadavg: 2.01 2.01 2.00 2/181 29756
/proc/meminfo: memFree=21477424/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=118700 CPUtime=0.69 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 32120 0 0 0 65 4 0 0 25 0 1 0 510785816 121548800 24132 33554432000 4194304 4309791 140736607408560 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 29675 24132 221 29 0 26304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118700

[startup+1.50091 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29757
/proc/meminfo: memFree=21381324/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=119052 CPUtime=1.49 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 32131 0 0 0 145 4 0 0 25 0 1 0 510785816 121909248 24143 33554432000 4194304 4309791 140736607408560 18446744073709551615 4236382 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 29763 24143 225 29 0 26392 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119052

[startup+3.10061 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29757
/proc/meminfo: memFree=21399176/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=98216 CPUtime=3.09 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 37103 0 0 0 304 5 0 0 25 0 1 0 510785816 100573184 20134 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 24554 20134 245 29 0 21183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98216

[startup+6.30099 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29757
/proc/meminfo: memFree=21391736/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=109892 CPUtime=6.29 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 38944 0 0 0 624 5 0 0 25 0 1 0 510785816 112529408 21969 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 27473 21969 245 29 0 24102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109892

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29758
/proc/meminfo: memFree=21375592/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=128860 CPUtime=12.69 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 42833 0 0 0 1263 6 0 0 25 0 1 0 510785816 131952640 25853 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 32215 25853 245 29 0 28844 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128860

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29758
/proc/meminfo: memFree=21341704/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=159680 CPUtime=25.49 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 50802 0 0 0 2542 7 0 0 25 0 1 0 510785816 163512320 33816 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 39920 33816 245 29 0 36549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 159680

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29759
/proc/meminfo: memFree=21320292/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=159680 CPUtime=51.09 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 78314 0 0 0 5097 12 0 0 25 0 1 0 510785816 163512320 30367 33554432000 4194304 4309791 140736607408560 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 39920 30367 245 29 0 36549 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 159680

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 29760
/proc/meminfo: memFree=21180156/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=291156 CPUtime=102.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 110616 0 0 0 10213 17 0 0 25 0 1 0 510785816 298143744 62639 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 72789 62639 245 29 0 69418 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 291156

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29762
/proc/meminfo: memFree=21197504/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=291156 CPUtime=162.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 167496 0 0 0 16203 27 0 0 25 0 1 0 510785816 298143744 56366 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 72789 56366 245 29 0 69418 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 291156

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29772
/proc/meminfo: memFree=21136200/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=423416 CPUtime=222.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 195614 0 0 0 22199 31 0 0 25 0 1 0 510785816 433577984 84457 33554432000 4194304 4309791 140736607408560 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 105854 84457 245 29 0 102483 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 423416

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29774
/proc/meminfo: memFree=20986508/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=209768 CPUtime=282.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 258178 0 0 0 28189 41 0 0 25 0 1 0 510785816 214802432 45558 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275443 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 52442 45558 245 29 0 49071 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 209768

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29802
/proc/meminfo: memFree=20864616/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=423416 CPUtime=342.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 288436 0 0 0 34185 45 0 0 25 0 1 0 510785816 433577984 75804 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 105854 75804 245 29 0 102483 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 423416

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29807
/proc/meminfo: memFree=20644080/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=638340 CPUtime=402.3 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 315471 0 0 0 40181 49 0 0 25 0 1 0 510785816 653660160 102825 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 159585 102825 245 29 0 156214 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 638340

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29809
/proc/meminfo: memFree=20539860/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=638340 CPUtime=462.31 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 345151 0 0 0 46176 55 0 0 25 0 1 0 510785816 653660160 132489 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 159585 132489 245 29 0 156214 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 638340

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/182 29810
/proc/meminfo: memFree=21017496/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=291436 CPUtime=522.31 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 401241 0 0 0 52166 65 0 0 25 0 1 0 510785816 298430464 51609 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 72859 51609 245 29 0 69488 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 291436

[startup+582.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/182 29812
/proc/meminfo: memFree=20652304/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=423696 CPUtime=582.31 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 432707 0 0 0 58161 70 0 0 25 0 1 0 510785816 433864704 83051 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 105924 83051 245 29 0 102553 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 423696

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30052
/proc/meminfo: memFree=20491476/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=999844 CPUtime=4062.44 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2014783 0 0 0 405929 315 0 0 25 0 1 0 510785816 1023840256 221345 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 249961 221345 245 29 0 246590 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 999844

[startup+4122.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 30053
/proc/meminfo: memFree=20389048/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1000236 CPUtime=4122.43 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2038550 0 0 0 411925 318 0 0 25 0 1 0 510785816 1024241664 245106 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275167 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 250059 245106 245 29 0 246688 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 1000236

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 30055
/proc/meminfo: memFree=20348852/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1567764 CPUtime=4182.43 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2061938 0 0 0 417923 320 0 0 25 0 1 0 510785816 1605390336 268487 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 391941 268487 245 29 0 388570 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 1567764

[startup+4242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 30056
/proc/meminfo: memFree=20227696/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1567764 CPUtime=4242.44 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2082551 0 0 0 423920 324 0 0 25 0 1 0 510785816 1605390336 289088 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 391941 289088 245 29 0 388570 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 1567764

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 30058
/proc/meminfo: memFree=20140636/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1568148 CPUtime=4302.43 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2101612 0 0 0 429917 326 0 0 25 0 1 0 510785816 1605783552 308137 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 392037 308137 245 29 0 388666 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1568148

[startup+4362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 30060
/proc/meminfo: memFree=20086316/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1568404 CPUtime=4362.43 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2113371 0 0 0 435915 328 0 0 25 0 1 0 510785816 1606045696 319887 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275209 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 392101 319887 245 29 0 388730 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1568404

[startup+4422.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/182 30061
/proc/meminfo: memFree=20016236/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1568548 CPUtime=4422.44 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2137230 0 0 0 441912 332 0 0 25 0 1 0 510785816 1606193152 343742 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 392137 343742 245 29 0 388766 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 1568548

[startup+4482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 30063
/proc/meminfo: memFree=21176372/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=223960 CPUtime=4482.44 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2187229 0 0 0 447899 345 0 0 25 0 1 0 510785816 229335040 52111 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 55990 52111 245 29 0 52619 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 223960

[startup+4542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 30064
/proc/meminfo: memFree=21066992/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=437608 CPUtime=4542.44 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2211988 0 0 0 453896 348 0 0 25 0 1 0 510785816 448110592 76861 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 109402 76861 245 29 0 106031 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 437608

[startup+4602.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/182 30066
/proc/meminfo: memFree=20960588/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=437608 CPUtime=4602.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2236234 0 0 0 459892 353 0 0 25 0 1 0 510785816 448110592 101098 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 109402 101098 245 29 0 106031 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 437608

[startup+4662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/182 30068
/proc/meminfo: memFree=20896204/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=652532 CPUtime=4662.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2259057 0 0 0 465889 356 0 0 25 0 1 0 510785816 668192768 123912 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 163133 123912 245 29 0 159762 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 652532

[startup+4722.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 30069
/proc/meminfo: memFree=20785468/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=652532 CPUtime=4722.46 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2284137 0 0 0 471886 360 0 0 25 0 1 0 510785816 668192768 148982 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 163133 148982 245 29 0 159762 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 652532

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 30071
/proc/meminfo: memFree=20679552/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1001780 CPUtime=4782.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2308809 0 0 0 477882 363 0 0 25 0 1 0 510785816 1025822720 173640 33554432000 4194304 4309791 140736607408560 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 250445 173640 245 29 0 247074 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 1001780

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/182 30072
/proc/meminfo: memFree=20572776/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1001780 CPUtime=4842.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2333105 0 0 0 483878 367 0 0 25 0 1 0 510785816 1025822720 197925 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 250445 197925 245 29 0 247074 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 1001780

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 30074
/proc/meminfo: memFree=20531600/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1001780 CPUtime=4902.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2358134 0 0 0 489874 371 0 0 25 0 1 0 510785816 1025822720 222948 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 250445 222948 245 29 0 247074 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 1001780

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 30076
/proc/meminfo: memFree=20420736/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1001916 CPUtime=4962.45 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2375934 0 0 0 495871 374 0 0 25 0 1 0 510785816 1025961984 240738 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 250479 240738 245 29 0 247108 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 1001916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30077
/proc/meminfo: memFree=20360712/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1569620 CPUtime=5000.07 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2389390 0 0 0 499630 377 0 0 25 0 1 0 510785816 1607290880 254185 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 392405 254185 245 29 0 389034 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1569620

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.01 2.00 3/182 30077
/proc/meminfo: memFree=20360712/32951124 swapFree=67111524/67111528
[pid=29756] ppid=29754 vsize=1569620 CPUtime=5000.07 cores=0,2,4,6
/proc/29756/stat : 29756 (glueminisat) R 29754 29756 29559 0 -1 4202496 2389390 0 0 0 499630 377 0 0 25 0 1 0 510785816 1607290880 254185 33554432000 4194304 4309791 140736607408560 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29756/statm: 392405 254185 245 29 0 389034 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1569620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.12
CPU user time (s): 4996.3
CPU system time (s): 3.81542
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1778440

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

runsolver used 8.70068 second user time and 18.5582 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 13:58:00
IDJOB=3309557
IDBENCH=82379
IDSOLVER=1694
FILE ID=node135/3309557-1303991878
RUNJOBID= node135-1303987380-29577
PBS_JOBID= 13168739
Free space on /tmp= 71080 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309557-1303991878/watcher-3309557-1303991878 -o /tmp/evaluation-result-3309557-1303991878/solver-3309557-1303991878 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309557-1303991878.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=581577085

node135.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.851
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21477588 kB
Buffers:       1871188 kB
Cached:        8819132 kB
SwapCached:          4 kB
Active:        2552224 kB
Inactive:      8336932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21477588 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           30688 kB
Writeback:           0 kB
AnonPages:      198496 kB
Mapped:          15236 kB
Slab:           520360 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   374724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71076 MiB
End job on node135 at 2011-04-28 15:21:21