Trace number 3291997

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 A75UNSAT 1047.83 1047.89

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

1047.73/1047.87	c WARNING: for repeatability, setting FPU to use double precision
1047.73/1047.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3291997-1303787222/watcher-3291997-1303787222 -o /tmp/evaluation-result-3291997-1303787222/solver-3291997-1303787222 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3291997-1303787222.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.33 3.07 5.64 6/188 14317
/proc/meminfo: memFree=20289320/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=19892 CPUtime=0 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 823 0 0 0 0 0 0 0 18 0 1 0 222913776 20369408 751 33554432000 4194304 4291949 140737123289552 18446744073709551615 4278109 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 4973 752 225 24 0 1607 0

[startup+0.051468 s]
/proc/loadavg: 2.33 3.07 5.64 6/188 14317
/proc/meminfo: memFree=20289320/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=26796 CPUtime=0.04 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 3302 0 0 0 4 0 0 0 18 0 1 0 222913776 27439104 2928 33554432000 4194304 4291949 140737123289552 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 6699 2930 227 24 0 3333 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26796

[startup+0.100452 s]
/proc/loadavg: 2.33 3.07 5.64 6/188 14317
/proc/meminfo: memFree=20289320/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=36016 CPUtime=0.09 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 6034 0 0 0 9 0 0 0 18 0 1 0 222913776 36880384 5192 33554432000 4194304 4291949 140737123289552 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 9004 5193 227 24 0 5638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36016

[startup+0.300415 s]
/proc/loadavg: 2.33 3.07 5.64 6/188 14317
/proc/meminfo: memFree=20289320/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=76056 CPUtime=0.29 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 17242 0 0 0 28 1 0 0 18 0 1 0 222913776 77881344 14427 33554432000 4194304 4291949 140737123289552 18446744073709551615 268660359565 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 19014 14448 227 24 0 15648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76056

[startup+0.700344 s]
/proc/loadavg: 2.33 3.07 5.64 6/188 14317
/proc/meminfo: memFree=20289320/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=158324 CPUtime=0.69 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 38432 0 0 0 64 5 0 0 18 0 1 0 222913776 162123776 32037 33554432000 4194304 4291949 140737123289552 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 39581 32037 227 24 0 36215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158324

[startup+1.5002 s]
/proc/loadavg: 2.33 3.07 5.64 6/190 14319
/proc/meminfo: memFree=19940124/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=292768 CPUtime=1.49 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 77917 0 0 0 137 12 0 0 20 0 1 0 222913776 299794432 64012 33554432000 4194304 4291949 140737123289552 18446744073709551615 4215491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 73192 64012 231 24 0 69826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 292768

[startup+3.10092 s]
/proc/loadavg: 2.33 3.07 5.64 5/190 14319
/proc/meminfo: memFree=19696840/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=292768 CPUtime=3.09 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 77919 0 0 0 297 12 0 0 25 0 1 0 222913776 299794432 64014 33554432000 4194304 4291949 140737123289552 18446744073709551615 4226032 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 73192 64014 232 24 0 69826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292768

[startup+6.30036 s]
/proc/loadavg: 2.46 3.09 5.63 6/190 14319
/proc/meminfo: memFree=19551768/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=292768 CPUtime=6.29 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 77919 0 0 0 617 12 0 0 25 0 1 0 222913776 299794432 64014 33554432000 4194304 4291949 140737123289552 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 73192 64014 232 24 0 69826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 292768

[startup+12.7002 s]
/proc/loadavg: 2.59 3.10 5.62 6/187 14340
/proc/meminfo: memFree=19323612/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=304700 CPUtime=12.69 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 82765 0 0 0 1257 12 0 0 25 0 1 0 222913776 312012800 68674 33554432000 4194304 4291949 140737123289552 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 76175 68674 234 24 0 72809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304700

[startup+25.501 s]
/proc/loadavg: 2.90 3.14 5.60 6/190 14347
/proc/meminfo: memFree=18691184/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=282204 CPUtime=25.49 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 100697 0 0 0 2535 14 0 0 25 0 1 0 222913776 288976896 57931 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 70551 57931 253 24 0 67185 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282204

[startup+51.1005 s]
/proc/loadavg: 3.27 3.21 5.55 6/190 14347
/proc/meminfo: memFree=18656132/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=282204 CPUtime=51.05 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 101994 0 0 0 5090 15 0 0 25 0 1 0 222913776 288976896 59194 33554432000 4194304 4291949 140737123289552 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 70551 59194 253 24 0 67185 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 282204

[startup+102.307 s]
/proc/loadavg: 3.81 3.36 5.48 6/190 14349
/proc/meminfo: memFree=18674028/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=282204 CPUtime=102.26 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 105056 0 0 0 10209 17 0 0 25 0 1 0 222913776 288976896 62177 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 70551 62177 253 24 0 67185 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 282204

