Trace number 3433877

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: MiniSAT 2.2.0-agile-26? (TO) 5000.23 5000.1

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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

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-3433877-1306842918/watcher-3433877-1306842918 -o /tmp/evaluation-result-3433877-1306842918/solver-3433877-1306842918 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433877-1306842918.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.16 0.03 0.01 2/461 24291
/proc/meminfo: memFree=3579872/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=21288 CPUtime=0.01 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1306 0 0 0 1 0 0 0 21 0 1 0 795890222 21798912 1210 33554432000 4194304 4291235 140736811835296 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 5322 1211 214 24 0 1956 0

[startup+0.0338219 s]
/proc/loadavg: 0.16 0.03 0.01 2/461 24291
/proc/meminfo: memFree=3579872/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=24240 CPUtime=0.03 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 2348 0 0 0 3 0 0 0 21 0 1 0 795890222 24821760 2099 33554432000 4194304 4291235 140736811835296 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 6060 2100 215 24 0 2694 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24240

[startup+0.100808 s]
/proc/loadavg: 0.16 0.03 0.01 2/461 24291
/proc/meminfo: memFree=3579872/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=36048 CPUtime=0.09 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 6069 0 0 0 9 0 0 0 21 0 1 0 795890222 36913152 5220 33554432000 4194304 4291235 140736811835296 18446744073709551615 4260742 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 9012 5220 215 24 0 5646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36048

[startup+0.300776 s]
/proc/loadavg: 0.16 0.03 0.01 2/461 24291
/proc/meminfo: memFree=3579872/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=75468 CPUtime=0.29 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 17093 0 0 0 27 2 0 0 22 0 1 0 795890222 77279232 14312 33554432000 4194304 4291235 140736811835296 18446744073709551615 228122411200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 18867 14337 215 24 0 15501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75468

[startup+0.700701 s]
/proc/loadavg: 0.16 0.03 0.01 2/461 24291
/proc/meminfo: memFree=3579872/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=158604 CPUtime=0.69 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 38360 0 0 0 64 5 0 0 24 0 1 0 795890222 162410496 32022 33554432000 4194304 4291235 140736811835296 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 39651 32022 215 24 0 36285 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158604

[startup+1.50056 s]
/proc/loadavg: 0.16 0.03 0.01 3/462 24292
/proc/meminfo: memFree=3385968/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=298248 CPUtime=1.49 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 80972 0 0 0 138 11 0 0 25 0 1 0 795890222 305405952 66963 33554432000 4194304 4291235 140736811835296 18446744073709551615 4260742 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 74562 66966 215 24 0 71196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 298248

[startup+3.10026 s]
/proc/loadavg: 0.39 0.08 0.03 3/462 24292
/proc/meminfo: memFree=3184096/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=456204 CPUtime=3.09 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 125237 0 0 0 293 16 0 0 25 0 1 0 795890222 467152896 103846 33554432000 4194304 4291235 140736811835296 18446744073709551615 4254858 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 114051 103846 237 24 0 110685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 456204

[startup+6.30068 s]
/proc/loadavg: 0.39 0.08 0.03 3/462 24292
/proc/meminfo: memFree=3133892/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=456204 CPUtime=6.29 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 125237 0 0 0 613 16 0 0 25 0 1 0 795890222 467152896 103846 33554432000 4194304 4291235 140736811835296 18446744073709551615 4254858 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 114051 103846 237 24 0 110685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 456204

[startup+12.7005 s]
/proc/loadavg: 0.63 0.14 0.05 3/462 24292
/proc/meminfo: memFree=3150784/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=456204 CPUtime=12.69 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 125237 0 0 0 1253 16 0 0 25 0 1 0 795890222 467152896 103846 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 114051 103846 237 24 0 110685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 456204

[startup+25.5012 s]
/proc/loadavg: 0.84 0.21 0.07 3/462 24293
/proc/meminfo: memFree=3104104/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=467796 CPUtime=25.5 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 130558 0 0 0 2533 17 0 0 25 0 1 0 795890222 479023104 108976 33554432000 4194304 4291235 140736811835296 18446744073709551615 4231961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 116949 108976 239 24 0 113583 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 467796

[startup+51.1005 s]
/proc/loadavg: 1.29 0.36 0.12 3/462 24293
/proc/meminfo: memFree=3111476/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=439376 CPUtime=51.1 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 160059 0 0 0 5090 20 0 0 25 0 1 0 795890222 449921024 93995 33554432000 4194304 4291235 140736811835296 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 109844 93995 259 24 0 106478 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 439376

[startup+102.317 s]
/proc/loadavg: 1.72 0.64 0.23 3/462 24295
/proc/meminfo: memFree=3006724/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=520764 CPUtime=102.31 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 172578 0 0 0 10208 23 0 0 25 0 1 0 795890222 533262336 106382 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 130191 106382 259 24 0 126825 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 520764

[startup+162.3 s]
/proc/loadavg: 2.03 0.90 0.34 3/462 24296
/proc/meminfo: memFree=2921120/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=653024 CPUtime=162.3 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 195755 0 0 0 16201 29 0 0 25 0 1 0 795890222 668696576 129376 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 163256 129376 259 24 0 159890 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 653024

