Trace number 3251675

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.05 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251675-1303586239/watcher-3251675-1303586239 -o /tmp/evaluation-result-3251675-1303586239/solver-3251675-1303586239 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251675-1303586239.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.49 3.12 3.47 4/179 24813
/proc/meminfo: memFree=14525048/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=19676 CPUtime=0 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 730 0 0 0 0 0 0 0 22 0 1 0 470222696 20148224 671 33554432000 4194304 4291949 140734226325504 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 4919 671 225 24 0 1553 0

[startup+0.079378 s]
/proc/loadavg: 1.49 3.12 3.47 4/179 24813
/proc/meminfo: memFree=14525048/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=29728 CPUtime=0.06 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 4754 0 0 0 6 0 0 0 22 0 1 0 470222696 30441472 4163 33554432000 4194304 4291949 140734226325504 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 7432 4163 231 24 0 4066 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29728

[startup+0.100374 s]
/proc/loadavg: 1.49 3.12 3.47 4/179 24813
/proc/meminfo: memFree=14525048/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=29728 CPUtime=0.08 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 4754 0 0 0 8 0 0 0 22 0 1 0 470222696 30441472 4163 33554432000 4194304 4291949 140734226325504 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 7432 4163 231 24 0 4066 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29728

[startup+0.300396 s]
/proc/loadavg: 1.49 3.12 3.47 4/179 24813
/proc/meminfo: memFree=14525048/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=29728 CPUtime=0.28 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 4754 0 0 0 28 0 0 0 23 0 1 0 470222696 30441472 4163 33554432000 4194304 4291949 140734226325504 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 7432 4163 231 24 0 4066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29728

[startup+0.700265 s]
/proc/loadavg: 1.49 3.12 3.47 4/179 24813
/proc/meminfo: memFree=14525048/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=28512 CPUtime=0.68 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 6007 0 0 0 68 0 0 0 25 0 1 0 470222696 29196288 3876 33554432000 4194304 4291949 140734226325504 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 7128 3876 252 24 0 3762 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28512

[startup+1.50013 s]
/proc/loadavg: 1.49 3.12 3.47 4/185 24820
/proc/meminfo: memFree=14467468/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=35824 CPUtime=1.48 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 7221 0 0 0 148 0 0 0 25 0 1 0 470222696 36683776 5078 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 8956 5078 252 24 0 5590 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35824

[startup+3.10085 s]
/proc/loadavg: 1.49 3.12 3.47 4/184 24820
/proc/meminfo: memFree=14460904/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=43276 CPUtime=3.09 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 8922 0 0 0 308 1 0 0 25 0 1 0 470222696 44314624 6771 33554432000 4194304 4291949 140734226325504 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 10819 6771 252 24 0 7453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43276

[startup+6.30028 s]
/proc/loadavg: 1.61 3.11 3.46 4/184 24821
/proc/meminfo: memFree=14420716/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=57804 CPUtime=6.28 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 11980 0 0 0 627 1 0 0 25 0 1 0 470222696 59191296 9816 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 14451 9816 252 24 0 11085 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57804

[startup+12.7002 s]
/proc/loadavg: 1.72 3.11 3.46 4/184 24821
/proc/meminfo: memFree=14374260/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=79768 CPUtime=12.68 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 15537 0 0 0 1266 2 0 0 25 0 1 0 470222696 81682432 13363 33554432000 4194304 4291949 140734226325504 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 19942 13363 252 24 0 16576 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 79768

[startup+25.5009 s]
/proc/loadavg: 2.00 3.11 3.45 4/184 24821
/proc/meminfo: memFree=14319192/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=84116 CPUtime=25.49 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 19435 0 0 0 2545 4 0 0 25 0 1 0 470222696 86134784 17248 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 21029 17248 252 24 0 17663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84116

[startup+51.1004 s]
/proc/loadavg: 2.34 3.10 3.44 4/184 24822
/proc/meminfo: memFree=14258592/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=124172 CPUtime=51.09 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 24792 0 0 0 5103 6 0 0 25 0 1 0 470222696 127152128 22590 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 31043 22590 252 24 0 27677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124172

