Trace number 3434059

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: MiniSAT 2.2.0-agile-26? (TO) 5000.13 4999.93

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: 977)

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-3434059-1306882626/watcher-3434059-1306882626 -o /tmp/evaluation-result-3434059-1306882626/solver-3434059-1306882626 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434059-1306882626.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.00 2.03 2.00 2/554 22080
/proc/meminfo: memFree=7187792/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=24876 CPUtime=0.01 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 2068 0 0 0 1 0 0 0 25 0 1 0 799859666 25473024 1975 33554432000 4194304 4291235 140733566659008 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 6219 1976 216 24 0 2853 0

[startup+0.0604849 s]
/proc/loadavg: 2.00 2.03 2.00 2/554 22080
/proc/meminfo: memFree=7187792/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=29044 CPUtime=0.05 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 3705 0 0 0 5 0 0 0 25 0 1 0 799859666 29741056 3351 33554432000 4194304 4291235 140733566659008 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 7261 3357 240 24 0 3895 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29044

[startup+0.100479 s]
/proc/loadavg: 2.00 2.03 2.00 2/554 22080
/proc/meminfo: memFree=7187792/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=31688 CPUtime=0.09 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 4485 0 0 0 9 0 0 0 25 0 1 0 799859666 32448512 4107 33554432000 4194304 4291235 140733566659008 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 7922 4109 240 24 0 4556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31688

[startup+0.300445 s]
/proc/loadavg: 2.00 2.03 2.00 2/554 22080
/proc/meminfo: memFree=7187792/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=28728 CPUtime=0.29 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 6006 0 0 0 29 0 0 0 25 0 1 0 799859666 29417472 3773 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 7182 3773 258 24 0 3816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28728

[startup+0.700363 s]
/proc/loadavg: 2.00 2.03 2.00 2/554 22080
/proc/meminfo: memFree=7187792/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=31404 CPUtime=0.69 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 6171 0 0 0 69 0 0 0 25 0 1 0 799859666 32157696 3934 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 7851 3934 258 24 0 4485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31404

