Trace number 3387424

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.04 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3387424-1305601639/watcher-3387424-1305601639 -o /tmp/evaluation-result-3387424-1305601639/solver-3387424-1305601639 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387424-1305601639.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: 3.03 2.86 2.51 3/528 4250
/proc/meminfo: memFree=10621396/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=25176 CPUtime=0 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1856 0 0 0 0 0 0 0 25 0 1 0 750394561 25780224 1747 33554432000 4194304 4300288 140735250099776 18446744073709551615 4200664 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 6294 1747 218 26 0 2926 0

[startup+0.0791009 s]
/proc/loadavg: 3.03 2.86 2.51 3/528 4250
/proc/meminfo: memFree=10621396/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=33380 CPUtime=0.07 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 4878 0 0 0 7 0 0 0 25 0 1 0 750394561 34181120 4302 33554432000 4194304 4300288 140735250099776 18446744073709551615 4228609 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 8345 4302 221 26 0 4977 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33380

[startup+0.101106 s]
/proc/loadavg: 3.03 2.86 2.51 3/528 4250
/proc/meminfo: memFree=10621396/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=34332 CPUtime=0.09 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 5245 0 0 0 9 0 0 0 25 0 1 0 750394561 35155968 4661 33554432000 4194304 4300288 140735250099776 18446744073709551615 4232950 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 8583 4661 221 26 0 5215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34332

[startup+0.301071 s]
/proc/loadavg: 3.03 2.86 2.51 3/528 4250
/proc/meminfo: memFree=10621396/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=38636 CPUtime=0.29 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 7507 0 0 0 29 0 0 0 25 0 1 0 750394561 39563264 5643 33554432000 4194304 4300288 140735250099776 18446744073709551615 216734847656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 9659 5643 222 26 0 6291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38636

[startup+0.701 s]
/proc/loadavg: 3.03 2.86 2.51 3/528 4250
/proc/meminfo: memFree=10621396/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=34712 CPUtime=0.69 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 8176 0 0 0 69 0 0 0 25 0 1 0 750394561 35545088 4971 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 8678 4971 242 26 0 5310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34712

[startup+1.50086 s]
/proc/loadavg: 3.03 2.86 2.51 4/529 4251
/proc/meminfo: memFree=10599592/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=39064 CPUtime=1.49 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 8519 0 0 0 149 0 0 0 25 0 1 0 750394561 40001536 5297 33554432000 4194304 4300288 140735250099776 18446744073709551615 4271185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 9766 5297 242 26 0 6398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39064

[startup+3.10058 s]
/proc/loadavg: 3.03 2.86 2.51 4/529 4251
/proc/meminfo: memFree=10595128/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=39064 CPUtime=3.1 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 9214 0 0 0 309 1 0 0 25 0 1 0 750394561 40001536 5981 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 9766 5981 242 26 0 6398 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 39064

[startup+6.30102 s]
/proc/loadavg: 3.02 2.87 2.52 4/529 4251
/proc/meminfo: memFree=10649388/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=57956 CPUtime=6.29 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 12484 0 0 0 628 1 0 0 25 0 1 0 750394561 59346944 9227 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 14489 9227 242 26 0 11121 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57956

[startup+12.7009 s]
/proc/loadavg: 3.02 2.87 2.52 4/529 4251
/proc/meminfo: memFree=10623244/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=69632 CPUtime=12.69 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 15521 0 0 0 1268 1 0 0 25 0 1 0 750394561 71303168 12238 33554432000 4194304 4300288 140735250099776 18446744073709551615 4269523 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 17408 12238 242 26 0 14040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69632

[startup+25.5007 s]
/proc/loadavg: 3.02 2.87 2.53 4/529 4251
/proc/meminfo: memFree=10601280/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=69632 CPUtime=25.49 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 23578 0 0 0 2546 3 0 0 25 0 1 0 750394561 71303168 10954 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 17408 10954 242 26 0 14040 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69632

[startup+51.1012 s]
/proc/loadavg: 3.01 2.88 2.54 4/529 4252
/proc/meminfo: memFree=10559336/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=70676 CPUtime=51.09 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 38647 0 0 0 5103 6 0 0 25 0 1 0 750394561 72372224 11496 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 17669 11496 242 26 0 14301 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70676

[startup+102.32 s]
/proc/loadavg: 3.10 2.93 2.57 4/529 4253
/proc/meminfo: memFree=10537604/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=125892 CPUtime=102.32 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 64699 0 0 0 10222 10 0 0 25 0 1 0 750394561 128913408 21726 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 31473 21726 242 26 0 28105 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 125892

[startup+162.301 s]
/proc/loadavg: 3.08 2.95 2.60 4/529 4255
/proc/meminfo: memFree=10590152/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=97736 CPUtime=162.29 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 96518 0 0 0 16213 16 0 0 25 0 1 0 750394561 100081664 18735 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 24434 18735 242 26 0 21066 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97736

