Trace number 3387456

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 5000.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.03 2/373 7547
/proc/meminfo: memFree=27706664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=23544 CPUtime=0 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1613 0 0 0 0 0 0 0 22 0 1 0 671861416 24109056 1548 33554432000 4194304 4300288 140733274258480 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 5886 1549 218 26 0 2518 0

[startup+0.0309829 s]
/proc/loadavg: 0.99 1.00 1.03 2/373 7547
/proc/meminfo: memFree=27706664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=26196 CPUtime=0.02 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 2582 0 0 0 2 0 0 0 22 0 1 0 671861416 26824704 2429 33554432000 4194304 4300288 140733274258480 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 6549 2431 218 26 0 3181 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26196

[startup+0.101009 s]
/proc/loadavg: 0.99 1.00 1.03 2/373 7547
/proc/meminfo: memFree=27706664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=31452 CPUtime=0.09 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 4420 0 0 0 9 0 0 0 22 0 1 0 671861416 32206848 4048 33554432000 4194304 4300288 140733274258480 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 7863 4048 222 26 0 4495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31452

[startup+0.300971 s]
/proc/loadavg: 0.99 1.00 1.03 2/373 7547
/proc/meminfo: memFree=27706664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=28732 CPUtime=0.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 5985 0 0 0 29 0 0 0 23 0 1 0 671861416 29421568 3754 33554432000 4194304 4300288 140733274258480 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 7183 3754 242 26 0 3815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28732

[startup+0.700898 s]
/proc/loadavg: 0.99 1.00 1.03 2/373 7547
/proc/meminfo: memFree=27706664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=31408 CPUtime=0.68 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 6204 0 0 0 68 0 0 0 25 0 1 0 671861416 32161792 3970 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256039 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 7852 3970 242 26 0 4484 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31408

[startup+1.50074 s]
/proc/loadavg: 0.99 1.00 1.03 3/374 7548
/proc/meminfo: memFree=27680564/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=31408 CPUtime=1.49 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 6680 0 0 0 148 1 0 0 25 0 1 0 671861416 32161792 4438 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 7852 4438 242 26 0 4484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31408

[startup+3.10045 s]
/proc/loadavg: 0.99 1.00 1.03 3/374 7548
/proc/meminfo: memFree=27670024/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=42904 CPUtime=3.09 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 8612 0 0 0 308 1 0 0 25 0 1 0 671861416 43933696 6354 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 10726 6354 242 26 0 7358 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42904

[startup+6.30087 s]
/proc/loadavg: 1.07 1.02 1.04 3/374 7548
/proc/meminfo: memFree=27649696/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=50084 CPUtime=6.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 10152 0 0 0 628 1 0 0 25 0 1 0 671861416 51286016 7872 33554432000 4194304 4300288 140733274258480 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 12521 7872 242 26 0 9153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50084

[startup+12.7007 s]
/proc/loadavg: 1.15 1.03 1.04 3/374 7549
/proc/meminfo: memFree=27641120/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=42904 CPUtime=12.69 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 14562 0 0 0 1267 2 0 0 25 0 1 0 671861416 43933696 6505 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 10726 6505 242 26 0 7358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42904

[startup+25.5004 s]
/proc/loadavg: 1.41 1.10 1.06 3/374 7549
/proc/meminfo: memFree=27632692/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=39048 CPUtime=25.49 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 22351 0 0 0 2545 4 0 0 25 0 1 0 671861416 39985152 6136 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 9762 6136 242 26 0 6394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39048

[startup+51.1007 s]
/proc/loadavg: 1.61 1.17 1.09 3/374 7550
/proc/meminfo: memFree=27574864/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=51.08 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 31242 0 0 0 5103 5 0 0 25 0 1 0 671861416 94756864 14946 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 14946 242 26 0 19766 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92536

[startup+102.314 s]
/proc/loadavg: 1.83 1.29 1.13 3/374 7551
/proc/meminfo: memFree=27597520/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=102.3 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 60936 0 0 0 10221 9 0 0 25 0 1 0 671861416 94756864 15124 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 15124 242 26 0 19766 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92536

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.18 3/374 7553
/proc/meminfo: memFree=27514276/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=141856 CPUtime=162.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 96128 0 0 0 16216 13 0 0 25 0 1 0 671861416 145260544 26079 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 35464 26079 242 26 0 32096 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141856

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.23 3/374 7554
/proc/meminfo: memFree=27510768/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=222.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 127813 0 0 0 22211 18 0 0 25 0 1 0 671861416 94756864 18426 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 18426 242 26 0 19766 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92536

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.28 3/374 7556
/proc/meminfo: memFree=27506388/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=282.28 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 151649 0 0 0 28207 21 0 0 25 0 1 0 671861416 94756864 18426 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 18426 242 26 0 19766 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 92536

