Trace number 3309218

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark79.238
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3309218-1303987380/watcher-3309218-1303987380 -o /tmp/evaluation-result-3309218-1303987380/solver-3309218-1303987380 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309218-1303987380.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: 0.00 0.04 0.81 2/177 20443
/proc/meminfo: memFree=19802636/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=21972 CPUtime=0 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1200 0 0 0 0 0 0 0 21 0 1 0 510336062 22499328 1141 33554432000 4194304 4309791 140734943517152 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 5493 1144 217 29 0 2122 0

[startup+0.093518 s]
/proc/loadavg: 0.00 0.04 0.81 2/177 20443
/proc/meminfo: memFree=19802636/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=53748 CPUtime=0.08 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 8922 0 0 0 8 0 0 0 21 0 1 0 510336062 55037952 8534 33554432000 4194304 4309791 140734943517152 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 13437 8547 217 29 0 10066 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53748

[startup+0.100517 s]
/proc/loadavg: 0.00 0.04 0.81 2/177 20443
/proc/meminfo: memFree=19802636/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=54540 CPUtime=0.09 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 9756 0 0 0 9 0 0 0 21 0 1 0 510336062 55848960 9369 33554432000 4194304 4309791 140734943517152 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 13635 9371 217 29 0 10264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54540

[startup+0.300484 s]
/proc/loadavg: 0.00 0.04 0.81 2/177 20443
/proc/meminfo: memFree=19802636/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=97340 CPUtime=0.29 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 20978 0 0 0 27 2 0 0 22 0 1 0 510336062 99676160 19593 33554432000 4194304 4309791 140734943517152 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 24335 19594 217 29 0 20964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97340

[startup+0.700417 s]
/proc/loadavg: 0.00 0.04 0.81 2/177 20443
/proc/meminfo: memFree=19802636/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=158672 CPUtime=0.69 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 35892 0 0 0 65 4 0 0 24 0 1 0 510336062 162480128 32460 33554432000 4194304 4309791 140734943517152 18446744073709551615 4216227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 39668 32460 220 29 0 36297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158672

[startup+1.50028 s]
/proc/loadavg: 0.00 0.04 0.81 3/178 20444
/proc/meminfo: memFree=19605484/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=178572 CPUtime=1.49 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 42062 0 0 0 144 5 0 0 25 0 1 0 510336062 182857728 38364 33554432000 4194304 4309791 140734943517152 18446744073709551615 4232199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 44643 38364 225 29 0 41272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178572

[startup+3.10099 s]
/proc/loadavg: 0.16 0.08 0.82 3/178 20444
/proc/meminfo: memFree=19638852/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=150204 CPUtime=3.09 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 46403 0 0 0 304 5 0 0 25 0 1 0 510336062 153808896 30754 33554432000 4194304 4309791 140734943517152 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 37551 30754 245 29 0 34180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150204

[startup+6.30043 s]
/proc/loadavg: 0.16 0.08 0.82 3/178 20444
/proc/meminfo: memFree=19635008/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=150204 CPUtime=6.29 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 46892 0 0 0 624 5 0 0 25 0 1 0 510336062 153808896 31239 33554432000 4194304 4309791 140734943517152 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 37551 31239 245 29 0 34180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150204

[startup+12.7003 s]
/proc/loadavg: 0.44 0.14 0.83 3/178 20444
/proc/meminfo: memFree=19623984/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=161880 CPUtime=12.69 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 48046 0 0 0 1263 6 0 0 25 0 1 0 510336062 165765120 32387 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 40470 32387 245 29 0 37099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161880

[startup+25.501 s]
/proc/loadavg: 0.68 0.20 0.84 3/178 20445
/proc/meminfo: memFree=19570996/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=161880 CPUtime=25.49 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 50824 0 0 0 2543 6 0 0 25 0 1 0 510336062 165765120 35150 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 40470 35150 245 29 0 37099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161880

[startup+51.1005 s]
/proc/loadavg: 1.13 0.34 0.87 3/178 20446
/proc/meminfo: memFree=19517408/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=208764 CPUtime=51.09 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 70502 0 0 0 5099 10 0 0 25 0 1 0 510336062 213774336 45333 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 52191 45333 245 29 0 48820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208764

