Trace number 3420964

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.09 4999.95

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3420964-1306610685/watcher-3420964-1306610685 -o /tmp/evaluation-result-3420964-1306610685/solver-3420964-1306610685 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420964-1306610685.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: 1.85 1.99 1.99 3/521 18544
/proc/meminfo: memFree=13232940/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=21692 CPUtime=0.01 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 1456 0 0 0 1 0 0 0 21 0 1 0 753484369 22212608 1357 33554432000 4194304 4291949 140736230274032 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 5423 1357 227 24 0 2057 0

[startup+0.0661231 s]
/proc/loadavg: 1.85 1.99 1.99 3/521 18544
/proc/meminfo: memFree=13232940/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=30920 CPUtime=0.05 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 5082 0 0 0 5 0 0 0 21 0 1 0 753484369 31662080 4492 33554432000 4194304 4291949 140736230274032 18446744073709551615 4215188 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 7730 4492 231 24 0 4364 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30920

[startup+0.101128 s]
/proc/loadavg: 1.85 1.99 1.99 3/521 18544
/proc/meminfo: memFree=13232940/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=30920 CPUtime=0.09 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 5083 0 0 0 9 0 0 0 21 0 1 0 753484369 31662080 4493 33554432000 4194304 4291949 140736230274032 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 7730 4493 232 24 0 4364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30920

[startup+0.301078 s]
/proc/loadavg: 1.85 1.99 1.99 3/521 18544
/proc/meminfo: memFree=13232940/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=30920 CPUtime=0.29 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 5083 0 0 0 29 0 0 0 22 0 1 0 753484369 31662080 4493 33554432000 4194304 4291949 140736230274032 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 7730 4493 232 24 0 4364 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30920

[startup+0.70101 s]
/proc/loadavg: 1.85 1.99 1.99 3/521 18544
/proc/meminfo: memFree=13232940/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=32424 CPUtime=0.69 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 6546 0 0 0 69 0 0 0 24 0 1 0 753484369 33202176 4346 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 8106 4346 253 24 0 4740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32424

[startup+1.50086 s]
/proc/loadavg: 1.85 1.99 1.99 3/527 18552
/proc/meminfo: memFree=13193220/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=36844 CPUtime=1.49 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 7836 0 0 0 149 0 0 0 25 0 1 0 753484369 37728256 5624 33554432000 4194304 4291949 140736230274032 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 9211 5624 253 24 0 5845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36844

[startup+3.10059 s]
/proc/loadavg: 1.85 1.99 1.99 3/527 18552
/proc/meminfo: memFree=13178836/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=44024 CPUtime=3.09 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 9472 0 0 0 308 1 0 0 25 0 1 0 753484369 45080576 7251 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 11006 7252 253 24 0 7640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44024

[startup+6.30101 s]
/proc/loadavg: 1.87 1.99 1.99 3/527 18552
/proc/meminfo: memFree=13154088/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=57472 CPUtime=6.29 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 12487 0 0 0 628 1 0 0 25 0 1 0 753484369 58851328 10253 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 14368 10253 253 24 0 11002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57472

[startup+12.7009 s]
/proc/loadavg: 1.88 1.99 1.99 3/527 18554
/proc/meminfo: memFree=13110060/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=79976 CPUtime=12.69 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 17416 0 0 0 1267 2 0 0 25 0 1 0 753484369 81895424 15146 33554432000 4194304 4291949 140736230274032 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 19994 15146 253 24 0 16628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79976

[startup+25.5006 s]
/proc/loadavg: 1.90 1.99 1.99 3/527 18555
/proc/meminfo: memFree=13047852/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=115144 CPUtime=25.49 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 24830 0 0 0 2545 4 0 0 25 0 1 0 753484369 117907456 22517 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 28786 22517 253 24 0 25420 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115144

[startup+51.101 s]
/proc/loadavg: 1.93 1.99 1.99 3/527 18556
/proc/meminfo: memFree=12964204/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=172928 CPUtime=51.09 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 35287 0 0 0 5104 5 0 0 25 0 1 0 753484369 177078272 32919 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 43232 32919 253 24 0 39866 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172928

