Trace number 3434042

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.07 4999.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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-3434042-1306877624/watcher-3434042-1306877624 -o /tmp/evaluation-result-3434042-1306877624/solver-3434042-1306877624 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434042-1306877624.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: 1.82 0.70 0.25 2/554 21880
/proc/meminfo: memFree=6981208/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=28844 CPUtime=0.01 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 2703 0 0 0 1 0 0 0 25 0 1 0 799359450 29536256 2574 33554432000 4194304 4291235 140734234132896 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 7211 2574 216 24 0 3845 0

[startup+0.0975389 s]
/proc/loadavg: 1.82 0.70 0.25 2/554 21880
/proc/meminfo: memFree=6981208/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=40120 CPUtime=0.08 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 7057 0 0 0 8 0 0 0 25 0 1 0 799359450 41082880 6209 33554432000 4194304 4291235 140734234132896 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 10029 6210 216 24 0 6663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40120

[startup+0.100539 s]
/proc/loadavg: 1.82 0.70 0.25 2/554 21880
/proc/meminfo: memFree=6981208/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=40576 CPUtime=0.09 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 7146 0 0 0 9 0 0 0 25 0 1 0 799359450 41549824 6298 33554432000 4194304 4291235 140734234132896 18446744073709551615 4215482 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 10144 6298 237 24 0 6778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40576

[startup+0.300513 s]
/proc/loadavg: 1.82 0.70 0.25 2/554 21880
/proc/meminfo: memFree=6981208/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=47096 CPUtime=0.29 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 10536 0 0 0 28 1 0 0 25 0 1 0 799359450 48226304 7785 33554432000 4194304 4291235 140734234132896 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 11774 7785 240 24 0 8408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47096

[startup+0.700428 s]
/proc/loadavg: 1.82 0.70 0.25 2/554 21880
/proc/meminfo: memFree=6981208/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=45048 CPUtime=0.69 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 11916 0 0 0 68 1 0 0 25 0 1 0 799359450 46129152 7119 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 11262 7119 258 24 0 7896 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45048

[startup+1.50027 s]
/proc/loadavg: 1.84 0.72 0.26 3/555 21881
/proc/meminfo: memFree=6951572/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=45048 CPUtime=1.49 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 12285 0 0 0 148 1 0 0 25 0 1 0 799359450 46129152 7478 33554432000 4194304 4291235 140734234132896 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 11262 7478 258 24 0 7896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45048

[startup+3.10096 s]
/proc/loadavg: 1.84 0.72 0.26 3/555 21881
/proc/meminfo: memFree=6947576/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=52120 CPUtime=3.09 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 13090 0 0 0 308 1 0 0 25 0 1 0 799359450 53370880 8269 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 13030 8269 258 24 0 9664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52120

[startup+6.30036 s]
/proc/loadavg: 1.84 0.72 0.26 3/555 21881
/proc/meminfo: memFree=6925940/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=70796 CPUtime=6.29 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 17576 0 0 0 627 2 0 0 25 0 1 0 799359450 72495104 12722 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21880/statm: 17699 12722 258 24 0 14333 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70796

[startup+12.7011 s]
/proc/loadavg: 1.86 0.76 0.28 3/555 21881
/proc/meminfo: memFree=6911952/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=82472 CPUtime=12.69 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 20637 0 0 0 1266 3 0 0 25 0 1 0 799359450 84451328 15749 33554432000 4194304 4291235 140734234132896 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/21880/statm: 20618 15749 258 24 0 17252 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82472

[startup+25.5007 s]
/proc/loadavg: 1.88 0.80 0.30 3/555 21881
/proc/meminfo: memFree=6884052/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=101440 CPUtime=25.46 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 26041 0 0 0 2543 3 0 0 25 0 1 0 799359450 103874560 21081 33554432000 4194304 4291235 140734234132896 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 25360 21081 258 24 0 21994 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 101440

[startup+51.1007 s]
/proc/loadavg: 1.92 0.90 0.34 3/555 21882
/proc/meminfo: memFree=6897840/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=82472 CPUtime=51.07 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 41171 0 0 0 5100 7 0 0 25 0 1 0 799359450 84451328 15524 33554432000 4194304 4291235 140734234132896 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 20618 15524 258 24 0 17252 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82472

[startup+102.321 s]
/proc/loadavg: 1.97 1.08 0.43 3/555 21910
/proc/meminfo: memFree=7249412/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=186320 CPUtime=102.29 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 67196 0 0 0 10218 11 0 0 25 0 1 0 799359450 190791680 41323 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255647 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 46580 41324 258 24 0 43214 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 186320

