Trace number 3387268

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.17 4999.99

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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: 961)

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-3387268-1305598785/watcher-3387268-1305598785 -o /tmp/evaluation-result-3387268-1305598785/solver-3387268-1305598785 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387268-1305598785.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.05 2.04 2.00 3/481 1272
/proc/meminfo: memFree=8020128/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=19812 CPUtime=0 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 741 0 0 0 0 0 0 0 25 0 1 0 671480934 20287488 684 33554432000 4194304 4300288 140736107562864 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 4953 684 217 26 0 1585 0

[startup+0.05512 s]
/proc/loadavg: 2.05 2.04 2.00 3/481 1272
/proc/meminfo: memFree=8020128/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=30312 CPUtime=0.04 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 3629 0 0 0 4 0 0 0 25 0 1 0 671480934 31039488 3327 33554432000 4194304 4300288 140736107562864 18446744073709551615 212435678241 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 7578 3328 218 26 0 4210 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30312

[startup+0.101111 s]
/proc/loadavg: 2.05 2.04 2.00 3/481 1272
/proc/meminfo: memFree=8020128/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=38496 CPUtime=0.09 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 6512 0 0 0 9 0 0 0 25 0 1 0 671480934 39419904 5789 33554432000 4194304 4300288 140736107562864 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 9624 5790 218 26 0 6256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38496

[startup+0.301074 s]
/proc/loadavg: 2.05 2.04 2.00 3/481 1272
/proc/meminfo: memFree=8020128/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=53084 CPUtime=0.29 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 9709 0 0 0 28 1 0 0 25 0 1 0 671480934 54358016 8593 33554432000 4194304 4300288 140736107562864 18446744073709551615 4231276 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 13271 8593 222 26 0 9903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53084

[startup+0.700992 s]
/proc/loadavg: 2.05 2.04 2.00 3/481 1272
/proc/meminfo: memFree=8020128/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=45656 CPUtime=0.69 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 10713 0 0 0 68 1 0 0 25 0 1 0 671480934 46751744 7165 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 11414 7165 242 26 0 8046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45656

