Trace number 3420056

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 reference: minisat 2.2.0? (TO) 5000.12 5000.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1033.04
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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-3420056-1306585336/watcher-3420056-1306585336 -o /tmp/evaluation-result-3420056-1306585336/solver-3420056-1306585336 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420056-1306585336.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: 2.06 2.03 2.01 2/511 19051
/proc/meminfo: memFree=11432684/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=28388 CPUtime=0.01 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 2626 0 0 0 1 0 0 0 24 0 1 0 750949778 29069312 2504 33554432000 4194304 4291037 140736050652832 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 7097 2505 216 24 0 3731 0

[startup+0.062592 s]
/proc/loadavg: 2.06 2.03 2.01 2/511 19051
/proc/meminfo: memFree=11432684/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=35396 CPUtime=0.05 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 5156 0 0 0 5 0 0 0 24 0 1 0 750949778 36245504 4724 33554432000 4194304 4291037 140736050652832 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 8849 4725 216 24 0 5483 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35396

[startup+0.10058 s]
/proc/loadavg: 2.06 2.03 2.01 2/511 19051
/proc/meminfo: memFree=11432684/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=40572 CPUtime=0.09 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 7202 0 0 0 9 0 0 0 24 0 1 0 750949778 41545728 6348 33554432000 4194304 4291037 140736050652832 18446744073709551615 4215507 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 10143 6348 237 24 0 6777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40572

[startup+0.300542 s]
/proc/loadavg: 2.06 2.03 2.01 2/511 19051
/proc/meminfo: memFree=11432684/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=47644 CPUtime=0.29 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 10554 0 0 0 28 1 0 0 25 0 1 0 750949778 48787456 7890 33554432000 4194304 4291037 140736050652832 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 11911 7890 240 24 0 8545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47644

[startup+0.700475 s]
/proc/loadavg: 2.06 2.03 2.01 2/511 19051
/proc/meminfo: memFree=11432684/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=45224 CPUtime=0.69 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 11923 0 0 0 68 1 0 0 25 0 1 0 750949778 46309376 7195 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 11306 7195 259 24 0 7940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45224

[startup+1.50033 s]
/proc/loadavg: 2.06 2.03 2.01 3/512 19052
/proc/meminfo: memFree=11402180/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=45224 CPUtime=1.49 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 12160 0 0 0 148 1 0 0 25 0 1 0 750949778 46309376 7424 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 11306 7424 259 24 0 7940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45224

[startup+3.10105 s]
/proc/loadavg: 2.06 2.03 2.01 3/512 19052
/proc/meminfo: memFree=11397964/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=52296 CPUtime=3.09 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 12819 0 0 0 308 1 0 0 25 0 1 0 750949778 53551104 8068 33554432000 4194304 4291037 140736050652832 18446744073709551615 4248937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 13074 8068 259 24 0 9708 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52296

[startup+6.30047 s]
/proc/loadavg: 2.06 2.03 2.01 3/512 19052
/proc/meminfo: memFree=11390580/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=52664 CPUtime=6.29 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 14024 0 0 0 628 1 0 0 25 0 1 0 750949778 53927936 9247 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 13166 9247 259 24 0 9800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52664

[startup+12.7004 s]
/proc/loadavg: 2.05 2.03 2.00 3/512 19052
/proc/meminfo: memFree=11363524/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=83552 CPUtime=12.69 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 19169 0 0 0 1268 1 0 0 25 0 1 0 750949778 85557248 14343 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 20888 14343 259 24 0 17522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83552

[startup+25.5011 s]
/proc/loadavg: 2.04 2.03 2.00 3/512 19052
/proc/meminfo: memFree=11338508/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=102520 CPUtime=25.49 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 22466 0 0 0 2547 2 0 0 25 0 1 0 750949778 104980480 17577 33554432000 4194304 4291037 140736050652832 18446744073709551615 4261635 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 25630 17577 259 24 0 22264 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102520

