Trace number 3434050

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.06 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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.1 (svn: 989)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/171 11306
/proc/meminfo: memFree=29046200/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=22060 CPUtime=0 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1243 0 0 0 0 0 0 0 18 0 1 0 962089377 22589440 1182 33554432000 4194304 4291235 140736930521360 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 5515 1184 214 24 0 2149 0

[startup+0.0693171 s]
/proc/loadavg: 1.00 1.00 1.00 2/171 11306
/proc/meminfo: memFree=29046200/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=31424 CPUtime=0.06 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 4355 0 0 0 6 0 0 0 18 0 1 0 962089377 32178176 3931 33554432000 4194304 4291235 140736930521360 18446744073709551615 4230112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 7856 3931 238 24 0 4490 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31424

[startup+0.100279 s]
/proc/loadavg: 1.00 1.00 1.00 2/171 11306
/proc/meminfo: memFree=29046200/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=33256 CPUtime=0.09 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 4977 0 0 0 9 0 0 0 18 0 1 0 962089377 34054144 4540 33554432000 4194304 4291235 140736930521360 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 8314 4540 240 24 0 4948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33256

[startup+0.300247 s]
/proc/loadavg: 1.00 1.00 1.00 2/171 11306
/proc/meminfo: memFree=29046200/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=32132 CPUtime=0.29 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 7147 0 0 0 29 0 0 0 18 0 1 0 962089377 32903168 4443 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 8033 4443 257 24 0 4667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32132

[startup+0.700171 s]
/proc/loadavg: 1.00 1.00 1.00 2/171 11306
/proc/meminfo: memFree=29046200/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=32132 CPUtime=0.69 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 7368 0 0 0 69 0 0 0 18 0 1 0 962089377 32903168 4663 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 8033 4663 258 24 0 4667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32132

[startup+1.50102 s]
/proc/loadavg: 1.00 1.00 1.00 3/175 11317
/proc/meminfo: memFree=29004768/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=36484 CPUtime=1.49 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 7727 0 0 0 149 0 0 0 20 0 1 0 962089377 37359616 5016 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 9121 5017 258 24 0 5755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36484

[startup+3.10074 s]
/proc/loadavg: 1.00 1.00 1.00 3/175 11318
/proc/meminfo: memFree=29000056/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=47980 CPUtime=3.09 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 10430 0 0 0 309 0 0 0 25 0 1 0 962089377 49131520 7700 33554432000 4194304 4291235 140736930521360 18446744073709551615 4256091 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 11995 7700 258 24 0 8629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47980

[startup+6.30016 s]
/proc/loadavg: 1.08 1.02 1.01 3/175 11318
/proc/meminfo: memFree=28973512/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=55160 CPUtime=6.29 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 12121 0 0 0 628 1 0 0 25 0 1 0 962089377 56483840 9367 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11306/statm: 13790 9367 258 24 0 10424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55160

[startup+12.701 s]
/proc/loadavg: 1.15 1.03 1.01 3/175 11318
/proc/meminfo: memFree=28955280/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=66836 CPUtime=12.69 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 14842 0 0 0 1268 1 0 0 25 0 1 0 962089377 68440064 12043 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 16709 12043 258 24 0 13343 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66836

[startup+25.5007 s]
/proc/loadavg: 1.34 1.08 1.02 3/175 11318
/proc/meminfo: memFree=28942892/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=66836 CPUtime=25.49 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 22552 0 0 0 2547 2 0 0 25 0 1 0 962089377 68440064 11802 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 16709 11802 258 24 0 13343 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66836

[startup+51.101 s]
/proc/loadavg: 1.56 1.15 1.05 3/175 11319
/proc/meminfo: memFree=28929944/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=86736 CPUtime=51.09 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 35311 0 0 0 5104 5 0 0 25 0 1 0 962089377 88817664 14001 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 21684 14001 258 24 0 18318 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86736

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/175 11320
/proc/meminfo: memFree=28901528/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=92084 CPUtime=102.29 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 62081 0 0 0 10219 10 0 0 25 0 1 0 962089377 94294016 15279 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 23021 15279 258 24 0 19655 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 92084

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/175 11322
/proc/meminfo: memFree=28883392/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=95868 CPUtime=162.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 91761 0 0 0 16213 17 0 0 25 0 1 0 962089377 98168832 16016 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 23967 16016 258 24 0 20601 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95868

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/175 11323
/proc/meminfo: memFree=28866852/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=132940 CPUtime=222.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 119699 0 0 0 22209 21 0 0 25 0 1 0 962089377 136130560 28365 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 33235 28365 258 24 0 29869 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 132940