[startup+162.301 s]
/proc/loadavg: 4.00 3.50 5.39 6/190 14350
/proc/meminfo: memFree=18751636/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=332292 CPUtime=162.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 108923 0 0 0 16206 18 0 0 25 0 1 0 222913776 340267008 65966 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 83073 65966 253 24 0 79707 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 332292

[startup+222.3 s]
/proc/loadavg: 4.00 3.59 5.30 6/190 14352
/proc/meminfo: memFree=18723048/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=332292 CPUtime=222.25 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 112828 0 0 0 22203 22 0 0 25 0 1 0 222913776 340267008 69809 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 83073 69809 253 24 0 79707 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 332292

[startup+282.301 s]
/proc/loadavg: 4.00 3.66 5.22 6/190 14354
/proc/meminfo: memFree=18686228/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=332292 CPUtime=282.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 118518 0 0 0 28200 24 0 0 25 0 1 0 222913776 340267008 75402 33554432000 4194304 4291949 140737123289552 18446744073709551615 4250384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 83073 75402 253 24 0 79707 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 332292

[startup+342.3 s]
/proc/loadavg: 4.00 3.72 5.14 6/190 14355
/proc/meminfo: memFree=18654972/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=413680 CPUtime=342.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 121987 0 0 0 34198 26 0 0 25 0 1 0 222913776 423608320 78806 33554432000 4194304 4291949 140737123289552 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 103420 78806 253 24 0 100054 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 413680

[startup+402.301 s]
/proc/loadavg: 4.00 3.77 5.07 6/190 14357
/proc/meminfo: memFree=18617660/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=414912 CPUtime=402.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 126727 0 0 0 40195 28 0 0 25 0 1 0 222913776 424869888 83480 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 103728 83480 253 24 0 100362 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 414912

[startup+462.301 s]
/proc/loadavg: 4.00 3.81 5.00 5/190 14358
/proc/meminfo: memFree=18590120/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=414912 CPUtime=462.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 129928 0 0 0 46194 30 0 0 25 0 1 0 222913776 424869888 86620 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 103728 86620 253 24 0 100362 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 414912

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 4.93 6/190 14360
/proc/meminfo: memFree=18547832/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=416600 CPUtime=522.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 136489 0 0 0 52192 31 0 0 25 0 1 0 222913776 426598400 93082 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 104150 93082 253 24 0 100784 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 416600

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 4.87 6/190 14362
/proc/meminfo: memFree=18510736/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=419188 CPUtime=582.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 140594 0 0 0 58191 32 0 0 25 0 1 0 222913776 429248512 97128 33554432000 4194304 4291949 140737123289552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 104797 97128 253 24 0 101431 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 419188

[startup+642.3 s]
/proc/loadavg: 4.07 3.91 4.82 6/190 14363
/proc/meminfo: memFree=18453888/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=554604 CPUtime=642.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 145811 0 0 0 64189 35 0 0 25 0 1 0 222913776 567914496 102279 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 138651 102279 253 24 0 135285 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 554604

[startup+702.301 s]
/proc/loadavg: 4.17 3.97 4.78 6/190 14365
/proc/meminfo: memFree=18422124/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=555564 CPUtime=702.24 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 150314 0 0 0 70188 36 0 0 25 0 1 0 222913776 568897536 106713 33554432000 4194304 4291949 140737123289552 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 138891 106713 253 24 0 135525 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 555564

[startup+762.307 s]
/proc/loadavg: 4.06 3.97 4.73 6/190 14366
/proc/meminfo: memFree=18385124/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=557404 CPUtime=762.25 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 156322 0 0 0 76186 39 0 0 25 0 1 0 222913776 570781696 112639 33554432000 4194304 4291949 140737123289552 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 139351 112639 253 24 0 135985 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 557404

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 4.68 6/190 14368
/proc/meminfo: memFree=18348400/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=560500 CPUtime=822.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 160977 0 0 0 82183 40 0 0 25 0 1 0 222913776 573952000 117229 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 140125 117229 253 24 0 136759 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 560500

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 4.63 5/190 14370
/proc/meminfo: memFree=18314264/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=562740 CPUtime=882.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 166242 0 0 0 88181 42 0 0 25 0 1 0 222913776 576245760 122428 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 140685 122428 253 24 0 137319 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 562740

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 4.59 6/190 14371
/proc/meminfo: memFree=18275032/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=568208 CPUtime=942.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 171488 0 0 0 94178 45 0 0 25 0 1 0 222913776 581844992 127597 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 142052 127597 253 24 0 138686 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 568208

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 4.55 5/190 14373
/proc/meminfo: memFree=18221176/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=788892 CPUtime=1002.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 181704 0 0 0 100173 50 0 0 25 0 1 0 222913776 807825408 137680 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 197223 137680 253 24 0 193857 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 788892

