Trace number 3265449

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.07 1300.02

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.322
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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

running on 2 cores: 1,3

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: 3.93 3.98 4.48 4/189 1137
/proc/meminfo: memFree=20253968/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=20868 CPUtime=0 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 971 0 0 0 0 0 0 0 21 0 1 0 468557187 21368832 912 33554432000 4194304 4291949 140735133583408 18446744073709551615 4223811 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 5217 916 226 24 0 1851 0

[startup+0.0418429 s]
/proc/loadavg: 3.93 3.98 4.48 4/189 1137
/proc/meminfo: memFree=20253968/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=30012 CPUtime=0.03 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 3322 0 0 0 3 0 0 0 21 0 1 0 468557187 30732288 3111 33554432000 4194304 4291949 140735133583408 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 7503 3113 228 24 0 4137 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30012

[startup+0.100831 s]
/proc/loadavg: 3.93 3.98 4.48 4/189 1137
/proc/meminfo: memFree=20253968/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=34808 CPUtime=0.09 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 5269 0 0 0 8 1 0 0 21 0 1 0 468557187 35643392 4677 33554432000 4194304 4291949 140735133583408 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 8702 4678 228 24 0 5336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34808

[startup+0.300793 s]
/proc/loadavg: 3.93 3.98 4.48 4/189 1137
/proc/meminfo: memFree=20253968/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=56416 CPUtime=0.29 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 10752 0 0 0 27 2 0 0 22 0 1 0 468557187 57769984 9372 33554432000 4194304 4291949 140735133583408 18446744073709551615 208079887641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 14104 9372 228 24 0 10738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56416

[startup+0.700778 s]
/proc/loadavg: 3.93 3.98 4.48 4/189 1137
/proc/meminfo: memFree=20253968/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=66532 CPUtime=0.69 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 14616 0 0 0 66 3 0 0 23 0 1 0 468557187 68128768 12578 33554432000 4194304 4291949 140735133583408 18446744073709551615 4229750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 16633 12578 232 24 0 13267 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66532

[startup+1.50057 s]
/proc/loadavg: 3.93 3.98 4.48 5/190 1138
/proc/meminfo: memFree=20198416/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=66532 CPUtime=1.49 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 14623 0 0 0 146 3 0 0 25 0 1 0 468557187 68128768 12585 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255400 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 16633 12585 232 24 0 13267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66532

[startup+3.10026 s]
/proc/loadavg: 3.93 3.98 4.48 5/190 1138
/proc/meminfo: memFree=20198056/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=65728 CPUtime=3.09 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 18143 0 0 0 305 4 0 0 25 0 1 0 468557187 67305472 11490 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 16432 11490 253 24 0 13066 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65728

[startup+6.30065 s]
/proc/loadavg: 3.94 3.98 4.47 5/190 1138
/proc/meminfo: memFree=20179236/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=65728 CPUtime=6.29 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 18803 0 0 0 625 4 0 0 25 0 1 0 468557187 67305472 12144 33554432000 4194304 4291949 140735133583408 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 16432 12144 253 24 0 13066 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65728

[startup+12.7004 s]
/proc/loadavg: 4.02 4.00 4.48 5/190 1138
/proc/meminfo: memFree=20155328/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=72908 CPUtime=12.69 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 20414 0 0 0 1265 4 0 0 25 0 1 0 468557187 74657792 13746 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 18227 13746 253 24 0 14861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72908

[startup+25.501 s]
/proc/loadavg: 4.02 4.00 4.47 5/190 1139
/proc/meminfo: memFree=20118432/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=85640 CPUtime=25.49 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 23794 0 0 0 2544 5 0 0 25 0 1 0 468557187 87695360 17103 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 21410 17103 253 24 0 18044 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85640

[startup+51.1012 s]
/proc/loadavg: 4.01 4.00 4.45 5/190 1139
/proc/meminfo: memFree=20035772/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=138208 CPUtime=51.09 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 31363 0 0 0 5102 7 0 0 25 0 1 0 468557187 141524992 24632 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 34552 24632 253 24 0 31186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138208

