Trace number 3387416

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.09 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3387416-1305601485/watcher-3387416-1305601485 -o /tmp/evaluation-result-3387416-1305601485/solver-3387416-1305601485 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387416-1305601485.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.06 1.67 2/466 1656
/proc/meminfo: memFree=17496400/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=19260 CPUtime=0 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 622 0 0 0 0 0 0 0 23 0 1 0 750379017 19722240 565 33554432000 4194304 4300288 140734481642272 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 4849 571 215 26 0 1481 0

[startup+0.0650819 s]
/proc/loadavg: 0.92 1.06 1.67 2/466 1656
/proc/meminfo: memFree=17496400/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=34604 CPUtime=0.05 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 4738 0 0 0 5 0 0 0 23 0 1 0 750379017 35434496 4314 33554432000 4194304 4300288 140734481642272 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 8651 4316 218 26 0 5283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34604

[startup+0.101101 s]
/proc/loadavg: 0.92 1.06 1.67 2/466 1656
/proc/meminfo: memFree=17496400/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=39128 CPUtime=0.09 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 6340 0 0 0 9 0 0 0 23 0 1 0 750379017 40067072 5709 33554432000 4194304 4300288 140734481642272 18446744073709551615 4219136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 9782 5709 220 26 0 6414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39128

[startup+0.301068 s]
/proc/loadavg: 0.92 1.06 1.67 2/466 1656
/proc/meminfo: memFree=17496400/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=45768 CPUtime=0.29 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 9636 0 0 0 28 1 0 0 25 0 1 0 750379017 46866432 7223 33554432000 4194304 4300288 140734481642272 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 11442 7223 222 26 0 8074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45768

[startup+0.700998 s]
/proc/loadavg: 0.92 1.06 1.67 2/466 1656
/proc/meminfo: memFree=17496400/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=44032 CPUtime=0.69 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 10899 0 0 0 68 1 0 0 25 0 1 0 750379017 45088768 6646 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 11008 6646 242 26 0 7640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44032

[startup+1.50086 s]
/proc/loadavg: 0.92 1.06 1.67 3/470 1664
/proc/meminfo: memFree=17434372/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=44032 CPUtime=1.49 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 11199 0 0 0 148 1 0 0 25 0 1 0 750379017 45088768 6943 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 11008 6943 242 26 0 7640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44032

[startup+3.10055 s]
/proc/loadavg: 0.92 1.06 1.67 3/470 1664
/proc/meminfo: memFree=17429164/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=51104 CPUtime=3.09 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 11868 0 0 0 308 1 0 0 25 0 1 0 750379017 52330496 7596 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 12776 7596 242 26 0 9408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51104

[startup+6.30095 s]
/proc/loadavg: 1.01 1.08 1.67 3/470 1664
/proc/meminfo: memFree=17416660/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=69780 CPUtime=6.29 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 16274 0 0 0 627 2 0 0 25 0 1 0 750379017 71454720 11972 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 17445 11972 242 26 0 14077 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69780

[startup+12.7008 s]
/proc/loadavg: 1.09 1.09 1.67 3/470 1664
/proc/meminfo: memFree=17369644/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=81456 CPUtime=12.69 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 19307 0 0 0 1267 2 0 0 25 0 1 0 750379017 83410944 14976 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 20364 14976 242 26 0 16996 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81456

[startup+25.5004 s]
/proc/loadavg: 1.29 1.14 1.67 3/470 1664
/proc/meminfo: memFree=17320924/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=100424 CPUtime=25.49 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 25227 0 0 0 2545 4 0 0 25 0 1 0 750379017 102834176 20838 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1656/statm: 25106 20838 242 26 0 21738 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100424

[startup+51.1006 s]
/proc/loadavg: 1.69 1.24 1.69 3/470 1665
/proc/meminfo: memFree=17298276/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=85000 CPUtime=51.09 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 38104 0 0 0 5103 6 0 0 25 0 1 0 750379017 87040000 15582 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 21250 15582 242 26 0 17882 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85000

[startup+102.318 s]
/proc/loadavg: 1.86 1.35 1.71 3/470 1666
/proc/meminfo: memFree=17260328/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=103968 CPUtime=102.31 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 62834 0 0 0 10221 10 0 0 25 0 1 0 750379017 106463232 19106 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 25992 19106 242 26 0 22624 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 103968

