Trace number 3348635

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-03-02? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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-3348635-1304972155/watcher-3348635-1304972155 -o /tmp/evaluation-result-3348635-1304972155/solver-3348635-1304972155 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348635-1304972155.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.10 4.00 3.58 4/366 29841
/proc/meminfo: memFree=20366332/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=22064 CPUtime=0 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 1393 0 0 0 0 0 0 0 25 0 1 0 608813211 22593536 1292 33554432000 4194304 4254575 140734802344992 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 5516 1294 213 15 0 2159 0

[startup+0.112407 s]
/proc/loadavg: 4.10 4.00 3.58 4/366 29841
/proc/meminfo: memFree=20366332/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=23244 CPUtime=0.1 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 1879 0 0 0 10 0 0 0 25 0 1 0 608813211 23801856 1757 33554432000 4194304 4254575 140734802344992 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 5811 1757 232 15 0 2454 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23244

[startup+0.200389 s]
/proc/loadavg: 4.10 4.00 3.58 4/366 29841
/proc/meminfo: memFree=20366332/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=23344 CPUtime=0.19 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 1962 0 0 0 19 0 0 0 25 0 1 0 608813211 23904256 1839 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216828 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 5836 1839 232 15 0 2479 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23344

[startup+0.300371 s]
/proc/loadavg: 4.10 4.00 3.58 4/366 29841
/proc/meminfo: memFree=20366332/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=23344 CPUtime=0.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 2030 0 0 0 29 0 0 0 25 0 1 0 608813211 23904256 1905 33554432000 4194304 4254575 140734802344992 18446744073709551615 4209517 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 5836 1905 233 15 0 2479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23344

[startup+0.700314 s]
/proc/loadavg: 4.10 4.00 3.58 4/366 29841
/proc/meminfo: memFree=20366332/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=23664 CPUtime=0.69 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 2347 0 0 0 69 0 0 0 25 0 1 0 608813211 24231936 2219 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216532 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 5916 2219 233 15 0 2559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23664

[startup+1.50017 s]
/proc/loadavg: 4.10 4.00 3.58 5/367 29842
/proc/meminfo: memFree=20355172/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=24072 CPUtime=1.49 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 2808 0 0 0 149 0 0 0 25 0 1 0 608813211 24649728 2675 33554432000 4194304 4254575 140734802344992 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 6018 2675 233 15 0 2661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24072

[startup+3.10087 s]
/proc/loadavg: 4.10 4.00 3.58 5/367 29842
/proc/meminfo: memFree=20349256/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=27368 CPUtime=3.09 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 3621 0 0 0 308 1 0 0 25 0 1 0 608813211 28024832 3483 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217004 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 6842 3483 233 15 0 3485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27368

[startup+6.30029 s]
/proc/loadavg: 4.09 4.00 3.58 5/367 29843
/proc/meminfo: memFree=20328920/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=33064 CPUtime=6.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 5090 0 0 0 628 1 0 0 25 0 1 0 608813211 33857536 4930 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 8266 4930 233 15 0 4909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33064

[startup+12.7011 s]
/proc/loadavg: 4.08 4.00 3.58 5/367 29843
/proc/meminfo: memFree=20288808/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=53884 CPUtime=12.69 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 7559 0 0 0 1267 2 0 0 25 0 1 0 608813211 55177216 7379 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 13471 7379 233 15 0 10114 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53884

[startup+25.5008 s]
/proc/loadavg: 4.06 4.00 3.59 5/367 29843
/proc/meminfo: memFree=20235232/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=44568 CPUtime=25.49 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 12702 0 0 0 2546 3 0 0 25 0 1 0 608813211 45637632 6754 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 11142 6754 233 15 0 7785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44568

[startup+51.1012 s]
/proc/loadavg: 4.04 4.00 3.60 5/367 29844
/proc/meminfo: memFree=20101388/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=88808 CPUtime=51.1 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 24030 0 0 0 5104 6 0 0 25 0 1 0 608813211 90939392 11960 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22202 11960 233 15 0 18845 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 88808