[startup+51.1006 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 19053
/proc/meminfo: memFree=11390732/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=83552 CPUtime=51.1 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 32564 0 0 0 5105 5 0 0 25 0 1 0 750949778 85557248 14990 33554432000 4194304 4291037 140736050652832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 20888 14990 259 24 0 17522 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 83552

[startup+102.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/512 19054
/proc/meminfo: memFree=11344468/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=92392 CPUtime=102.32 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 50179 0 0 0 10223 9 0 0 25 0 1 0 750949778 94609408 17619 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 23098 17619 259 24 0 19732 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 92392

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/512 19058
/proc/meminfo: memFree=11344816/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=99640 CPUtime=162.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 68030 0 0 0 16217 13 0 0 25 0 1 0 750949778 102031360 18962 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 24910 18962 259 24 0 21544 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99640

[startup+222.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/512 19061
/proc/meminfo: memFree=11359808/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=90336 CPUtime=222.29 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 84593 0 0 0 22213 16 0 0 25 0 1 0 750949778 92504064 17150 33554432000 4194304 4291037 140736050652832 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 22584 17150 259 24 0 19218 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90336

[startup+282.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/512 19062
/proc/meminfo: memFree=11326436/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=151800 CPUtime=282.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 99544 0 0 0 28210 20 0 0 25 0 1 0 750949778 155443200 31843 33554432000 4194304 4291037 140736050652832 18446744073709551615 4263290 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 37950 31843 259 24 0 34584 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151800

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/512 19064
/proc/meminfo: memFree=11277192/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=155504 CPUtime=342.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 116122 0 0 0 34206 24 0 0 25 0 1 0 750949778 159236096 30013 33554432000 4194304 4291037 140736050652832 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 38876 30013 259 24 0 35510 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155504

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 19065
/proc/meminfo: memFree=11295140/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=129716 CPUtime=402.29 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 132870 0 0 0 40202 27 0 0 25 0 1 0 750949778 132829184 27159 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 32429 27159 259 24 0 29063 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 129716

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19067
/proc/meminfo: memFree=11331836/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=113904 CPUtime=462.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 147590 0 0 0 46197 33 0 0 25 0 1 0 750949778 116637696 22250 33554432000 4194304 4291037 140736050652832 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 28476 22250 259 24 0 25110 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 113904

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19068
/proc/meminfo: memFree=11305396/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=163692 CPUtime=522.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 159918 0 0 0 52195 35 0 0 25 0 1 0 750949778 167620608 34357 33554432000 4194304 4291037 140736050652832 18446744073709551615 4248968 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 40923 34357 259 24 0 37557 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 163692

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19070
/proc/meminfo: memFree=11268548/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=139272 CPUtime=582.3 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 175729 0 0 0 58190 40 0 0 25 0 1 0 750949778 142614528 28982 33554432000 4194304 4291037 140736050652832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 34818 28982 259 24 0 31452 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 139272

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19175
/proc/meminfo: memFree=11023692/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=304004 CPUtime=4062.28 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 924597 0 0 0 405976 252 0 0 25 0 1 0 750949778 311300096 61835 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 76001 61835 259 24 0 72635 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 304004

[startup+4122.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/512 19176
/proc/meminfo: memFree=11130400/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=223700 CPUtime=4122.26 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 939122 0 0 0 411971 255 0 0 25 0 1 0 750949778 229068800 47323 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 55925 47323 259 24 0 52559 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 223700

[startup+4182.3 s]
/proc/loadavg: 2.22 2.09 2.02 3/512 19178
/proc/meminfo: memFree=11050380/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=254520 CPUtime=4182.26 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 950224 0 0 0 417968 258 0 0 25 0 1 0 750949778 260628480 58229 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 63630 58229 259 24 0 60264 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 254520

[startup+4242.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/512 19180
/proc/meminfo: memFree=11074400/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=304608 CPUtime=4242.26 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 959030 0 0 0 423965 261 0 0 25 0 1 0 750949778 311918592 66875 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 76152 66875 259 24 0 72786 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 304608

[startup+4302.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/512 19181
/proc/meminfo: memFree=11092444/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=224268 CPUtime=4302.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 973472 0 0 0 429961 266 0 0 25 0 1 0 750949778 229650432 51991 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 56067 51991 259 24 0 52701 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 224268

[startup+4362.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/512 19183
/proc/meminfo: memFree=11029672/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=305176 CPUtime=4362.26 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 982667 0 0 0 435958 268 0 0 25 0 1 0 750949778 312500224 61011 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 76294 61011 259 24 0 72928 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 305176

[startup+4422.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/512 19185
/proc/meminfo: memFree=11137988/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=195788 CPUtime=4422.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 993706 0 0 0 441955 272 0 0 25 0 1 0 750949778 200486912 43357 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 48947 43357 259 24 0 45581 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 195788

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 19186
/proc/meminfo: memFree=11035048/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=257252 CPUtime=4482.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1008281 0 0 0 447951 276 0 0 25 0 1 0 750949778 263426048 57671 33554432000 4194304 4291037 140736050652832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 64313 57671 259 24 0 60947 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 257252

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19188
/proc/meminfo: memFree=11054104/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=307340 CPUtime=4542.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1017198 0 0 0 453948 279 0 0 25 0 1 0 750949778 314716160 66448 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 76835 66448 259 24 0 73469 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 307340

[startup+4602.3 s]
/proc/loadavg: 1.93 2.00 1.99 3/512 19217
/proc/meminfo: memFree=11326120/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=257252 CPUtime=4602.28 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1035638 0 0 0 459946 282 0 0 25 0 1 0 750949778 263426048 52917 33554432000 4194304 4291037 140736050652832 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 64313 52917 259 24 0 60947 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 257252

[startup+4662.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/512 19219
/proc/meminfo: memFree=11265468/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=307340 CPUtime=4662.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1050014 0 0 0 465941 286 0 0 25 0 1 0 750949778 314716160 67108 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 76835 67108 259 24 0 73469 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 307340

[startup+4722.32 s]
/proc/loadavg: 1.99 2.00 1.99 3/512 19221
/proc/meminfo: memFree=11221768/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=389252 CPUtime=4722.29 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1059783 0 0 0 471941 288 0 0 25 0 1 0 750949778 398594048 76725 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 97313 76725 259 24 0 93947 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 389252

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/512 19222
/proc/meminfo: memFree=11302464/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=264848 CPUtime=4782.27 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1076227 0 0 0 477934 293 0 0 25 0 1 0 750949778 271204352 56247 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 66212 56247 259 24 0 62846 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 264848

[startup+4842.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/512 19224
/proc/meminfo: memFree=11261140/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=314936 CPUtime=4842.28 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1086150 0 0 0 483932 296 0 0 25 0 1 0 750949778 322494464 65983 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 78734 65983 259 24 0 75368 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 314936

[startup+4902.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/512 19225
/proc/meminfo: memFree=11234572/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=314936 CPUtime=4902.28 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1093023 0 0 0 489930 298 0 0 25 0 1 0 750949778 322494464 72720 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 78734 72720 259 24 0 75368 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 314936

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 19227
/proc/meminfo: memFree=11297780/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=275024 CPUtime=4962.28 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1109989 0 0 0 495926 302 0 0 25 0 1 0 750949778 281624576 56948 33554432000 4194304 4291037 140736050652832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 68756 56948 259 24 0 65390 0
Current children cumulated CPU time (s) 4962.28
Current children cumulated vsize (KiB) 275024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 19228
/proc/meminfo: memFree=11271336/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=275024 CPUtime=5000.09 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1116646 0 0 0 499705 304 0 0 25 0 1 0 750949778 281624576 63495 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 68756 63495 259 24 0 65390 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 275024

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.00 2.02 2.00 3/512 19228
/proc/meminfo: memFree=11271336/32951124 swapFree=67111364/67111528
[pid=19051] ppid=19049 vsize=275024 CPUtime=5000.09 cores=0,2,4,6
/proc/19051/stat : 19051 (minisat_release) R 19049 19051 18721 0 -1 4202496 1116646 0 0 0 499705 304 0 0 25 0 1 0 750949778 281624576 63495 33554432000 4194304 4291037 140736050652832 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19051/statm: 68756 63495 259 24 0 65390 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 275024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.12
CPU user time (s): 4997.06
CPU system time (s): 3.05953
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 389252

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

runsolver used 26.49 second user time and 55.8615 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-28 14:22:17
IDJOB=3420056
IDBENCH=83121
IDSOLVER=1912
FILE ID=node144/3420056-1306585336
RUNJOBID= node144-1306579390-18740
PBS_JOBID= 13471536
Free space on /tmp= 73540 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420056-1306585336/watcher-3420056-1306585336 -o /tmp/evaluation-result-3420056-1306585336/solver-3420056-1306585336 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420056-1306585336.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=39418264

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11432716 kB
Buffers:        337548 kB
Cached:        5528440 kB
SwapCached:          0 kB
Active:       17806304 kB
Inactive:      3335508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11432716 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4496 kB
Writeback:           0 kB
AnonPages:    15275908 kB
Mapped:          42488 kB
Slab:           238392 kB
PageTables:      69912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157881472 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 node144 at 2011-05-28 15:45:39