[startup+162.301 s]
/proc/loadavg: 1.98 1.48 1.73 3/470 1668
/proc/meminfo: memFree=17254976/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=108476 CPUtime=162.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 92615 0 0 0 16214 16 0 0 25 0 1 0 750379017 111079424 20041 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 27119 20041 242 26 0 23751 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 108476

[startup+222.301 s]
/proc/loadavg: 2.07 1.60 1.75 3/470 1669
/proc/meminfo: memFree=17306052/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=91136 CPUtime=222.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 123556 0 0 0 22208 22 0 0 25 0 1 0 750379017 93323264 17511 33554432000 4194304 4300288 140734481642272 18446744073709551615 4270505 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 22784 17511 242 26 0 19416 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91136

[startup+282.301 s]
/proc/loadavg: 2.06 1.69 1.77 3/470 1671
/proc/meminfo: memFree=17081588/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=277700 CPUtime=282.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 152552 0 0 0 28202 28 0 0 25 0 1 0 750379017 284364800 46320 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 69425 46320 242 26 0 66057 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 277700

[startup+342.3 s]
/proc/loadavg: 2.02 1.74 1.78 3/470 1673
/proc/meminfo: memFree=17199620/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=198304 CPUtime=342.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 183007 0 0 0 34194 36 0 0 25 0 1 0 750379017 203063296 33603 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 49576 33603 242 26 0 46208 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 198304

[startup+402.3 s]
/proc/loadavg: 2.01 1.79 1.79 3/470 1674
/proc/meminfo: memFree=17146140/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=120696 CPUtime=402.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 212541 0 0 0 40188 42 0 0 25 0 1 0 750379017 123592704 25768 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 30174 25768 242 26 0 26806 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 120696

[startup+462.301 s]
/proc/loadavg: 2.00 1.82 1.80 3/470 1676
/proc/meminfo: memFree=17087708/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=285432 CPUtime=462.3 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 239933 0 0 0 46182 48 0 0 25 0 1 0 750379017 292282368 52929 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 71358 52929 242 26 0 67990 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 285432

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.82 3/470 1677
/proc/meminfo: memFree=17039576/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=204812 CPUtime=522.31 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 269249 0 0 0 52175 56 0 0 25 0 1 0 750379017 209727488 41542 33554432000 4194304 4300288 140734481642272 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 51203 41542 242 26 0 47835 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 204812

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.82 3/470 1679
/proc/meminfo: memFree=17174332/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=157244 CPUtime=582.31 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 300681 0 0 0 58170 61 0 0 25 0 1 0 750379017 161017856 32310 33554432000 4194304 4300288 140734481642272 18446744073709551615 4271128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 39311 32310 242 26 0 35943 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 157244

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/470 1784
/proc/meminfo: memFree=16778876/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=382212 CPUtime=4062.44 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1633365 0 0 0 405888 356 0 0 25 0 1 0 750379017 391385088 83700 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 95553 83700 242 26 0 92185 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 382212

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/470 1785
/proc/meminfo: memFree=16849916/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=220344 CPUtime=4122.43 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1655320 0 0 0 411880 363 0 0 25 0 1 0 750379017 225632256 45063 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 55086 45063 242 26 0 51718 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 220344

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1787
/proc/meminfo: memFree=16968316/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=382640 CPUtime=4182.43 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1680122 0 0 0 417875 368 0 0 25 0 1 0 750379017 391823360 69663 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 95660 69663 242 26 0 92292 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 382640

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1789
/proc/meminfo: memFree=16810568/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=383348 CPUtime=4242.43 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1697106 0 0 0 423871 372 0 0 25 0 1 0 750379017 392548352 86495 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 95837 86495 242 26 0 92469 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 383348

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1790
/proc/meminfo: memFree=16822824/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=252312 CPUtime=4302.44 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1722479 0 0 0 429866 378 0 0 25 0 1 0 750379017 258367488 52987 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 63078 52987 242 26 0 59710 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 252312

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1792
/proc/meminfo: memFree=16660232/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=383972 CPUtime=4362.44 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1747698 0 0 0 435861 383 0 0 25 0 1 0 750379017 393187328 78021 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 95993 78021 242 26 0 92625 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 383972

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/470 1793
/proc/meminfo: memFree=16828604/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=516932 CPUtime=4422.44 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1767701 0 0 0 441857 387 0 0 25 0 1 0 750379017 529338368 97893 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 129233 97893 242 26 0 125865 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 516932