[startup+1.50021 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22081
/proc/meminfo: memFree=7170396/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=31404 CPUtime=1.49 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 6691 0 0 0 149 0 0 0 25 0 1 0 799859666 32157696 4448 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 7851 4448 258 24 0 4485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31404

[startup+3.1009 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22081
/proc/meminfo: memFree=7160104/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=42900 CPUtime=3.09 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 8644 0 0 0 308 1 0 0 25 0 1 0 799859666 43929600 6377 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 10725 6377 258 24 0 7359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42900

[startup+6.30029 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22081
/proc/meminfo: memFree=7148668/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=50080 CPUtime=6.29 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 10215 0 0 0 628 1 0 0 25 0 1 0 799859666 51281920 7915 33554432000 4194304 4291235 140733566659008 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 12520 7915 258 24 0 9154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50080

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22081
/proc/meminfo: memFree=7133252/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=67480 CPUtime=12.69 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 15789 0 0 0 1267 2 0 0 25 0 1 0 799859666 69099520 9070 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 16870 9070 258 24 0 13504 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67480

[startup+25.5006 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22082
/proc/meminfo: memFree=7097288/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=67480 CPUtime=25.49 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 23339 0 0 0 2546 3 0 0 25 0 1 0 799859666 69099520 10673 33554432000 4194304 4291235 140733566659008 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 16870 10673 258 24 0 13504 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67480

[startup+51.1007 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22083
/proc/meminfo: memFree=7193348/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=135652 CPUtime=51.09 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 43865 0 0 0 5103 6 0 0 25 0 1 0 799859666 138907648 22576 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 33913 22576 258 24 0 30547 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135652

[startup+102.321 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22112
/proc/meminfo: memFree=7337784/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=86332 CPUtime=102.31 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 68092 0 0 0 10221 10 0 0 25 0 1 0 799859666 88403968 16701 33554432000 4194304 4291235 140733566659008 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 21583 16701 258 24 0 18217 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 86332

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 22113
/proc/meminfo: memFree=7227808/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=135652 CPUtime=162.3 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 103718 0 0 0 16214 16 0 0 25 0 1 0 799859666 138907648 28621 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 33913 28621 258 24 0 30547 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135652

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/555 22115
/proc/meminfo: memFree=7320764/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=86332 CPUtime=222.3 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 131069 0 0 0 22211 19 0 0 25 0 1 0 799859666 88403968 18196 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 21583 18196 258 24 0 18217 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 86332

[startup+282.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/555 22126
/proc/meminfo: memFree=7313592/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=86332 CPUtime=282.3 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 156657 0 0 0 28207 23 0 0 25 0 1 0 799859666 88403968 18196 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 21583 18196 258 24 0 18217 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86332

[startup+342.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/555 22127
/proc/meminfo: memFree=7197868/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=86332 CPUtime=342.3 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 183836 0 0 0 34204 26 0 0 25 0 1 0 799859666 88403968 18196 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 21583 18196 258 24 0 18217 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86332

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 22129
/proc/meminfo: memFree=7233316/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=86332 CPUtime=402.3 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 211735 0 0 0 40199 31 0 0 25 0 1 0 799859666 88403968 18196 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 21583 18196 258 24 0 18217 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86332

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22133
/proc/meminfo: memFree=7173860/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=155136 CPUtime=462.31 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 243142 0 0 0 46194 37 0 0 25 0 1 0 799859666 158859264 33051 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255831 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 38784 33051 258 24 0 35418 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 155136

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22135
/proc/meminfo: memFree=7242588/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=105816 CPUtime=522.31 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 263975 0 0 0 52190 41 0 0 25 0 1 0 799859666 108355584 23130 33554432000 4194304 4291235 140733566659008 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 26454 23130 258 24 0 23088 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 105816

[startup+582.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/555 22137
/proc/meminfo: memFree=7244916/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=185956 CPUtime=582.31 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 291539 0 0 0 58185 46 0 0 25 0 1 0 799859666 190418944 35485 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 46489 35485 258 24 0 43123 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 185956

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22241
/proc/meminfo: memFree=6967308/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=322496 CPUtime=4062.47 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1562506 0 0 0 405954 293 0 0 25 0 1 0 799859666 330235904 67020 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 80624 67020 258 24 0 77258 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 322496

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22243
/proc/meminfo: memFree=6895436/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=291572 CPUtime=4122.45 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1586171 0 0 0 411947 298 0 0 25 0 1 0 799859666 298569728 64204 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 72893 64205 258 24 0 69527 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 291572

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22245
/proc/meminfo: memFree=6847152/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=291572 CPUtime=4182.45 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1605968 0 0 0 417943 302 0 0 25 0 1 0 799859666 298569728 59090 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255556 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 72893 59090 258 24 0 69527 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 291572

[startup+4242.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/555 22246
/proc/meminfo: memFree=6979908/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=260752 CPUtime=4242.46 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1627405 0 0 0 423938 308 0 0 25 0 1 0 799859666 267010048 56595 33554432000 4194304 4291235 140733566659008 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 65188 56595 258 24 0 61822 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 260752

[startup+4302.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 22248
/proc/meminfo: memFree=6849440/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=341660 CPUtime=4302.46 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1640040 0 0 0 429934 312 0 0 25 0 1 0 799859666 349859840 69080 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 85415 69080 258 24 0 82049 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 341660

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/555 22249
/proc/meminfo: memFree=6820136/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=291572 CPUtime=4362.46 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1660212 0 0 0 435930 316 0 0 25 0 1 0 799859666 298569728 63408 33554432000 4194304 4291235 140733566659008 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 72893 63408 258 24 0 69527 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 291572

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/555 22251
/proc/meminfo: memFree=7000396/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=260752 CPUtime=4422.46 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1678239 0 0 0 441927 319 0 0 25 0 1 0 799859666 267010048 55645 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 65188 55645 258 24 0 61822 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 260752

[startup+4482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/555 22253
/proc/meminfo: memFree=6869548/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=341660 CPUtime=4482.47 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1689988 0 0 0 447924 323 0 0 25 0 1 0 799859666 349859840 67266 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 85415 67266 258 24 0 82049 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 341660

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 22254
/proc/meminfo: memFree=6991536/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=291572 CPUtime=4542.47 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1706840 0 0 0 453920 327 0 0 25 0 1 0 799859666 298569728 58547 33554432000 4194304 4291235 140733566659008 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 72893 58547 258 24 0 69527 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 291572

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22256
/proc/meminfo: memFree=6946748/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=211432 CPUtime=4602.48 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1719176 0 0 0 459919 329 0 0 25 0 1 0 799859666 216506368 45800 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 52858 45800 258 24 0 49492 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 211432

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22257
/proc/meminfo: memFree=6990736/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=341660 CPUtime=4662.47 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1742129 0 0 0 465914 333 0 0 25 0 1 0 799859666 349859840 68551 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 85415 68551 258 24 0 82049 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 341660

[startup+4722.32 s]
/proc/loadavg: 2.15 2.05 2.01 3/555 22259
/proc/meminfo: memFree=6899564/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=291572 CPUtime=4722.5 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1762350 0 0 0 471913 337 0 0 25 0 1 0 799859666 298569728 63342 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 72893 63342 258 24 0 69527 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 291572

[startup+4782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/555 22261
/proc/meminfo: memFree=6889472/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=211432 CPUtime=4782.47 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1770650 0 0 0 477907 340 0 0 25 0 1 0 799859666 216506368 46686 33554432000 4194304 4291235 140733566659008 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 52858 46686 258 24 0 49492 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 211432

[startup+4842.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/555 22262
/proc/meminfo: memFree=6949436/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=341660 CPUtime=4842.48 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1791503 0 0 0 483904 344 0 0 25 0 1 0 799859666 349859840 67405 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 85415 67405 258 24 0 82049 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 341660

[startup+4902.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/555 22264
/proc/meminfo: memFree=6897072/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=260752 CPUtime=4902.48 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1810677 0 0 0 489899 349 0 0 25 0 1 0 799859666 267010048 61334 33554432000 4194304 4291235 140733566659008 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 65188 61334 258 24 0 61822 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 260752

[startup+4962.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/555 22265
/proc/meminfo: memFree=6797208/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=341660 CPUtime=4962.49 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1820823 0 0 0 495897 352 0 0 25 0 1 0 799859666 349859840 71348 33554432000 4194304 4291235 140733566659008 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 85415 71348 258 24 0 82049 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 341660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.05 2.00 3/555 22266
/proc/meminfo: memFree=6979072/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=260752 CPUtime=5000.1 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1832498 0 0 0 499656 354 0 0 25 0 1 0 799859666 267010048 58033 33554432000 4194304 4291235 140733566659008 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 65188 58033 258 24 0 61822 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 260752

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: 2.05 2.05 2.00 3/555 22266
/proc/meminfo: memFree=6979072/32950928 swapFree=67056580/67111528
[pid=22080] ppid=22078 vsize=260752 CPUtime=5000.1 cores=0,2,4,6
/proc/22080/stat : 22080 (minisat) R 22078 22080 21730 0 -1 4202496 1832498 0 0 0 499656 354 0 0 25 0 1 0 799859666 267010048 58033 33554432000 4194304 4291235 140733566659008 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22080/statm: 65188 58033 258 24 0 61822 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 260752

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.13
CPU user time (s): 4996.57
CPU system time (s): 3.55746
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 341660

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

runsolver used 28.7616 second user time and 62.1695 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-01 00:57:06
IDJOB=3434059
IDBENCH=83134
IDSOLVER=1930
FILE ID=node148/3434059-1306882626
RUNJOBID= node148-1306877501-21748
PBS_JOBID= 13488428
Free space on /tmp= 50920 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434059-1306882626/watcher-3434059-1306882626 -o /tmp/evaluation-result-3434059-1306882626/solver-3434059-1306882626 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434059-1306882626.cnf

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=913919047

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7187948 kB
Buffers:         95348 kB
Cached:       17801652 kB
SwapCached:       7908 kB
Active:       14260016 kB
Inactive:     10744960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7187948 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     7106880 kB
Mapped:          43896 kB
Slab:           628560 kB
PageTables:      58924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170696704 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= 50920 MiB
End job on node148 at 2011-06-01 02:20:28