Trace number 3251324

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.04 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3251324-1303584574/watcher-3251324-1303584574 -o /tmp/evaluation-result-3251324-1303584574/solver-3251324-1303584574 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251324-1303584574.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.96 2.23 3.12 5/188 8546
/proc/meminfo: memFree=14498160/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=20340 CPUtime=0 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 913 0 0 0 0 0 0 0 21 0 1 0 470054473 20828160 854 33554432000 4194304 4291949 140736320452656 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 5085 855 225 24 0 1719 0

[startup+0.0225209 s]
/proc/loadavg: 0.96 2.23 3.12 5/188 8546
/proc/meminfo: memFree=14498160/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=22920 CPUtime=0.01 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 1953 0 0 0 1 0 0 0 21 0 1 0 470054473 23470080 1792 33554432000 4194304 4291949 140736320452656 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 5730 1792 226 24 0 2364 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22920

[startup+0.10051 s]
/proc/loadavg: 0.96 2.23 3.12 5/188 8546
/proc/meminfo: memFree=14498160/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=40844 CPUtime=0.09 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 7640 0 0 0 8 1 0 0 21 0 1 0 470054473 41824256 6745 33554432000 4194304 4291949 140736320452656 18446744073709551615 239476391691 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 10211 6746 226 24 0 6845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40844

[startup+0.300473 s]
/proc/loadavg: 0.96 2.23 3.12 5/188 8546
/proc/meminfo: memFree=14498160/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=71344 CPUtime=0.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 15662 0 0 0 26 3 0 0 22 0 1 0 470054473 73056256 13627 33554432000 4194304 4291949 140736320452656 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 17836 13627 231 24 0 14470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71344

[startup+0.700391 s]
/proc/loadavg: 0.96 2.23 3.12 5/188 8546
/proc/meminfo: memFree=14498160/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=71344 CPUtime=0.69 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 15662 0 0 0 66 3 0 0 24 0 1 0 470054473 73056256 13627 33554432000 4194304 4291949 140736320452656 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 17836 13627 231 24 0 14470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71344

[startup+1.50024 s]
/proc/loadavg: 0.96 2.23 3.12 6/190 8548
/proc/meminfo: memFree=14370184/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=71344 CPUtime=1.49 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 15662 0 0 0 146 3 0 0 25 0 1 0 470054473 73056256 13627 33554432000 4194304 4291949 140736320452656 18446744073709551615 4229991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 17836 13627 231 24 0 14470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71344

[startup+3.10093 s]
/proc/loadavg: 0.96 2.23 3.12 6/190 8548
/proc/meminfo: memFree=14362000/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=71344 CPUtime=3.09 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 15662 0 0 0 306 3 0 0 25 0 1 0 470054473 73056256 13627 33554432000 4194304 4291949 140736320452656 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 17836 13627 231 24 0 14470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71344

[startup+6.30032 s]
/proc/loadavg: 1.20 2.25 3.13 6/190 8548
/proc/meminfo: memFree=14340796/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=78916 CPUtime=6.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 22221 0 0 0 625 4 0 0 25 0 1 0 470054473 80809984 14619 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 19729 14619 252 24 0 16363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78916

[startup+12.7011 s]
/proc/loadavg: 1.42 2.28 3.13 6/190 8548
/proc/meminfo: memFree=14306612/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=98152 CPUtime=12.69 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 26609 0 0 0 1264 5 0 0 25 0 1 0 470054473 100507648 18994 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 24538 18994 252 24 0 21172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98152

[startup+25.5006 s]
/proc/loadavg: 1.99 2.37 3.14 6/190 8549
/proc/meminfo: memFree=14229864/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=130936 CPUtime=25.49 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 33187 0 0 0 2543 6 0 0 25 0 1 0 470054473 134078464 25550 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 32734 25550 252 24 0 29368 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130936

[startup+51.1007 s]
/proc/loadavg: 2.68 2.50 3.17 6/190 8549
/proc/meminfo: memFree=14143336/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=188116 CPUtime=51.09 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 42135 0 0 0 5100 9 0 0 25 0 1 0 470054473 192630784 34479 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 47029 34479 252 24 0 43663 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 188116

