Trace number 3290708

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 671.532 671.508

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

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

running on 2 cores: 1,3

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.03 3.91 3.87 4/189 25032
/proc/meminfo: memFree=16135572/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=19668 CPUtime=0 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 781 0 0 0 0 0 0 0 25 0 1 0 470646849 20140032 714 33554432000 4194304 4291949 140736224504992 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 4917 714 226 24 0 1551 0

[startup+0.008367 s]
/proc/loadavg: 4.03 3.91 3.87 4/189 25032
/proc/meminfo: memFree=16135572/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=19800 CPUtime=0 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 865 0 0 0 0 0 0 0 25 0 1 0 470646849 20275200 797 33554432000 4194304 4291949 140736224504992 18446744073709551615 4220598 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 4950 798 226 24 0 1584 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19800

[startup+0.100384 s]
/proc/loadavg: 4.03 3.91 3.87 4/189 25032
/proc/meminfo: memFree=16135572/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35216 CPUtime=0.09 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6046 0 0 0 9 0 0 0 25 0 1 0 470646849 36061184 5406 33554432000 4194304 4291949 140736224504992 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8804 5408 228 24 0 5438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35216

[startup+0.300351 s]
/proc/loadavg: 4.03 3.91 3.87 4/189 25032
/proc/meminfo: memFree=16135572/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35572 CPUtime=0.29 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6085 0 0 0 29 0 0 0 25 0 1 0 470646849 36425728 5442 33554432000 4194304 4291949 140736224504992 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8893 5442 232 24 0 5527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35572

[startup+0.700278 s]
/proc/loadavg: 4.03 3.91 3.87 4/189 25032
/proc/meminfo: memFree=16135572/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35572 CPUtime=0.69 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6085 0 0 0 69 0 0 0 25 0 1 0 470646849 36425728 5442 33554432000 4194304 4291949 140736224504992 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8893 5442 232 24 0 5527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35572

[startup+1.50114 s]
/proc/loadavg: 4.03 3.91 3.87 5/190 25033
/proc/meminfo: memFree=16113872/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35572 CPUtime=1.49 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6085 0 0 0 149 0 0 0 25 0 1 0 470646849 36425728 5442 33554432000 4194304 4291949 140736224504992 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8893 5442 232 24 0 5527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35572

[startup+3.10082 s]
/proc/loadavg: 4.03 3.91 3.87 5/190 25033
/proc/meminfo: memFree=16113056/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35572 CPUtime=3.09 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6085 0 0 0 309 0 0 0 25 0 1 0 470646849 36425728 5442 33554432000 4194304 4291949 140736224504992 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8893 5442 232 24 0 5527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35572

[startup+6.30022 s]
/proc/loadavg: 4.03 3.91 3.87 5/190 25033
/proc/meminfo: memFree=16110820/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=35724 CPUtime=6.29 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 6178 0 0 0 629 0 0 0 25 0 1 0 470646849 36581376 5531 33554432000 4194304 4291949 140736224504992 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 8931 5531 234 24 0 5565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35724

[startup+12.701 s]
/proc/loadavg: 4.02 3.91 3.88 5/190 25033
/proc/meminfo: memFree=16100876/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=46340 CPUtime=12.69 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 9988 0 0 0 1268 1 0 0 25 0 1 0 470646849 47452160 7205 33554432000 4194304 4291949 140736224504992 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 11585 7205 252 24 0 8219 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46340

[startup+25.5006 s]
/proc/loadavg: 4.02 3.92 3.88 5/190 25033
/proc/meminfo: memFree=16082272/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=59576 CPUtime=25.5 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 12624 0 0 0 2547 3 0 0 25 0 1 0 470646849 61005824 9793 33554432000 4194304 4291949 140736224504992 18446744073709551615 4262720 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 14894 9793 252 24 0 11528 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 59576

[startup+51.1008 s]
/proc/loadavg: 4.01 3.92 3.88 5/190 25034
/proc/meminfo: memFree=16052112/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=82904 CPUtime=51.09 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 16598 0 0 0 5105 4 0 0 25 0 1 0 470646849 84893696 13699 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 20726 13699 252 24 0 17360 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82904

[startup+102.307 s]
/proc/loadavg: 4.00 3.93 3.88 5/190 25035
/proc/meminfo: memFree=15985512/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=119180 CPUtime=102.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 22095 0 0 0 10223 7 0 0 25 0 1 0 470646849 122040320 19100 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 29795 19100 252 24 0 26429 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119180

[startup+162.301 s]
/proc/loadavg: 4.07 3.96 3.90 5/190 25037
/proc/meminfo: memFree=15939120/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=124164 CPUtime=162.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 26502 0 0 0 16220 10 0 0 25 0 1 0 470646849 127143936 23447 33554432000 4194304 4291949 140736224504992 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 31041 23447 252 24 0 27675 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 124164

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.90 5/190 25039
/proc/meminfo: memFree=15943068/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=94996 CPUtime=222.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 36308 0 0 0 22214 16 0 0 25 0 1 0 470646849 97275904 15792 33554432000 4194304 4291949 140736224504992 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 23749 15792 252 24 0 20383 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94996

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 25040
/proc/meminfo: memFree=15900024/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=127104 CPUtime=282.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 41600 0 0 0 28211 19 0 0 25 0 1 0 470646849 130154496 20972 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 31776 20972 252 24 0 28410 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127104

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 25042
/proc/meminfo: memFree=15863052/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=131576 CPUtime=342.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 46078 0 0 0 34209 21 0 0 25 0 1 0 470646849 134733824 25382 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 32894 25382 252 24 0 29528 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 131576