Solver just ended. Dumping a history of the last processes samples

[startup+1023.9 s]
/proc/loadavg: 4.00 3.97 4.54 6/190 14373
/proc/meminfo: memFree=18210128/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=790572 CPUtime=1023.83 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 183620 0 0 0 102332 51 0 0 25 0 1 0 222913776 809545728 139561 33554432000 4194304 4291949 140737123289552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 197643 139561 253 24 0 194277 0
Current children cumulated CPU time (s) 1023.83
Current children cumulated vsize (KiB) 790572

[startup+1036.7 s]
/proc/loadavg: 4.00 3.97 4.53 5/190 14374
/proc/meminfo: memFree=18198092/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=790572 CPUtime=1036.63 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 184447 0 0 0 103612 51 0 0 25 0 1 0 222913776 809545728 140371 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 197643 140371 253 24 0 194277 0
Current children cumulated CPU time (s) 1036.63
Current children cumulated vsize (KiB) 790572

[startup+1043.1 s]
/proc/loadavg: 4.00 3.97 4.53 6/190 14374
/proc/meminfo: memFree=18429088/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1043.03 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 216951 0 0 0 104246 57 0 0 25 0 1 0 222913776 370688000 81538 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81538 253 24 0 87134 0
Current children cumulated CPU time (s) 1043.03
Current children cumulated vsize (KiB) 362000

[startup+1046.3 s]
/proc/loadavg: 4.00 3.97 4.52 6/190 14374
/proc/meminfo: memFree=18426104/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1046.23 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 217225 0 0 0 104566 57 0 0 25 0 1 0 222913776 370688000 81806 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81806 253 24 0 87134 0
Current children cumulated CPU time (s) 1046.23
Current children cumulated vsize (KiB) 362000

[startup+1047.1 s]
/proc/loadavg: 4.00 3.97 4.52 5/190 14374
/proc/meminfo: memFree=18424244/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1047.04 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 217270 0 0 0 104647 57 0 0 25 0 1 0 222913776 370688000 81849 33554432000 4194304 4291949 140737123289552 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81849 253 24 0 87134 0
Current children cumulated CPU time (s) 1047.04
Current children cumulated vsize (KiB) 362000

[startup+1047.5 s]
/proc/loadavg: 4.00 3.97 4.52 5/190 14374
/proc/meminfo: memFree=18424244/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1047.43 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 217289 0 0 0 104686 57 0 0 25 0 1 0 222913776 370688000 81867 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81867 253 24 0 87134 0
Current children cumulated CPU time (s) 1047.43
Current children cumulated vsize (KiB) 362000

[startup+1047.7 s]
/proc/loadavg: 4.00 3.97 4.52 5/190 14374
/proc/meminfo: memFree=18424244/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1047.63 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 217297 0 0 0 104706 57 0 0 25 0 1 0 222913776 370688000 81875 33554432000 4194304 4291949 140737123289552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81875 253 24 0 87134 0
Current children cumulated CPU time (s) 1047.63
Current children cumulated vsize (KiB) 362000

[startup+1047.8 s]
/proc/loadavg: 4.00 3.97 4.52 5/190 14374
/proc/meminfo: memFree=18424244/32951124 swapFree=67111528/67111528
[pid=14315] ppid=14312 vsize=362000 CPUtime=1047.73 cores=5,7
/proc/14315/stat : 14315 (RestartSAT) R 14312 14315 12462 0 -1 4202496 217305 0 0 0 104716 57 0 0 25 0 1 0 222913776 370688000 81882 33554432000 4194304 4291949 140737123289552 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14315/statm: 90500 81882 253 24 0 87134 0
Current children cumulated CPU time (s) 1047.73
Current children cumulated vsize (KiB) 362000

Child status: 20
Real time (s): 1047.89
CPU time (s): 1047.83
CPU user time (s): 1047.24
CPU system time (s): 0.59091
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 920800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1047.24
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217312
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= 15
involuntary context switches= 869

runsolver used 1.60875 second user time and 4.17037 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-26 05:07:04
IDJOB=3291997
IDBENCH=85007
IDSOLVER=1581
FILE ID=node107/3291997-1303787222
RUNJOBID= node107-1303787219-14252
PBS_JOBID= 13157212
Free space on /tmp= 71784 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291997-1303787222/watcher-3291997-1303787222 -o /tmp/evaluation-result-3291997-1303787222/solver-3291997-1303787222 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3291997-1303787222.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1321129965

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      20289632 kB
Buffers:       2036740 kB
Cached:       10051844 kB
SwapCached:          0 kB
Active:        7898852 kB
Inactive:      4274320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20289632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          235900 kB
Writeback:           0 kB
AnonPages:       83828 kB
Mapped:          15280 kB
Slab:           424808 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247820 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= 71576 MiB
End job on node107 at 2011-04-26 05:24:33