Trace number 3257970

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 A75? (TO) 1300.08 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3257970-1303473330/watcher-3257970-1303473330 -o /tmp/evaluation-result-3257970-1303473330/solver-3257970-1303473330 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3257970-1303473330.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: 0.92 1.51 2.54 4/184 19026
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=19400 CPUtime=0 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 679 0 0 0 0 0 0 0 22 0 1 0 439748612 19865600 620 33554432000 4194304 4291949 140735775392672 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 4850 621 225 24 0 1484 0

[startup+0.090344 s]
/proc/loadavg: 0.92 1.51 2.54 4/184 19026
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=28804 CPUtime=0.08 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 4340 0 0 0 8 0 0 0 22 0 1 0 439748612 29495296 3749 33554432000 4194304 4291949 140735775392672 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 7201 3749 232 24 0 3835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28804

[startup+0.100345 s]
/proc/loadavg: 0.92 1.51 2.54 4/184 19026
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=28804 CPUtime=0.09 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 4340 0 0 0 9 0 0 0 22 0 1 0 439748612 29495296 3749 33554432000 4194304 4291949 140735775392672 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 7201 3749 232 24 0 3835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28804

[startup+0.300309 s]
/proc/loadavg: 0.92 1.51 2.54 4/184 19026
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=28936 CPUtime=0.29 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 4352 0 0 0 29 0 0 0 23 0 1 0 439748612 29630464 3761 33554432000 4194304 4291949 140735775392672 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 7234 3761 232 24 0 3868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28936

[startup+0.70024 s]
/proc/loadavg: 0.92 1.51 2.54 4/184 19026
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=27720 CPUtime=0.68 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 5627 0 0 0 68 0 0 0 25 0 1 0 439748612 28385280 3682 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 6930 3682 252 24 0 3564 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27720

[startup+1.50107 s]
/proc/loadavg: 1.17 1.55 2.55 5/190 19037
/proc/meminfo: memFree=13540604/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=34860 CPUtime=1.49 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 6550 0 0 0 148 1 0 0 25 0 1 0 439748612 35696640 4602 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 8715 4602 252 24 0 5349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34860

[startup+3.10076 s]
/proc/loadavg: 1.17 1.55 2.55 5/190 19037
/proc/meminfo: memFree=13526096/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=34860 CPUtime=3.09 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 7477 0 0 0 308 1 0 0 25 0 1 0 439748612 35696640 5518 33554432000 4194304 4291949 140735775392672 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 8715 5518 252 24 0 5349 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34860

[startup+6.30113 s]
/proc/loadavg: 1.17 1.55 2.55 5/190 19037
/proc/meminfo: memFree=13497556/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=44084 CPUtime=6.29 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 9621 0 0 0 628 1 0 0 25 0 1 0 439748612 45142016 7648 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 11021 7648 252 24 0 7655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44084

[startup+12.7008 s]
/proc/loadavg: 1.60 1.63 2.57 5/190 19037
/proc/meminfo: memFree=13454104/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=58536 CPUtime=12.69 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 13080 0 0 0 1267 2 0 0 25 0 1 0 439748612 59940864 11085 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 14634 11085 252 24 0 11268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58536

[startup+25.5003 s]
/proc/loadavg: 1.97 1.71 2.58 5/190 19037
/proc/meminfo: memFree=13447168/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=81300 CPUtime=25.48 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 17111 0 0 0 2545 3 0 0 25 0 1 0 439748612 83251200 15093 33554432000 4194304 4291949 140735775392672 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 20325 15093 252 24 0 16959 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 81300

[startup+51.1002 s]
/proc/loadavg: 2.66 1.89 2.62 5/190 19038
/proc/meminfo: memFree=13376276/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=117320 CPUtime=51.09 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 24442 0 0 0 5103 6 0 0 25 0 1 0 439748612 120135680 22384 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 29330 22384 252 24 0 25964 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117320

[startup+102.307 s]
/proc/loadavg: 3.46 2.24 2.69 5/190 19039
/proc/meminfo: memFree=13261176/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=175660 CPUtime=102.3 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 32547 0 0 0 10221 9 0 0 25 0 1 0 439748612 179875840 30458 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 43915 30458 252 24 0 40549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 175660