[startup+222.3 s]
/proc/loadavg: 2.01 1.11 0.45 3/462 24298
/proc/meminfo: memFree=2892056/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=867948 CPUtime=222.29 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 224906 0 0 0 22195 34 0 0 25 0 1 0 795890222 888778752 158347 33554432000 4194304 4291235 140736811835296 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 216987 158347 259 24 0 213621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 867948

[startup+282.301 s]
/proc/loadavg: 2.00 1.26 0.53 3/462 24299
/proc/meminfo: memFree=2631352/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=867948 CPUtime=282.29 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 249957 0 0 0 28189 40 0 0 25 0 1 0 795890222 888778752 183223 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 216987 183223 259 24 0 213621 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 867948

[startup+342.301 s]
/proc/loadavg: 2.00 1.40 0.63 3/462 24310
/proc/meminfo: memFree=2677432/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=867948 CPUtime=342.29 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 271249 0 0 0 34184 45 0 0 25 0 1 0 795890222 888778752 204365 33554432000 4194304 4291235 140736811835296 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 216987 204365 259 24 0 213621 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 867948

[startup+402.301 s]
/proc/loadavg: 2.00 1.50 0.71 3/462 24312
/proc/meminfo: memFree=2487824/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=1223056 CPUtime=402.3 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 321725 0 0 0 40174 56 0 0 25 0 1 0 795890222 1252409344 254669 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 305764 254669 259 24 0 302398 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1223056

[startup+462.301 s]
/proc/loadavg: 2.00 1.59 0.79 3/462 24313
/proc/meminfo: memFree=2392912/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=1232392 CPUtime=462.3 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 348080 0 0 0 46169 61 0 0 25 0 1 0 795890222 1261969408 280860 33554432000 4194304 4291235 140736811835296 18446744073709551615 4261987 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 308098 280860 259 24 0 304732 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1232392

[startup+522.301 s]
/proc/loadavg: 2.00 1.66 0.86 3/462 24315
/proc/meminfo: memFree=2203396/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=1239056 CPUtime=522.3 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 368390 0 0 0 52163 67 0 0 25 0 1 0 795890222 1268793344 301034 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255630 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 309764 301034 259 24 0 306398 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1239056

[startup+582.301 s]
/proc/loadavg: 2.07 1.75 0.94 3/462 24319
/proc/meminfo: memFree=2106884/32951124 swapFree=46110252/67111528
[pid=24291] ppid=24289 vsize=1816328 CPUtime=582.31 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 390786 0 0 0 58157 74 0 0 25 0 1 0 795890222 1859919872 323322 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 454082 323322 259 24 0 450716 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1816328

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 1.98 3/462 24421
/proc/meminfo: memFree=111936/32951124 swapFree=45183444/67111528
[pid=24291] ppid=24289 vsize=4640980 CPUtime=4062.42 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1144739 0 0 0 405903 339 0 0 25 0 1 0 795890222 4752363520 1073405 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1160245 1073405 259 24 0 1156879 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 4640980

[startup+4122.3 s]
/proc/loadavg: 2.16 2.09 2.00 3/462 24423
/proc/meminfo: memFree=252296/32951124 swapFree=45127208/67111528
[pid=24291] ppid=24289 vsize=4657384 CPUtime=4122.4 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1153075 0 0 0 411899 341 0 0 25 0 1 0 795890222 4769161216 1081704 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1164346 1081704 259 24 0 1160980 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 4657384