[startup+102.306 s]
/proc/loadavg: 4.04 4.01 4.43 5/190 1141
/proc/meminfo: memFree=19929952/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=192400 CPUtime=102.3 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 44908 0 0 0 10218 12 0 0 25 0 1 0 468557187 197017600 38109 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 48100 38109 253 24 0 44734 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192400

[startup+162.301 s]
/proc/loadavg: 4.09 4.02 4.41 5/190 1142
/proc/meminfo: memFree=19804696/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=280340 CPUtime=162.3 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 60514 0 0 0 16211 19 0 0 25 0 1 0 468557187 287068160 53616 33554432000 4194304 4291949 140735133583408 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 70085 53616 253 24 0 66719 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 280340

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 4.38 5/190 1144
/proc/meminfo: memFree=19710936/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=417532 CPUtime=222.3 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 74942 0 0 0 22206 24 0 0 25 0 1 0 468557187 427552768 67986 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 104383 67986 253 24 0 101017 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 417532

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 4.35 5/190 1146
/proc/meminfo: memFree=19622384/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=421060 CPUtime=282.3 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 86128 0 0 0 28201 29 0 0 25 0 1 0 468557187 431165440 79118 33554432000 4194304 4291949 140735133583408 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 105265 79118 253 24 0 101899 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 421060

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 4.33 5/190 1147
/proc/meminfo: memFree=19512396/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=426484 CPUtime=342.31 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 99256 0 0 0 34197 34 0 0 25 0 1 0 468557187 436719616 92181 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 106621 92181 253 24 0 103255 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 426484

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.31 5/190 1149
/proc/meminfo: memFree=19464756/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=428652 CPUtime=402.31 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 108960 0 0 0 40192 39 0 0 25 0 1 0 468557187 438939648 101831 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 107163 101831 253 24 0 103797 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 428652

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.28 5/190 1150
/proc/meminfo: memFree=19317052/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=646412 CPUtime=462.31 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 136126 0 0 0 46186 45 0 0 25 0 1 0 468557187 661925888 128925 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 161603 128925 253 24 0 158237 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 646412

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.26 5/190 1152
/proc/meminfo: memFree=19252052/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=650776 CPUtime=522.31 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 144479 0 0 0 52183 48 0 0 25 0 1 0 468557187 666394624 137250 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 162694 137250 253 24 0 159328 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 650776

[startup+582.301 s]
/proc/loadavg: 3.72 3.93 4.22 4/184 1171
/proc/meminfo: memFree=19616416/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=656496 CPUtime=582.32 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 154978 0 0 0 58180 52 0 0 25 0 1 0 468557187 672251904 147711 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 164124 147711 253 24 0 160758 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 656496

[startup+642.3 s]
/proc/loadavg: 3.26 3.76 4.14 4/184 1172
/proc/meminfo: memFree=19573872/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=658576 CPUtime=642.32 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 165497 0 0 0 64176 56 0 0 25 0 1 0 468557187 674381824 158177 33554432000 4194304 4291949 140735133583408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 164644 158177 253 24 0 161278 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 658576

[startup+702.301 s]
/proc/loadavg: 2.57 3.48 4.02 3/178 1191
/proc/meminfo: memFree=19553204/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1010776 CPUtime=702.32 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 173802 0 0 0 70174 58 0 0 25 0 1 0 468557187 1035034624 166445 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 252694 166445 253 24 0 249328 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1010776

[startup+762.307 s]
/proc/loadavg: 2.26 3.22 3.90 3/178 1192
/proc/meminfo: memFree=19508676/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1013708 CPUtime=762.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 183185 0 0 0 76171 62 0 0 25 0 1 0 468557187 1038036992 175781 33554432000 4194304 4291949 140735133583408 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 253427 175781 253 24 0 250061 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1013708

[startup+822.3 s]
/proc/loadavg: 2.10 3.00 3.78 3/178 1194
/proc/meminfo: memFree=19446040/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1016336 CPUtime=822.32 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 198894 0 0 0 82166 66 0 0 25 0 1 0 468557187 1040728064 191423 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 254084 191423 253 24 0 250718 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1016336

