Trace number 3309536

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.05 4999.82

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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-3309536-1303990626/watcher-3309536-1303990626 -o /tmp/evaluation-result-3309536-1303990626/solver-3309536-1303990626 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309536-1303990626.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.08 2.03 2.01 2/177 31514
/proc/meminfo: memFree=13636744/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=20628 CPUtime=0 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 924 0 0 0 0 0 0 0 24 0 1 0 491478273 21123072 864 33554432000 4194304 4309791 140735655280240 18446744073709551615 4272692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 5157 866 217 29 0 1786 0

[startup+0.101596 s]
/proc/loadavg: 2.08 2.03 2.01 2/177 31514
/proc/meminfo: memFree=13636744/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=40328 CPUtime=0.1 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 7051 0 0 0 9 1 0 0 24 0 1 0 491478273 41295872 6303 33554432000 4194304 4309791 140735655280240 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 10082 6305 217 29 0 6711 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 40328

[startup+0.200578 s]
/proc/loadavg: 2.08 2.03 2.01 2/177 31514
/proc/meminfo: memFree=13636744/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=68940 CPUtime=0.19 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 13917 0 0 0 18 1 0 0 25 0 1 0 491478273 70594560 11994 33554432000 4194304 4309791 140735655280240 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 17235 11994 217 29 0 13864 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 68940

[startup+0.300557 s]
/proc/loadavg: 2.08 2.03 2.01 2/177 31514
/proc/meminfo: memFree=13636744/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=83152 CPUtime=0.29 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 19382 0 0 0 27 2 0 0 25 0 1 0 491478273 85147648 16259 33554432000 4194304 4309791 140735655280240 18446744073709551615 4227112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 20788 16259 221 29 0 17417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83152

[startup+0.70049 s]
/proc/loadavg: 2.08 2.03 2.01 2/177 31514
/proc/meminfo: memFree=13636744/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=97652 CPUtime=0.69 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 22045 0 0 0 66 3 0 0 25 0 1 0 491478273 99995648 18563 33554432000 4194304 4309791 140735655280240 18446744073709551615 4231755 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 24413 18563 225 29 0 21042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97652

