Trace number 3420037

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.09 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3420037-1306584403/watcher-3420037-1306584403 -o /tmp/evaluation-result-3420037-1306584403/solver-3420037-1306584403 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420037-1306584403.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.06 2.05 2.01 2/498 6329
/proc/meminfo: memFree=12937488/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=25164 CPUtime=0 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1870 0 0 0 0 0 0 0 25 0 1 0 848670990 25767936 1760 33554432000 4194304 4291949 140734899708160 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 6291 1760 228 24 0 2925 0

[startup+0.0336161 s]
/proc/loadavg: 2.06 2.05 2.01 2/498 6329
/proc/meminfo: memFree=12937488/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=28624 CPUtime=0.02 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 3151 0 0 0 2 0 0 0 25 0 1 0 848670990 29310976 2873 33554432000 4194304 4291949 140734899708160 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 7156 2876 228 24 0 3790 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28624

[startup+0.100624 s]
/proc/loadavg: 2.06 2.05 2.01 2/498 6329
/proc/meminfo: memFree=12937488/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=34464 CPUtime=0.09 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 5347 0 0 0 9 0 0 0 25 0 1 0 848670990 35291136 4758 33554432000 4194304 4291949 140734899708160 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 8616 4759 234 24 0 5250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34464

[startup+0.300583 s]
/proc/loadavg: 2.06 2.05 2.01 2/498 6329
/proc/meminfo: memFree=12937488/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=38624 CPUtime=0.29 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 7526 0 0 0 29 0 0 0 25 0 1 0 848670990 39550976 5661 33554432000 4194304 4291949 140734899708160 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 9656 5661 234 24 0 6290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38624

[startup+0.700512 s]
/proc/loadavg: 2.06 2.05 2.01 2/498 6329
/proc/meminfo: memFree=12937488/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=34700 CPUtime=0.69 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 8153 0 0 0 69 0 0 0 25 0 1 0 848670990 35532800 4950 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255767 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 8675 4950 252 24 0 5309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34700

