Trace number 3387454

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.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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-3387454-1305602522/watcher-3387454-1305602522 -o /tmp/evaluation-result-3387454-1305602522/solver-3387454-1305602522 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387454-1305602522.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: 4.19 4.09 3.95 5/577 13145
/proc/meminfo: memFree=5463472/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=24376 CPUtime=0 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1724 0 0 0 0 0 0 0 25 0 1 0 671849962 24961024 1615 33554432000 4194304 4300288 140736279156992 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 6094 1620 217 26 0 2726 0

[startup+0.035189 s]
/proc/loadavg: 4.19 4.09 3.95 5/577 13145
/proc/meminfo: memFree=5463472/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=27868 CPUtime=0.02 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 3009 0 0 0 2 0 0 0 25 0 1 0 671849962 28536832 2808 33554432000 4194304 4300288 140736279156992 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 6967 2809 218 26 0 3599 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27868

[startup+0.100167 s]
/proc/loadavg: 4.19 4.09 3.95 5/577 13145
/proc/meminfo: memFree=5463472/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=34556 CPUtime=0.08 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 5539 0 0 0 8 0 0 0 25 0 1 0 671849962 35385344 4940 33554432000 4194304 4300288 140736279156992 18446744073709551615 4228149 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 8639 4940 221 26 0 5271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34556

[startup+0.301129 s]
/proc/loadavg: 4.19 4.09 3.95 5/577 13145
/proc/meminfo: memFree=5463472/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=40488 CPUtime=0.29 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 8606 0 0 0 28 1 0 0 25 0 1 0 671849962 41459712 6481 33554432000 4194304 4300288 140736279156992 18446744073709551615 4234376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 10122 6481 222 26 0 6754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40488

[startup+0.701058 s]
/proc/loadavg: 4.19 4.09 3.95 5/577 13145
/proc/meminfo: memFree=5463472/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=36608 CPUtime=0.69 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 9404 0 0 0 68 1 0 0 25 0 1 0 671849962 37486592 5715 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255699 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 9152 5715 243 26 0 5784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36608

[startup+1.50091 s]
/proc/loadavg: 4.19 4.09 3.95 5/578 13146
/proc/meminfo: memFree=5435448/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=40960 CPUtime=1.49 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 9739 0 0 0 148 1 0 0 25 0 1 0 671849962 41943040 6041 33554432000 4194304 4300288 140736279156992 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 10240 6041 243 26 0 6872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40960

[startup+3.10062 s]
/proc/loadavg: 4.19 4.09 3.95 5/578 13146
/proc/meminfo: memFree=5430364/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=40960 CPUtime=3.09 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 10457 0 0 0 308 1 0 0 25 0 1 0 671849962 41943040 6744 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 10240 6744 243 26 0 6872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40960

[startup+6.30105 s]
/proc/loadavg: 4.17 4.08 3.95 5/578 13146
/proc/meminfo: memFree=5408900/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=59636 CPUtime=6.28 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 13993 0 0 0 627 1 0 0 25 0 1 0 671849962 61067264 10246 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 14909 10246 243 26 0 11541 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59636

[startup+12.7009 s]
/proc/loadavg: 4.16 4.08 3.95 5/578 13146
/proc/meminfo: memFree=5381684/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=71312 CPUtime=12.69 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 16697 0 0 0 1267 2 0 0 25 0 1 0 671849962 73023488 12895 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 17828 12895 243 26 0 14460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71312

[startup+25.5005 s]
/proc/loadavg: 4.12 4.08 3.95 5/578 13147
/proc/meminfo: memFree=5330804/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=90280 CPUtime=25.49 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 21510 0 0 0 2546 3 0 0 25 0 1 0 671849962 92446720 17652 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 22570 17652 243 26 0 19202 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90280

[startup+51.1009 s]
/proc/loadavg: 4.23 4.10 3.96 5/578 13147
/proc/meminfo: memFree=5244500/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=92132 CPUtime=51.09 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 36158 0 0 0 5102 7 0 0 25 0 1 0 671849962 94343168 19390 33554432000 4194304 4300288 140736279156992 18446744073709551615 4269350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 23033 19390 243 26 0 19665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92132

[startup+102.323 s]
/proc/loadavg: 4.18 4.10 3.97 5/578 13149
/proc/meminfo: memFree=5067432/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=126912 CPUtime=102.31 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 62329 0 0 0 10220 11 0 0 25 0 1 0 671849962 129957888 25949 33554432000 4194304 4300288 140736279156992 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 31728 25949 243 26 0 28360 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 126912