[startup+342.301 s]
/proc/loadavg: 2.04 1.69 1.32 3/374 7557
/proc/meminfo: memFree=27580248/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=342.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 178348 0 0 0 34203 26 0 0 25 0 1 0 671861416 94756864 18433 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 18433 242 26 0 19766 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 92536

[startup+402.301 s]
/proc/loadavg: 2.01 1.74 1.36 3/374 7559
/proc/meminfo: memFree=27560128/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=402.28 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 206034 0 0 0 40198 30 0 0 25 0 1 0 671861416 94756864 18433 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 18433 242 26 0 19766 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 92536

[startup+462.301 s]
/proc/loadavg: 2.00 1.79 1.40 3/374 7561
/proc/meminfo: memFree=27503048/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=141856 CPUtime=462.27 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 234841 0 0 0 46193 34 0 0 25 0 1 0 671861416 145260544 28614 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 35464 28614 242 26 0 32096 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 141856

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.43 3/374 7562
/proc/meminfo: memFree=27563540/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=92536 CPUtime=522.28 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 256495 0 0 0 52190 38 0 0 25 0 1 0 671861416 94756864 19651 33554432000 4194304 4300288 140733274258480 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 23134 19651 242 26 0 19766 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 92536

[startup+582.301 s]
/proc/loadavg: 2.14 1.90 1.48 3/374 7564
/proc/meminfo: memFree=27415944/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=141856 CPUtime=582.29 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 282815 0 0 0 58186 43 0 0 25 0 1 0 671861416 145260544 31892 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 35464 31892 242 26 0 32096 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 141856

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/374 7669
/proc/meminfo: memFree=27190908/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=255144 CPUtime=4062.28 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1682586 0 0 0 405944 284 0 0 25 0 1 0 671861416 261267456 55298 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 63786 55298 242 26 0 60418 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 255144

[startup+4122.3 s]
/proc/loadavg: 2.15 2.04 1.97 3/374 7670
/proc/meminfo: memFree=27270484/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=255144 CPUtime=4122.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1706685 0 0 0 411937 289 0 0 25 0 1 0 671861416 261267456 52777 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 63786 52778 242 26 0 60418 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 255144

[startup+4182.3 s]
/proc/loadavg: 2.12 2.04 1.98 3/374 7672
/proc/meminfo: memFree=27235104/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=175148 CPUtime=4182.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1722922 0 0 0 417932 294 0 0 25 0 1 0 671861416 179351552 40413 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 43787 40413 242 26 0 40419 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 175148

