Trace number 3387452

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-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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-3387452-1305602421/watcher-3387452-1305602421 -o /tmp/evaluation-result-3387452-1305602421/solver-3387452-1305602421 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387452-1305602421.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: 1.85 1.98 2.16 3/427 15887
/proc/meminfo: memFree=21561140/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=24444 CPUtime=0.01 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1836 0 0 0 1 0 0 0 22 0 1 0 671842506 25030656 1759 33554432000 4194304 4300288 140734158668496 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 6111 1759 218 26 0 2743 0

[startup+0.097876 s]
/proc/loadavg: 1.85 1.98 2.16 3/427 15887
/proc/meminfo: memFree=21561140/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=30420 CPUtime=0.09 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 4017 0 0 0 9 0 0 0 22 0 1 0 671842506 31150080 3743 33554432000 4194304 4300288 140734158668496 18446744073709551615 4213880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 7605 3744 222 26 0 4237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30420

[startup+0.10087 s]
/proc/loadavg: 1.85 1.98 2.16 3/427 15887
/proc/meminfo: memFree=21561140/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=30660 CPUtime=0.09 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 4050 0 0 0 9 0 0 0 22 0 1 0 671842506 31395840 3773 33554432000 4194304 4300288 140734158668496 18446744073709551615 4210197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 7665 3773 222 26 0 4297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30660

[startup+0.300836 s]
/proc/loadavg: 1.85 1.98 2.16 3/427 15887
/proc/meminfo: memFree=21561140/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=27956 CPUtime=0.29 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 5364 0 0 0 29 0 0 0 23 0 1 0 671842506 28626944 3442 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 6989 3442 242 26 0 3621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27956

[startup+0.700773 s]
/proc/loadavg: 1.85 1.98 2.16 3/427 15887
/proc/meminfo: memFree=21561140/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=30636 CPUtime=0.69 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 5566 0 0 0 69 0 0 0 25 0 1 0 671842506 31371264 3638 33554432000 4194304 4300288 140734158668496 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 7659 3638 243 26 0 4291 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30636

[startup+1.50061 s]
/proc/loadavg: 1.85 1.98 2.16 4/431 15894
/proc/meminfo: memFree=21528556/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=30636 CPUtime=1.49 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 5978 0 0 0 149 0 0 0 25 0 1 0 671842506 31371264 4037 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 7659 4037 243 26 0 4291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30636

[startup+3.10032 s]
/proc/loadavg: 1.85 1.98 2.16 4/431 15894
/proc/meminfo: memFree=21517892/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=42132 CPUtime=3.09 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 7975 0 0 0 309 0 0 0 25 0 1 0 671842506 43143168 6021 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 10533 6021 243 26 0 7165 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42132

[startup+6.30072 s]
/proc/loadavg: 1.94 1.99 2.17 4/431 15894
/proc/meminfo: memFree=21497340/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=49312 CPUtime=6.29 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 9389 0 0 0 629 0 0 0 25 0 1 0 671842506 50495488 7402 33554432000 4194304 4300288 140734158668496 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 12328 7402 243 26 0 8960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49312

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 2.17 4/431 15894
/proc/meminfo: memFree=21484468/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=49312 CPUtime=12.69 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 14504 0 0 0 1268 1 0 0 25 0 1 0 671842506 50495488 7818 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 12328 7818 243 26 0 8960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49312

[startup+25.5002 s]
/proc/loadavg: 2.24 2.06 2.18 4/431 15894
/proc/meminfo: memFree=21472320/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=79684 CPUtime=25.49 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 23110 0 0 0 2546 3 0 0 25 0 1 0 671842506 81596416 9417 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 19921 9417 243 26 0 16553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79684

[startup+51.1004 s]
/proc/loadavg: 2.50 2.13 2.20 4/431 15895
/proc/meminfo: memFree=21364992/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=51.09 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 50429 0 0 0 5103 6 0 0 25 0 1 0 671842506 113238016 19538 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19538 243 26 0 24278 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110584

[startup+102.317 s]
/proc/loadavg: 2.78 2.26 2.24 4/431 15896
/proc/meminfo: memFree=21406628/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=102.3 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 75461 0 0 0 10221 9 0 0 25 0 1 0 671842506 113238016 19538 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19538 243 26 0 24278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110584

