Trace number 3290846

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 B95UNSAT 777.319 777.298

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

777.21/777.29	c WARNING: for repeatability, setting FPU to use double precision
777.21/777.29	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-3290846-1303783144/watcher-3290846-1303783144 -o /tmp/evaluation-result-3290846-1303783144/solver-3290846-1303783144 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3290846-1303783144.cnf 

running on 2 cores: 0,2

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: 4.00 4.00 3.93 5/189 25135
/proc/meminfo: memFree=15726288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=19540 CPUtime=0 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 747 0 0 0 0 0 0 0 25 0 1 0 470729992 20008960 683 33554432000 4194304 4291949 140735710900288 18446744073709551615 264726073601 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 4885 684 225 24 0 1519 0

[startup+0.0372639 s]
/proc/loadavg: 4.00 4.00 3.93 5/189 25135
/proc/meminfo: memFree=15726288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=24284 CPUtime=0.03 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 2547 0 0 0 3 0 0 0 25 0 1 0 470729992 24866816 2333 33554432000 4194304 4291949 140735710900288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 6104 2334 227 24 0 2738 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24284

[startup+0.100288 s]
/proc/loadavg: 4.00 4.00 3.93 5/189 25135
/proc/meminfo: memFree=15726288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=25100 CPUtime=0.09 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 2809 0 0 0 9 0 0 0 25 0 1 0 470729992 25702400 2580 33554432000 4194304 4291949 140735710900288 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 6275 2580 232 24 0 2909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25100

[startup+0.300237 s]
/proc/loadavg: 4.00 4.00 3.93 5/189 25135
/proc/meminfo: memFree=15726288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=25396 CPUtime=0.29 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 2912 0 0 0 29 0 0 0 25 0 1 0 470729992 26005504 2682 33554432000 4194304 4291949 140735710900288 18446744073709551615 4232024 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 6349 2682 234 24 0 2983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25396

[startup+0.700166 s]
/proc/loadavg: 4.00 4.00 3.93 5/189 25135
/proc/meminfo: memFree=15726288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=23356 CPUtime=0.69 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 3652 0 0 0 69 0 0 0 25 0 1 0 470729992 23916544 2600 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 5839 2600 253 24 0 2473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23356

