Trace number 3420043

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
RestartSAT B95? (TO) 5000.1 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420043-1306584404/watcher-3420043-1306584404 -o /tmp/evaluation-result-3420043-1306584404/solver-3420043-1306584404 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420043-1306584404.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: 2.02 2.02 2.00 1/476 32108
/proc/meminfo: memFree=27603240/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=26232 CPUtime=0 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 2360 0 0 0 0 0 0 0 25 0 1 0 770042807 26861568 2232 33554432000 4194304 4291949 140736010690000 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 6558 2232 228 24 0 3192 0

[startup+0.091427 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 32108
/proc/meminfo: memFree=27603240/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=34036 CPUtime=0.08 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 5341 0 0 0 7 1 0 0 25 0 1 0 770042807 34852864 4755 33554432000 4194304 4291949 140736010690000 18446744073709551615 4217960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 8509 4755 234 24 0 5143 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34036

[startup+0.100422 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 32108
/proc/meminfo: memFree=27603240/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=34424 CPUtime=0.09 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 5517 0 0 0 8 1 0 0 25 0 1 0 770042807 35250176 4922 33554432000 4194304 4291949 140736010690000 18446744073709551615 4229698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 8606 4922 234 24 0 5240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34424

[startup+0.300385 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 32108
/proc/meminfo: memFree=27603240/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=39364 CPUtime=0.29 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 8044 0 0 0 28 1 0 0 25 0 1 0 770042807 40308736 6165 33554432000 4194304 4291949 140736010690000 18446744073709551615 4232451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 9841 6165 234 24 0 6475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39364

[startup+0.700306 s]
/proc/loadavg: 2.02 2.02 2.00 1/476 32108
/proc/meminfo: memFree=27603240/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=35436 CPUtime=0.69 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 8642 0 0 0 68 1 0 0 25 0 1 0 770042807 36286464 5293 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 8859 5293 253 24 0 5493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35436

[startup+1.50016 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27569216/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=39788 CPUtime=1.49 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 8856 0 0 0 148 1 0 0 25 0 1 0 770042807 40742912 5497 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 9947 5497 253 24 0 6581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39788

[startup+3.10085 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27561404/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=39788 CPUtime=3.09 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 9213 0 0 0 308 1 0 0 25 0 1 0 770042807 40742912 5845 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 9947 5845 253 24 0 6581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39788

[startup+6.30025 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27552404/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=46864 CPUtime=6.29 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 11002 0 0 0 628 1 0 0 25 0 1 0 770042807 47988736 7617 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 11716 7617 253 24 0 8350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46864

[startup+12.701 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27541376/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=58464 CPUtime=12.7 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 12318 0 0 0 1268 2 0 0 25 0 1 0 770042807 59867136 8906 33554432000 4194304 4291949 140736010690000 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 14616 8906 253 24 0 11250 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 58464

[startup+25.5006 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27515336/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=70140 CPUtime=25.49 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 15039 0 0 0 2547 2 0 0 25 0 1 0 770042807 71823360 11570 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 17535 11570 253 24 0 14169 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70140

[startup+51.1008 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32120
/proc/meminfo: memFree=27515072/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=71412 CPUtime=51.1 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 21639 0 0 0 5106 4 0 0 25 0 1 0 770042807 73125888 12125 33554432000 4194304 4291949 140736010690000 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 17853 12125 253 24 0 14487 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71412

[startup+102.318 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 32121
/proc/meminfo: memFree=27478696/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=92264 CPUtime=102.32 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 44141 0 0 0 10223 9 0 0 25 0 1 0 770042807 94478336 19628 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 23066 19628 253 24 0 19700 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 92264

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/482 32123
/proc/meminfo: memFree=27449756/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=92264 CPUtime=162.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 52133 0 0 0 16220 10 0 0 25 0 1 0 770042807 94478336 19657 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 23066 19657 253 24 0 19700 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92264

[startup+222.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/482 32125
/proc/meminfo: memFree=27420560/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=222.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 69924 0 0 0 22218 12 0 0 25 0 1 0 770042807 164311040 27926 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 27926 253 24 0 36749 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 160460

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/482 32126
/proc/meminfo: memFree=27412956/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=282.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 81394 0 0 0 28216 14 0 0 25 0 1 0 770042807 164311040 29869 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 29869 253 24 0 36749 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 160460

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 32128
/proc/meminfo: memFree=27432996/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=111140 CPUtime=342.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 92410 0 0 0 34213 17 0 0 25 0 1 0 770042807 113807360 19729 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 27785 19729 253 24 0 24419 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111140

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 32129
/proc/meminfo: memFree=27390800/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=402.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 102915 0 0 0 40211 19 0 0 25 0 1 0 770042807 164311040 30166 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 30166 253 24 0 36749 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 160460

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32131
/proc/meminfo: memFree=27390512/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=462.3 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 114311 0 0 0 46209 21 0 0 25 0 1 0 770042807 164311040 30364 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 30364 253 24 0 36749 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 160460

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32133
/proc/meminfo: memFree=27391956/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=522.31 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 124127 0 0 0 52208 23 0 0 25 0 1 0 770042807 164311040 28777 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 28777 253 24 0 36749 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 160460

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32134
/proc/meminfo: memFree=27392164/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=160460 CPUtime=582.31 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 134315 0 0 0 58206 25 0 0 25 0 1 0 770042807 164311040 28507 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 40115 28507 253 24 0 36749 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 160460

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32239
/proc/meminfo: memFree=27249208/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=239608 CPUtime=4062.45 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 627569 0 0 0 406078 167 0 0 25 0 1 0 770042807 245358592 49264 33554432000 4194304 4291949 140736010690000 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 59902 49264 253 24 0 56536 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 239608

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32241
/proc/meminfo: memFree=27297524/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=159468 CPUtime=4122.43 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 629160 0 0 0 412075 168 0 0 25 0 1 0 770042807 163295232 36436 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 39867 36436 253 24 0 36501 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 159468

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32242
/proc/meminfo: memFree=27252472/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=208788 CPUtime=4182.43 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 640824 0 0 0 418072 171 0 0 25 0 1 0 770042807 213798912 47993 33554432000 4194304 4291949 140736010690000 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 52197 47993 253 24 0 48831 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 208788

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32244
/proc/meminfo: memFree=27297816/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=159468 CPUtime=4242.43 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 642946 0 0 0 424071 172 0 0 25 0 1 0 770042807 163295232 36436 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 39867 36436 253 24 0 36501 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 159468

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32245
/proc/meminfo: memFree=27253384/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=208788 CPUtime=4302.44 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 653550 0 0 0 430069 175 0 0 25 0 1 0 770042807 213798912 46957 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 52197 46957 253 24 0 48831 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 208788

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/482 32247
/proc/meminfo: memFree=27294152/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=159468 CPUtime=4362.44 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 656076 0 0 0 436067 177 0 0 25 0 1 0 770042807 163295232 36436 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 39867 36436 253 24 0 36501 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 159468

[startup+4422.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/482 32249
/proc/meminfo: memFree=27217236/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=239608 CPUtime=4422.44 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 668865 0 0 0 442064 180 0 0 25 0 1 0 770042807 245358592 49083 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 59902 49083 253 24 0 56536 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 239608

[startup+4482.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/482 32250
/proc/meminfo: memFree=27203296/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=208788 CPUtime=4482.45 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 678762 0 0 0 448063 182 0 0 25 0 1 0 770042807 213798912 44211 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 52197 44211 253 24 0 48831 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 208788

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 32252
/proc/meminfo: memFree=27217272/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=239608 CPUtime=4542.44 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 683689 0 0 0 454060 184 0 0 25 0 1 0 770042807 245358592 49032 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 59902 49032 253 24 0 56536 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 239608

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32253
/proc/meminfo: memFree=27266084/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=159468 CPUtime=4602.46 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 687062 0 0 0 460060 186 0 0 25 0 1 0 770042807 163295232 36436 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 39867 36436 253 24 0 36501 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 159468

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32255
/proc/meminfo: memFree=27219308/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=228104 CPUtime=4662.45 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 698719 0 0 0 466057 188 0 0 25 0 1 0 770042807 233578496 48005 33554432000 4194304 4291949 140736010690000 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 57026 48005 253 24 0 53660 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 228104

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32257
/proc/meminfo: memFree=27265764/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=178784 CPUtime=4722.47 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 702957 0 0 0 472056 191 0 0 25 0 1 0 770042807 183074816 36597 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 44696 36597 253 24 0 41330 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 178784

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32258
/proc/meminfo: memFree=27196036/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=228104 CPUtime=4782.46 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 713230 0 0 0 478053 193 0 0 25 0 1 0 770042807 233578496 46807 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 57026 46807 253 24 0 53660 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 228104

[startup+4842.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 32260
/proc/meminfo: memFree=27206036/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=258924 CPUtime=4842.45 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 718233 0 0 0 484050 195 0 0 25 0 1 0 770042807 265138176 51696 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 64731 51696 253 24 0 61365 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 258924

[startup+4902.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/482 32261
/proc/meminfo: memFree=27188136/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=228104 CPUtime=4902.45 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 729116 0 0 0 490047 198 0 0 25 0 1 0 770042807 233578496 46641 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 57026 46641 253 24 0 53660 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 228104

[startup+4962.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 32263
/proc/meminfo: memFree=27207204/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=258924 CPUtime=4962.46 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 734050 0 0 0 496045 201 0 0 25 0 1 0 770042807 265138176 51468 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 64731 51468 253 24 0 61365 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 258924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/482 32264
/proc/meminfo: memFree=27236080/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=178784 CPUtime=5000.08 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 735336 0 0 0 499806 202 0 0 25 0 1 0 770042807 183074816 36598 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 44696 36598 253 24 0 41330 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 178784

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.06 2.04 2.00 3/482 32264
/proc/meminfo: memFree=27236080/32951124 swapFree=38422276/67111528
[pid=32108] ppid=32106 vsize=178784 CPUtime=5000.08 cores=1,3,5,7
/proc/32108/stat : 32108 (RestartSAT) R 32106 32108 31861 0 -1 4202496 735336 0 0 0 499806 202 0 0 25 0 1 0 770042807 183074816 36598 33554432000 4194304 4291949 140736010690000 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32108/statm: 44696 36598 253 24 0 41330 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 178784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4998.06
CPU system time (s): 2.03269
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 258924

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

runsolver used 21.7057 second user time and 55.5836 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 14:06:45
IDJOB=3420043
IDBENCH=83115
IDSOLVER=1911
FILE ID=node102/3420043-1306584404
RUNJOBID= node102-1306579401-31880
PBS_JOBID= 13471578
Free space on /tmp= 73428 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420043-1306584404/watcher-3420043-1306584404 -o /tmp/evaluation-result-3420043-1306584404/solver-3420043-1306584404 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420043-1306584404.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=473314502

node102.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.828
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.65
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.828
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.15
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.828
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.82
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27603396 kB
Buffers:        177412 kB
Cached:        1196460 kB
SwapCached:      76276 kB
Active:         428564 kB
Inactive:      4659920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27603396 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:     3650236 kB
Mapped:          13032 kB
Slab:            89544 kB
PageTables:      99848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135453208 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= 73428 MiB
End job on node102 at 2011-05-28 15:30:06