[startup+102.307 s]
/proc/loadavg: 3.42 2.73 3.21 6/190 8551
/proc/meminfo: memFree=13983408/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=280468 CPUtime=102.3 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 57888 0 0 0 10216 14 0 0 25 0 1 0 470054473 287199232 50191 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 70117 50191 252 24 0 66751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 280468

[startup+162.3 s]
/proc/loadavg: 3.79 2.96 3.25 6/190 8552
/proc/meminfo: memFree=13881596/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=288792 CPUtime=162.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 68362 0 0 0 16212 17 0 0 25 0 1 0 470054473 295723008 60634 33554432000 4194304 4291949 140736320452656 18446744073709551615 4262163 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 72198 60634 252 24 0 68832 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 288792

[startup+222.301 s]
/proc/loadavg: 3.96 3.16 3.30 6/190 8554
/proc/meminfo: memFree=13794788/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=296936 CPUtime=222.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 78328 0 0 0 22210 19 0 0 25 0 1 0 470054473 304062464 70571 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 74234 70571 252 24 0 70868 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 296936

[startup+282.3 s]
/proc/loadavg: 3.98 3.31 3.34 6/190 8556
/proc/meminfo: memFree=13689756/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=435536 CPUtime=282.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 86239 0 0 0 28207 22 0 0 25 0 1 0 470054473 445988864 78466 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 108884 78466 252 24 0 105518 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 435536

[startup+342.301 s]
/proc/loadavg: 3.99 3.43 3.38 6/190 8557
/proc/meminfo: memFree=13591912/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=441852 CPUtime=342.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 101056 0 0 0 34203 26 0 0 25 0 1 0 470054473 452456448 93241 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 110463 93241 252 24 0 107097 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 441852

[startup+402.3 s]
/proc/loadavg: 3.99 3.53 3.42 6/190 8559
/proc/meminfo: memFree=13675356/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=447408 CPUtime=402.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 106787 0 0 0 40200 29 0 0 25 0 1 0 470054473 458145792 98962 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 111852 98962 252 24 0 108486 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 447408

[startup+462.301 s]
/proc/loadavg: 4.04 3.63 3.46 6/190 8560
/proc/meminfo: memFree=13571688/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=453012 CPUtime=462.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 112826 0 0 0 46197 32 0 0 25 0 1 0 470054473 463884288 104984 33554432000 4194304 4291949 140736320452656 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 113253 104984 252 24 0 109887 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 453012

[startup+522.3 s]
/proc/loadavg: 4.01 3.69 3.49 6/190 8562
/proc/meminfo: memFree=13514764/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=456368 CPUtime=522.28 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 117305 0 0 0 52195 33 0 0 25 0 1 0 470054473 467320832 109450 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 114092 109450 252 24 0 110726 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 456368

[startup+582.301 s]
/proc/loadavg: 4.00 3.75 3.52 6/190 8564
/proc/meminfo: memFree=13430440/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=676124 CPUtime=582.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 124081 0 0 0 58193 36 0 0 25 0 1 0 470054473 692350976 116211 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 169031 116211 252 24 0 165665 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 676124

[startup+642.3 s]
/proc/loadavg: 4.00 3.79 3.55 6/190 8565
/proc/meminfo: memFree=13376124/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=679876 CPUtime=642.3 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 128211 0 0 0 64192 38 0 0 25 0 1 0 470054473 696193024 120332 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 169969 120332 252 24 0 166603 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 679876

[startup+702.301 s]
/proc/loadavg: 4.13 3.86 3.58 6/190 8576
/proc/meminfo: memFree=13333168/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=683744 CPUtime=702.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 133078 0 0 0 70190 39 0 0 25 0 1 0 470054473 700153856 125189 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 170936 125189 252 24 0 167570 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 683744

[startup+762.307 s]
/proc/loadavg: 4.05 3.88 3.60 6/190 8577
/proc/meminfo: memFree=13283012/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=687496 CPUtime=762.3 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 136842 0 0 0 76189 41 0 0 25 0 1 0 470054473 703995904 128937 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 171874 128937 252 24 0 168508 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 687496

