Trace number 3309521

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1007.46
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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

running on 4 cores: 1,3,5,7

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.02 2.01 1.93 2/177 15226
/proc/meminfo: memFree=12614940/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=19996 CPUtime=0 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 795 0 0 0 0 0 0 0 22 0 1 0 589281217 20475904 735 33554432000 4194304 4309791 140733703702608 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 4999 735 216 29 0 1628 0

[startup+0.0116869 s]
/proc/loadavg: 2.02 2.01 1.93 2/177 15226
/proc/meminfo: memFree=12614940/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=20448 CPUtime=0 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 877 0 0 0 0 0 0 0 22 0 1 0 589281217 20938752 817 33554432000 4194304 4309791 140733703702608 18446744073709551615 4291843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 5112 817 217 29 0 1741 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20448

[startup+0.1007 s]
/proc/loadavg: 2.02 2.01 1.93 2/177 15226
/proc/meminfo: memFree=12614940/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=31564 CPUtime=0.09 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 4974 0 0 0 8 1 0 0 22 0 1 0 589281217 32321536 4291 33554432000 4194304 4309791 140733703702608 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 7891 4293 217 29 0 4520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31564

[startup+0.300654 s]
/proc/loadavg: 2.02 2.01 1.93 2/177 15226
/proc/meminfo: memFree=12614940/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=79000 CPUtime=0.29 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 19711 0 0 0 26 3 0 0 23 0 1 0 589281217 80896000 14919 33554432000 4194304 4309791 140733703702608 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 19750 14923 217 29 0 16379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79000

[startup+0.700581 s]
/proc/loadavg: 2.02 2.01 1.93 2/177 15226
/proc/meminfo: memFree=12614940/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=172752 CPUtime=0.69 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 47043 0 0 0 63 6 0 0 25 0 1 0 589281217 176898048 34979 33554432000 4194304 4309791 140733703702608 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 43188 34980 217 29 0 39817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 172752