[startup+102.307 s]
/proc/loadavg: 1.65 0.62 0.93 3/178 20447
/proc/meminfo: memFree=19470648/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=239584 CPUtime=102.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 94189 0 0 0 10214 16 0 0 25 0 1 0 510336062 245334016 50085 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 59896 50085 245 29 0 56525 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 239584

[startup+162.301 s]
/proc/loadavg: 1.87 0.87 1.00 3/178 20475
/proc/meminfo: memFree=19667740/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=239584 CPUtime=162.29 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 123776 0 0 0 16207 22 0 0 25 0 1 0 510336062 245334016 51204 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 59896 51204 245 29 0 56525 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 239584

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 1.06 3/178 20477
/proc/meminfo: memFree=19573588/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=371060 CPUtime=222.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 142811 0 0 0 22202 28 0 0 25 0 1 0 510336062 379965440 70195 33554432000 4194304 4309791 140734943517152 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 92765 70195 245 29 0 89394 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 371060

[startup+282.301 s]
/proc/loadavg: 1.98 1.24 1.11 3/178 20479
/proc/meminfo: memFree=19574308/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=289672 CPUtime=282.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 175736 0 0 0 28194 36 0 0 25 0 1 0 510336062 296624128 63661 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 72418 63661 245 29 0 69047 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 289672

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 1.17 4/178 20480
/proc/meminfo: memFree=19494188/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=371060 CPUtime=342.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 196453 0 0 0 34187 43 0 0 25 0 1 0 510336062 379965440 84349 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 92765 84349 245 29 0 89394 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 371060

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 1.22 3/178 20482
/proc/meminfo: memFree=19555424/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=371060 CPUtime=402.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 231422 0 0 0 40178 52 0 0 25 0 1 0 510336062 379965440 68696 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 92765 68696 245 29 0 89394 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 371060

[startup+462.3 s]
/proc/loadavg: 1.99 1.58 1.26 4/178 20483
/proc/meminfo: memFree=19473940/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=503320 CPUtime=462.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 251110 0 0 0 46172 58 0 0 25 0 1 0 510336062 515399680 88349 33554432000 4194304 4309791 140734943517152 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 125830 88349 245 29 0 122459 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 503320

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 1.31 3/178 20485
/proc/meminfo: memFree=19564948/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=289672 CPUtime=522.31 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 286515 0 0 0 52164 67 0 0 25 0 1 0 510336062 296624128 65344 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 72418 65344 245 29 0 69047 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 289672

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 1.35 3/178 20487
/proc/meminfo: memFree=19481852/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=371060 CPUtime=582.3 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 306573 0 0 0 58158 72 0 0 25 0 1 0 510336062 379965440 85363 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 92765 85363 245 29 0 89394 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 371060

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20591
/proc/meminfo: memFree=19494360/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=312004 CPUtime=4062.39 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1784247 0 0 0 405772 467 0 0 25 0 1 0 510336062 319492096 64007 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 78001 64007 245 29 0 74630 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 312004

