Trace number 3309527

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3309527-1303990510/watcher-3309527-1303990510 -o /tmp/evaluation-result-3309527-1303990510/solver-3309527-1303990510 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309527-1303990510.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: 1.95 2.00 2.02 3/181 24426
/proc/meminfo: memFree=16867360/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=19996 CPUtime=0 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 795 0 0 0 0 0 0 0 23 0 1 0 510648984 20475904 735 33554432000 4194304 4309791 140737034640080 18446744073709551615 4291899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24426/statm: 4999 735 216 29 0 1628 0

[startup+0.0707439 s]
/proc/loadavg: 1.95 2.00 2.02 3/181 24426
/proc/meminfo: memFree=16867360/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=27708 CPUtime=0.06 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 3045 0 0 0 6 0 0 0 23 0 1 0 510648984 28372992 2740 33554432000 4194304 4309791 140737034640080 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24426/statm: 6927 2743 217 29 0 3556 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27708

[startup+0.10074 s]
/proc/loadavg: 1.95 2.00 2.02 3/181 24426
/proc/meminfo: memFree=16867360/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=31696 CPUtime=0.09 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 5026 0 0 0 9 0 0 0 23 0 1 0 510648984 32456704 4332 33554432000 4194304 4309791 140737034640080 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24426/statm: 7924 4336 217 29 0 4553 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31696

[startup+0.300705 s]
/proc/loadavg: 1.95 2.00 2.02 3/181 24426
/proc/meminfo: memFree=16867360/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=79132 CPUtime=0.29 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 19761 0 0 0 26 3 0 0 25 0 1 0 510648984 81031168 14960 33554432000 4194304 4309791 140737034640080 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24426/statm: 19783 14961 217 29 0 16412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79132

[startup+0.700635 s]
/proc/loadavg: 1.95 2.00 2.02 3/181 24426
/proc/meminfo: memFree=16867360/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=140388 CPUtime=0.69 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 41159 0 0 0 62 7 0 0 25 0 1 0 510648984 143757312 30288 33554432000 4194304 4309791 140737034640080 18446744073709551615 4227136 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24426/statm: 35097 30288 221 29 0 31726 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140388

[startup+1.5005 s]
/proc/loadavg: 1.95 2.00 2.02 3/182 24427
/proc/meminfo: memFree=16746584/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=140388 CPUtime=1.49 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 41159 0 0 0 142 7 0 0 25 0 1 0 510648984 143757312 30288 33554432000 4194304 4309791 140737034640080 18446744073709551615 4227249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 35097 30288 221 29 0 31726 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140388

[startup+3.10018 s]
/proc/loadavg: 1.95 2.00 2.02 3/182 24427
/proc/meminfo: memFree=16716080/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=127192 CPUtime=3.09 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 46962 0 0 0 301 8 0 0 25 0 1 0 510648984 130244608 24478 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275443 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 31798 24478 244 29 0 28427 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127192

[startup+6.30063 s]
/proc/loadavg: 1.95 2.00 2.02 3/182 24427
/proc/meminfo: memFree=16733192/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=127192 CPUtime=6.29 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 48520 0 0 0 621 8 0 0 25 0 1 0 510648984 130244608 26035 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 31798 26035 246 29 0 28427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127192

[startup+12.7005 s]
/proc/loadavg: 1.96 2.00 2.02 3/182 24427
/proc/meminfo: memFree=16716972/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=146160 CPUtime=12.69 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 51698 0 0 0 1260 9 0 0 25 0 1 0 510648984 149667840 29209 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 36540 29209 246 29 0 33169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146160

[startup+25.5011 s]
/proc/loadavg: 1.97 2.00 2.02 3/182 24427
/proc/meminfo: memFree=16682388/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=176980 CPUtime=25.49 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 58391 0 0 0 2539 10 0 0 25 0 1 0 510648984 181227520 35896 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 44245 35896 246 29 0 40874 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176980