[startup+282.301 s]
/proc/loadavg: 2.04 1.61 1.25 3/175 11325
/proc/meminfo: memFree=28882824/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=103860 CPUtime=282.29 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 148623 0 0 0 28202 27 0 0 25 0 1 0 962089377 106352640 21208 33554432000 4194304 4291235 140736930521360 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 25965 21208 258 24 0 22599 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103860

[startup+342.301 s]
/proc/loadavg: 2.01 1.68 1.30 3/175 11327
/proc/meminfo: memFree=28848196/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=141488 CPUtime=342.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 175462 0 0 0 34197 33 0 0 25 0 1 0 962089377 144883712 29258 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 35372 29258 258 24 0 32006 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141488

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.34 3/175 11328
/proc/meminfo: memFree=28903484/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=82028 CPUtime=402.29 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 204748 0 0 0 40190 39 0 0 25 0 1 0 962089377 83996672 16366 33554432000 4194304 4291235 140736930521360 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11306/statm: 20507 16366 258 24 0 17141 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 82028

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.38 3/175 11330
/proc/meminfo: memFree=28879024/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=114744 CPUtime=462.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 232543 0 0 0 46184 46 0 0 25 0 1 0 962089377 117497856 23784 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 28686 23784 258 24 0 25320 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 114744

[startup+522.3 s]
/proc/loadavg: 2.04 1.83 1.42 3/175 11331
/proc/meminfo: memFree=28833228/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=121708 CPUtime=522.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 256646 0 0 0 52179 51 0 0 25 0 1 0 962089377 124628992 23643 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 30427 23643 258 24 0 27061 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 121708

[startup+582.301 s]
/proc/loadavg: 2.01 1.86 1.45 3/175 11333
/proc/meminfo: memFree=28816332/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=129344 CPUtime=582.3 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 281866 0 0 0 58174 56 0 0 25 0 1 0 962089377 132448256 27319 33554432000 4194304 4291235 140736930521360 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 32336 27319 258 24 0 28970 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 129344

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 11438
/proc/meminfo: memFree=28598908/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=298260 CPUtime=4062.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1543720 0 0 0 405887 354 0 0 25 0 1 0 962089377 305418240 56331 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 74565 56331 258 24 0 71199 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 298260

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/175 11439
/proc/meminfo: memFree=28594796/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=217352 CPUtime=4122.4 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1564453 0 0 0 411880 360 0 0 25 0 1 0 962089377 222568448 47513 33554432000 4194304 4291235 140736930521360 18446744073709551615 4248969 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 54338 47513 258 24 0 50972 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 217352

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/175 11441
/proc/meminfo: memFree=28589444/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=298260 CPUtime=4182.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1579001 0 0 0 417875 366 0 0 25 0 1 0 962089377 305418240 61882 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 74565 61882 258 24 0 71199 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 298260

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/175 11443
/proc/meminfo: memFree=28585576/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=249452 CPUtime=4242.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1598507 0 0 0 423871 370 0 0 25 0 1 0 962089377 255438848 54146 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 62363 54146 258 24 0 58997 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 249452

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11444
/proc/meminfo: memFree=28692680/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=200800 CPUtime=4302.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1614847 0 0 0 429866 375 0 0 25 0 1 0 962089377 205619200 42767 33554432000 4194304 4291235 140736930521360 18446744073709551615 4263440 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 50200 42767 258 24 0 46834 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 200800