[startup+162.301 s]
/proc/loadavg: 3.01 2.43 2.30 4/431 15898
/proc/meminfo: memFree=21374960/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=162.29 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 106410 0 0 0 16216 13 0 0 25 0 1 0 671842506 113238016 19538 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19538 243 26 0 24278 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110584

[startup+222.301 s]
/proc/loadavg: 3.05 2.54 2.34 4/431 15900
/proc/meminfo: memFree=21406648/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=222.3 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 135900 0 0 0 22213 17 0 0 25 0 1 0 671842506 113238016 19540 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19540 243 26 0 24278 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110584

[startup+282.3 s]
/proc/loadavg: 3.11 2.65 2.39 4/431 15901
/proc/meminfo: memFree=21356244/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=190724 CPUtime=282.3 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 172742 0 0 0 28208 22 0 0 25 0 1 0 671842506 195301376 32806 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 47681 32806 243 26 0 44313 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 190724

[startup+342.3 s]
/proc/loadavg: 3.08 2.73 2.43 4/431 15903
/proc/meminfo: memFree=21323724/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=159904 CPUtime=342.3 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 206038 0 0 0 34203 27 0 0 25 0 1 0 671842506 163741696 27383 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 39976 27383 243 26 0 36608 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159904

[startup+402.3 s]
/proc/loadavg: 3.03 2.77 2.47 4/431 15904
/proc/meminfo: memFree=21406016/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=402.31 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 226369 0 0 0 40200 31 0 0 25 0 1 0 671842506 113238016 19541 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19541 243 26 0 24278 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 110584

[startup+462.301 s]
/proc/loadavg: 3.01 2.81 2.49 4/431 15906
/proc/meminfo: memFree=21297224/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=462.31 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 253883 0 0 0 46195 36 0 0 25 0 1 0 671842506 113238016 19541 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19541 243 26 0 24278 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 110584

[startup+522.301 s]
/proc/loadavg: 3.00 2.84 2.52 4/431 15908
/proc/meminfo: memFree=21375188/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=522.31 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 281661 0 0 0 52191 40 0 0 25 0 1 0 671842506 113238016 19541 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19541 243 26 0 24278 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 110584

[startup+582.301 s]
/proc/loadavg: 3.00 2.87 2.55 4/431 15909
/proc/meminfo: memFree=21327396/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=110584 CPUtime=582.31 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 307341 0 0 0 58187 44 0 0 25 0 1 0 671842506 113238016 19541 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 27646 19541 243 26 0 24278 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 110584

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 3.15 3.05 2.99 4/431 16014
/proc/meminfo: memFree=21133384/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4062.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1686424 0 0 0 405932 312 0 0 25 0 1 0 671842506 227872768 49790 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 49790 243 26 0 52265 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 222532

[startup+4122.3 s]
/proc/loadavg: 3.05 3.04 2.99 4/431 16016
/proc/meminfo: memFree=21173388/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4122.43 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1708812 0 0 0 411926 317 0 0 25 0 1 0 671842506 227872768 51754 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 51754 243 26 0 52265 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 222532

[startup+4182.3 s]
/proc/loadavg: 3.02 3.03 2.99 4/431 16017
/proc/meminfo: memFree=21084168/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4182.43 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1736550 0 0 0 417921 322 0 0 25 0 1 0 671842506 227872768 50777 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 50777 243 26 0 52265 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 222532

[startup+4242.3 s]
/proc/loadavg: 3.00 3.02 2.99 4/431 16019
/proc/meminfo: memFree=21114368/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4242.43 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1758866 0 0 0 423917 326 0 0 25 0 1 0 671842506 227872768 47958 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 47958 243 26 0 52265 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 222532

[startup+4302.3 s]
/proc/loadavg: 3.00 3.02 2.99 4/431 16020
/proc/meminfo: memFree=21187236/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4302.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1781286 0 0 0 429913 331 0 0 25 0 1 0 671842506 227872768 48167 33554432000 4194304 4300288 140734158668496 18446744073709551615 4250048 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 48167 243 26 0 52265 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 222532

[startup+4362.3 s]
/proc/loadavg: 3.00 3.01 2.99 4/431 16022
/proc/meminfo: memFree=21106348/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=173212 CPUtime=4362.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1798435 0 0 0 435909 335 0 0 25 0 1 0 671842506 177369088 39868 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 43303 39868 243 26 0 39935 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 173212