[startup+4482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/470 1795
/proc/meminfo: memFree=16882764/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=253684 CPUtime=4482.44 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1794227 0 0 0 447852 392 0 0 25 0 1 0 750379017 259772416 57530 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 63421 57530 242 26 0 60053 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 253684

[startup+4542.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/470 1797
/proc/meminfo: memFree=16727252/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=385160 CPUtime=4542.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1816332 0 0 0 453847 398 0 0 25 0 1 0 750379017 394403840 79450 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 96290 79450 242 26 0 92922 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 385160

[startup+4602.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/470 1798
/proc/meminfo: memFree=16867980/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=519640 CPUtime=4602.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1837539 0 0 0 459844 401 0 0 25 0 1 0 750379017 532111360 100499 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 129910 100499 242 26 0 126542 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 519640

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 1800
/proc/meminfo: memFree=16903056/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=306868 CPUtime=4662.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1871589 0 0 0 465837 408 0 0 25 0 1 0 750379017 314232832 64097 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 76717 64097 242 26 0 73349 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 306868

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 1801
/proc/meminfo: memFree=16727704/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=389084 CPUtime=4722.47 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1890877 0 0 0 471835 412 0 0 25 0 1 0 750379017 398422016 83213 33554432000 4194304 4300288 140734481642272 18446744073709551615 4256083 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 97271 83213 242 26 0 93903 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 389084

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1803
/proc/meminfo: memFree=16593144/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=522060 CPUtime=4782.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1907142 0 0 0 477830 415 0 0 25 0 1 0 750379017 534589440 99336 33554432000 4194304 4300288 140734481642272 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 130515 99336 242 26 0 127147 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 522060

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1805
/proc/meminfo: memFree=17069776/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=259180 CPUtime=4842.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1928406 0 0 0 483823 422 0 0 25 0 1 0 750379017 265400320 52215 33554432000 4194304 4300288 140734481642272 18446744073709551615 4269720 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 64795 52215 242 26 0 61427 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 259180

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1806
/proc/meminfo: memFree=16896156/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=309268 CPUtime=4902.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1947325 0 0 0 489819 426 0 0 25 0 1 0 750379017 316690432 70942 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 77317 70942 242 26 0 73949 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 309268

[startup+4962.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/470 1808
/proc/meminfo: memFree=16747576/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=391032 CPUtime=4962.45 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1963937 0 0 0 495815 430 0 0 25 0 1 0 750379017 400416768 87411 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 97758 87411 242 26 0 94390 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 391032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/470 1809
/proc/meminfo: memFree=16870576/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=198948 CPUtime=5000.06 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1976041 0 0 0 499572 434 0 0 25 0 1 0 750379017 203722752 43693 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 49737 43693 242 26 0 46369 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 198948

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.02 2.02 2.00 3/470 1809
/proc/meminfo: memFree=16870576/32951124 swapFree=57414336/67111528
[pid=1656] ppid=1654 vsize=198948 CPUtime=5000.06 cores=0,2,4,6
/proc/1656/stat : 1656 (cir_minisat) R 1654 1656 348 0 -1 4202496 1976041 0 0 0 499572 434 0 0 25 0 1 0 750379017 203722752 43693 33554432000 4194304 4300288 140734481642272 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1656/statm: 49737 43693 242 26 0 46369 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 198948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4995.74
CPU system time (s): 4.35634
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 703220

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

runsolver used 24.6802 second user time and 52.541 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-17 05:04:45
IDJOB=3387416
IDBENCH=83105
IDSOLVER=1873
FILE ID=node111/3387416-1305601485
RUNJOBID= node111-1305601485-1642
PBS_JOBID= 13350367
Free space on /tmp= 73644 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387416-1305601485/watcher-3387416-1305601485 -o /tmp/evaluation-result-3387416-1305601485/solver-3387416-1305601485 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387416-1305601485.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=188874399

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17497044 kB
Buffers:        314772 kB
Cached:        6351440 kB
SwapCached:      19200 kB
Active:        7967532 kB
Inactive:      7218032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17497044 kB
SwapTotal:    67111528 kB
SwapFree:     57414336 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:     8509348 kB
Mapped:          27208 kB
Slab:           133324 kB
PageTables:      66292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149065920 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= 73636 MiB
End job on node111 at 2011-05-17 06:28:07