[startup+4362.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/175 11446
/proc/meminfo: memFree=28594936/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=255996 CPUtime=4362.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1629047 0 0 0 435862 379 0 0 25 0 1 0 962089377 262139904 56788 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 63999 56788 258 24 0 60633 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 255996

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/175 11447
/proc/meminfo: memFree=28576304/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=258556 CPUtime=4422.42 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1649627 0 0 0 441857 385 0 0 25 0 1 0 962089377 264761344 53552 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 64639 53552 258 24 0 61273 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 258556

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/175 11449
/proc/meminfo: memFree=28568104/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=4482.41 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1665642 0 0 0 447851 390 0 0 25 0 1 0 962089377 316051456 69391 33554432000 4194304 4291235 140736930521360 18446744073709551615 4275773 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 69391 258 24 0 73795 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 308644

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11451
/proc/meminfo: memFree=28550976/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=4542.42 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1690348 0 0 0 453845 397 0 0 25 0 1 0 962089377 316051456 62667 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 62667 258 24 0 73795 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 308644

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11452
/proc/meminfo: memFree=28573392/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=227736 CPUtime=4602.42 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1712298 0 0 0 459841 401 0 0 25 0 1 0 962089377 233201664 49790 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 56934 49790 258 24 0 53568 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 227736

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11454
/proc/meminfo: memFree=28552164/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=390032 CPUtime=4662.42 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1734255 0 0 0 465836 406 0 0 25 0 1 0 962089377 399392768 71536 33554432000 4194304 4291235 140736930521360 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 97508 71536 258 24 0 94142 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 390032

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11455
/proc/meminfo: memFree=28551640/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=4722.43 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1760916 0 0 0 471830 413 0 0 25 0 1 0 962089377 316051456 62157 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 62157 258 24 0 73795 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 308644

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11457
/proc/meminfo: memFree=28553596/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=258556 CPUtime=4782.43 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1786507 0 0 0 477825 418 0 0 25 0 1 0 962089377 264761344 54543 33554432000 4194304 4291235 140736930521360 18446744073709551615 4256285 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 64639 54543 258 24 0 61273 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 258556

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11459
/proc/meminfo: memFree=28546876/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=390032 CPUtime=4842.43 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1804937 0 0 0 483821 422 0 0 25 0 1 0 962089377 399392768 72811 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255647 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 97508 72811 258 24 0 94142 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 390032

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11460
/proc/meminfo: memFree=28547848/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=4902.43 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1830430 0 0 0 489814 429 0 0 25 0 1 0 962089377 316051456 62133 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 62133 258 24 0 73795 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 308644

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11462
/proc/meminfo: memFree=28587000/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=208768 CPUtime=4962.43 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1850620 0 0 0 495807 436 0 0 25 0 1 0 962089377 213778432 45561 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 52192 45561 258 24 0 48826 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 208768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 11463
/proc/meminfo: memFree=28614876/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=5000.03 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1864027 0 0 0 499564 439 0 0 25 0 1 0 962089377 316051456 58829 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 58829 258 24 0 73795 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 308644

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.00 1.94 3/175 11463
/proc/meminfo: memFree=28614876/32951124 swapFree=67060192/67111528
[pid=11306] ppid=11304 vsize=308644 CPUtime=5000.03 cores=1,3,5,7
/proc/11306/stat : 11306 (minisat) R 11304 11306 10454 0 -1 4202496 1864027 0 0 0 499564 439 0 0 25 0 1 0 962089377 316051456 58829 33554432000 4194304 4291235 140736930521360 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11306/statm: 77161 58829 258 24 0 73795 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 308644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4995.65
CPU system time (s): 4.40933
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 401528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.65
system time used= 4.40933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1864027
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= 11
involuntary context switches= 8133

runsolver used 6.39303 second user time and 16.3925 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-19 19:34:50
IDJOB=3434050
IDBENCH=83119
IDSOLVER=1930
FILE ID=node106/3434050-1308504890
RUNJOBID= node106-1308504890-11289
PBS_JOBID= 13608200
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=74878872

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29047364 kB
Buffers:        494216 kB
Cached:        3041952 kB
SwapCached:      13828 kB
Active:        1028944 kB
Inactive:      2529560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29047364 kB
SwapTotal:    67111528 kB
SwapFree:     67060192 kB
Dirty:            3916 kB
Writeback:           4 kB
AnonPages:       19396 kB
Mapped:           9312 kB
Slab:           282388 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161928 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= 73436 MiB
End job on node106 at 2011-06-19 20:58:12