[startup+51.1004 s]
/proc/loadavg: 1.98 2.00 2.02 3/182 24428
/proc/meminfo: memFree=16617500/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=227068 CPUtime=51.1 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 71447 0 0 0 5097 13 0 0 25 0 1 0 510648984 232517632 48939 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 56767 48939 246 29 0 53396 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 227068

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.01 3/182 24429
/proc/meminfo: memFree=16561636/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=308652 CPUtime=102.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 110874 0 0 0 10210 20 0 0 25 0 1 0 510648984 316059648 56575 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 77163 56575 246 29 0 73792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 308652

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/182 24431
/proc/meminfo: memFree=16567820/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=227264 CPUtime=162.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 160775 0 0 0 16203 27 0 0 25 0 1 0 510648984 232718336 48312 33554432000 4194304 4309791 140737034640080 18446744073709551615 4277228 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 56816 48312 246 29 0 53445 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 227264

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.01 3/182 24433
/proc/meminfo: memFree=16419740/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=440912 CPUtime=222.29 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 190055 0 0 0 22198 31 0 0 25 0 1 0 510648984 451493888 77575 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 110228 77575 246 29 0 106857 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 440912

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 24434
/proc/meminfo: memFree=16273776/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=655836 CPUtime=282.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 220793 0 0 0 28194 36 0 0 25 0 1 0 510648984 671576064 108289 33554432000 4194304 4309791 140737034640080 18446744073709551615 4276336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 163959 108289 246 29 0 160588 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 655836

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24436
/proc/meminfo: memFree=16563552/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=308652 CPUtime=342.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 274386 0 0 0 34185 45 0 0 25 0 1 0 510648984 316059648 64533 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 77163 64533 246 29 0 73792 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 308652

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24437
/proc/meminfo: memFree=16424404/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=440912 CPUtime=402.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 301991 0 0 0 40180 50 0 0 25 0 1 0 510648984 451493888 92121 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 110228 92121 246 29 0 106857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 440912

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24439
/proc/meminfo: memFree=16306960/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=655836 CPUtime=462.3 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 324108 0 0 0 46175 55 0 0 25 0 1 0 510648984 671576064 114224 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 163959 114224 246 29 0 160588 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 655836

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24441
/proc/meminfo: memFree=16532740/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=227264 CPUtime=522.31 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 378432 0 0 0 52166 65 0 0 25 0 1 0 510648984 232718336 51011 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259471 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 56816 51011 246 29 0 53445 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 227264

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 24442
/proc/meminfo: memFree=16392236/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=440912 CPUtime=582.31 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 406024 0 0 0 58161 70 0 0 25 0 1 0 510648984 451493888 78589 33554432000 4194304 4309791 140737034640080 18446744073709551615 4277623 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 110228 78589 246 29 0 106857 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 440912

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.10 2.04 2.00 3/182 24844
/proc/meminfo: memFree=16161864/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1015912 CPUtime=4062.41 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 1890371 0 0 0 405905 336 0 0 25 0 1 0 510648984 1040293888 177604 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 253978 177604 246 29 0 250607 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 1015912

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 24846
/proc/meminfo: memFree=16083596/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1016188 CPUtime=4122.41 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 1915592 0 0 0 411900 341 0 0 25 0 1 0 510648984 1040576512 202819 33554432000 4194304 4309791 140737034640080 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 254047 202819 246 29 0 250676 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 1016188