[startup+1.50036 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 6331
/proc/meminfo: memFree=12917028/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=39052 CPUtime=1.49 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 8466 0 0 0 149 0 0 0 25 0 1 0 848670990 39989248 5252 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 9763 5252 252 24 0 6397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39052

[startup+3.10106 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 6331
/proc/meminfo: memFree=12914292/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=39052 CPUtime=3.09 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 9054 0 0 0 309 0 0 0 25 0 1 0 848670990 39989248 5830 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 9763 5830 252 24 0 6397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39052

[startup+6.30047 s]
/proc/loadavg: 2.05 2.05 2.01 3/499 6331
/proc/meminfo: memFree=12901652/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=50960 CPUtime=6.29 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 11812 0 0 0 629 0 0 0 25 0 1 0 848670990 52183040 8570 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 12740 8570 252 24 0 9374 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50960

[startup+12.7003 s]
/proc/loadavg: 2.05 2.05 2.01 3/499 6331
/proc/meminfo: memFree=12891340/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=58140 CPUtime=12.69 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 13718 0 0 0 1268 1 0 0 25 0 1 0 848670990 59535360 10442 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 14535 10442 252 24 0 11169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58140

[startup+25.5009 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 6331
/proc/meminfo: memFree=12896300/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=50960 CPUtime=25.49 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 19405 0 0 0 2547 2 0 0 25 0 1 0 848670990 52183040 9018 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 12740 9018 252 24 0 9374 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50960

[startup+51.1012 s]
/proc/loadavg: 2.14 2.08 2.01 3/499 6332
/proc/meminfo: memFree=12844652/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=88784 CPUtime=51.09 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 26647 0 0 0 5105 4 0 0 25 0 1 0 848670990 90914816 16166 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 22196 16166 252 24 0 18830 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88784

[startup+102.319 s]
/proc/loadavg: 2.12 2.08 2.01 3/499 6333
/proc/meminfo: memFree=12819820/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=88432 CPUtime=102.31 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 52015 0 0 0 10221 10 0 0 25 0 1 0 848670990 90554368 18539 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 22108 18539 252 24 0 18742 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 88432

[startup+162.301 s]
/proc/loadavg: 2.04 2.06 2.01 3/499 6335
/proc/meminfo: memFree=12776764/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=137752 CPUtime=162.3 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 76018 0 0 0 16216 14 0 0 25 0 1 0 848670990 141058048 28650 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 34438 28650 252 24 0 31072 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 137752

[startup+222.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/499 6336
/proc/meminfo: memFree=12754896/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=137752 CPUtime=222.3 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 91770 0 0 0 22212 18 0 0 25 0 1 0 848670990 141058048 30286 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 34438 30286 252 24 0 31072 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137752

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/499 6338
/proc/meminfo: memFree=12736140/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=137752 CPUtime=282.3 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 106418 0 0 0 28209 21 0 0 25 0 1 0 848670990 141058048 30123 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 34438 30123 252 24 0 31072 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137752

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 6340
/proc/meminfo: memFree=12739956/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=168572 CPUtime=342.3 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 123921 0 0 0 34205 25 0 0 25 0 1 0 848670990 172617728 31780 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 42143 31780 252 24 0 38777 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168572

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 6341
/proc/meminfo: memFree=12732992/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=137752 CPUtime=402.3 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 137800 0 0 0 40202 28 0 0 25 0 1 0 848670990 141058048 29312 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 34438 29312 252 24 0 31072 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 137752

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 6343
/proc/meminfo: memFree=12774124/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=137752 CPUtime=462.31 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 153805 0 0 0 46199 32 0 0 25 0 1 0 848670990 141058048 29263 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 34438 29263 252 24 0 31072 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 137752

[startup+522.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 6344
/proc/meminfo: memFree=12744096/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=158336 CPUtime=522.31 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 169626 0 0 0 52195 36 0 0 25 0 1 0 848670990 162136064 28287 33554432000 4194304 4291949 140734899708160 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 39584 28287 252 24 0 36218 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 158336

[startup+582.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 6346
/proc/meminfo: memFree=12763648/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=109016 CPUtime=582.31 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 178684 0 0 0 58191 40 0 0 25 0 1 0 848670990 111632384 19017 33554432000 4194304 4291949 140734899708160 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 27254 19017 252 24 0 23888 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 109016

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 6451
/proc/meminfo: memFree=12319368/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4062.44 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 991692 0 0 0 405976 268 0 0 25 0 1 0 848670990 317542400 67577 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 67577 252 24 0 74159 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 310100

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 6452
/proc/meminfo: memFree=12463428/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=260012 CPUtime=4122.43 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1010009 0 0 0 411970 273 0 0 25 0 1 0 848670990 266252288 54211 33554432000 4194304 4291949 140734899708160 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 65003 54211 252 24 0 61637 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 260012

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 6454
/proc/meminfo: memFree=12385160/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4182.43 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1020566 0 0 0 417967 276 0 0 25 0 1 0 848670990 317542400 64614 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 64614 252 24 0 74159 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 310100

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 6456
/proc/meminfo: memFree=12423816/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=229192 CPUtime=4242.43 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1034782 0 0 0 423964 279 0 0 25 0 1 0 848670990 234692608 50622 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 57298 50622 252 24 0 53932 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 229192

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 6457
/proc/meminfo: memFree=12372200/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=260012 CPUtime=4302.43 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1044219 0 0 0 429960 283 0 0 25 0 1 0 848670990 266252288 59938 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 65003 59938 252 24 0 61637 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 260012

[startup+4362.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/499 6459
/proc/meminfo: memFree=12329140/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4362.44 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1051464 0 0 0 435958 286 0 0 25 0 1 0 848670990 317542400 67097 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 67097 252 24 0 74159 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 310100

[startup+4422.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/499 6460
/proc/meminfo: memFree=12354656/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=260012 CPUtime=4422.44 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1067716 0 0 0 441955 289 0 0 25 0 1 0 848670990 266252288 54533 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 65003 54533 252 24 0 61637 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 260012

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/499 6462
/proc/meminfo: memFree=12403480/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4482.44 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1076392 0 0 0 447952 292 0 0 25 0 1 0 848670990 317542400 63098 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 63098 252 24 0 74159 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 310100

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 6464
/proc/meminfo: memFree=12338840/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4542.44 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1083640 0 0 0 453949 295 0 0 25 0 1 0 848670990 317542400 70260 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 70260 252 24 0 74159 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 310100

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 6465
/proc/meminfo: memFree=12382944/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=229192 CPUtime=4602.45 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1098235 0 0 0 459947 298 0 0 25 0 1 0 848670990 234692608 53560 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 57298 53560 252 24 0 53932 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 229192

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 6467
/proc/meminfo: memFree=12336416/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4662.45 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1106329 0 0 0 465943 302 0 0 25 0 1 0 848670990 317542400 61545 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 61545 252 24 0 74159 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 310100

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 6468
/proc/meminfo: memFree=12292620/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4722.47 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1113514 0 0 0 471942 305 0 0 25 0 1 0 848670990 317542400 68639 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 68639 252 24 0 74159 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 310100

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 6470
/proc/meminfo: memFree=12320108/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=260012 CPUtime=4782.45 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1131358 0 0 0 477936 309 0 0 25 0 1 0 848670990 266252288 57380 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 65003 57380 252 24 0 61637 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 260012

[startup+4842.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/499 6472
/proc/meminfo: memFree=12360748/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=310100 CPUtime=4842.45 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1139121 0 0 0 483933 312 0 0 25 0 1 0 848670990 317542400 65031 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 77525 65031 252 24 0 74159 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 310100

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 6473
/proc/meminfo: memFree=12440080/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=179872 CPUtime=4902.46 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1144942 0 0 0 489931 315 0 0 25 0 1 0 848670990 184188928 41316 33554432000 4194304 4291949 140734899708160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 44968 41316 252 24 0 41602 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 179872

[startup+4962.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/499 6475
/proc/meminfo: memFree=12359068/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=279344 CPUtime=4962.46 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1160431 0 0 0 495927 319 0 0 25 0 1 0 848670990 286048256 56705 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 69836 56705 252 24 0 66470 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 279344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 6531
/proc/meminfo: memFree=12768332/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=279344 CPUtime=5000.07 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1165003 0 0 0 499685 322 0 0 25 0 1 0 848670990 286048256 61213 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 69836 61213 252 24 0 66470 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 279344

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.08 2.05 2.01 3/499 6531
/proc/meminfo: memFree=12768332/32950928 swapFree=38710956/67111528
[pid=6329] ppid=6327 vsize=279344 CPUtime=5000.07 cores=1,3,5,7
/proc/6329/stat : 6329 (RestartSAT) R 6327 6329 5731 0 -1 4202496 1165003 0 0 0 499685 322 0 0 25 0 1 0 848670990 286048256 61213 33554432000 4194304 4291949 140734899708160 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6329/statm: 69836 61213 252 24 0 66470 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 279344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4996.86
CPU system time (s): 3.23051
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 391488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.86
system time used= 3.23051
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1165004
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= 5
involuntary context switches= 53546

runsolver used 22.9725 second user time and 58.8631 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-28 14:06:43
IDJOB=3420037
IDBENCH=83110
IDSOLVER=1911
FILE ID=node113/3420037-1306584403
RUNJOBID= node113-1306579400-5750
PBS_JOBID= 13471567
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=663900317

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.846
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.846
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.83
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.846
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:      12937768 kB
Buffers:        344336 kB
Cached:        9830732 kB
SwapCached:      93760 kB
Active:        9650396 kB
Inactive:     10015700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12937768 kB
SwapTotal:    67111528 kB
SwapFree:     38710956 kB
Dirty:           13716 kB
Writeback:           0 kB
AnonPages:     9408740 kB
Mapped:          25936 kB
Slab:           161460 kB
PageTables:     116924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154890956 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= 73276 MiB
End job on node113 at 2011-05-28 15:30:05