[startup+162.3 s]
/proc/loadavg: 1.99 1.24 0.53 3/555 21912
/proc/meminfo: memFree=7271516/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=190940 CPUtime=162.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 96715 0 0 0 16210 17 0 0 25 0 1 0 799359450 195522560 38782 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 47735 38782 258 24 0 44369 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 190940

[startup+222.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/555 21914
/proc/meminfo: memFree=7198936/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=193228 CPUtime=222.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 128389 0 0 0 22203 24 0 0 25 0 1 0 799359450 197865472 40712 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 48307 40712 258 24 0 44941 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 193228

[startup+282.3 s]
/proc/loadavg: 1.99 1.49 0.70 3/555 21915
/proc/meminfo: memFree=7282592/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=147080 CPUtime=282.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 159151 0 0 0 28195 32 0 0 25 0 1 0 799359450 150609920 25833 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 36770 25833 258 24 0 33404 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 147080

[startup+342.301 s]
/proc/loadavg: 2.08 1.61 0.79 3/555 21917
/proc/meminfo: memFree=7169456/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=282348 CPUtime=342.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 183524 0 0 0 34189 38 0 0 25 0 1 0 799359450 289124352 50013 33554432000 4194304 4291235 140734234132896 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 70587 50013 258 24 0 67221 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 282348

[startup+402.3 s]
/proc/loadavg: 2.07 1.69 0.87 3/555 21918
/proc/meminfo: memFree=7158124/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=201912 CPUtime=402.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 216335 0 0 0 40183 44 0 0 25 0 1 0 799359450 206757888 45577 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 50478 45577 258 24 0 47112 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 201912

[startup+462.301 s]
/proc/loadavg: 2.02 1.74 0.94 3/555 21920
/proc/meminfo: memFree=7215740/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=125032 CPUtime=462.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 243832 0 0 0 46177 50 0 0 25 0 1 0 799359450 128032768 25756 33554432000 4194304 4291235 140734234132896 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 31258 25757 258 24 0 27892 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 125032

[startup+522.301 s]
/proc/loadavg: 2.01 1.79 1.00 3/555 21922
/proc/meminfo: memFree=7109048/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=288608 CPUtime=522.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 271429 0 0 0 52171 56 0 0 25 0 1 0 799359450 295534592 53185 33554432000 4194304 4291235 140734234132896 18446744073709551615 4261863 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 72152 53185 258 24 0 68786 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 288608

[startup+582.301 s]
/proc/loadavg: 2.14 1.87 1.08 3/555 21923
/proc/meminfo: memFree=7252104/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=158320 CPUtime=582.27 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 301399 0 0 0 58164 63 0 0 25 0 1 0 799359450 162119680 33080 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/21880/statm: 39580 33080 258 24 0 36214 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 158320

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.09 2.06 1.99 3/555 22028
/proc/meminfo: memFree=6797136/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=388836 CPUtime=4062.4 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1478017 0 0 0 405850 390 0 0 25 0 1 0 799359450 398168064 89616 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 97209 89617 258 24 0 93843 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 388836

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 1.99 3/555 22030
/proc/meminfo: memFree=7052152/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=197628 CPUtime=4122.38 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1494064 0 0 0 411842 396 0 0 25 0 1 0 799359450 202371072 41352 33554432000 4194304 4291235 140734234132896 18446744073709551615 4261933 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 49407 41352 258 24 0 46041 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 197628

[startup+4182.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/555 22031
/proc/meminfo: memFree=7045300/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=312812 CPUtime=4182.38 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1512416 0 0 0 417835 403 0 0 25 0 1 0 799359450 320319488 59572 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 78203 59572 258 24 0 74837 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 312812

[startup+4242.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/555 22033
/proc/meminfo: memFree=6893732/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=396904 CPUtime=4242.39 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1528642 0 0 0 423832 407 0 0 25 0 1 0 799359450 406429696 75684 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 99226 75684 258 24 0 95860 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 396904

[startup+4302.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 22034
/proc/meminfo: memFree=6865420/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=400492 CPUtime=4302.39 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1545802 0 0 0 429828 411 0 0 25 0 1 0 799359450 410103808 92727 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 100123 92727 258 24 0 96757 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 400492

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 22036
/proc/meminfo: memFree=6732832/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=534152 CPUtime=4362.39 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1561551 0 0 0 435823 416 0 0 25 0 1 0 799359450 546971648 108382 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 133538 108382 258 24 0 130172 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 534152

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22038
/proc/meminfo: memFree=6743588/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=539880 CPUtime=4422.4 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1573846 0 0 0 441820 420 0 0 25 0 1 0 799359450 552837120 120602 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 134970 120602 258 24 0 131604 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 539880

[startup+4482.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 22039
/proc/meminfo: memFree=6876228/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=341836 CPUtime=4482.39 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1603538 0 0 0 447811 428 0 0 25 0 1 0 799359450 350040064 70047 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 85459 70047 258 24 0 82093 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 341836

[startup+4542.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/555 22041
/proc/meminfo: memFree=6845688/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=423224 CPUtime=4542.4 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1621711 0 0 0 453806 434 0 0 25 0 1 0 799359450 433381376 88039 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 105806 88039 258 24 0 102440 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 423224

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/555 22042
/proc/meminfo: memFree=6836976/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=555484 CPUtime=4602.42 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1640173 0 0 0 459804 438 0 0 25 0 1 0 799359450 568815616 106342 33554432000 4194304 4291235 140734234132896 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 138871 106342 258 24 0 135505 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 555484

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 22044
/proc/meminfo: memFree=6919772/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=291748 CPUtime=4662.41 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1662291 0 0 0 465796 445 0 0 25 0 1 0 799359450 298749952 59548 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 72937 59548 258 24 0 69571 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 291748

[startup+4722.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 22046
/proc/meminfo: memFree=6901016/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=423224 CPUtime=4722.43 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1683203 0 0 0 471793 450 0 0 25 0 1 0 799359450 433381376 80268 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 105806 80268 258 24 0 102440 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 423224

[startup+4782.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/555 22047
/proc/meminfo: memFree=6715736/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=555484 CPUtime=4782.41 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1706080 0 0 0 477785 456 0 0 25 0 1 0 799359450 568815616 102990 33554432000 4194304 4291235 140734234132896 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 138871 102990 258 24 0 135505 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 555484

[startup+4842.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/555 22049
/proc/meminfo: memFree=6749308/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=555484 CPUtime=4842.41 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1722452 0 0 0 483780 461 0 0 25 0 1 0 799359450 568815616 119275 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 138871 119275 258 24 0 135505 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 555484

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 22050
/proc/meminfo: memFree=6885024/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=341836 CPUtime=4902.41 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1748443 0 0 0 489774 467 0 0 25 0 1 0 799359450 350040064 69929 33554432000 4194304 4291235 140734234132896 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 85459 69929 258 24 0 82093 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 341836

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22052
/proc/meminfo: memFree=6887340/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=423224 CPUtime=4962.41 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1768270 0 0 0 495770 471 0 0 25 0 1 0 799359450 433381376 89612 33554432000 4194304 4291235 140734234132896 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 105806 89613 258 24 0 102440 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 423224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22053
/proc/meminfo: memFree=6772244/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=555484 CPUtime=5000.03 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1782675 0 0 0 499528 475 0 0 25 0 1 0 799359450 568815616 103916 33554432000 4194304 4291235 140734234132896 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 138871 103916 258 24 0 135505 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 555484

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.00 2.03 2.00 3/555 22053
/proc/meminfo: memFree=6772244/32950928 swapFree=67056580/67111528
[pid=21880] ppid=21878 vsize=555484 CPUtime=5000.03 cores=0,2,4,6
/proc/21880/stat : 21880 (minisat) R 21878 21880 21730 0 -1 4202496 1782675 0 0 0 499528 475 0 0 25 0 1 0 799359450 568815616 103916 33554432000 4194304 4291235 140734234132896 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21880/statm: 138871 103916 258 24 0 135505 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 555484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4995.29
CPU system time (s): 4.77627
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 574160

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

runsolver used 28.8476 second user time and 62.0746 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-31 23:33:44
IDJOB=3434042
IDBENCH=83109
IDSOLVER=1930
FILE ID=node148/3434042-1306877624
RUNJOBID= node148-1306877501-21748
PBS_JOBID= 13488428
Free space on /tmp= 50804 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=1915778283

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:       6981488 kB
Buffers:         92692 kB
Cached:       17919108 kB
SwapCached:       7908 kB
Active:       14467508 kB
Inactive:     10740224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6981488 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            4080 kB
Writeback:           0 kB
AnonPages:     7194036 kB
Mapped:          44020 kB
Slab:           631640 kB
PageTables:      58772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170783936 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 00:57:06