[startup+4182.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/462 24427
/proc/meminfo: memFree=104524/32951124 swapFree=45127208/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4182.4 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1159856 0 0 0 417896 344 0 0 25 0 1 0 795890222 4780359680 1088451 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1088451 259 24 0 1163714 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 4668320

[startup+4242.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/462 24429
/proc/meminfo: memFree=216448/32951124 swapFree=45091336/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4242.4 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1163359 0 0 0 423894 346 0 0 25 0 1 0 795890222 4780359680 1091916 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1091916 259 24 0 1163714 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 4668320

[startup+4302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/462 24431
/proc/meminfo: memFree=93948/32951124 swapFree=45082064/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4302.4 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1170645 0 0 0 429890 350 0 0 25 0 1 0 795890222 4780359680 1099146 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1099146 259 24 0 1163714 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 4668320

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 24432
/proc/meminfo: memFree=183716/32951124 swapFree=45053768/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4362.41 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1175314 0 0 0 435888 353 0 0 25 0 1 0 795890222 4780359680 1103777 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1103777 259 24 0 1163714 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 4668320

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/462 24434
/proc/meminfo: memFree=98516/32951124 swapFree=45032064/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4422.41 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1179018 0 0 0 441885 356 0 0 25 0 1 0 795890222 4780359680 1107456 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1107456 259 24 0 1163714 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 4668320

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 24435
/proc/meminfo: memFree=173672/32951124 swapFree=45026932/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4482.41 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1183132 0 0 0 447883 358 0 0 25 0 1 0 795890222 4780359680 1111536 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1111536 259 24 0 1163714 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 4668320

[startup+4542.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/462 24437
/proc/meminfo: memFree=264128/32951124 swapFree=45012512/67111528
[pid=24291] ppid=24289 vsize=4668320 CPUtime=4542.41 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1187943 0 0 0 453879 362 0 0 25 0 1 0 795890222 4780359680 1116316 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1167080 1116316 259 24 0 1163714 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 4668320

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/462 24439
/proc/meminfo: memFree=125112/32951124 swapFree=45012512/67111528
[pid=24291] ppid=24289 vsize=4678848 CPUtime=4602.42 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1194569 0 0 0 459877 365 0 0 25 0 1 0 795890222 4791140352 1122917 33554432000 4194304 4291235 140736811835296 18446744073709551615 4251610 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1169712 1122917 259 24 0 1166346 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 4678848

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 24440
/proc/meminfo: memFree=252912/32951124 swapFree=44964308/67111528
[pid=24291] ppid=24289 vsize=4693160 CPUtime=4662.4 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1202258 0 0 0 465873 367 0 0 25 0 1 0 795890222 4805795840 1130567 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1173290 1130567 259 24 0 1169924 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 4693160

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/462 24442
/proc/meminfo: memFree=111904/32951124 swapFree=44964308/67111528
[pid=24291] ppid=24289 vsize=4693160 CPUtime=4722.43 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1210243 0 0 0 471872 371 0 0 25 0 1 0 795890222 4805795840 1138493 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1173290 1138493 259 24 0 1169924 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 4693160

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 24443
/proc/meminfo: memFree=250852/32951124 swapFree=44903432/67111528
[pid=24291] ppid=24289 vsize=4705312 CPUtime=4782.41 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1221642 0 0 0 477866 375 0 0 25 0 1 0 795890222 4818239488 1149822 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1176328 1149822 259 24 0 1172962 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 4705312

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 24445
/proc/meminfo: memFree=98976/32951124 swapFree=44903432/67111528
[pid=24291] ppid=24289 vsize=4716248 CPUtime=4842.43 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1231812 0 0 0 483865 378 0 0 25 0 1 0 795890222 4829437952 1159965 33554432000 4194304 4291235 140736811835296 18446744073709551615 4256056 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1179062 1159965 259 24 0 1175696 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 4716248

[startup+4902.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/462 24447
/proc/meminfo: memFree=255676/32951124 swapFree=44838424/67111528
[pid=24291] ppid=24289 vsize=4721920 CPUtime=4902.42 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1238170 0 0 0 489861 381 0 0 25 0 1 0 795890222 4835246080 1166283 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1180480 1166283 259 24 0 1177114 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 4721920

[startup+4962.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/462 24448
/proc/meminfo: memFree=115284/32951124 swapFree=44838424/67111528
[pid=24291] ppid=24289 vsize=7169348 CPUtime=4962.42 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1245964 0 0 0 495858 384 0 0 25 0 1 0 795890222 7341412352 1174049 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1792337 1174049 259 24 0 1788971 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 7169348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.07 2.02 3/462 24477
/proc/meminfo: memFree=433716/32951124 swapFree=44826120/67111528
[pid=24291] ppid=24289 vsize=7176636 CPUtime=5000.04 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4202496 1250060 0 0 0 499619 385 0 0 25 0 1 0 795890222 7348875264 1178130 33554432000 4194304 4291235 140736811835296 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24291/statm: 1794159 1178130 259 24 0 1790793 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 7176636

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

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

[startup+5000.1 s]
/proc/loadavg: 2.10 2.07 2.02 3/462 24477
/proc/meminfo: memFree=433716/32951124 swapFree=44826120/67111528
[pid=24291] ppid=24289 vsize=0 CPUtime=5000.22 cores=1,3,5,7
/proc/24291/stat : 24291 (minisat) R 24289 24291 24253 0 -1 4203524 1250060 0 0 0 499619 403 0 0 25 0 1 0 795890222 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/24291/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.1
CPU time (s): 5000.23
CPU user time (s): 4996.19
CPU system time (s): 4.03739
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7176636

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

runsolver used 21.8937 second user time and 51.8431 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-31 13:55:23
IDJOB=3433877
IDBENCH=20580
IDSOLVER=1930
FILE ID=node138/3433877-1306842918
RUNJOBID= node138-1306842918-24272
PBS_JOBID= 13482014
Free space on /tmp= 57328 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433877-1306842918/watcher-3433877-1306842918 -o /tmp/evaluation-result-3433877-1306842918/solver-3433877-1306842918 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433877-1306842918.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=2124292624

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:       3580276 kB
Buffers:        294852 kB
Cached:       21363920 kB
SwapCached:      78864 kB
Active:       13179960 kB
Inactive:     15446016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3580276 kB
SwapTotal:    67111528 kB
SwapFree:     46110252 kB
Dirty:          135116 kB
Writeback:           0 kB
AnonPages:     6899960 kB
Mapped:          18076 kB
Slab:           583668 kB
PageTables:      92744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130693268 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= 57328 MiB
End job on node138 at 2011-05-31 15:18:44