[startup+402.3 s]
/proc/loadavg: 4.03 3.99 3.91 5/190 25043
/proc/meminfo: memFree=15822120/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=133424 CPUtime=402.3 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 49103 0 0 0 40207 23 0 0 25 0 1 0 470646849 136626176 28362 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 33356 28362 252 24 0 29990 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133424

[startup+462.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 25045
/proc/meminfo: memFree=16083372/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=87252 CPUtime=462.31 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 57610 0 0 0 46204 27 0 0 25 0 1 0 470646849 89346048 16208 33554432000 4194304 4291949 140736224504992 18446744073709551615 4262157 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 21813 16208 252 24 0 18447 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 87252

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 25047
/proc/meminfo: memFree=15976844/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=106220 CPUtime=522.31 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 63336 0 0 0 52201 30 0 0 25 0 1 0 470646849 108769280 21802 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 26555 21802 252 24 0 23189 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 106220

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 25048
/proc/meminfo: memFree=15928716/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=139440 CPUtime=582.31 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 67143 0 0 0 58198 33 0 0 25 0 1 0 470646849 142786560 25514 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 34860 25514 252 24 0 31494 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139440

[startup+642.301 s]
/proc/loadavg: 4.13 4.02 3.93 5/190 25050
/proc/meminfo: memFree=15918780/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=108620 CPUtime=642.33 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 78861 0 0 0 64196 37 0 0 25 0 1 0 470646849 111226880 21791 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 27155 21791 252 24 0 23789 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 108620

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

[startup+652.701 s]
/proc/loadavg: 4.11 4.02 3.93 5/190 25050
/proc/meminfo: memFree=15906380/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=139440 CPUtime=652.72 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 81201 0 0 0 65234 38 0 0 25 0 1 0 470646849 142786560 24102 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 34860 24102 252 24 0 31494 0
Current children cumulated CPU time (s) 652.72
Current children cumulated vsize (KiB) 139440

[startup+659.101 s]
/proc/loadavg: 4.10 4.02 3.93 5/190 25050
/proc/meminfo: memFree=15915308/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=108620 CPUtime=659.11 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 92101 0 0 0 65872 39 0 0 25 0 1 0 470646849 111226880 21183 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 27155 21183 252 24 0 23789 0
Current children cumulated CPU time (s) 659.11
Current children cumulated vsize (KiB) 108620

[startup+665.507 s]
/proc/loadavg: 4.10 4.02 3.93 5/190 25050
/proc/meminfo: memFree=15909604/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=108620 CPUtime=665.52 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 92979 0 0 0 66512 40 0 0 25 0 1 0 470646849 111226880 22036 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 27155 22036 252 24 0 23789 0
Current children cumulated CPU time (s) 665.52
Current children cumulated vsize (KiB) 108620

[startup+668.701 s]
/proc/loadavg: 4.09 4.02 3.93 5/190 25051
/proc/meminfo: memFree=15929072/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=89652 CPUtime=668.72 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 99068 0 0 0 66831 41 0 0 25 0 1 0 470646849 91803648 16633 33554432000 4194304 4291949 140736224504992 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 22413 16633 252 24 0 19047 0
Current children cumulated CPU time (s) 668.72
Current children cumulated vsize (KiB) 89652

[startup+670.301 s]
/proc/loadavg: 4.09 4.02 3.93 5/190 25051
/proc/meminfo: memFree=15927956/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=89652 CPUtime=670.31 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 99294 0 0 0 66990 41 0 0 25 0 1 0 470646849 91803648 16852 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 22413 16852 252 24 0 19047 0
Current children cumulated CPU time (s) 670.31
Current children cumulated vsize (KiB) 89652

[startup+671.101 s]
/proc/loadavg: 4.09 4.02 3.93 5/190 25051
/proc/meminfo: memFree=15924980/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=77976 CPUtime=671.12 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 102607 0 0 0 67070 42 0 0 25 0 1 0 470646849 79847424 14002 33554432000 4194304 4291949 140736224504992 18446744073709551615 4261944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 19494 14002 252 24 0 16128 0
Current children cumulated CPU time (s) 671.12
Current children cumulated vsize (KiB) 77976

[startup+671.501 s]
/proc/loadavg: 4.09 4.02 3.93 5/190 25051
/proc/meminfo: memFree=15924980/32951124 swapFree=67111528/67111528
[pid=25032] ppid=25030 vsize=77976 CPUtime=671.52 cores=1,3
/proc/25032/stat : 25032 (RestartSAT) R 25030 25032 24832 0 -1 4202496 102692 0 0 0 67110 42 0 0 25 0 1 0 470646849 79847424 14085 33554432000 4194304 4291949 140736224504992 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25032/statm: 19494 14085 252 24 0 16128 0
Current children cumulated CPU time (s) 671.52
Current children cumulated vsize (KiB) 77976

Child status: 20
Real time (s): 671.508
CPU time (s): 671.532
CPU user time (s): 671.108
CPU system time (s): 0.423935
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 188760

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

runsolver used 1.09483 second user time and 2.57261 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-26 03:45:12
IDJOB=3290708
IDBENCH=83446
IDSOLVER=1580
FILE ID=node141/3290708-1303782312
RUNJOBID= node141-1303782124-24852
PBS_JOBID= 13157228
Free space on /tmp= 71272 MiB

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

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1728808781

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:      16135852 kB
Buffers:       1596144 kB
Cached:       14367528 kB
SwapCached:          0 kB
Active:        6449888 kB
Inactive:      9790592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16135852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7324 kB
Writeback:           0 kB
AnonPages:      276124 kB
Mapped:          15440 kB
Slab:           509984 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   528672 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= 71272 MiB
End job on node141 at 2011-04-26 03:56:24