[startup+102.306 s]
/proc/loadavg: 2.71 3.08 3.41 4/184 24823
/proc/meminfo: memFree=14238608/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=129316 CPUtime=102.29 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 30407 0 0 0 10221 8 0 0 25 0 1 0 470222696 132419584 28178 33554432000 4194304 4291949 140734226325504 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 32329 28178 252 24 0 28963 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 129316

[startup+162.301 s]
/proc/loadavg: 2.94 3.08 3.39 4/184 24825
/proc/meminfo: memFree=14169892/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=185200 CPUtime=162.29 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 36042 0 0 0 16219 10 0 0 25 0 1 0 470222696 189644800 33793 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 46300 33793 252 24 0 42934 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 185200

[startup+222.3 s]
/proc/loadavg: 2.97 3.06 3.36 4/184 24826
/proc/meminfo: memFree=14112820/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=190888 CPUtime=222.29 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 40535 0 0 0 22216 13 0 0 25 0 1 0 470222696 195469312 38272 33554432000 4194304 4291949 140734226325504 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 47722 38272 252 24 0 44356 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190888

[startup+282.301 s]
/proc/loadavg: 2.99 3.05 3.34 4/184 24828
/proc/meminfo: memFree=14076208/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=192928 CPUtime=282.3 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 43990 0 0 0 28214 16 0 0 25 0 1 0 470222696 197558272 41710 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 48232 41710 252 24 0 44866 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 192928

[startup+342.3 s]
/proc/loadavg: 3.04 3.05 3.32 4/184 24830
/proc/meminfo: memFree=14033524/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=196340 CPUtime=342.29 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 47259 0 0 0 34211 18 0 0 25 0 1 0 470222696 201052160 44963 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 49085 44963 252 24 0 45719 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 196340

[startup+402.301 s]
/proc/loadavg: 3.01 3.04 3.30 4/184 24831
/proc/meminfo: memFree=14059780/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=278808 CPUtime=402.29 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 50004 0 0 0 40209 20 0 0 25 0 1 0 470222696 285499392 47699 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 69702 47699 252 24 0 66336 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 278808

[startup+462.301 s]
/proc/loadavg: 3.00 3.03 3.27 4/184 24833
/proc/meminfo: memFree=14013008/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=282648 CPUtime=462.3 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 53293 0 0 0 46208 22 0 0 25 0 1 0 470222696 289431552 50973 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 70662 50973 252 24 0 67296 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 282648

[startup+522.3 s]
/proc/loadavg: 3.00 3.02 3.25 4/184 24834
/proc/meminfo: memFree=13971940/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=284676 CPUtime=522.3 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 55838 0 0 0 52206 24 0 0 25 0 1 0 470222696 291508224 53506 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 71169 53506 252 24 0 67803 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 284676

[startup+582.301 s]
/proc/loadavg: 3.00 3.02 3.24 4/184 24836
/proc/meminfo: memFree=14013820/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=285100 CPUtime=582.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 58235 0 0 0 58205 26 0 0 25 0 1 0 470222696 291942400 55894 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 71275 55894 252 24 0 67909 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 285100

[startup+642.3 s]
/proc/loadavg: 3.00 3.01 3.22 4/184 24838
/proc/meminfo: memFree=13956004/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=288944 CPUtime=642.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 61648 0 0 0 64203 28 0 0 25 0 1 0 470222696 295878656 59295 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 72236 59295 252 24 0 68870 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 288944

[startup+702.301 s]
/proc/loadavg: 3.00 3.01 3.20 4/184 24839
/proc/meminfo: memFree=13921380/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=290864 CPUtime=702.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 64566 0 0 0 70202 29 0 0 25 0 1 0 470222696 297844736 62193 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 72716 62193 252 24 0 69350 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 290864