[startup+1.50101 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25136
/proc/meminfo: memFree=15715252/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=27752 CPUtime=1.49 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 4167 0 0 0 149 0 0 0 25 0 1 0 470729992 28418048 3104 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 6938 3104 253 24 0 3572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27752

[startup+3.10068 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25136
/proc/meminfo: memFree=15712028/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=32416 CPUtime=3.09 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 4904 0 0 0 309 0 0 0 25 0 1 0 470729992 33193984 3825 33554432000 4194304 4291949 140735710900288 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 8104 3825 253 24 0 4738 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32416

[startup+6.30111 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25136
/proc/meminfo: memFree=15705196/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=41200 CPUtime=6.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 6419 0 0 0 629 1 0 0 25 0 1 0 470729992 42188800 5310 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 10300 5310 253 24 0 6934 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41200

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25136
/proc/meminfo: memFree=15694504/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=43488 CPUtime=12.69 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 8360 0 0 0 1268 1 0 0 25 0 1 0 470729992 44531712 7219 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 10872 7219 253 24 0 7506 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43488

[startup+25.5005 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25137
/proc/meminfo: memFree=15688532/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=45484 CPUtime=25.49 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 13525 0 0 0 2547 2 0 0 25 0 1 0 470729992 46575616 6850 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 11371 6850 253 24 0 8005 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45484

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25137
/proc/meminfo: memFree=15666492/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=59324 CPUtime=51.1 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 24056 0 0 0 5105 5 0 0 25 0 1 0 470729992 60747776 10661 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 14831 10661 253 24 0 11465 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 59324

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25139
/proc/meminfo: memFree=15625808/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=89672 CPUtime=102.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 27546 0 0 0 10224 6 0 0 25 0 1 0 470729992 91824128 14075 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 22418 14075 253 24 0 19052 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89672

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 25149
/proc/meminfo: memFree=15547400/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=89672 CPUtime=162.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 35761 0 0 0 16223 7 0 0 25 0 1 0 470729992 91824128 14551 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 22418 14551 253 24 0 19052 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89672

[startup+222.307 s]
/proc/loadavg: 4.11 4.03 3.94 5/187 25700
/proc/meminfo: memFree=16389456/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=89672 CPUtime=222.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 48606 0 0 0 22221 9 0 0 25 0 1 0 470729992 91824128 19227 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255613 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 22418 19227 253 24 0 19052 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 89672

[startup+282.301 s]
/proc/loadavg: 4.04 4.02 3.94 4/188 25708
/proc/meminfo: memFree=16042028/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=89672 CPUtime=282.29 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 66287 0 0 0 28218 11 0 0 25 0 1 0 470729992 91824128 19227 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 22418 19227 253 24 0 19052 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89672

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 25737
/proc/meminfo: memFree=15614040/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=89672 CPUtime=342.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 75813 0 0 0 34215 15 0 0 25 0 1 0 470729992 91824128 19227 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 22418 19227 253 24 0 19052 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89672

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 25739
/proc/meminfo: memFree=15580288/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=402.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 88306 0 0 0 40213 17 0 0 25 0 1 0 470729992 104435712 22306 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22306 253 24 0 22131 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101988

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 25740
/proc/meminfo: memFree=15559236/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=462.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 97817 0 0 0 46211 19 0 0 25 0 1 0 470729992 104435712 22306 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22306 253 24 0 22131 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101988

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 3.94 5/190 25742
/proc/meminfo: memFree=15535204/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=522.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 108070 0 0 0 52208 22 0 0 25 0 1 0 470729992 104435712 22306 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22306 253 24 0 22131 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101988

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 25743
/proc/meminfo: memFree=15464052/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=151308 CPUtime=582.3 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 127679 0 0 0 58204 26 0 0 25 0 1 0 470729992 154939392 32134 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 37827 32134 253 24 0 34461 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 151308

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25745
/proc/meminfo: memFree=15441748/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=642.31 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 129236 0 0 0 64203 28 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 101988

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25747
/proc/meminfo: memFree=15377404/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=702.31 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 138977 0 0 0 70201 30 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 101988

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25748
/proc/meminfo: memFree=15332636/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=762.32 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 76200 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 101988

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

[startup+768.001 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25748
/proc/meminfo: memFree=15325932/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=768.01 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 76769 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 768.01
Current children cumulated vsize (KiB) 101988

[startup+771.207 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25748
/proc/meminfo: memFree=15321096/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=771.22 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 77090 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 771.22
Current children cumulated vsize (KiB) 101988

[startup+774.401 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25748
/proc/meminfo: memFree=15316632/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=774.42 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 77410 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 774.42
Current children cumulated vsize (KiB) 101988

[startup+776.001 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25749
/proc/meminfo: memFree=15316012/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=776.01 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 77569 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 776.01
Current children cumulated vsize (KiB) 101988

[startup+776.801 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25749
/proc/meminfo: memFree=15315392/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=776.81 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 77649 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 776.81
Current children cumulated vsize (KiB) 101988

[startup+777.2 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 25749
/proc/meminfo: memFree=15315392/32951124 swapFree=67111528/67111528
[pid=25135] ppid=25133 vsize=101988 CPUtime=777.21 cores=0,2
/proc/25135/stat : 25135 (RestartSAT) R 25133 25135 24832 0 -1 4202496 148379 0 0 0 77689 32 0 0 25 0 1 0 470729992 104435712 22307 33554432000 4194304 4291949 140735710900288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25135/statm: 25497 22307 253 24 0 22131 0
Current children cumulated CPU time (s) 777.21
Current children cumulated vsize (KiB) 101988

Child status: 20
Real time (s): 777.298
CPU time (s): 777.319
CPU user time (s): 776.988
CPU system time (s): 0.330949
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 151308

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

runsolver used 1.35679 second user time and 2.88956 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-26 03:59:04
IDJOB=3290846
IDBENCH=83451
IDSOLVER=1580
FILE ID=node141/3290846-1303783144
RUNJOBID= node141-1303782124-24850
PBS_JOBID= 13157228
Free space on /tmp= 71216 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290846-1303783144/watcher-3290846-1303783144 -o /tmp/evaluation-result-3290846-1303783144/solver-3290846-1303783144 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3290846-1303783144.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=2047954041

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15726568 kB
Buffers:       1596272 kB
Cached:       14431880 kB
SwapCached:          0 kB
Active:        6854224 kB
Inactive:      9794796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15726568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45736 kB
Writeback:           0 kB
AnonPages:      620652 kB
Mapped:          15448 kB
Slab:           509636 kB
PageTables:       6388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   892772 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= 71476 MiB
End job on node141 at 2011-04-26 04:12:01