[startup+162.301 s]
/proc/loadavg: 3.80 2.56 2.77 5/190 19041
/proc/meminfo: memFree=13172756/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=182468 CPUtime=162.3 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 40435 0 0 0 16219 11 0 0 25 0 1 0 439748612 186847232 38319 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 45617 38319 252 24 0 42251 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 182468

[startup+222.3 s]
/proc/loadavg: 3.92 2.82 2.85 5/190 19043
/proc/meminfo: memFree=13170148/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=268796 CPUtime=222.3 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 47518 0 0 0 22215 15 0 0 25 0 1 0 439748612 275247104 45372 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 67199 45372 252 24 0 63833 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 268796

[startup+282.3 s]
/proc/loadavg: 3.97 3.03 2.92 5/190 19044
/proc/meminfo: memFree=13099952/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=275300 CPUtime=282.31 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 54329 0 0 0 28213 18 0 0 25 0 1 0 439748612 281907200 52152 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 68825 52152 252 24 0 65459 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 275300

[startup+342.3 s]
/proc/loadavg: 3.99 3.20 2.98 5/190 19055
/proc/meminfo: memFree=13044988/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=278704 CPUtime=342.31 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 59019 0 0 0 34211 20 0 0 25 0 1 0 439748612 285392896 56823 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 69676 56823 252 24 0 66310 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 278704

[startup+402.3 s]
/proc/loadavg: 3.99 3.35 3.04 5/190 19056
/proc/meminfo: memFree=13039220/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=283212 CPUtime=402.3 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 63811 0 0 0 40208 22 0 0 25 0 1 0 439748612 290009088 61591 33554432000 4194304 4291949 140735775392672 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 70803 61591 252 24 0 67437 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 283212

[startup+462.301 s]
/proc/loadavg: 3.99 3.46 3.10 5/190 19058
/proc/meminfo: memFree=13088200/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=286648 CPUtime=462.31 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 67377 0 0 0 46207 24 0 0 25 0 1 0 439748612 293527552 65139 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 71662 65139 252 24 0 68296 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 286648

[startup+522.301 s]
/proc/loadavg: 3.99 3.56 3.15 5/190 19060
/proc/meminfo: memFree=12987372/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=421800 CPUtime=522.32 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 70949 0 0 0 52206 26 0 0 25 0 1 0 439748612 431923200 68699 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 105450 68699 252 24 0 102084 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 421800

[startup+582.301 s]
/proc/loadavg: 3.99 3.64 3.20 5/190 19061
/proc/meminfo: memFree=13006088/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=424160 CPUtime=582.32 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 74055 0 0 0 58205 27 0 0 25 0 1 0 439748612 434339840 71789 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 106040 71789 252 24 0 102674 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 424160

[startup+642.301 s]
/proc/loadavg: 3.99 3.70 3.25 5/190 19063
/proc/meminfo: memFree=13153860/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=130292 CPUtime=642.33 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 88738 0 0 0 64198 35 0 0 25 0 1 0 439748612 133419008 27571 33554432000 4194304 4291949 140735775392672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 32573 27571 252 24 0 29207 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 130292

[startup+702.301 s]
/proc/loadavg: 3.99 3.75 3.29 5/190 19064
/proc/meminfo: memFree=13147904/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=161112 CPUtime=702.32 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 97216 0 0 0 70195 37 0 0 25 0 1 0 439748612 164978688 36001 33554432000 4194304 4291949 140735775392672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 40278 36001 252 24 0 36912 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 161112

[startup+762.307 s]
/proc/loadavg: 3.99 3.79 3.33 5/190 19066
/proc/meminfo: memFree=13069276/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=211384 CPUtime=762.33 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 109291 0 0 0 76190 43 0 0 25 0 1 0 439748612 216457216 48014 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 52846 48014 252 24 0 49480 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 211384

[startup+822.301 s]
/proc/loadavg: 3.99 3.83 3.37 5/190 19068
/proc/meminfo: memFree=13099276/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=292940 CPUtime=822.32 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 115482 0 0 0 82187 45 0 0 25 0 1 0 439748612 299970560 54179 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 73235 54179 252 24 0 69869 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 292940