[startup+1.50034 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 31515
/proc/meminfo: memFree=13574372/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=82504 CPUtime=1.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 24720 0 0 0 146 3 0 0 25 0 1 0 491478273 84484096 15710 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 20626 15710 243 29 0 17255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82504

[startup+3.10103 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 31515
/proc/meminfo: memFree=13572568/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=82504 CPUtime=3.09 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 25117 0 0 0 306 3 0 0 25 0 1 0 491478273 84484096 16105 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275447 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 20626 16105 243 29 0 17255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82504

[startup+6.30041 s]
/proc/loadavg: 2.07 2.03 2.01 3/178 31516
/proc/meminfo: memFree=13763748/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=89684 CPUtime=6.29 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 26108 0 0 0 626 3 0 0 25 0 1 0 491478273 91836416 17096 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 22421 17096 245 29 0 19050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89684

[startup+12.7011 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 31516
/proc/meminfo: memFree=13745048/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=101360 CPUtime=12.69 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 28061 0 0 0 1265 4 0 0 25 0 1 0 491478273 103792640 19045 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 25340 19045 245 29 0 21969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101360

[startup+25.5006 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 31516
/proc/meminfo: memFree=13706112/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=120328 CPUtime=25.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 32246 0 0 0 2544 5 0 0 25 0 1 0 491478273 123215872 23217 33554432000 4194304 4309791 140735655280240 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 30082 23217 245 29 0 26711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 120328

[startup+51.1005 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 31517
/proc/meminfo: memFree=13659236/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=151148 CPUtime=51.1 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 36407 0 0 0 5104 6 0 0 25 0 1 0 491478273 154775552 27371 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 37787 27371 245 29 0 34416 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 151148

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 31518
/proc/meminfo: memFree=13577284/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=151148 CPUtime=102.3 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 63457 0 0 0 10219 11 0 0 25 0 1 0 491478273 154775552 33173 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 37787 33173 245 29 0 34416 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 151148

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 31520
/proc/meminfo: memFree=13507448/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=151148 CPUtime=162.3 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 98048 0 0 0 16214 16 0 0 25 0 1 0 491478273 154775552 29347 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 37787 29347 245 29 0 34416 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151148

[startup+222.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31521
/proc/meminfo: memFree=13639888/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=201236 CPUtime=222.31 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 114555 0 0 0 22212 19 0 0 25 0 1 0 491478273 206065664 45840 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 50309 45840 245 29 0 46938 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 201236

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 31523
/proc/meminfo: memFree=13592992/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=203168 CPUtime=282.3 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 151898 0 0 0 28204 26 0 0 25 0 1 0 491478273 208044032 35273 33554432000 4194304 4309791 140735655280240 18446744073709551615 4253896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 50792 35273 245 29 0 47421 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 203168

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31524
/proc/meminfo: memFree=13416632/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=285588 CPUtime=342.31 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 175096 0 0 0 34202 29 0 0 25 0 1 0 491478273 292442112 58443 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 71397 58443 245 29 0 68026 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 285588

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31526
/proc/meminfo: memFree=13438932/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=205608 CPUtime=402.31 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 213792 0 0 0 40195 36 0 0 25 0 1 0 491478273 210542592 36139 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275457 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 51402 36139 245 29 0 48031 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 205608

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31528
/proc/meminfo: memFree=13610628/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=287916 CPUtime=462.31 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 234001 0 0 0 46193 38 0 0 25 0 1 0 491478273 294825984 56325 33554432000 4194304 4309791 140735655280240 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 71979 56325 245 29 0 68608 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 287916

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31529
/proc/meminfo: memFree=13456216/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=421008 CPUtime=522.32 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 252375 0 0 0 52192 40 0 0 25 0 1 0 491478273 431112192 74677 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 105252 74677 245 29 0 101881 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 421008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31531
/proc/meminfo: memFree=13519804/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=158148 CPUtime=582.32 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 287563 0 0 0 58186 46 0 0 25 0 1 0 491478273 161943552 33246 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 39537 33246 245 29 0 36166 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 158148

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31717
/proc/meminfo: memFree=13559588/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=450160 CPUtime=4062.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1439987 0 0 0 406025 224 0 0 25 0 1 0 491478273 460963840 78132 33554432000 4194304 4309791 140735655280240 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 112540 78132 245 29 0 109169 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 450160

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31718
/proc/meminfo: memFree=13515936/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=450312 CPUtime=4122.48 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1462542 0 0 0 412021 227 0 0 25 0 1 0 491478273 461119488 100657 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 112578 100657 245 29 0 109207 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 450312

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31720
/proc/meminfo: memFree=13404204/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=666384 CPUtime=4182.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1479423 0 0 0 418019 230 0 0 25 0 1 0 491478273 682377216 117521 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 166596 117521 245 29 0 163225 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 666384

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31721
/proc/meminfo: memFree=13316408/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=666384 CPUtime=4242.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1500003 0 0 0 424015 234 0 0 25 0 1 0 491478273 682377216 138075 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275243 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 166596 138075 245 29 0 163225 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 666384

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 31723
/proc/meminfo: memFree=13696952/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=188108 CPUtime=4302.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1537273 0 0 0 430009 240 0 0 25 0 1 0 491478273 192622592 41366 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275243 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 47027 41366 245 29 0 43656 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 188108

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31725
/proc/meminfo: memFree=13621560/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=319584 CPUtime=4362.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1559231 0 0 0 436006 243 0 0 25 0 1 0 491478273 327254016 63300 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 79896 63300 245 29 0 76525 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 319584

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31726
/proc/meminfo: memFree=13497552/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=452096 CPUtime=4422.5 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1589009 0 0 0 442001 249 0 0 25 0 1 0 491478273 462946304 93038 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 113024 93038 245 29 0 109653 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 452096

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31728
/proc/meminfo: memFree=13408880/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=667968 CPUtime=4482.49 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1612067 0 0 0 447998 251 0 0 25 0 1 0 491478273 683999232 116074 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 166992 116074 245 29 0 163621 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 667968

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 31729
/proc/meminfo: memFree=13330760/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=668604 CPUtime=4542.51 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1629899 0 0 0 453996 255 0 0 25 0 1 0 491478273 684650496 133894 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 167151 133894 245 29 0 163780 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 668604

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31731
/proc/meminfo: memFree=13213696/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=1018152 CPUtime=4602.51 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1660271 0 0 0 459990 261 0 0 25 0 1 0 491478273 1042587648 164236 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 254538 164236 245 29 0 251167 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 1018152

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31733
/proc/meminfo: memFree=13645948/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=322500 CPUtime=4662.5 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1708291 0 0 0 465980 270 0 0 25 0 1 0 491478273 330240000 56957 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 80625 56957 245 29 0 77254 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 322500

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31734
/proc/meminfo: memFree=13536328/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=456480 CPUtime=4722.51 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1736240 0 0 0 471976 275 0 0 25 0 1 0 491478273 467435520 84871 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 114120 84871 245 29 0 110749 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 456480

[startup+4782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 31736
/proc/meminfo: memFree=13484736/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=457588 CPUtime=4782.52 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1757098 0 0 0 477971 281 0 0 25 0 1 0 491478273 468570112 105684 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 114397 105684 245 29 0 111026 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 457588

[startup+4842.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31737
/proc/meminfo: memFree=13406852/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=675228 CPUtime=4842.53 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1776285 0 0 0 483969 284 0 0 25 0 1 0 491478273 691433472 124838 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 168807 124838 245 29 0 165436 0
Current children cumulated CPU time (s) 4842.53
Current children cumulated vsize (KiB) 675228

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31739
/proc/meminfo: memFree=13273416/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=676984 CPUtime=4902.52 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1796965 0 0 0 489965 287 0 0 25 0 1 0 491478273 693231616 145493 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275257 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 169246 145493 245 29 0 165875 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 676984

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31741
/proc/meminfo: memFree=13642064/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=249732 CPUtime=4962.52 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1836233 0 0 0 495957 295 0 0 25 0 1 0 491478273 255725568 53794 33554432000 4194304 4309791 140735655280240 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 62433 53794 245 29 0 59062 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 249732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31742
/proc/meminfo: memFree=13638820/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=331120 CPUtime=5000.03 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1848912 0 0 0 499706 297 0 0 25 0 1 0 491478273 339066880 66457 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 82780 66457 245 29 0 79409 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 331120

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

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

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31742
/proc/meminfo: memFree=13638820/32951124 swapFree=67111528/67111528
[pid=31514] ppid=31512 vsize=331120 CPUtime=5000.03 cores=0,2,4,6
/proc/31514/stat : 31514 (glueminisat) R 31512 31514 31081 0 -1 4202496 1848912 0 0 0 499706 297 0 0 25 0 1 0 491478273 339066880 66457 33554432000 4194304 4309791 140735655280240 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31514/statm: 82780 66457 245 29 0 79409 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 331120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.82
CPU time (s): 5000.05
CPU user time (s): 4997.06
CPU system time (s): 2.98854
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1134648

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

runsolver used 7.31789 second user time and 15.4626 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 13:37:07
IDJOB=3309536
IDBENCH=82369
IDSOLVER=1694
FILE ID=node143/3309536-1303990626
RUNJOBID= node143-1303987384-31099
PBS_JOBID= 13168757
Free space on /tmp= 72904 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=529073421

node143.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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13636900 kB
Buffers:       2290776 kB
Cached:       16008428 kB
SwapCached:          0 kB
Active:        7583188 kB
Inactive:     11168580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13636900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15900 kB
Writeback:           0 kB
AnonPages:      452044 kB
Mapped:          15436 kB
Slab:           496780 kB
PageTables:       5592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   698408 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= 72908 MiB
End job on node143 at 2011-04-28 15:00:28