[startup+222.3 s]
/proc/loadavg: 3.03 2.96 2.62 4/529 4256
/proc/meminfo: memFree=10451604/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=132276 CPUtime=222.29 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 121844 0 0 0 22207 22 0 0 25 0 1 0 750394561 135450624 27837 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 33069 27837 242 26 0 29701 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 132276

[startup+282.301 s]
/proc/loadavg: 3.13 3.00 2.65 4/529 4258
/proc/meminfo: memFree=10570620/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=66588 CPUtime=282.29 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 149894 0 0 0 28201 28 0 0 25 0 1 0 750394561 68186112 12370 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 16647 12370 242 26 0 13279 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 66588

[startup+342.3 s]
/proc/loadavg: 3.10 3.01 2.68 4/529 4259
/proc/meminfo: memFree=10588680/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=106712 CPUtime=342.3 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 177287 0 0 0 34196 34 0 0 25 0 1 0 750394561 109273088 18601 33554432000 4194304 4300288 140735250099776 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 26678 18601 242 26 0 23310 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106712

[startup+402.301 s]
/proc/loadavg: 3.04 3.01 2.69 4/529 4261
/proc/meminfo: memFree=10463412/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=139752 CPUtime=402.3 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 204319 0 0 0 40191 39 0 0 25 0 1 0 750394561 143106048 24040 33554432000 4194304 4300288 140735250099776 18446744073709551615 4249473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 34938 24040 242 26 0 31570 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 139752

[startup+462.3 s]
/proc/loadavg: 3.01 3.00 2.71 4/529 4263
/proc/meminfo: memFree=10533920/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=141000 CPUtime=462.3 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 229749 0 0 0 46186 44 0 0 25 0 1 0 750394561 144384000 26826 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 35250 26826 242 26 0 31882 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141000

[startup+522.301 s]
/proc/loadavg: 3.00 3.00 2.73 4/529 4264
/proc/meminfo: memFree=10423888/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=144680 CPUtime=522.31 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 256899 0 0 0 52182 49 0 0 25 0 1 0 750394561 148152320 31708 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 36170 31708 242 26 0 32802 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 144680

[startup+582.3 s]
/proc/loadavg: 3.00 3.00 2.74 4/529 4266
/proc/meminfo: memFree=10490072/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=147048 CPUtime=582.31 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 284032 0 0 0 58176 55 0 0 25 0 1 0 750394561 150577152 32013 33554432000 4194304 4300288 140735250099776 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 36762 32013 242 26 0 33394 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 147048

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 3.12 3.05 3.01 4/529 4371
/proc/meminfo: memFree=10290964/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=375760 CPUtime=4062.41 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1740845 0 0 0 405870 371 0 0 25 0 1 0 750394561 384778240 71059 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 93940 71059 242 26 0 90572 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 375760

[startup+4122.3 s]
/proc/loadavg: 3.10 3.05 3.01 4/529 4372
/proc/meminfo: memFree=10260428/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=295112 CPUtime=4122.39 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1771149 0 0 0 411862 377 0 0 25 0 1 0 750394561 302194688 59274 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 73778 59274 242 26 0 70410 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 295112

[startup+4182.3 s]
/proc/loadavg: 3.04 3.04 3.00 4/529 4374
/proc/meminfo: memFree=10118160/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=377088 CPUtime=4182.38 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1791407 0 0 0 417857 381 0 0 25 0 1 0 750394561 386138112 79349 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 94272 79349 242 26 0 90904 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 377088

[startup+4242.3 s]
/proc/loadavg: 3.17 3.06 3.01 4/529 4375
/proc/meminfo: memFree=10122340/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=295840 CPUtime=4242.39 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1820842 0 0 0 423851 388 0 0 25 0 1 0 750394561 302940160 64341 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 73960 64341 242 26 0 70592 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 295840

[startup+4302.3 s]
/proc/loadavg: 3.13 3.06 3.01 4/529 4377
/proc/meminfo: memFree=10123556/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=245752 CPUtime=4302.39 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1847672 0 0 0 429846 393 0 0 25 0 1 0 750394561 251650048 48643 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 61438 48643 242 26 0 58070 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 245752

[startup+4362.3 s]
/proc/loadavg: 3.05 3.05 3.00 4/529 4379
/proc/meminfo: memFree=9966056/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=378232 CPUtime=4362.39 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1873107 0 0 0 435841 398 0 0 25 0 1 0 750394561 387309568 73891 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 94558 73891 242 26 0 91190 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 378232

[startup+4422.3 s]
/proc/loadavg: 3.02 3.04 3.00 4/529 4380
/proc/meminfo: memFree=10309624/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=186060 CPUtime=4422.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1886129 0 0 0 441838 402 0 0 25 0 1 0 750394561 190525440 39117 33554432000 4194304 4300288 140735250099776 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 46515 39117 242 26 0 43147 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 186060