[startup+4242.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/374 7673
/proc/meminfo: memFree=27315288/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=175148 CPUtime=4242.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1749202 0 0 0 423927 299 0 0 25 0 1 0 671861416 179351552 40416 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 43787 40416 242 26 0 40419 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 175148

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/374 7675
/proc/meminfo: memFree=27298500/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=305556 CPUtime=4302.27 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1775924 0 0 0 429924 303 0 0 25 0 1 0 671861416 312889344 66957 33554432000 4194304 4300288 140733274258480 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 76389 66957 242 26 0 73021 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 305556

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/374 7677
/proc/meminfo: memFree=27215396/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=325356 CPUtime=4362.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1806669 0 0 0 435917 309 0 0 25 0 1 0 671861416 333164544 63937 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 81339 63937 242 26 0 77971 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 325356

[startup+4422.3 s]
/proc/loadavg: 2.05 2.03 1.98 3/374 7678
/proc/meminfo: memFree=27322732/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=244448 CPUtime=4422.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1828611 0 0 0 441913 313 0 0 25 0 1 0 671861416 250314752 52939 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255699 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 61112 52939 242 26 0 57744 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 244448

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/374 7680
/proc/meminfo: memFree=27277936/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=244448 CPUtime=4482.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1849370 0 0 0 447909 317 0 0 25 0 1 0 671861416 250314752 48653 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 61112 48653 242 26 0 57744 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 244448

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/374 7681
/proc/meminfo: memFree=27373244/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=195128 CPUtime=4542.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1869673 0 0 0 453905 321 0 0 25 0 1 0 671861416 199811072 41055 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 48782 41055 242 26 0 45414 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 195128

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/374 7683
/proc/meminfo: memFree=27146656/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=356960 CPUtime=4602.27 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1899865 0 0 0 459901 326 0 0 25 0 1 0 671861416 365527040 70996 33554432000 4194304 4300288 140733274258480 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 89240 70996 242 26 0 85872 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 356960

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/374 7685
/proc/meminfo: memFree=27051244/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=306872 CPUtime=4662.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1921531 0 0 0 465896 330 0 0 25 0 1 0 671861416 314236928 68561 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 76718 68561 242 26 0 73350 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 306872

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 1.99 3/374 7686
/proc/meminfo: memFree=27236204/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=306872 CPUtime=4722.27 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1941739 0 0 0 471894 333 0 0 25 0 1 0 671861416 314236928 64589 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 76718 64589 242 26 0 73350 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 306872

[startup+4782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/374 7688
/proc/meminfo: memFree=27162252/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=306872 CPUtime=4782.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1964285 0 0 0 477888 338 0 0 25 0 1 0 671861416 314236928 62703 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 76718 62703 242 26 0 73350 0
Current children cumulated CPU time (s) 4782.26
Current children cumulated vsize (KiB) 306872

[startup+4842.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/374 7689
/proc/meminfo: memFree=27303072/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=276052 CPUtime=4842.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 1983993 0 0 0 483885 341 0 0 25 0 1 0 671861416 282677248 57946 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256039 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 69013 57946 242 26 0 65645 0
Current children cumulated CPU time (s) 4842.26
Current children cumulated vsize (KiB) 276052

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 7691
/proc/meminfo: memFree=27233828/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=276052 CPUtime=4902.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 2005389 0 0 0 489881 345 0 0 25 0 1 0 671861416 282677248 56818 33554432000 4194304 4300288 140733274258480 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 69013 56818 242 26 0 65645 0
Current children cumulated CPU time (s) 4902.26
Current children cumulated vsize (KiB) 276052

[startup+4962.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/374 7693
/proc/meminfo: memFree=27111664/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=356960 CPUtime=4962.26 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 2020228 0 0 0 495877 349 0 0 25 0 1 0 671861416 365527040 71463 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7547/statm: 89240 71463 242 26 0 85872 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 356960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.04 2.03 2.00 2/372 7695
/proc/meminfo: memFree=27468644/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=306872 CPUtime=5000.07 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 2034180 0 0 0 499655 352 0 0 25 0 1 0 671861416 314236928 61646 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7547/statm: 76718 61646 242 26 0 73350 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 306872

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

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

[startup+5000.1 s]
/proc/loadavg: 2.04 2.03 2.00 2/372 7695
/proc/meminfo: memFree=27468644/32951124 swapFree=37160408/67111528
[pid=7547] ppid=7545 vsize=306872 CPUtime=5000.07 cores=0,2,4,6
/proc/7547/stat : 7547 (cir_minisat) R 7545 7547 6169 0 -1 4202496 2034180 0 0 0 499655 352 0 0 25 0 1 0 671861416 314236928 61646 33554432000 4194304 4300288 140733274258480 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7547/statm: 76718 61646 242 26 0 73350 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 306872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.09
CPU user time (s): 4996.56
CPU system time (s): 3.53346
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 406744

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

runsolver used 19.2001 second user time and 39.9039 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-17 05:23:30
IDJOB=3387456
IDBENCH=83134
IDSOLVER=1873
FILE ID=node104/3387456-1305602610
RUNJOBID= node104-1305602609-7527
PBS_JOBID= 13350374
Free space on /tmp= 73512 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=874651962

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27707192 kB
Buffers:        307420 kB
Cached:        2866828 kB
SwapCached:     152312 kB
Active:        1307768 kB
Inactive:      3653132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27707192 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:            5440 kB
Writeback:           0 kB
AnonPages:     1646308 kB
Mapped:          10800 kB
Slab:           129364 kB
PageTables:      89472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87738200 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= 73516 MiB
End job on node104 at 2011-05-17 06:46:52