[startup+762.307 s]
/proc/loadavg: 3.00 3.00 3.18 4/184 24841
/proc/meminfo: memFree=13849180/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=321444 CPUtime=762.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 76702 0 0 0 76198 33 0 0 25 0 1 0 470222696 329158656 74292 33554432000 4194304 4291949 140734226325504 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 80361 74292 252 24 0 76995 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 321444

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 3.17 4/184 24842
/proc/meminfo: memFree=13782812/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=491788 CPUtime=822.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 87919 0 0 0 82193 38 0 0 25 0 1 0 470222696 503590912 85484 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 122947 85484 252 24 0 119581 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 491788

[startup+882.3 s]
/proc/loadavg: 3.07 3.02 3.17 4/184 24844
/proc/meminfo: memFree=13750908/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=501392 CPUtime=882.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 91037 0 0 0 88192 39 0 0 25 0 1 0 470222696 513425408 88599 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 125348 88599 252 24 0 121982 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 501392

[startup+942.301 s]
/proc/loadavg: 3.02 3.01 3.15 4/184 24846
/proc/meminfo: memFree=13729676/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=501392 CPUtime=942.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 91846 0 0 0 94192 39 0 0 25 0 1 0 470222696 513425408 89405 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 125348 89405 252 24 0 121982 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 501392

[startup+1002.3 s]
/proc/loadavg: 3.06 3.02 3.15 4/184 24847
/proc/meminfo: memFree=13701872/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=502832 CPUtime=1002.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 93000 0 0 0 100192 39 0 0 25 0 1 0 470222696 514899968 90554 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 125708 90554 252 24 0 122342 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 502832

[startup+1062.3 s]
/proc/loadavg: 3.02 3.01 3.14 4/184 24849
/proc/meminfo: memFree=13750572/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=502832 CPUtime=1062.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 93642 0 0 0 106191 40 0 0 25 0 1 0 470222696 514899968 91195 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 125708 91195 252 24 0 122342 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 502832

[startup+1122.3 s]
/proc/loadavg: 3.01 3.01 3.12 5/184 24850
/proc/meminfo: memFree=13718536/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=504272 CPUtime=1122.32 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 94609 0 0 0 112191 41 0 0 25 0 1 0 470222696 516374528 92158 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 126068 92158 252 24 0 122702 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 504272

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.11 4/184 24852
/proc/meminfo: memFree=13686752/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=504272 CPUtime=1182.31 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 95477 0 0 0 118190 41 0 0 25 0 1 0 470222696 516374528 93023 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 126068 93023 252 24 0 122702 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 504272

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.10 4/184 24854
/proc/meminfo: memFree=13654964/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=505712 CPUtime=1242.32 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 98042 0 0 0 124189 43 0 0 25 0 1 0 470222696 517849088 95578 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 126428 95578 252 24 0 123062 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 505712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 3.09 3/182 24856
/proc/meminfo: memFree=13818364/32950928 swapFree=67111528/67111528
[pid=24813] ppid=24811 vsize=505712 CPUtime=1300.02 cores=5,7
/proc/24813/stat : 24813 (RestartSAT) R 24811 24813 24201 0 -1 4202496 98643 0 0 0 129959 43 0 0 25 0 1 0 470222696 517849088 96177 33554432000 4194304 4291949 140734226325504 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24813/statm: 126428 96177 252 24 0 123062 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 505712

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.6
CPU system time (s): 0.45593
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 505712

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

runsolver used 2.14367 second user time and 4.95925 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-23 21:17:19
IDJOB=3251675
IDBENCH=88229
IDSOLVER=1580
FILE ID=node120/3251675-1303586239
RUNJOBID= node120-1303586239-24790
PBS_JOBID= 13150354
Free space on /tmp= 72108 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251675-1303586239/watcher-3251675-1303586239 -o /tmp/evaluation-result-3251675-1303586239/solver-3251675-1303586239 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251675-1303586239.cnf

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=667001588

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.07
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.78
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14525212 kB
Buffers:       2460572 kB
Cached:       15326292 kB
SwapCached:          0 kB
Active:       10528316 kB
Inactive:      7329468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14525212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12084 kB
Writeback:           0 kB
AnonPages:       68868 kB
Mapped:          15084 kB
Slab:           502988 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   215264 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= 72108 MiB
End job on node120 at 2011-04-23 21:39:01