[startup+4482.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/529 4382
/proc/meminfo: memFree=10155952/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=300136 CPUtime=4482.39 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1907566 0 0 0 447833 406 0 0 25 0 1 0 750394561 307339264 60345 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 75034 60345 242 26 0 71666 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 300136

[startup+4542.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4383
/proc/meminfo: memFree=10146128/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=204100 CPUtime=4542.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1928019 0 0 0 453829 411 0 0 25 0 1 0 750394561 208998400 44854 33554432000 4194304 4300288 140735250099776 18446744073709551615 4269824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 51025 44854 242 26 0 47657 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 204100

[startup+4602.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4385
/proc/meminfo: memFree=10225448/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=303976 CPUtime=4602.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1951257 0 0 0 459824 416 0 0 25 0 1 0 750394561 311271424 67850 33554432000 4194304 4300288 140735250099776 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 75994 67850 242 26 0 72626 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 303976

[startup+4662.3 s]
/proc/loadavg: 3.16 3.04 3.01 4/529 4387
/proc/meminfo: memFree=10238188/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=225212 CPUtime=4662.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1977219 0 0 0 465819 421 0 0 25 0 1 0 750394561 230617088 47129 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 56303 47129 242 26 0 52935 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 225212

[startup+4722.32 s]
/proc/loadavg: 3.13 3.05 3.01 4/529 4388
/proc/meminfo: memFree=10075352/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=306120 CPUtime=4722.42 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 1997432 0 0 0 471817 425 0 0 25 0 1 0 750394561 313466880 67142 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 76530 67142 242 26 0 73162 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 306120

[startup+4782.3 s]
/proc/loadavg: 3.05 3.04 3.00 4/529 4390
/proc/meminfo: memFree=10091560/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=225212 CPUtime=4782.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2020119 0 0 0 477811 429 0 0 25 0 1 0 750394561 230617088 49589 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255560 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 56303 49589 242 26 0 52935 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 225212

[startup+4842.3 s]
/proc/loadavg: 3.10 3.06 3.01 4/529 4391
/proc/meminfo: memFree=10183524/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=388156 CPUtime=4842.41 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2044075 0 0 0 483807 434 0 0 25 0 1 0 750394561 397471744 73330 33554432000 4194304 4300288 140735250099776 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 97039 73330 242 26 0 93671 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 388156

[startup+4902.3 s]
/proc/loadavg: 3.07 3.06 3.01 4/529 4393
/proc/meminfo: memFree=10201340/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=256832 CPUtime=4902.41 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2067865 0 0 0 489801 440 0 0 25 0 1 0 750394561 262995968 52644 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 64208 52644 242 26 0 60840 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 256832

[startup+4962.3 s]
/proc/loadavg: 3.02 3.04 3.00 4/529 4450
/proc/meminfo: memFree=10429184/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=388308 CPUtime=4962.4 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2088595 0 0 0 495796 444 0 0 25 0 1 0 750394561 397627392 73201 33554432000 4194304 4300288 140735250099776 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 97077 73201 242 26 0 93709 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 388308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.01 3.04 3.00 4/529 4451
/proc/meminfo: memFree=10552028/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=189080 CPUtime=5000.01 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2100821 0 0 0 499553 448 0 0 25 0 1 0 750394561 193617920 41033 33554432000 4194304 4300288 140735250099776 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 47270 41033 242 26 0 43902 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 189080

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: 3.01 3.04 3.00 4/529 4451
/proc/meminfo: memFree=10552028/32951124 swapFree=65586204/67111528
[pid=4250] ppid=4248 vsize=189080 CPUtime=5000.01 cores=1,3,5,7
/proc/4250/stat : 4250 (cir_minisat) R 4248 4250 1905 0 -1 4202496 2100821 0 0 0 499553 448 0 0 25 0 1 0 750394561 193617920 41033 33554432000 4194304 4300288 140735250099776 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4250/statm: 47270 41033 242 26 0 43902 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 189080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4995.55
CPU system time (s): 4.49332
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 399804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.55
system time used= 4.49332
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2100824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3512

runsolver used 25.3921 second user time and 60.9727 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-17 05:07:19
IDJOB=3387424
IDBENCH=83110
IDSOLVER=1873
FILE ID=node119/3387424-1305601639
RUNJOBID= node119-1305601116-4127
PBS_JOBID= 13350359
Free space on /tmp= 73276 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1319784447

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:      10621428 kB
Buffers:        329020 kB
Cached:        5323768 kB
SwapCached:       4756 kB
Active:       18299248 kB
Inactive:      3672696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10621428 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:    16317252 kB
Mapped:          41936 kB
Slab:           209264 kB
PageTables:      79656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164266148 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= 73276 MiB
End job on node119 at 2011-05-17 06:30:41