[startup+102.301 s]
/proc/loadavg: 4.02 4.00 3.62 5/367 29845
/proc/meminfo: memFree=19743368/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=88808 CPUtime=102.3 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 31089 0 0 0 10223 7 0 0 25 0 1 0 608813211 90939392 18860 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22202 18860 233 15 0 18845 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88808

[startup+162.301 s]
/proc/loadavg: 4.05 4.01 3.65 5/367 29847
/proc/meminfo: memFree=19459216/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=89048 CPUtime=162.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 47471 0 0 0 16220 9 0 0 25 0 1 0 608813211 91185152 18916 33554432000 4194304 4254575 140734802344992 18446744073709551615 4223280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22262 18916 233 15 0 18905 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89048

[startup+222.314 s]
/proc/loadavg: 4.02 4.01 3.66 5/367 29848
/proc/meminfo: memFree=19225152/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=89048 CPUtime=222.3 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 64430 0 0 0 22218 12 0 0 25 0 1 0 608813211 91185152 18928 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22262 18928 233 15 0 18905 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 89048

[startup+282.3 s]
/proc/loadavg: 3.85 3.97 3.67 4/361 29923
/proc/meminfo: memFree=23758288/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=89048 CPUtime=282.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 72942 0 0 0 28216 13 0 0 25 0 1 0 608813211 91185152 18947 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22262 18947 233 15 0 18905 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89048

[startup+342.301 s]
/proc/loadavg: 3.31 3.79 3.62 4/361 29924
/proc/meminfo: memFree=23613760/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=138368 CPUtime=342.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 90727 0 0 0 34213 16 0 0 25 0 1 0 608813211 141688832 27516 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216576 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 34592 27516 233 15 0 31235 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 138368

[startup+402.301 s]
/proc/loadavg: 3.18 3.66 3.59 4/361 29926
/proc/meminfo: memFree=23554672/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=89048 CPUtime=402.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 98812 0 0 0 40211 18 0 0 25 0 1 0 608813211 91185152 18948 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22262 18948 233 15 0 18905 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 89048

[startup+462.301 s]
/proc/loadavg: 3.06 3.54 3.55 4/361 29928
/proc/meminfo: memFree=23549884/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=138368 CPUtime=462.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 116091 0 0 0 46208 21 0 0 25 0 1 0 608813211 141688832 27453 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217004 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 34592 27453 233 15 0 31235 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 138368

[startup+522.301 s]
/proc/loadavg: 3.02 3.44 3.51 4/361 29929
/proc/meminfo: memFree=23492132/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=89048 CPUtime=522.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 126895 0 0 0 52205 24 0 0 25 0 1 0 608813211 91185152 18965 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 22262 18965 233 15 0 18905 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 89048

[startup+582.3 s]
/proc/loadavg: 3.01 3.35 3.48 4/361 29931
/proc/meminfo: memFree=23402780/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99392 CPUtime=582.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 138058 0 0 0 58203 26 0 0 25 0 1 0 608813211 101777408 21407 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24848 21407 233 15 0 21491 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 99392

[startup+642.3 s]
/proc/loadavg: 3.05 3.30 3.45 4/361 29932
/proc/meminfo: memFree=23462852/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=642.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 156867 0 0 0 64199 30 0 0 25 0 1 0 608813211 102146048 21567 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21567 233 15 0 21581 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 99752

[startup+702.301 s]
/proc/loadavg: 3.14 3.28 3.43 4/361 29934
/proc/meminfo: memFree=23563572/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=702.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 166597 0 0 0 70197 32 0 0 25 0 1 0 608813211 102146048 21568 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216510 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21568 233 15 0 21581 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 99752

[startup+762.301 s]
/proc/loadavg: 3.05 3.22 3.40 4/361 29936
/proc/meminfo: memFree=23479800/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=762.3 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 176367 0 0 0 76196 34 0 0 25 0 1 0 608813211 102146048 21568 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21568 233 15 0 21581 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 99752

[startup+822.301 s]
/proc/loadavg: 3.02 3.18 3.37 4/361 29937
/proc/meminfo: memFree=23399860/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=822.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 186007 0 0 0 82193 36 0 0 25 0 1 0 608813211 102146048 21568 33554432000 4194304 4254575 140734802344992 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21568 233 15 0 21581 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 99752