[startup+822.301 s]
/proc/loadavg: 4.02 3.90 3.63 6/190 8579
/proc/meminfo: memFree=13223108/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=690868 CPUtime=822.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 146079 0 0 0 82184 45 0 0 25 0 1 0 470054473 707448832 138154 33554432000 4194304 4291949 140736320452656 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 172717 138154 252 24 0 169351 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 690868

[startup+882.3 s]
/proc/loadavg: 4.00 3.92 3.65 7/191 8584
/proc/meminfo: memFree=13164688/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=694932 CPUtime=882.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 149711 0 0 0 88182 47 0 0 25 0 1 0 470054473 711610368 141782 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 173733 141782 252 24 0 170367 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 694932

[startup+942.301 s]
/proc/loadavg: 4.03 3.94 3.67 6/190 8585
/proc/meminfo: memFree=13141924/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=697840 CPUtime=942.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 153059 0 0 0 94180 49 0 0 25 0 1 0 470054473 714588160 145125 33554432000 4194304 4291949 140736320452656 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 174460 145125 252 24 0 171094 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 697840

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.69 6/190 8587
/proc/meminfo: memFree=13100748/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=701444 CPUtime=1002.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 157178 0 0 0 100178 51 0 0 25 0 1 0 470054473 718278656 149229 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 175361 149229 252 24 0 171995 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 701444

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.70 6/190 8588
/proc/meminfo: memFree=13067264/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=705284 CPUtime=1062.3 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 160136 0 0 0 106177 53 0 0 25 0 1 0 470054473 722210816 152183 33554432000 4194304 4291949 140736320452656 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 176321 152183 252 24 0 172955 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 705284

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.72 6/190 8590
/proc/meminfo: memFree=13023108/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=708700 CPUtime=1122.28 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 163103 0 0 0 112174 54 0 0 25 0 1 0 470054473 725708800 155138 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 177175 155138 252 24 0 173809 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 708700

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.74 6/190 8592
/proc/meminfo: memFree=12986272/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=710028 CPUtime=1182.29 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 166355 0 0 0 118172 57 0 0 25 0 1 0 470054473 727068672 158385 33554432000 4194304 4291949 140736320452656 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 177507 158385 252 24 0 174141 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 710028

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 3.76 6/190 8593
/proc/meminfo: memFree=13119560/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=713504 CPUtime=1242.28 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 171394 0 0 0 124169 59 0 0 25 0 1 0 470054473 730628096 163410 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 178376 163410 252 24 0 175010 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 713504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.77 4/186 8597
/proc/meminfo: memFree=13326296/32950928 swapFree=67087032/67111528
[pid=8546] ppid=8544 vsize=716728 CPUtime=1299.99 cores=5,7
/proc/8546/stat : 8546 (RestartSAT) R 8544 8546 7393 0 -1 4202496 174389 0 0 0 129939 60 0 0 25 0 1 0 470054473 733929472 166399 33554432000 4194304 4291949 140736320452656 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8546/statm: 179182 166399 252 24 0 175816 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 716728

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.04
CPU time (s): 1300.04
CPU user time (s): 1299.39
CPU system time (s): 0.641902
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 716728

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

runsolver used 2.02669 second user time and 5.07423 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 20:49:34
IDJOB=3251324
IDBENCH=88219
IDSOLVER=1581
FILE ID=node148/3251324-1303584574
RUNJOBID= node148-1303584573-8508
PBS_JOBID= 13150324
Free space on /tmp= 70568 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251324-1303584574/watcher-3251324-1303584574 -o /tmp/evaluation-result-3251324-1303584574/solver-3251324-1303584574 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251324-1303584574.cnf

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=1295799416

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14499308 kB
Buffers:       2045420 kB
Cached:       15786728 kB
SwapCached:       5264 kB
Active:        8927588 kB
Inactive:      8964828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14499308 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           31164 kB
Writeback:           0 kB
AnonPages:       56732 kB
Mapped:          13868 kB
Slab:           495028 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   262828 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= 70568 MiB
End job on node148 at 2011-04-23 21:11:16