Trace number 3285096

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) 1300.09 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.10 1.43 2.64 5/186 32021
/proc/meminfo: memFree=13438764/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=19256 CPUtime=0 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 633 0 0 0 0 0 0 0 21 0 1 0 566445038 19718144 575 33554432000 4194304 4291949 140736544290384 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 4814 576 226 24 0 1448 0

[startup+0.076965 s]
/proc/loadavg: 1.10 1.43 2.64 5/186 32021
/proc/meminfo: memFree=13438764/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=26508 CPUtime=0.06 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 2429 0 0 0 6 0 0 0 21 0 1 0 566445038 27144192 2296 33554432000 4194304 4291949 140736544290384 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 6627 2296 228 24 0 3261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26508

[startup+0.10096 s]
/proc/loadavg: 1.10 1.43 2.64 5/186 32021
/proc/meminfo: memFree=13438764/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=28896 CPUtime=0.09 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 3245 0 0 0 8 1 0 0 21 0 1 0 566445038 29589504 3047 33554432000 4194304 4291949 140736544290384 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 7224 3050 228 24 0 3858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28896

[startup+0.300925 s]
/proc/loadavg: 1.10 1.43 2.64 5/186 32021
/proc/meminfo: memFree=13438764/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=67312 CPUtime=0.28 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 13995 0 0 0 26 2 0 0 22 0 1 0 566445038 68927488 12375 33554432000 4194304 4291949 140736544290384 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 16828 12376 228 24 0 13462 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67312

[startup+0.700855 s]
/proc/loadavg: 1.10 1.43 2.64 5/186 32021
/proc/meminfo: memFree=13438764/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=163904 CPUtime=0.68 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 42515 0 0 0 62 6 0 0 23 0 1 0 566445038 167837696 32675 33554432000 4194304 4291949 140736544290384 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 40976 32683 228 24 0 37610 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 163904

[startup+1.50071 s]
/proc/loadavg: 1.10 1.43 2.64 5/187 32022
/proc/meminfo: memFree=13205944/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=315488 CPUtime=1.48 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 97825 0 0 0 134 14 0 0 25 0 1 0 566445038 323059712 72426 33554432000 4194304 4291949 140736544290384 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 78872 72427 228 24 0 75506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 315488

[startup+3.10043 s]
/proc/loadavg: 1.10 1.43 2.64 5/185 32022
/proc/meminfo: memFree=12951636/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=532860 CPUtime=3.08 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 165062 0 0 0 285 23 0 0 25 0 1 0 566445038 545648640 122061 33554432000 4194304 4291949 140736544290384 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 133215 122061 232 24 0 129849 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 532860

[startup+6.30088 s]
/proc/loadavg: 1.41 1.49 2.65 5/190 32028
/proc/meminfo: memFree=12323412/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=532860 CPUtime=6.28 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 165062 0 0 0 605 23 0 0 25 0 1 0 566445038 545648640 122061 33554432000 4194304 4291949 140736544290384 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 133215 122061 232 24 0 129849 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 532860

[startup+12.7008 s]
/proc/loadavg: 1.54 1.52 2.66 5/190 32055
/proc/meminfo: memFree=12283272/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=564228 CPUtime=12.69 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 190335 0 0 0 1242 27 0 0 25 0 1 0 566445038 577769472 98360 33554432000 4194304 4291949 140736544290384 18446744073709551615 4256608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 141057 98360 253 24 0 137691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 564228

[startup+25.5005 s]
/proc/loadavg: 2.08 1.64 2.68 5/190 32055
/proc/meminfo: memFree=12457300/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=434000 CPUtime=25.48 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 208551 0 0 0 2519 29 0 0 25 0 1 0 566445038 444416000 94023 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 108500 94023 253 24 0 105134 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 434000

[startup+51.101 s]
/proc/loadavg: 2.74 1.83 2.71 5/187 32059
/proc/meminfo: memFree=12941060/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=434000 CPUtime=51.09 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 213369 0 0 0 5078 31 0 0 25 0 1 0 566445038 444416000 98834 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 108500 98834 253 24 0 105134 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 434000