[startup+102.32 s]
/proc/loadavg: 1.97 1.99 1.99 3/527 18557
/proc/meminfo: memFree=12819160/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=263944 CPUtime=102.31 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 53009 0 0 0 10222 9 0 0 25 0 1 0 753484369 270278656 50566 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 65986 50566 253 24 0 62620 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 263944

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/527 18559
/proc/meminfo: memFree=12710744/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=273580 CPUtime=162.3 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 65853 0 0 0 16217 13 0 0 25 0 1 0 753484369 280145920 63354 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 68395 63354 253 24 0 65029 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 273580

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/527 18560
/proc/meminfo: memFree=12616440/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=412520 CPUtime=222.29 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 77589 0 0 0 22213 16 0 0 25 0 1 0 753484369 422420480 75033 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 103130 75033 253 24 0 99764 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 412520

[startup+282.3 s]
/proc/loadavg: 2.07 2.01 1.99 3/527 18562
/proc/meminfo: memFree=12541992/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=419824 CPUtime=282.29 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 86535 0 0 0 28211 18 0 0 25 0 1 0 753484369 429899776 83932 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 104956 83932 253 24 0 101590 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 419824

[startup+342.301 s]
/proc/loadavg: 2.16 2.03 2.00 3/527 18564
/proc/meminfo: memFree=12474104/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=424824 CPUtime=342.3 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 95172 0 0 0 34209 21 0 0 25 0 1 0 753484369 435019776 92518 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 106206 92518 253 24 0 102840 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 424824

[startup+402.301 s]
/proc/loadavg: 2.12 2.04 2.00 3/527 18565
/proc/meminfo: memFree=12381424/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=428740 CPUtime=402.3 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 105510 0 0 0 40207 23 0 0 25 0 1 0 753484369 439029760 102808 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 107185 102808 253 24 0 103819 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 428740

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/527 18567
/proc/meminfo: memFree=12588456/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=215708 CPUtime=462.31 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 135589 0 0 0 46200 31 0 0 25 0 1 0 753484369 220884992 42746 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 53927 42746 253 24 0 50561 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 215708

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/527 18568
/proc/meminfo: memFree=12501856/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=297248 CPUtime=522.3 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 150681 0 0 0 52196 34 0 0 25 0 1 0 753484369 304381952 57746 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 74312 57746 253 24 0 70946 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 297248

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 18570
/proc/meminfo: memFree=12767916/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=429992 CPUtime=582.31 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 164122 0 0 0 58193 38 0 0 25 0 1 0 753484369 440311808 71110 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 107498 71110 253 24 0 104132 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 429992

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/527 18675
/proc/meminfo: memFree=11730324/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=712952 CPUtime=4062.42 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 669121 0 0 0 406011 231 0 0 25 0 1 0 753484369 730062848 158121 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 178238 158121 253 24 0 174872 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 712952

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/527 18676
/proc/meminfo: memFree=11699264/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=714132 CPUtime=4122.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 672645 0 0 0 412008 233 0 0 25 0 1 0 753484369 731271168 161627 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 178533 161627 253 24 0 175167 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 714132