[startup+1.50043 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 15227
/proc/meminfo: memFree=12472868/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=178976 CPUtime=1.49 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 47862 0 0 0 143 6 0 0 25 0 1 0 589281217 183271424 35646 33554432000 4194304 4309791 140733703702608 18446744073709551615 4227084 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 44744 35646 221 29 0 41373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178976

[startup+3.10113 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 15227
/proc/meminfo: memFree=12472508/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=146272 CPUtime=3.09 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 54573 0 0 0 302 7 0 0 25 0 1 0 589281217 149782528 28883 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 36568 28883 244 29 0 33197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146272

[startup+6.30052 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 15227
/proc/meminfo: memFree=12493864/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=146272 CPUtime=6.29 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 56296 0 0 0 622 7 0 0 25 0 1 0 589281217 149782528 30603 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275174 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 36568 30603 246 29 0 33197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146272

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 15227
/proc/meminfo: memFree=12446396/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=165240 CPUtime=12.7 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 59716 0 0 0 1261 9 0 0 25 0 1 0 589281217 169205760 34014 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275229 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 41310 34014 246 29 0 37939 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 165240

[startup+25.5009 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 15227
/proc/meminfo: memFree=12416604/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=196060 CPUtime=25.49 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 65963 0 0 0 2539 10 0 0 25 0 1 0 589281217 200765440 40256 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 49015 40256 246 29 0 45644 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 196060

[startup+51.101 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 15228
/proc/meminfo: memFree=12417784/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=196060 CPUtime=51.09 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 94744 0 0 0 5095 14 0 0 25 0 1 0 589281217 200765440 37123 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275316 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 49015 37123 246 29 0 45644 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196060

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15229
/proc/meminfo: memFree=12292236/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=327536 CPUtime=102.3 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 121259 0 0 0 10211 19 0 0 25 0 1 0 589281217 335396864 63612 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259312 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 81884 63612 246 29 0 78513 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 327536

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15231
/proc/meminfo: memFree=12286136/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=327536 CPUtime=162.3 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 167879 0 0 0 16203 27 0 0 25 0 1 0 589281217 335396864 59901 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 81884 59901 246 29 0 78513 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 327536

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15260
/proc/meminfo: memFree=11600088/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=459796 CPUtime=222.3 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 198034 0 0 0 22198 32 0 0 25 0 1 0 589281217 470831104 90032 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 114949 90032 246 29 0 111578 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 459796

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 15291
/proc/meminfo: memFree=11993144/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=327536 CPUtime=282.31 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 251953 0 0 0 28191 40 0 0 25 0 1 0 589281217 335396864 66087 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 81884 66087 246 29 0 78513 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 327536

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 15293
/proc/meminfo: memFree=11818548/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=459796 CPUtime=342.3 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 280246 0 0 0 34185 45 0 0 25 0 1 0 589281217 470831104 94357 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 114949 94357 246 29 0 111578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 459796

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15294
/proc/meminfo: memFree=12025616/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=246148 CPUtime=402.3 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 332484 0 0 0 40176 54 0 0 25 0 1 0 589281217 252055552 48361 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 61537 48361 246 29 0 58166 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 246148

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15296
/proc/meminfo: memFree=11822908/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=459796 CPUtime=462.31 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 364121 0 0 0 46171 60 0 0 25 0 1 0 589281217 470831104 79971 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 114949 79971 246 29 0 111578 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 459796

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15298
/proc/meminfo: memFree=11641472/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=459796 CPUtime=522.31 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 392071 0 0 0 52166 65 0 0 25 0 1 0 589281217 470831104 107902 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 114949 107902 246 29 0 111578 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 459796

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15299
/proc/meminfo: memFree=11643424/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=674720 CPUtime=582.32 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 422519 0 0 0 58162 70 0 0 25 0 1 0 589281217 690913280 138329 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 168680 138329 246 29 0 165309 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 674720

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.10 2.03 1.97 3/178 15431
/proc/meminfo: memFree=12379456/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=345936 CPUtime=4062.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2130612 0 0 0 405873 372 0 0 25 0 1 0 589281217 354238464 74207 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 86484 74207 246 29 0 83113 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 345936

[startup+4122.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/178 15433
/proc/meminfo: memFree=12191788/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=478196 CPUtime=4122.44 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2159632 0 0 0 411868 376 0 0 25 0 1 0 589281217 489672704 103213 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275257 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 119549 103213 246 29 0 116178 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 478196

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 15434
/proc/meminfo: memFree=12002024/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=693120 CPUtime=4182.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2187298 0 0 0 417864 381 0 0 25 0 1 0 589281217 709754880 130862 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 173280 130862 246 29 0 169909 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 693120

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 15436
/proc/meminfo: memFree=11823784/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=693120 CPUtime=4242.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2214531 0 0 0 423860 385 0 0 25 0 1 0 589281217 709754880 158078 33554432000 4194304 4309791 140733703702608 18446744073709551615 4276082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 173280 158078 246 29 0 169909 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 693120

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15437
/proc/meminfo: memFree=11620252/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1042368 CPUtime=4302.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2243264 0 0 0 429855 390 0 0 25 0 1 0 589281217 1067384832 186798 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 260592 186798 246 29 0 257221 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 1042368

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15439
/proc/meminfo: memFree=11813640/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1043168 CPUtime=4362.46 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2268439 0 0 0 435852 394 0 0 25 0 1 0 589281217 1068204032 211957 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 260792 211957 246 29 0 257421 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 1043168

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15441
/proc/meminfo: memFree=11583192/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1043168 CPUtime=4422.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2295560 0 0 0 441846 399 0 0 25 0 1 0 589281217 1068204032 239073 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275254 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 260792 239073 246 29 0 257421 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 1043168

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15442
/proc/meminfo: memFree=11373080/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1610696 CPUtime=4482.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2324119 0 0 0 447841 404 0 0 25 0 1 0 589281217 1649352704 267619 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 402674 267619 246 29 0 399303 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 1610696

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15444
/proc/meminfo: memFree=11193856/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1611004 CPUtime=4542.45 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2348114 0 0 0 453837 408 0 0 25 0 1 0 589281217 1649668096 291601 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275229 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 402751 291601 246 29 0 399380 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 1611004

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15445
/proc/meminfo: memFree=11011272/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1611224 CPUtime=4602.47 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2371635 0 0 0 459835 412 0 0 25 0 1 0 589281217 1649893376 315108 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259696 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 402806 315108 246 29 0 399435 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 1611224

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15447
/proc/meminfo: memFree=11968384/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=266248 CPUtime=4662.46 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2412413 0 0 0 465823 423 0 0 25 0 1 0 589281217 272637952 59117 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 66562 59117 246 29 0 63191 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 266248

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15449
/proc/meminfo: memFree=11771540/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=479896 CPUtime=4722.47 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2442056 0 0 0 471819 428 0 0 25 0 1 0 589281217 491413504 88741 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 119974 88741 246 29 0 116603 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 479896

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15450
/proc/meminfo: memFree=12146712/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=694976 CPUtime=4782.46 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2473742 0 0 0 477813 433 0 0 25 0 1 0 589281217 711655424 120415 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 173744 120415 246 29 0 170373 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 694976

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15452
/proc/meminfo: memFree=11965740/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=695412 CPUtime=4842.47 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2501710 0 0 0 483809 438 0 0 25 0 1 0 589281217 712101888 148362 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 173853 148362 246 29 0 170482 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 695412

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15453
/proc/meminfo: memFree=11774116/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1045264 CPUtime=4902.47 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2531791 0 0 0 489805 442 0 0 25 0 1 0 589281217 1070350336 178425 33554432000 4194304 4309791 140733703702608 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 261316 178425 246 29 0 257945 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 1045264

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15455
/proc/meminfo: memFree=11536852/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1045264 CPUtime=4962.47 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2562726 0 0 0 495800 447 0 0 25 0 1 0 589281217 1070350336 209352 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275207 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 261316 209352 246 29 0 257945 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 1045264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15456
/proc/meminfo: memFree=11413696/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1045264 CPUtime=5000.08 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2580366 0 0 0 499558 450 0 0 25 0 1 0 589281217 1070350336 226980 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 261316 226980 246 29 0 257945 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1045264

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 15456
/proc/meminfo: memFree=11413696/32950928 swapFree=67111524/67111528
[pid=15226] ppid=15224 vsize=1045264 CPUtime=5000.08 cores=1,3,5,7
/proc/15226/stat : 15226 (glueminisat) R 15224 15226 14933 0 -1 4202496 2580366 0 0 0 499558 450 0 0 25 0 1 0 589281217 1070350336 226980 33554432000 4194304 4309791 140733703702608 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15226/statm: 261316 226980 246 29 0 257945 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1045264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.13
CPU user time (s): 4995.58
CPU system time (s): 4.54531
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1660768

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

runsolver used 7.65284 second user time and 18.5122 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 13:35:05
IDJOB=3309521
IDBENCH=82363
IDSOLVER=1694
FILE ID=node115/3309521-1303990504
RUNJOBID= node115-1303987384-14952
PBS_JOBID= 13168759
Free space on /tmp= 72676 MiB

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

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1542099622

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12615220 kB
Buffers:       2312592 kB
Cached:       17219448 kB
SwapCached:          4 kB
Active:        7710544 kB
Inactive:     12069260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12615220 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           43884 kB
Writeback:           0 kB
AnonPages:      247116 kB
Mapped:          15268 kB
Slab:           493292 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   400736 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= 72680 MiB
End job on node115 at 2011-04-28 14:58:27