[startup+102.307 s]
/proc/loadavg: 3.58 2.22 2.79 5/190 32084
/proc/meminfo: memFree=12185740/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=484088 CPUtime=102.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 224260 0 0 0 10197 33 0 0 25 0 1 0 566445038 495706112 109711 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 121022 109711 253 24 0 117656 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 484088

[startup+162.301 s]
/proc/loadavg: 3.83 2.52 2.86 5/190 32086
/proc/meminfo: memFree=11973960/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=565476 CPUtime=162.29 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 237884 0 0 0 16193 36 0 0 25 0 1 0 566445038 579047424 123325 33554432000 4194304 4291949 140736544290384 18446744073709551615 4262245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 141369 123325 253 24 0 138003 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 565476

[startup+222.301 s]
/proc/loadavg: 3.94 2.80 2.93 5/190 32114
/proc/meminfo: memFree=11950144/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=697736 CPUtime=222.29 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 249784 0 0 0 22190 39 0 0 25 0 1 0 566445038 714481664 135212 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 174434 135212 253 24 0 171068 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 697736

[startup+282.301 s]
/proc/loadavg: 3.97 3.00 2.99 5/190 32116
/proc/meminfo: memFree=11665136/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=697736 CPUtime=282.29 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 253445 0 0 0 28189 40 0 0 25 0 1 0 566445038 714481664 138871 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 174434 138871 253 24 0 171068 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 697736

[startup+342.301 s]
/proc/loadavg: 3.99 3.18 3.05 5/190 32118
/proc/meminfo: memFree=11358324/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=697736 CPUtime=342.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 268905 0 0 0 34187 43 0 0 25 0 1 0 566445038 714481664 154320 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 174434 154320 253 24 0 171068 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 697736

[startup+402.301 s]
/proc/loadavg: 3.99 3.33 3.11 5/190 32119
/proc/meminfo: memFree=11096292/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=697736 CPUtime=402.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 279833 0 0 0 40184 46 0 0 25 0 1 0 566445038 714481664 165237 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 174434 165237 253 24 0 171068 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 697736

[startup+462.301 s]
/proc/loadavg: 3.99 3.45 3.16 5/190 32121
/proc/meminfo: memFree=10793320/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=912660 CPUtime=462.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 292198 0 0 0 46181 49 0 0 25 0 1 0 566445038 934563840 177590 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 228165 177590 253 24 0 224799 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 912660

[startup+522.301 s]
/proc/loadavg: 4.07 3.56 3.22 5/190 32122
/proc/meminfo: memFree=10504368/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=912660 CPUtime=522.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 303667 0 0 0 52178 52 0 0 25 0 1 0 566445038 934563840 189052 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 228165 189052 253 24 0 224799 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 912660

[startup+582.301 s]
/proc/loadavg: 4.02 3.64 3.26 5/190 32124
/proc/meminfo: memFree=10179812/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=912660 CPUtime=582.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 316619 0 0 0 58175 55 0 0 25 0 1 0 566445038 934563840 201981 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 228165 201981 253 24 0 224799 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 912660

[startup+642.301 s]
/proc/loadavg: 4.06 3.72 3.31 5/190 32126
/proc/meminfo: memFree=9757428/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=912660 CPUtime=642.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 332565 0 0 0 64173 58 0 0 25 0 1 0 566445038 934563840 217916 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 228165 217916 253 24 0 224799 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 912660

[startup+702.301 s]
/proc/loadavg: 4.13 3.80 3.36 5/190 32127
/proc/meminfo: memFree=9487944/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1261908 CPUtime=702.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 347048 0 0 0 70170 61 0 0 25 0 1 0 566445038 1292193792 232393 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315477 232393 253 24 0 312111 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1261908

[startup+762.307 s]
/proc/loadavg: 4.04 3.83 3.40 5/190 32129
/proc/meminfo: memFree=9180628/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=762.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 358241 0 0 0 76168 63 0 0 25 0 1 0 566445038 1293197312 243578 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 243578 253 24 0 312356 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1262888