[startup+4182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 24847
/proc/meminfo: memFree=15968248/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1016188 CPUtime=4182.41 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 1940022 0 0 0 417895 346 0 0 25 0 1 0 510648984 1040576512 227238 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 254047 227238 246 29 0 250676 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 1016188

[startup+4242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 24849
/proc/meminfo: memFree=15861592/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1583944 CPUtime=4242.42 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 1963532 0 0 0 423890 352 0 0 25 0 1 0 510648984 1621958656 250742 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 395986 250742 246 29 0 392615 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1583944

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/182 24850
/proc/meminfo: memFree=15797712/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1583944 CPUtime=4302.42 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 1984775 0 0 0 429887 355 0 0 25 0 1 0 510648984 1621958656 271978 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 395986 271978 246 29 0 392615 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1583944

[startup+4362.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/182 24852
/proc/meminfo: memFree=15675312/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1584396 CPUtime=4362.42 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2011874 0 0 0 435881 361 0 0 25 0 1 0 510648984 1622421504 299065 33554432000 4194304 4309791 140737034640080 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 396099 299072 246 29 0 392728 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 1584396

[startup+4422.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/182 24854
/proc/meminfo: memFree=15657184/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1584396 CPUtime=4422.42 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2029413 0 0 0 441879 363 0 0 25 0 1 0 510648984 1622421504 316598 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275150 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 396099 316598 246 29 0 392728 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1584396

[startup+4482.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/182 24855
/proc/meminfo: memFree=15535396/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1584920 CPUtime=4482.42 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2049369 0 0 0 447876 366 0 0 25 0 1 0 510648984 1622958080 336549 33554432000 4194304 4309791 140737034640080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 396230 336549 246 29 0 392859 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1584920

[startup+4542.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/182 24857
/proc/meminfo: memFree=15424520/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1584920 CPUtime=4542.43 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2073365 0 0 0 453873 370 0 0 25 0 1 0 510648984 1622958080 360530 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 396230 360530 246 29 0 392859 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1584920

[startup+4602.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/182 24858
/proc/meminfo: memFree=15361260/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1585184 CPUtime=4602.43 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2095731 0 0 0 459870 373 0 0 25 0 1 0 510648984 1623228416 382889 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275183 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 396296 382889 246 29 0 392925 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1585184

[startup+4662.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/182 24860
/proc/meminfo: memFree=16644148/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=321416 CPUtime=4662.43 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2135451 0 0 0 465857 386 0 0 25 0 1 0 510648984 329129984 58872 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 80354 58872 246 29 0 76983 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 321416

[startup+4722.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/182 24862
/proc/meminfo: memFree=16535376/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=453676 CPUtime=4722.44 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2159235 0 0 0 471855 389 0 0 25 0 1 0 510648984 464564224 82646 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275453 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 113419 82646 246 29 0 110048 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 453676

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 24863
/proc/meminfo: memFree=16501496/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=453868 CPUtime=4782.43 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2182533 0 0 0 477850 393 0 0 25 0 1 0 510648984 464760832 105934 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 113467 105934 246 29 0 110096 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 453868

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 24865
/proc/meminfo: memFree=16356152/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=668792 CPUtime=4842.44 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2207660 0 0 0 483847 397 0 0 25 0 1 0 510648984 684843008 131049 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 167198 131049 246 29 0 163827 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 668792

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 24866
/proc/meminfo: memFree=16239940/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=668948 CPUtime=4902.44 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2233696 0 0 0 489843 401 0 0 25 0 1 0 510648984 685002752 157073 33554432000 4194304 4309791 140737034640080 18446744073709551615 4253896 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 167237 157073 246 29 0 163866 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 668948

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 24868
/proc/meminfo: memFree=16123616/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1018196 CPUtime=4962.44 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2259620 0 0 0 495839 405 0 0 25 0 1 0 510648984 1042632704 182986 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275426 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 254549 182986 246 29 0 251178 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1018196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 24869
/proc/meminfo: memFree=16118264/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1018824 CPUtime=5000.05 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2277881 0 0 0 499597 408 0 0 25 0 1 0 510648984 1043275776 201241 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 254706 201241 246 29 0 251335 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1018824

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 24869
/proc/meminfo: memFree=16118264/32951124 swapFree=67111528/67111528
[pid=24426] ppid=24424 vsize=1018824 CPUtime=5000.05 cores=0,2,4,6
/proc/24426/stat : 24426 (glueminisat) R 24424 24426 23995 0 -1 4202496 2277881 0 0 0 499597 408 0 0 25 0 1 0 510648984 1043275776 201241 33554432000 4194304 4309791 140737034640080 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/24426/statm: 254706 201241 246 29 0 251335 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1018824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4995.97
CPU system time (s): 4.11837
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1713084

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

runsolver used 8.60069 second user time and 18.6562 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 13:35:11
IDJOB=3309527
IDBENCH=82366
IDSOLVER=1694
FILE ID=node133/3309527-1303990510
RUNJOBID= node133-1303987380-24013
PBS_JOBID= 13168741
Free space on /tmp= 71848 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=439329482

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16867392 kB
Buffers:       2188164 kB
Cached:       13093440 kB
SwapCached:          0 kB
Active:        9055484 kB
Inactive:      6462260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16867392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37532 kB
Writeback:           0 kB
AnonPages:      235344 kB
Mapped:          15272 kB
Slab:           501924 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   385000 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= 71856 MiB
End job on node133 at 2011-04-28 14:58:33