[startup+162.301 s]
/proc/loadavg: 4.06 4.08 3.97 5/578 13150
/proc/meminfo: memFree=4930420/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=181444 CPUtime=162.29 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 93091 0 0 0 16212 17 0 0 25 0 1 0 671849962 185798656 32933 33554432000 4194304 4300288 140736279156992 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 45361 32933 243 26 0 41993 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 181444

[startup+222.301 s]
/proc/loadavg: 4.02 4.06 3.97 5/578 13152
/proc/meminfo: memFree=4726772/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=64772 CPUtime=222.29 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 124769 0 0 0 22205 24 0 0 25 0 1 0 671849962 66326528 12145 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 16193 12145 243 26 0 12825 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64772

[startup+282.301 s]
/proc/loadavg: 4.01 4.05 3.97 5/578 13153
/proc/meminfo: memFree=4489412/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=188128 CPUtime=282.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 149882 0 0 0 28201 29 0 0 25 0 1 0 671849962 192643072 37002 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 47032 37002 243 26 0 43664 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 188128

[startup+342.301 s]
/proc/loadavg: 4.00 4.04 3.97 5/578 13155
/proc/meminfo: memFree=4362632/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=189916 CPUtime=342.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 178357 0 0 0 34194 36 0 0 25 0 1 0 671849962 194473984 37615 33554432000 4194304 4300288 140736279156992 18446744073709551615 4269726 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 47479 37615 243 26 0 44111 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189916

[startup+402.301 s]
/proc/loadavg: 4.00 4.03 3.97 5/578 13157
/proc/meminfo: memFree=4178104/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=192064 CPUtime=402.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 207540 0 0 0 40187 43 0 0 25 0 1 0 671849962 196673536 40342 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 48016 40342 243 26 0 44648 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 192064

[startup+462.301 s]
/proc/loadavg: 4.11 4.05 3.98 5/578 13158
/proc/meminfo: memFree=4048712/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=193904 CPUtime=462.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 236129 0 0 0 46181 49 0 0 25 0 1 0 671849962 198557696 38338 33554432000 4194304 4300288 140736279156992 18446744073709551615 4268166 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 48476 38338 243 26 0 45108 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 193904

[startup+522.301 s]
/proc/loadavg: 4.14 4.07 3.99 5/578 13160
/proc/meminfo: memFree=3943556/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=195196 CPUtime=522.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 268340 0 0 0 52174 56 0 0 25 0 1 0 671849962 199880704 38278 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 48799 38278 243 26 0 45431 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 195196

[startup+582.301 s]
/proc/loadavg: 4.05 4.06 3.99 5/578 13162
/proc/meminfo: memFree=3801884/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=149428 CPUtime=582.3 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 304344 0 0 0 58166 64 0 0 25 0 1 0 671849962 153014272 33154 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 37357 33154 243 26 0 33989 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 149428

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 4.03 4.05 4.00 5/578 13320
/proc/meminfo: memFree=11868308/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=367716 CPUtime=4062.43 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1688524 0 0 0 405781 462 0 0 25 0 1 0 671849962 376541184 71574 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 91929 71574 243 26 0 88561 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 367716