[startup+1.50084 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 1273
/proc/meminfo: memFree=7989948/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=48376 CPUtime=1.49 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 11132 0 0 0 148 1 0 0 25 0 1 0 671480934 49537024 7582 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 12094 7582 242 26 0 8726 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48376

[startup+3.10054 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 1273
/proc/meminfo: memFree=7986352/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=48376 CPUtime=3.09 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 11659 0 0 0 308 1 0 0 25 0 1 0 671480934 49537024 8107 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 12094 8107 243 26 0 8726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48376

[startup+6.30095 s]
/proc/loadavg: 2.12 2.05 2.01 3/482 1273
/proc/meminfo: memFree=7979736/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=59976 CPUtime=6.29 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 13110 0 0 0 628 1 0 0 25 0 1 0 671480934 61415424 9557 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 14994 9557 243 26 0 11626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59976

[startup+12.7007 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 1273
/proc/meminfo: memFree=7958924/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=71652 CPUtime=12.69 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 16628 0 0 0 1268 1 0 0 25 0 1 0 671480934 73371648 13070 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 17913 13070 243 26 0 14545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71652

[startup+25.5003 s]
/proc/loadavg: 2.23 2.08 2.02 3/482 1273
/proc/meminfo: memFree=7929508/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=90620 CPUtime=25.49 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 21344 0 0 0 2547 2 0 0 25 0 1 0 671480934 92794880 17786 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 22655 17786 243 26 0 19287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90620

[startup+51.1005 s]
/proc/loadavg: 2.15 2.07 2.02 3/482 1274
/proc/meminfo: memFree=7882652/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=122088 CPUtime=51.09 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 28784 0 0 0 5106 3 0 0 25 0 1 0 671480934 125018112 25222 33554432000 4194304 4300288 140736107562864 18446744073709551615 4269542 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 30522 25222 243 26 0 27154 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122088

[startup+102.318 s]
/proc/loadavg: 2.11 2.07 2.02 3/482 1275
/proc/meminfo: memFree=7774724/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=254372 CPUtime=102.31 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 43605 0 0 0 10226 5 0 0 25 0 1 0 671480934 260476928 40032 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268485 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 63593 40032 243 26 0 60225 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 254372

[startup+162.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/482 1277
/proc/meminfo: memFree=7636524/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=389436 CPUtime=162.3 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 68182 0 0 0 16220 10 0 0 25 0 1 0 671480934 398782464 64589 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 97359 64589 243 26 0 93991 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 389436

[startup+222.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/482 1278
/proc/meminfo: memFree=7470316/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=606668 CPUtime=222.3 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 97712 0 0 0 22217 13 0 0 25 0 1 0 671480934 621228032 94080 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 151667 94080 243 26 0 148299 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 606668

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 1280
/proc/meminfo: memFree=7304332/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=608228 CPUtime=282.3 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 124013 0 0 0 28214 16 0 0 25 0 1 0 671480934 622825472 120375 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268336 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 152057 120375 243 26 0 148689 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 608228

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 1282
/proc/meminfo: memFree=7147908/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=611180 CPUtime=342.3 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 147668 0 0 0 34210 20 0 0 25 0 1 0 671480934 625848320 143996 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 152795 143996 243 26 0 149427 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 611180

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 1283
/proc/meminfo: memFree=7007748/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=963712 CPUtime=402.31 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 172098 0 0 0 40207 24 0 0 25 0 1 0 671480934 986841088 168395 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 240928 168395 243 26 0 237560 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 963712

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 1285
/proc/meminfo: memFree=6872752/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=965240 CPUtime=462.3 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 193461 0 0 0 46205 25 0 0 25 0 1 0 671480934 988405760 189745 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 241310 189745 243 26 0 237942 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 965240

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/482 1286
/proc/meminfo: memFree=6729228/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=967312 CPUtime=522.31 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 213381 0 0 0 52203 28 0 0 25 0 1 0 671480934 990527488 209657 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 241828 209657 243 26 0 238460 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 967312

[startup+582.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/482 1288
/proc/meminfo: memFree=6567220/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=967732 CPUtime=582.31 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 238002 0 0 0 58201 30 0 0 25 0 1 0 671480934 990957568 234264 33554432000 4194304 4300288 140736107562864 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 241933 234264 243 26 0 238565 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 967732

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.06 2/476 1410
/proc/meminfo: memFree=9683784/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=326060 CPUtime=4062.46 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1792191 0 0 0 405959 287 0 0 25 0 1 0 671480934 333885440 58710 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 81515 58710 243 26 0 78147 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 326060

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/476 1411
/proc/meminfo: memFree=9522520/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=458320 CPUtime=4122.44 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1833993 0 0 0 411954 290 0 0 25 0 1 0 671480934 469319680 100486 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268282 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 114580 100486 243 26 0 111212 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 458320

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/476 1413
/proc/meminfo: memFree=9379492/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=673244 CPUtime=4182.45 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1868322 0 0 0 417950 295 0 0 25 0 1 0 671480934 689401856 134786 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268239 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 168311 134786 243 26 0 164943 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 673244

[startup+4242.3 s]
/proc/loadavg: 1.09 1.03 1.05 2/476 1415
/proc/meminfo: memFree=9242044/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1022492 CPUtime=4242.45 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1902745 0 0 0 423946 299 0 0 25 0 1 0 671480934 1047031808 169184 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 255623 169184 243 26 0 252255 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 1022492

[startup+4302.3 s]
/proc/loadavg: 1.07 1.03 1.05 2/476 1416
/proc/meminfo: memFree=9131632/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1022636 CPUtime=4302.45 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1930080 0 0 0 429942 303 0 0 25 0 1 0 671480934 1047179264 196503 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 255659 196503 243 26 0 252291 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 1022636

[startup+4362.3 s]
/proc/loadavg: 1.02 1.03 1.04 2/476 1418
/proc/meminfo: memFree=9046512/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1022636 CPUtime=4362.45 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1951874 0 0 0 435939 306 0 0 25 0 1 0 671480934 1047179264 218284 33554432000 4194304 4300288 140736107562864 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 255659 218284 243 26 0 252291 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 1022636

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.04 2/476 1419
/proc/meminfo: memFree=8919224/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1022784 CPUtime=4422.46 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 1983586 0 0 0 441934 312 0 0 25 0 1 0 671480934 1047330816 249971 33554432000 4194304 4300288 140736107562864 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 255696 249971 243 26 0 252328 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 1022784

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/476 1421
/proc/meminfo: memFree=8805440/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1590312 CPUtime=4482.46 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2012055 0 0 0 447930 316 0 0 25 0 1 0 671480934 1628479488 278415 33554432000 4194304 4300288 140736107562864 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 397578 278415 243 26 0 394210 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 1590312

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/476 1423
/proc/meminfo: memFree=8697768/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1590464 CPUtime=4542.46 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2038531 0 0 0 453925 321 0 0 25 0 1 0 671480934 1628635136 304872 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 397616 304872 243 26 0 394248 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 1590464

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/476 1424
/proc/meminfo: memFree=8589600/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1590608 CPUtime=4602.47 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2065271 0 0 0 459923 324 0 0 25 0 1 0 671480934 1628782592 331592 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 397652 331592 243 26 0 394284 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 1590608

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/476 1426
/proc/meminfo: memFree=8468644/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1590912 CPUtime=4662.46 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2095523 0 0 0 465916 330 0 0 25 0 1 0 671480934 1629093888 361825 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 397728 361825 243 26 0 394360 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 1590912

[startup+4722.32 s]
/proc/loadavg: 1.13 1.03 1.02 2/476 1427
/proc/meminfo: memFree=8367404/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=1591208 CPUtime=4722.48 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2120555 0 0 0 471914 334 0 0 25 0 1 0 671480934 1629396992 386836 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 397802 386836 243 26 0 394434 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 1591208

[startup+4782.3 s]
/proc/loadavg: 1.11 1.04 1.02 2/476 1429
/proc/meminfo: memFree=8290212/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513444 CPUtime=4782.47 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2140428 0 0 0 477909 338 0 0 25 0 1 0 671480934 2573766656 406690 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628361 406690 243 26 0 624993 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 2513444

[startup+4842.3 s]
/proc/loadavg: 1.04 1.03 1.01 2/476 1431
/proc/meminfo: memFree=8209448/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513444 CPUtime=4842.47 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2160178 0 0 0 483907 340 0 0 25 0 1 0 671480934 2573766656 426422 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628361 426422 243 26 0 624993 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 2513444

[startup+4902.3 s]
/proc/loadavg: 1.01 1.02 1.01 2/476 1432
/proc/meminfo: memFree=8155340/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513780 CPUtime=4902.47 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2174132 0 0 0 489905 342 0 0 25 0 1 0 671480934 2574110720 440361 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628445 440361 243 26 0 625077 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 2513780

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/476 1434
/proc/meminfo: memFree=8034888/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513780 CPUtime=4962.47 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2203843 0 0 0 495901 346 0 0 25 0 1 0 671480934 2574110720 470051 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628445 470051 243 26 0 625077 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 2513780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/476 1435
/proc/meminfo: memFree=7970372/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513780 CPUtime=5000.08 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2219872 0 0 0 499659 349 0 0 25 0 1 0 671480934 2574110720 486071 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628445 486071 243 26 0 625077 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2513780

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: 1.00 1.01 1.00 2/476 1435
/proc/meminfo: memFree=7970372/32951124 swapFree=56316216/67111528
[pid=1272] ppid=1270 vsize=2513780 CPUtime=5000.08 cores=1,3,5,7
/proc/1272/stat : 1272 (cir_minisat) R 1270 1272 32592 0 -1 4202496 2219872 0 0 0 499659 349 0 0 25 0 1 0 671480934 2574110720 486071 33554432000 4194304 4300288 140736107562864 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1272/statm: 628445 486071 243 26 0 625077 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2513780

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.99
CPU time (s): 5000.17
CPU user time (s): 4996.61
CPU system time (s): 3.55646
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4141116

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

runsolver used 20.8898 second user time and 56.3984 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-17 04:19:46
IDJOB=3387268
IDBENCH=82381
IDSOLVER=1873
FILE ID=node102/3387268-1305598785
RUNJOBID= node102-1305586740-32611
PBS_JOBID= 13350376
Free space on /tmp= 73700 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387268-1305598785/watcher-3387268-1305598785 -o /tmp/evaluation-result-3387268-1305598785/solver-3387268-1305598785 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387268-1305598785.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1752234666

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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:       8020408 kB
Buffers:        151908 kB
Cached:        1088676 kB
SwapCached:      33496 kB
Active:       16031324 kB
Inactive:      8646620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8020408 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:            8544 kB
Writeback:           0 kB
AnonPages:    23414780 kB
Mapped:          25092 kB
Slab:            81372 kB
PageTables:     103184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 138063904 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= 73724 MiB
End job on node102 at 2011-05-17 05:43:08