[startup+4122.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 20593
/proc/meminfo: memFree=19371960/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=393392 CPUtime=4122.39 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1810002 0 0 0 411765 474 0 0 25 0 1 0 510336062 402833408 89727 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 98348 89727 245 29 0 94977 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 393392

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 20595
/proc/meminfo: memFree=19308084/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=525652 CPUtime=4182.39 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1834093 0 0 0 417759 480 0 0 25 0 1 0 510336062 538267648 113795 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 131413 113795 245 29 0 128042 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 525652

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20596
/proc/meminfo: memFree=19192008/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=740576 CPUtime=4242.39 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1857095 0 0 0 423752 487 0 0 25 0 1 0 510336062 758349824 136771 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259134 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 185144 136771 245 29 0 181773 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 740576

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20598
/proc/meminfo: memFree=19157272/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=740576 CPUtime=4302.39 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1881282 0 0 0 429746 493 0 0 25 0 1 0 510336062 758349824 160938 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 185144 160938 245 29 0 181773 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 740576

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 20599
/proc/meminfo: memFree=19026060/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1090324 CPUtime=4362.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1900848 0 0 0 435741 499 0 0 25 0 1 0 510336062 1116491776 180484 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 272581 180484 245 29 0 269210 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1090324

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20601
/proc/meminfo: memFree=18921516/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1090864 CPUtime=4422.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1921656 0 0 0 441736 504 0 0 25 0 1 0 510336062 1117044736 201271 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 272716 201271 245 29 0 269345 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1090864

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 1.94 4/178 20603
/proc/meminfo: memFree=18883552/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1091568 CPUtime=4482.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1939862 0 0 0 447730 510 0 0 25 0 1 0 510336062 1117765632 219455 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 272892 219455 245 29 0 269521 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1091568

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 20604
/proc/meminfo: memFree=19457036/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=314668 CPUtime=4542.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 1981186 0 0 0 453719 521 0 0 25 0 1 0 510336062 322220032 69097 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 78667 69097 245 29 0 75296 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 314668

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20606
/proc/meminfo: memFree=19409156/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=528468 CPUtime=4602.41 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2011048 0 0 0 459711 530 0 0 25 0 1 0 510336062 541151232 98937 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 132117 98937 245 29 0 128746 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 528468

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20607
/proc/meminfo: memFree=19254124/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=529080 CPUtime=4662.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2036302 0 0 0 465704 536 0 0 25 0 1 0 510336062 541777920 124162 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 132270 124162 245 29 0 128899 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 529080

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20618
/proc/meminfo: memFree=19138156/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=744004 CPUtime=4722.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2059599 0 0 0 471698 542 0 0 25 0 1 0 510336062 761860096 147433 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 186001 147433 245 29 0 182630 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 744004

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 20620
/proc/meminfo: memFree=19128216/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=744604 CPUtime=4782.4 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2080809 0 0 0 477690 550 0 0 25 0 1 0 510336062 762474496 168608 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 186151 168608 245 29 0 182780 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 744604

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20621
/proc/meminfo: memFree=18993400/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1093852 CPUtime=4842.41 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2100273 0 0 0 483685 556 0 0 25 0 1 0 510336062 1120104448 188054 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 273463 188054 245 29 0 270092 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1093852

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 20626
/proc/meminfo: memFree=18899172/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1094452 CPUtime=4902.41 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2119158 0 0 0 489681 560 0 0 25 0 1 0 510336062 1120718848 206925 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259743 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 273613 206925 245 29 0 270242 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1094452

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20627
/proc/meminfo: memFree=18896908/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1095356 CPUtime=4962.41 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2138584 0 0 0 495676 565 0 0 25 0 1 0 510336062 1121644544 226336 33554432000 4194304 4309791 140734943517152 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 273839 226336 245 29 0 270468 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1095356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20629
/proc/meminfo: memFree=18803884/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1095356 CPUtime=5000.02 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2149498 0 0 0 499433 569 0 0 25 0 1 0 510336062 1121644544 237241 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 273839 237241 245 29 0 270468 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1095356

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.94 3/178 20629
/proc/meminfo: memFree=18803884/32951124 swapFree=67111464/67111528
[pid=20443] ppid=20441 vsize=1095356 CPUtime=5000.02 cores=1,3,5,7
/proc/20443/stat : 20443 (glueminisat) R 20441 20443 20405 0 -1 4202496 2149498 0 0 0 499433 569 0 0 25 0 1 0 510336062 1121644544 237241 33554432000 4194304 4309791 140734943517152 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20443/statm: 273839 237241 245 29 0 270468 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1095356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.07
CPU user time (s): 4994.33
CPU system time (s): 5.73413
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1172628

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

runsolver used 7.44787 second user time and 16.7265 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 12:43:01
IDJOB=3309218
IDBENCH=20349
IDSOLVER=1694
FILE ID=node136/3309218-1303987380
RUNJOBID= node136-1303987379-20424
PBS_JOBID= 13168738
Free space on /tmp= 72288 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309218-1303987380/watcher-3309218-1303987380 -o /tmp/evaluation-result-3309218-1303987380/solver-3309218-1303987380 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309218-1303987380.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1594934666

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.76
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      19802916 kB
Buffers:       1734420 kB
Cached:       10703904 kB
SwapCached:         60 kB
Active:        5631016 kB
Inactive:      6936080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19802916 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           48584 kB
Writeback:          16 kB
AnonPages:      128312 kB
Mapped:          14788 kB
Slab:           517064 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   286004 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= 72308 MiB
End job on node136 at 2011-04-28 14:06:23