[startup+882.3 s]
/proc/loadavg: 3.99 3.86 3.41 5/190 19069
/proc/meminfo: memFree=13031676/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=293220 CPUtime=882.33 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 119110 0 0 0 88186 47 0 0 25 0 1 0 439748612 300257280 57796 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 73305 57796 252 24 0 69939 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 293220

[startup+942.3 s]
/proc/loadavg: 3.99 3.88 3.44 5/190 19071
/proc/meminfo: memFree=13047532/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=293556 CPUtime=942.33 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 122865 0 0 0 94185 48 0 0 25 0 1 0 439748612 300601344 61531 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 73389 61531 252 24 0 70023 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 293556

[startup+1002.3 s]
/proc/loadavg: 3.99 3.90 3.48 5/190 19072
/proc/meminfo: memFree=13046288/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=294484 CPUtime=1002.33 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 126406 0 0 0 100183 50 0 0 25 0 1 0 439748612 301551616 65061 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 73621 65061 252 24 0 70255 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 294484

[startup+1062.3 s]
/proc/loadavg: 3.99 3.91 3.50 5/190 19074
/proc/meminfo: memFree=12972496/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=296072 CPUtime=1062.34 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 129682 0 0 0 106182 52 0 0 25 0 1 0 439748612 303177728 68325 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 74018 68325 252 24 0 70652 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 296072

[startup+1122.3 s]
/proc/loadavg: 3.99 3.93 3.53 5/190 19076
/proc/meminfo: memFree=13000884/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=429556 CPUtime=1122.34 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 132410 0 0 0 112180 54 0 0 25 0 1 0 439748612 439865344 71035 33554432000 4194304 4291949 140735775392672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 107389 71035 252 24 0 104023 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 429556

[startup+1182.3 s]
/proc/loadavg: 3.99 3.94 3.56 5/190 19077
/proc/meminfo: memFree=12965784/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=431424 CPUtime=1182.35 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 136423 0 0 0 118179 56 0 0 25 0 1 0 439748612 441778176 75034 33554432000 4194304 4291949 140735775392672 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 107856 75034 252 24 0 104490 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 431424

[startup+1242.3 s]
/proc/loadavg: 4.06 3.96 3.59 5/190 19079
/proc/meminfo: memFree=12967992/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=433676 CPUtime=1242.35 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 140255 0 0 0 124177 58 0 0 25 0 1 0 439748612 444084224 78846 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 108419 78846 252 24 0 105053 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 433676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.97 3.61 3/188 19082
/proc/meminfo: memFree=13123496/32951124 swapFree=67111528/67111528
[pid=19026] ppid=19024 vsize=435924 CPUtime=1300.05 cores=5,7
/proc/19026/stat : 19026 (RestartSAT) R 19024 19026 18276 0 -1 4202496 142856 0 0 0 129946 59 0 0 25 0 1 0 439748612 446386176 81436 33554432000 4194304 4291949 140735775392672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19026/statm: 108981 81436 252 24 0 105615 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 435924

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.02
CPU time (s): 1300.08
CPU user time (s): 1299.47
CPU system time (s): 0.614906
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 443524

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

runsolver used 2.07368 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-22 13:55:30
IDJOB=3257970
IDBENCH=71294
IDSOLVER=1581
FILE ID=node143/3257970-1303473330
RUNJOBID= node143-1303473330-18997
PBS_JOBID= 13107196
Free space on /tmp= 72120 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257970-1303473330/watcher-3257970-1303473330 -o /tmp/evaluation-result-3257970-1303473330/solver-3257970-1303473330 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3257970-1303473330.cnf

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=32396283

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13572444 kB
Buffers:       1228352 kB
Cached:       17545412 kB
SwapCached:          0 kB
Active:        8578476 kB
Inactive:     10268312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13572444 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5492 kB
Writeback:           0 kB
AnonPages:       73020 kB
Mapped:          15472 kB
Slab:           467376 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   242844 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= 72120 MiB
End job on node143 at 2011-04-22 14:17:12