[startup+4122.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/578 13322
/proc/meminfo: memFree=11730132/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=500936 CPUtime=4122.42 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1707569 0 0 0 411773 469 0 0 25 0 1 0 671849962 512958464 90491 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 125234 90491 243 26 0 121866 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 500936

[startup+4182.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/578 13324
/proc/meminfo: memFree=11782448/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=289304 CPUtime=4182.41 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1736062 0 0 0 417763 478 0 0 25 0 1 0 671849962 296247296 56519 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 72326 56519 243 26 0 68958 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 289304

[startup+4242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/578 13325
/proc/meminfo: memFree=11643796/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=370692 CPUtime=4242.41 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1756590 0 0 0 423758 483 0 0 25 0 1 0 671849962 379588608 76881 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 92673 76881 243 26 0 89305 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 370692

[startup+4302.3 s]
/proc/loadavg: 4.07 4.04 4.01 5/578 13327
/proc/meminfo: memFree=11696232/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=239216 CPUtime=4302.42 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1781261 0 0 0 429752 490 0 0 25 0 1 0 671849962 244957184 48384 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 59804 48384 243 26 0 56436 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 239216

[startup+4362.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/578 13328
/proc/meminfo: memFree=11545924/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=370896 CPUtime=4362.41 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1804496 0 0 0 435746 495 0 0 25 0 1 0 671849962 379797504 71428 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 92724 71428 243 26 0 89356 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 370896

[startup+4422.3 s]
/proc/loadavg: 4.18 4.08 4.02 5/578 13330
/proc/meminfo: memFree=12199752/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=178624 CPUtime=4422.42 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1826388 0 0 0 441739 503 0 0 25 0 1 0 671849962 182910976 37611 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 44656 37611 243 26 0 41288 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 178624

[startup+4482.3 s]
/proc/loadavg: 4.20 4.10 4.02 5/578 13331
/proc/meminfo: memFree=11974412/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=290176 CPUtime=4482.42 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1852655 0 0 0 447733 509 0 0 25 0 1 0 671849962 297140224 63680 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 72544 63680 243 26 0 69176 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 290176

[startup+4542.3 s]
/proc/loadavg: 4.07 4.08 4.02 6/578 13333
/proc/meminfo: memFree=11775240/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=373020 CPUtime=4542.42 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1871546 0 0 0 453728 514 0 0 25 0 1 0 671849962 381972480 82414 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 93255 82414 243 26 0 89887 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 373020

[startup+4602.3 s]
/proc/loadavg: 4.02 4.06 4.01 5/578 13335
/proc/meminfo: memFree=11783520/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=241544 CPUtime=4602.43 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1895939 0 0 0 459724 519 0 0 25 0 1 0 671849962 247341056 53187 33554432000 4194304 4300288 140736279156992 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 60386 53187 243 26 0 57018 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 241544

[startup+4662.3 s]
/proc/loadavg: 4.01 4.05 4.00 5/578 13336
/proc/meminfo: memFree=11619944/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=373020 CPUtime=4662.43 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1918192 0 0 0 465717 526 0 0 25 0 1 0 671849962 381972480 75293 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 93255 75293 243 26 0 89887 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 373020

[startup+4722.32 s]
/proc/loadavg: 4.00 4.03 4.00 5/578 13338
/proc/meminfo: memFree=11686008/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=180900 CPUtime=4722.45 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1936618 0 0 0 471713 532 0 0 25 0 1 0 671849962 185241600 39645 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255581 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 45225 39645 243 26 0 41857 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 180900

[startup+4782.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/578 13339
/proc/meminfo: memFree=11527876/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=292452 CPUtime=4782.43 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1961986 0 0 0 477705 538 0 0 25 0 1 0 671849962 299470848 64804 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 73113 64804 243 26 0 69745 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 292452

[startup+4842.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/578 13341
/proc/meminfo: memFree=11384508/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=373840 CPUtime=4842.44 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 1980264 0 0 0 483700 544 0 0 25 0 1 0 671849962 382812160 82924 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 93460 82924 243 26 0 90092 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 373840

[startup+4902.3 s]
/proc/loadavg: 4.13 4.07 4.01 5/578 13343
/proc/meminfo: memFree=12016144/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=374200 CPUtime=4902.43 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 2021281 0 0 0 489692 551 0 0 25 0 1 0 671849962 383180800 68295 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 93550 68295 243 26 0 90182 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 374200

[startup+4962.3 s]
/proc/loadavg: 4.05 4.05 4.01 5/578 13344
/proc/meminfo: memFree=11843872/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=375632 CPUtime=4962.44 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 2039841 0 0 0 495686 558 0 0 25 0 1 0 671849962 384647168 86727 33554432000 4194304 4300288 140736279156992 18446744073709551615 4256200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 93908 86727 243 26 0 90540 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 375632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 4.13 4.08 4.01 5/578 13345
/proc/meminfo: memFree=11746512/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=509120 CPUtime=5000.05 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 2051773 0 0 0 499443 562 0 0 25 0 1 0 671849962 521338880 98571 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 127280 98571 243 26 0 123912 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 509120

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: 4.13 4.08 4.01 5/578 13345
/proc/meminfo: memFree=11746512/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=509120 CPUtime=5000.05 cores=1,3,5,7
/proc/13145/stat : 13145 (cir_minisat) R 13143 13145 10801 0 -1 4202496 2051773 0 0 0 499443 562 0 0 25 0 1 0 671849962 521338880 98571 33554432000 4194304 4300288 140736279156992 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13145/statm: 127280 98571 243 26 0 123912 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 509120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4994.45
CPU system time (s): 5.64014
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 524776

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

runsolver used 27.9218 second user time and 67.5537 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-17 05:22:02
IDJOB=3387454
IDBENCH=83133
IDSOLVER=1873
FILE ID=node139/3387454-1305602522
RUNJOBID= node139-1305599849-12827
PBS_JOBID= 13350339
Free space on /tmp= 73268 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=89805858

node139.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.852
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:       5463504 kB
Buffers:        350932 kB
Cached:        3447504 kB
SwapCached:          0 kB
Active:       24918984 kB
Inactive:      2194992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5463504 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:    23315312 kB
Mapped:          45592 kB
Slab:           208916 kB
PageTables:      92848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 182626268 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= 73412 MiB
End job on node139 at 2011-05-17 06:45:24