[startup+882.301 s]
/proc/loadavg: 2.03 2.81 3.66 3/178 1196
/proc/meminfo: memFree=19415772/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1019124 CPUtime=882.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 206427 0 0 0 88163 70 0 0 25 0 1 0 468557187 1043582976 198926 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 254781 198926 253 24 0 251415 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1019124

[startup+942.3 s]
/proc/loadavg: 2.01 2.66 3.56 3/178 1197
/proc/meminfo: memFree=19382644/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1021392 CPUtime=942.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 214798 0 0 0 94160 73 0 0 25 0 1 0 468557187 1045905408 207261 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 255348 207261 253 24 0 251982 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1021392

[startup+1002.3 s]
/proc/loadavg: 2.00 2.54 3.45 3/178 1199
/proc/meminfo: memFree=19353856/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1023712 CPUtime=1002.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 222006 0 0 0 100157 76 0 0 25 0 1 0 468557187 1048281088 214434 33554432000 4194304 4291949 140735133583408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 255928 214434 253 24 0 252562 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1023712

[startup+1062.3 s]
/proc/loadavg: 2.00 2.44 3.36 3/178 1200
/proc/meminfo: memFree=19310308/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1029844 CPUtime=1062.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 232666 0 0 0 106153 80 0 0 25 0 1 0 468557187 1054560256 225055 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 257461 225055 253 24 0 254095 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1029844

[startup+1122.3 s]
/proc/loadavg: 2.04 2.37 3.28 3/178 1202
/proc/meminfo: memFree=19283368/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1030992 CPUtime=1122.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 239136 0 0 0 112151 82 0 0 25 0 1 0 468557187 1055735808 231492 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 257748 231492 253 24 0 254382 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1030992

[startup+1182.3 s]
/proc/loadavg: 2.01 2.30 3.20 3/178 1204
/proc/meminfo: memFree=19250356/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1033552 CPUtime=1182.33 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 247482 0 0 0 118148 85 0 0 25 0 1 0 468557187 1058357248 239800 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 258388 239800 253 24 0 255022 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1033552

[startup+1242.3 s]
/proc/loadavg: 2.00 2.24 3.12 3/178 1205
/proc/meminfo: memFree=19214500/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=1035860 CPUtime=1242.34 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 256199 0 0 0 124145 89 0 0 25 0 1 0 468557187 1060720640 248484 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 258965 248484 253 24 0 255599 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1035860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 2.18 3.04 2/173 1234
/proc/meminfo: memFree=20049592/32950928 swapFree=67111524/67111528
[pid=1137] ppid=1135 vsize=258340 CPUtime=1300.04 cores=1,3
/proc/1137/stat : 1137 (RestartSAT) R 1135 1137 872 0 -1 4202496 300700 0 0 0 129901 103 0 0 25 0 1 0 468557187 264540160 56324 33554432000 4194304 4291949 140735133583408 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1137/statm: 64585 56324 253 24 0 61219 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 258340

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.07
CPU user time (s): 1299.02
CPU system time (s): 1.04684
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1634040

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

runsolver used 2.09168 second user time and 4.55931 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-23 16:39:35
IDJOB=3265449
IDBENCH=85640
IDSOLVER=1580
FILE ID=node127/3265449-1303569574
RUNJOBID= node127-1303568266-893
PBS_JOBID= 13150297
Free space on /tmp= 71228 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265449-1303569574/watcher-3265449-1303569574 -o /tmp/evaluation-result-3265449-1303569574/solver-3265449-1303569574 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265449-1303569574.cnf

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

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=1296921017

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      20254248 kB
Buffers:       2384508 kB
Cached:        9681428 kB
SwapCached:          4 kB
Active:        8173824 kB
Inactive:      3975752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20254248 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15192 kB
Writeback:           0 kB
AnonPages:       82728 kB
Mapped:          15276 kB
Slab:           483792 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   271564 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= 71228 MiB
End job on node127 at 2011-04-23 17:01:17