[startup+4422.3 s]
/proc/loadavg: 3.00 3.00 2.99 4/431 16024
/proc/meminfo: memFree=21145496/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=173212 CPUtime=4422.43 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1820765 0 0 0 441904 339 0 0 25 0 1 0 671842506 177369088 39868 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 43303 39868 243 26 0 39935 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 173212

[startup+4482.3 s]
/proc/loadavg: 3.04 3.01 3.00 4/431 16025
/proc/meminfo: memFree=21140844/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4482.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1849630 0 0 0 447900 344 0 0 25 0 1 0 671842506 227872768 47998 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 47998 243 26 0 52265 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 222532

[startup+4542.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/431 16027
/proc/meminfo: memFree=21183584/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4542.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1872892 0 0 0 453895 349 0 0 25 0 1 0 671842506 227872768 49113 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 49113 243 26 0 52265 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 222532

[startup+4602.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/431 16028
/proc/meminfo: memFree=21087804/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4602.46 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1895039 0 0 0 459893 353 0 0 25 0 1 0 671842506 227872768 48568 33554432000 4194304 4300288 140734158668496 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 48568 243 26 0 52265 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 222532

[startup+4662.3 s]
/proc/loadavg: 3.02 3.02 3.00 4/431 16030
/proc/meminfo: memFree=21115156/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4662.44 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1917306 0 0 0 465887 357 0 0 25 0 1 0 671842506 227872768 49690 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 49690 243 26 0 52265 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 222532

[startup+4722.32 s]
/proc/loadavg: 3.01 3.02 3.00 4/431 16032
/proc/meminfo: memFree=21174752/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4722.47 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1940936 0 0 0 471885 362 0 0 25 0 1 0 671842506 227872768 50934 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 50934 243 26 0 52265 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 222532

[startup+4782.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/431 16033
/proc/meminfo: memFree=21081948/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=222532 CPUtime=4782.45 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1961192 0 0 0 477879 366 0 0 25 0 1 0 671842506 227872768 48164 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 55633 48164 243 26 0 52265 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 222532

[startup+4842.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/431 16035
/proc/meminfo: memFree=21148860/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=194312 CPUtime=4842.46 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1970494 0 0 0 483876 370 0 0 25 0 1 0 671842506 198975488 39870 33554432000 4194304 4300288 140734158668496 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 48578 39870 243 26 0 45210 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 194312

[startup+4902.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 16036
/proc/meminfo: memFree=21178340/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=194312 CPUtime=4902.45 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 1989739 0 0 0 489873 372 0 0 25 0 1 0 671842506 198975488 40476 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 48578 40476 243 26 0 45210 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 194312

[startup+4962.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 16038
/proc/meminfo: memFree=21111348/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=194312 CPUtime=4962.46 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 2009015 0 0 0 495869 377 0 0 25 0 1 0 671842506 198975488 41093 33554432000 4194304 4300288 140734158668496 18446744073709551615 4271185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 48578 41093 243 26 0 45210 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 194312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 16039
/proc/meminfo: memFree=21071016/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=274452 CPUtime=5000.07 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 2027312 0 0 0 499627 380 0 0 25 0 1 0 671842506 281038848 59218 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 68613 59218 243 26 0 65245 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 274452

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.00 3.00 3.00 4/431 16039
/proc/meminfo: memFree=21071016/32951124 swapFree=44485784/67111528
[pid=15887] ppid=15885 vsize=274452 CPUtime=5000.07 cores=1,3,5,7
/proc/15887/stat : 15887 (cir_minisat) R 15885 15887 14479 0 -1 4202496 2027312 0 0 0 499627 380 0 0 25 0 1 0 671842506 281038848 59218 33554432000 4194304 4300288 140734158668496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15887/statm: 68613 59218 243 26 0 65245 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 274452

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

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

runsolver used 19.414 second user time and 48.9926 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 05:20:21
IDJOB=3387452
IDBENCH=83130
IDSOLVER=1873
FILE ID=node105/3387452-1305602421
RUNJOBID= node105-1305602421-15874
PBS_JOBID= 13350373
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1130888262

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21561444 kB
Buffers:        329604 kB
Cached:        7178560 kB
SwapCached:      39636 kB
Active:        3978616 kB
Inactive:      7119696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21561444 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:     3557740 kB
Mapped:          18920 kB
Slab:           143220 kB
PageTables:      81164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115314480 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= 73544 MiB
End job on node105 at 2011-05-17 06:43:43