[startup+882.314 s]
/proc/loadavg: 3.00 3.14 3.35 4/361 29939
/proc/meminfo: memFree=23293392/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=149072 CPUtime=882.3 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 203421 0 0 0 88191 39 0 0 25 0 1 0 608813211 152649728 29265 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 37268 29265 233 15 0 33911 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 149072

[startup+942.3 s]
/proc/loadavg: 3.00 3.12 3.32 4/361 29940
/proc/meminfo: memFree=23429488/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=942.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 214634 0 0 0 94187 42 0 0 25 0 1 0 608813211 102146048 21571 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21571 233 15 0 21581 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 99752

[startup+1002.3 s]
/proc/loadavg: 3.03 3.11 3.30 4/361 29942
/proc/meminfo: memFree=23348056/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=1002.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 226792 0 0 0 100184 45 0 0 25 0 1 0 608813211 102146048 21597 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21597 233 15 0 21581 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 99752

[startup+1062.3 s]
/proc/loadavg: 3.01 3.08 3.28 4/361 29944
/proc/meminfo: memFree=23516124/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=1062.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 237089 0 0 0 106182 47 0 0 25 0 1 0 608813211 102146048 21598 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21598 233 15 0 21581 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 99752

[startup+1122.3 s]
/proc/loadavg: 3.00 3.07 3.26 5/361 29945
/proc/meminfo: memFree=23435328/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=1122.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 249704 0 0 0 112179 50 0 0 25 0 1 0 608813211 102146048 21598 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21598 233 15 0 21581 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 99752

[startup+1182.3 s]
/proc/loadavg: 3.07 3.07 3.25 4/361 29947
/proc/meminfo: memFree=23366944/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=99752 CPUtime=1182.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 262837 0 0 0 118175 54 0 0 25 0 1 0 608813211 102146048 21619 33554432000 4194304 4254575 140734802344992 18446744073709551615 4223268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 24938 21619 233 15 0 21581 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 99752

[startup+1242.3 s]
/proc/loadavg: 3.02 3.05 3.23 4/361 29948
/proc/meminfo: memFree=23470412/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=119264 CPUtime=1242.29 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 276050 0 0 0 124171 58 0 0 25 0 1 0 608813211 122126336 21621 33554432000 4194304 4254575 140734802344992 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 29816 21621 233 15 0 26459 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 119264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.05 3.22 4/361 29950
/proc/meminfo: memFree=23395812/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=119264 CPUtime=1300.01 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 289302 0 0 0 129938 63 0 0 25 0 1 0 608813211 122126336 21810 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 29816 21810 233 15 0 26459 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 119264

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

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

[startup+1300 s]
/proc/loadavg: 3.04 3.05 3.22 4/361 29950
/proc/meminfo: memFree=23395812/32951124 swapFree=65580836/67111528
[pid=29841] ppid=29839 vsize=119264 CPUtime=1300.01 cores=5,7
/proc/29841/stat : 29841 (cir_minisat) R 29839 29841 28937 0 -1 4202496 289302 0 0 0 129938 63 0 0 25 0 1 0 608813211 122126336 21810 33554432000 4194304 4254575 140734802344992 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29841/statm: 29816 21810 233 15 0 26459 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 119264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.38
CPU system time (s): 0.633903
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 199404

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

runsolver used 4.47632 second user time and 10.9013 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 22:15:55
IDJOB=3348635
IDBENCH=83117
IDSOLVER=1810
FILE ID=node137/3348635-1304972155
RUNJOBID= node137-1304971120-29566
PBS_JOBID= 13285613
Free space on /tmp= 37916 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348635-1304972155/watcher-3348635-1304972155 -o /tmp/evaluation-result-3348635-1304972155/solver-3348635-1304972155 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348635-1304972155.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1074052404

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      20366612 kB
Buffers:        139876 kB
Cached:        1311044 kB
SwapCached:      36192 kB
Active:        4629228 kB
Inactive:      7757424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20366612 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:            1220 kB
Writeback:           0 kB
AnonPages:    10909068 kB
Mapped:          19516 kB
Slab:            88412 kB
PageTables:      46232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80209296 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= 37956 MiB
End job on node137 at 2011-05-09 22:37:37