[startup+4182.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/527 18678
/proc/meminfo: memFree=11659412/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=716268 CPUtime=4182.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 675958 0 0 0 418006 235 0 0 25 0 1 0 753484369 733458432 164925 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 179067 164925 253 24 0 175701 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 716268

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/527 18680
/proc/meminfo: memFree=11631720/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=717384 CPUtime=4242.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 680051 0 0 0 424004 237 0 0 25 0 1 0 753484369 734601216 168993 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 179346 168993 253 24 0 175980 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 717384

[startup+4302.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/527 18681
/proc/meminfo: memFree=11608112/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=718692 CPUtime=4302.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 683124 0 0 0 430002 239 0 0 25 0 1 0 753484369 735940608 172046 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 179673 172046 253 24 0 176307 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 718692

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/527 18683
/proc/meminfo: memFree=11586360/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1069456 CPUtime=4362.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 686347 0 0 0 436000 241 0 0 25 0 1 0 753484369 1095122944 175258 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 267364 175258 253 24 0 263998 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 1069456

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 18684
/proc/meminfo: memFree=11563608/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1070532 CPUtime=4422.41 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 689147 0 0 0 441998 243 0 0 25 0 1 0 753484369 1096224768 178040 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 267633 178040 253 24 0 264267 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1070532

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 18686
/proc/meminfo: memFree=11538880/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1072196 CPUtime=4482.42 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 693449 0 0 0 447996 246 0 0 25 0 1 0 753484369 1097928704 182328 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 268049 182328 253 24 0 264683 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1072196

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 18688
/proc/meminfo: memFree=11503732/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1073524 CPUtime=4542.42 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 699842 0 0 0 453993 249 0 0 25 0 1 0 753484369 1099288576 188686 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 268381 188686 253 24 0 265015 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 1073524

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/527 18689
/proc/meminfo: memFree=11482720/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1076264 CPUtime=4602.43 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 702775 0 0 0 459993 250 0 0 25 0 1 0 753484369 1102094336 191609 33554432000 4194304 4291949 140736230274032 18446744073709551615 4262365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 269066 191609 253 24 0 265700 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1076264

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/527 18691
/proc/meminfo: memFree=11459228/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1077676 CPUtime=4662.42 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 705423 0 0 0 465990 252 0 0 25 0 1 0 753484369 1103540224 194246 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 269419 194246 253 24 0 266053 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1077676

[startup+4722.32 s]
/proc/loadavg: 2.11 2.03 2.01 3/527 18692
/proc/meminfo: memFree=11437344/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1079380 CPUtime=4722.44 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 708477 0 0 0 471990 254 0 0 25 0 1 0 753484369 1105285120 197292 33554432000 4194304 4291949 140736230274032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 269845 197292 253 24 0 266479 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1079380

[startup+4782.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/527 18694
/proc/meminfo: memFree=12142600/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1080836 CPUtime=4782.42 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 710994 0 0 0 477987 255 0 0 25 0 1 0 753484369 1106776064 199798 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 270209 199798 253 24 0 266843 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1080836

[startup+4842.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/527 18696
/proc/meminfo: memFree=12082904/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1081848 CPUtime=4842.43 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 714709 0 0 0 483986 257 0 0 25 0 1 0 753484369 1107812352 203501 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 270462 203501 253 24 0 267096 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1081848

[startup+4902.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/527 18697
/proc/meminfo: memFree=12038216/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1083820 CPUtime=4902.43 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 717158 0 0 0 489985 258 0 0 25 0 1 0 753484369 1109831680 205935 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 270955 205935 253 24 0 267589 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1083820

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/527 18699
/proc/meminfo: memFree=11995136/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1085144 CPUtime=4962.43 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 719753 0 0 0 495984 259 0 0 25 0 1 0 753484369 1111187456 208521 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 271286 208521 253 24 0 267920 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 1085144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18700
/proc/meminfo: memFree=11938184/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1086220 CPUtime=5000.04 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 721378 0 0 0 499744 260 0 0 25 0 1 0 753484369 1112289280 210141 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 271555 210141 253 24 0 268189 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1086220

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 3/527 18700
/proc/meminfo: memFree=11938184/32951124 swapFree=66578944/67111528
[pid=18544] ppid=18542 vsize=1086220 CPUtime=5000.04 cores=1,3,5,7
/proc/18544/stat : 18544 (RestartSAT) R 18542 18544 18512 0 -1 4202496 721378 0 0 0 499744 260 0 0 25 0 1 0 753484369 1112289280 210141 33554432000 4194304 4291949 140736230274032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18544/statm: 271555 210141 253 24 0 268189 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1086220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4997.45
CPU system time (s): 2.6366
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1086220

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

runsolver used 24.2343 second user time and 62.0996 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-28 21:24:45
IDJOB=3420964
IDBENCH=71612
IDSOLVER=1911
FILE ID=node145/3420964-1306610685
RUNJOBID= node145-1306610685-18531
PBS_JOBID= 13471597
Free space on /tmp= 73488 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2400c266431gyes2.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420964-1306610685/watcher-3420964-1306610685 -o /tmp/evaluation-result-3420964-1306610685/solver-3420964-1306610685 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420964-1306610685.cnf

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=1934746444

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13233204 kB
Buffers:        257088 kB
Cached:        7872024 kB
SwapCached:      34712 kB
Active:       11372228 kB
Inactive:      8049364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13233204 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            7772 kB
Writeback:           0 kB
AnonPages:    11258168 kB
Mapped:          37132 kB
Slab:           158676 kB
PageTables:      65828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153200268 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= 73488 MiB
End job on node145 at 2011-05-28 22:48:07