[startup+822.301 s]
/proc/loadavg: 4.02 3.86 3.43 5/190 32130
/proc/meminfo: memFree=8823348/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=822.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 369241 0 0 0 82165 66 0 0 25 0 1 0 566445038 1293197312 254568 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 254568 253 24 0 312356 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1262888

[startup+882.3 s]
/proc/loadavg: 4.00 3.88 3.47 5/190 32132
/proc/meminfo: memFree=8503008/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=882.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 380088 0 0 0 88162 69 0 0 25 0 1 0 566445038 1293197312 265402 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 265402 253 24 0 312356 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1262888

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.50 5/190 32134
/proc/meminfo: memFree=8231036/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=942.3 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 390795 0 0 0 94159 71 0 0 25 0 1 0 566445038 1293197312 276090 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 276090 253 24 0 312356 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1262888

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.53 5/190 32135
/proc/meminfo: memFree=7959188/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=1002.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 404588 0 0 0 100156 75 0 0 25 0 1 0 566445038 1293197312 289872 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 289872 253 24 0 312356 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1262888

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.55 5/190 32137
/proc/meminfo: memFree=7703076/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1262888 CPUtime=1062.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 415182 0 0 0 106152 79 0 0 25 0 1 0 566445038 1293197312 300451 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 315722 300451 253 24 0 312356 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1262888

[startup+1122.3 s]
/proc/loadavg: 4.04 3.95 3.58 5/190 32138
/proc/meminfo: memFree=7446116/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1830416 CPUtime=1122.31 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 426229 0 0 0 112148 83 0 0 25 0 1 0 566445038 1874345984 311484 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 457604 311484 253 24 0 454238 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1830416

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.61 5/190 32140
/proc/meminfo: memFree=7142152/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1830416 CPUtime=1182.32 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 435199 0 0 0 118146 86 0 0 25 0 1 0 566445038 1874345984 320444 33554432000 4194304 4291949 140736544290384 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 457604 320444 253 24 0 454238 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1830416

[startup+1242.3 s]
/proc/loadavg: 4.08 3.98 3.63 5/190 32142
/proc/meminfo: memFree=6876760/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1830416 CPUtime=1242.32 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 445558 0 0 0 124143 89 0 0 25 0 1 0 566445038 1874345984 330783 33554432000 4194304 4291949 140736544290384 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 457604 330783 253 24 0 454238 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1830416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.95 3.96 3.65 4/184 32161
/proc/meminfo: memFree=8237808/32950940 swapFree=67111528/67111528
[pid=32021] ppid=32019 vsize=1830416 CPUtime=1300.02 cores=5,7
/proc/32021/stat : 32021 (RestartSAT) R 32019 32021 31561 0 -1 4202496 455790 0 0 0 129910 92 0 0 25 0 1 0 566445038 1874345984 341001 33554432000 4194304 4291949 140736544290384 18446744073709551615 4255787 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32021/statm: 457604 341001 253 24 0 454238 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1830416

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): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1299.11
CPU system time (s): 0.978851
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1830416

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

runsolver used 2.08168 second user time and 5.02224 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 22:09:03
IDJOB=3285096
IDBENCH=82371
IDSOLVER=1580
FILE ID=node117/3285096-1303762137
RUNJOBID= node117-1303762137-31987
PBS_JOBID= 13157146
Free space on /tmp= 71164 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285096-1303762137/watcher-3285096-1303762137 -o /tmp/evaluation-result-3285096-1303762137/solver-3285096-1303762137 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285096-1303762137.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1251744670

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      13438920 kB
Buffers:       2321648 kB
Cached:       16364360 kB
SwapCached:          0 kB
Active:       10879372 kB
Inactive:      8062044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      13438920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          383108 kB
Writeback:           0 kB
AnonPages:      254512 kB
Mapped:          15320 kB
Slab:           507732 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   446684 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= 71236 MiB
End job on node117 at 2011-04-25 22:30:45