Trace number 3420125

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.07 4999.86

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2417.94
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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-3420125-1306585516/watcher-3420125-1306585516 -o /tmp/evaluation-result-3420125-1306585516/solver-3420125-1306585516 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420125-1306585516.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.01 2.03 2.00 3/437 22889
/proc/meminfo: memFree=15752700/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=20196 CPUtime=0 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 986 0 0 0 0 0 0 0 23 0 1 0 750967464 20680704 918 33554432000 4194304 4291949 140736908708288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 5049 918 225 24 0 1683 0

[startup+0.0213949 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 22889
/proc/meminfo: memFree=15752700/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=20996 CPUtime=0.01 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 1331 0 0 0 1 0 0 0 23 0 1 0 750967464 21499904 1259 33554432000 4194304 4291949 140736908708288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 5249 1259 225 24 0 1883 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20996

[startup+0.10039 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 22889
/proc/meminfo: memFree=15752700/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=31468 CPUtime=0.09 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 4548 0 0 0 9 0 0 0 23 0 1 0 750967464 32223232 4405 33554432000 4194304 4291949 140736908708288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 7867 4406 227 24 0 4501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31468

[startup+0.300338 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 22889
/proc/meminfo: memFree=15752700/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=78800 CPUtime=0.29 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 14754 0 0 0 28 1 0 0 25 0 1 0 750967464 80691200 13498 33554432000 4194304 4291949 140736908708288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 19700 13499 228 24 0 16334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78800

[startup+0.70026 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 22889
/proc/meminfo: memFree=15752700/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=150252 CPUtime=0.69 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 36772 0 0 0 65 4 0 0 25 0 1 0 750967464 153858048 32733 33554432000 4194304 4291949 140736908708288 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 37563 32734 228 24 0 34197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150252

[startup+1.5011 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 22890
/proc/meminfo: memFree=15561120/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=1.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 140 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 311556

[startup+3.10079 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 22891
/proc/meminfo: memFree=15509288/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=3.09 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 300 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 311556

[startup+6.30115 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 22891
/proc/meminfo: memFree=15509696/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=6.29 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 620 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 311556

[startup+12.7009 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 22891
/proc/meminfo: memFree=15507560/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=12.69 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 1260 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 311556

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 22891
/proc/meminfo: memFree=15504092/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=25.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 2540 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 311556

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 22892
/proc/meminfo: memFree=15498132/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=51.1 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 5101 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 311556

[startup+102.317 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 22893
/proc/meminfo: memFree=15473304/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=102.31 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 10222 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 311556

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/438 22895
/proc/meminfo: memFree=15530452/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=162.3 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 16221 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230016 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 311556

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/438 22896
/proc/meminfo: memFree=15509852/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=222.3 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 22221 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 311556

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 22898
/proc/meminfo: memFree=15495696/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=311556 CPUtime=282.31 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 67263 0 0 0 28222 9 0 0 25 0 1 0 750967464 319033344 60467 33554432000 4194304 4291949 140736908708288 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 77889 60467 232 24 0 74523 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 311556

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 22900
/proc/meminfo: memFree=15452652/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=302328 CPUtime=342.3 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 101617 0 0 0 34215 15 0 0 25 0 1 0 750967464 309583872 68502 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 75582 68502 253 24 0 72216 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 302328

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/438 22901
/proc/meminfo: memFree=15388404/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=383716 CPUtime=402.3 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 113626 0 0 0 40211 19 0 0 25 0 1 0 750967464 392925184 80383 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 95929 80383 253 24 0 92563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 383716

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 22903
/proc/meminfo: memFree=15429556/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=383716 CPUtime=462.31 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 121972 0 0 0 46209 22 0 0 25 0 1 0 750967464 392925184 88653 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 95929 88653 253 24 0 92563 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 383716

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 22904
/proc/meminfo: memFree=15372004/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=515976 CPUtime=522.31 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 129816 0 0 0 52206 25 0 0 25 0 1 0 750967464 528359424 96414 33554432000 4194304 4291949 140736908708288 18446744073709551615 4263411 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 128994 96414 253 24 0 125628 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 515976

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 22906
/proc/meminfo: memFree=15326360/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=515976 CPUtime=582.32 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 135551 0 0 0 58204 28 0 0 25 0 1 0 750967464 528359424 102097 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22889/statm: 128994 102097 253 24 0 125628 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 515976

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/438 23063
/proc/meminfo: memFree=13129352/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1185688 CPUtime=4002.45 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 496536 0 0 0 400078 167 0 0 25 0 1 0 750967464 1214144512 271823 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 296422 271823 253 24 0 293056 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 1185688

[startup+4062.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/438 23065
/proc/meminfo: memFree=13098960/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1185688 CPUtime=4062.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 498569 0 0 0 406079 168 0 0 25 0 1 0 750967464 1214144512 273836 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 296422 273836 253 24 0 293056 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 1185688

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 23066
/proc/meminfo: memFree=13054292/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1185688 CPUtime=4122.46 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 501608 0 0 0 412076 170 0 0 25 0 1 0 750967464 1214144512 276852 33554432000 4194304 4291949 140736908708288 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 296422 276852 253 24 0 293056 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 1185688

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23068
/proc/meminfo: memFree=13010508/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4182.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 504573 0 0 0 418076 171 0 0 25 0 1 0 750967464 1222438912 279797 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 279797 253 24 0 295081 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 1193788

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23070
/proc/meminfo: memFree=12971300/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4242.46 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 506371 0 0 0 424074 172 0 0 25 0 1 0 750967464 1222438912 281577 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 281577 253 24 0 295081 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1193788

[startup+4302.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/438 23071
/proc/meminfo: memFree=12931488/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4302.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 508091 0 0 0 430074 173 0 0 25 0 1 0 750967464 1222438912 283288 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 283288 253 24 0 295081 0
Current children cumulated CPU time (s) 4302.47
Current children cumulated vsize (KiB) 1193788

[startup+4362.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/438 23073
/proc/meminfo: memFree=12880260/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4362.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 510567 0 0 0 436072 175 0 0 25 0 1 0 750967464 1222438912 285746 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 285746 253 24 0 295081 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 1193788

[startup+4422.3 s]
/proc/loadavg: 2.19 2.07 2.01 3/438 23074
/proc/meminfo: memFree=12856312/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4422.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 512296 0 0 0 442072 175 0 0 25 0 1 0 750967464 1222438912 287457 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 287457 253 24 0 295081 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 1193788

[startup+4482.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/438 23076
/proc/meminfo: memFree=12819472/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1193788 CPUtime=4482.47 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 514719 0 0 0 448071 176 0 0 25 0 1 0 750967464 1222438912 289859 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 298447 289859 253 24 0 295081 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 1193788

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/438 23078
/proc/meminfo: memFree=12791188/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1761316 CPUtime=4542.48 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 516768 0 0 0 454070 178 0 0 25 0 1 0 750967464 1803587584 291888 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 440329 291888 253 24 0 436963 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 1761316

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/438 23079
/proc/meminfo: memFree=12768360/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1761316 CPUtime=4602.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 518425 0 0 0 460071 178 0 0 25 0 1 0 750967464 1803587584 293528 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 440329 293528 253 24 0 436963 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 1761316

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23081
/proc/meminfo: memFree=12734376/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1761316 CPUtime=4662.48 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 520435 0 0 0 466068 180 0 0 25 0 1 0 750967464 1803587584 295516 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 440329 295516 253 24 0 436963 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 1761316

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23082
/proc/meminfo: memFree=12703364/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1761316 CPUtime=4722.51 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 522723 0 0 0 472069 182 0 0 25 0 1 0 750967464 1803587584 297784 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 440329 297784 253 24 0 436963 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 1761316

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23084
/proc/meminfo: memFree=12672724/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1761316 CPUtime=4782.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 525277 0 0 0 478067 182 0 0 25 0 1 0 750967464 1803587584 300309 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 440329 300309 253 24 0 436963 0
Current children cumulated CPU time (s) 4782.49
Current children cumulated vsize (KiB) 1761316

[startup+4842.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/438 23086
/proc/meminfo: memFree=12633636/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1773620 CPUtime=4842.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 528985 0 0 0 484065 184 0 0 25 0 1 0 750967464 1816186880 304002 33554432000 4194304 4291949 140736908708288 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 443405 304002 253 24 0 440039 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 1773620

[startup+4902.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/438 23087
/proc/meminfo: memFree=12599152/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1773620 CPUtime=4902.49 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 530775 0 0 0 490064 185 0 0 25 0 1 0 750967464 1816186880 305779 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 443405 305779 253 24 0 440039 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 1773620

[startup+4962.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/438 23089
/proc/meminfo: memFree=12571488/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1773620 CPUtime=4962.5 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 532541 0 0 0 496063 187 0 0 25 0 1 0 750967464 1816186880 307531 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 443405 307531 253 24 0 440039 0
Current children cumulated CPU time (s) 4962.5
Current children cumulated vsize (KiB) 1773620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.10 2.07 2.01 3/438 23090
/proc/meminfo: memFree=12551144/32951124 swapFree=54329440/67111528
[pid=22889] ppid=22887 vsize=1773620 CPUtime=5000.01 cores=1,3,5,7
/proc/22889/stat : 22889 (RestartSAT) R 22887 22889 22419 0 -1 4202496 533561 0 0 0 499814 187 0 0 25 0 1 0 750967464 1816186880 308539 33554432000 4194304 4291949 140736908708288 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22889/statm: 443405 308539 253 24 0 440039 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1773620

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.86
CPU time (s): 5000.07
CPU user time (s): 4998.15
CPU system time (s): 1.92371
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1773620

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

runsolver used 21.1128 second user time and 49.4835 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 14:25:18
IDJOB=3420125
IDBENCH=83463
IDSOLVER=1911
FILE ID=node143/3420125-1306585516
RUNJOBID= node143-1306579391-22438
PBS_JOBID= 13471537
Free space on /tmp= 73456 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420125-1306585516/watcher-3420125-1306585516 -o /tmp/evaluation-result-3420125-1306585516/solver-3420125-1306585516 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420125-1306585516.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=2145947407

node143.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	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.75
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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15752980 kB
Buffers:        312240 kB
Cached:        5784952 kB
SwapCached:      29864 kB
Active:        8172396 kB
Inactive:      8727184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15752980 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:          103284 kB
Writeback:           0 kB
AnonPages:    10772428 kB
Mapped:          31048 kB
Slab:           152168 kB
PageTables:      80300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115894328 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= 73388 MiB
End job on node143 at 2011-05-28 15:48:40