Trace number 3420862

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) 5000.02 5000.12

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.4311
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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: 961)

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-3420862-1306589181/watcher-3420862-1306589181 -o /tmp/evaluation-result-3420862-1306589181/solver-3420862-1306589181 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420862-1306589181.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 2/386 25118
/proc/meminfo: memFree=17389132/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=20924 CPUtime=0 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 1052 0 0 0 0 0 0 0 25 0 1 0 770520913 21426176 974 33554432000 4194304 4291949 140736796661648 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 5231 974 226 24 0 1865 0

[startup+0.0344211 s]
/proc/loadavg: 2.04 2.02 2.00 2/386 25118
/proc/meminfo: memFree=17389132/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=17028 CPUtime=0.03 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 1306 0 0 0 3 0 0 0 25 0 1 0 770520913 17436672 987 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 4257 987 252 24 0 891 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17028

[startup+0.100435 s]
/proc/loadavg: 2.04 2.02 2.00 2/386 25118
/proc/meminfo: memFree=17389132/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=17416 CPUtime=0.09 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 1354 0 0 0 9 0 0 0 25 0 1 0 770520913 17833984 1033 33554432000 4194304 4291949 140736796661648 18446744073709551615 4251382 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 4354 1034 253 24 0 988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17416

[startup+0.3004 s]
/proc/loadavg: 2.04 2.02 2.00 2/386 25118
/proc/meminfo: memFree=17389132/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=18184 CPUtime=0.29 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 1541 0 0 0 29 0 0 0 25 0 1 0 770520913 18620416 1216 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 4546 1217 253 24 0 1180 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18184

[startup+0.700342 s]
/proc/loadavg: 2.04 2.02 2.00 2/386 25118
/proc/meminfo: memFree=17389132/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=19872 CPUtime=0.69 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2001 0 0 0 69 0 0 0 25 0 1 0 770520913 20348928 1669 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 4968 1669 253 24 0 1602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19872

[startup+1.50019 s]
/proc/loadavg: 2.04 2.02 2.00 3/387 25120
/proc/meminfo: memFree=17381428/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=25320 CPUtime=1.49 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2765 0 0 0 149 0 0 0 25 0 1 0 770520913 25927680 2429 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 6330 2429 253 24 0 2964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25320

[startup+3.10091 s]
/proc/loadavg: 2.04 2.02 2.00 3/387 25120
/proc/meminfo: memFree=17376468/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=31340 CPUtime=3.09 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 3985 0 0 0 309 0 0 0 25 0 1 0 770520913 32092160 3640 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 7835 3640 253 24 0 4469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31340

[startup+6.30031 s]
/proc/loadavg: 2.03 2.01 2.00 3/387 25120
/proc/meminfo: memFree=17364192/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=39072 CPUtime=6.29 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 9017 0 0 0 628 1 0 0 25 0 1 0 770520913 40009728 6445 33554432000 4194304 4291949 140736796661648 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 9768 6445 253 24 0 6402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39072

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/387 25120
/proc/meminfo: memFree=17345336/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=57748 CPUtime=12.65 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 15070 0 0 0 1263 2 0 0 25 0 1 0 770520913 59133952 9485 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 14437 9485 253 24 0 11071 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 57748

[startup+25.5009 s]
/proc/loadavg: 2.02 2.01 2.00 3/387 25120
/proc/meminfo: memFree=17334544/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=57748 CPUtime=25.46 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 16571 0 0 0 2543 3 0 0 25 0 1 0 770520913 59133952 10974 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 14437 10974 253 24 0 11071 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57748

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/387 25121
/proc/meminfo: memFree=17313440/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=76604 CPUtime=51.06 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 32361 0 0 0 5100 6 0 0 25 0 1 0 770520913 78442496 14959 33554432000 4194304 4291949 140736796661648 18446744073709551615 218374415465 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 19151 14959 253 24 0 15785 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 76604

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 25122
/proc/meminfo: memFree=17296680/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=76608 CPUtime=102.27 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 52238 0 0 0 10218 9 0 0 25 0 1 0 770520913 78446592 15479 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 19152 15479 253 24 0 15786 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76608

[startup+162.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/387 25124
/proc/meminfo: memFree=17323180/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=162.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 64595 0 0 0 16214 11 0 0 25 0 1 0 770520913 90566656 18368 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18368 253 24 0 18745 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 88444

[startup+222.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/387 25125
/proc/meminfo: memFree=17300328/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=222.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 89429 0 0 0 22211 14 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 88444

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/387 25162
/proc/meminfo: memFree=17459128/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=282.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 126804 0 0 0 28205 20 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 88444

[startup+342.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/387 25164
/proc/meminfo: memFree=17444324/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=342.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 135660 0 0 0 34203 22 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 88444

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/387 25165
/proc/meminfo: memFree=17445648/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=402.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 162283 0 0 0 40201 24 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 88444

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/387 25168
/proc/meminfo: memFree=17410900/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=462.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 203421 0 0 0 46196 29 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 88444

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 25169
/proc/meminfo: memFree=17425496/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=88444 CPUtime=522.25 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 231608 0 0 0 52193 32 0 0 25 0 1 0 770520913 90566656 18843 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 22111 18843 253 24 0 18745 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 88444

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 25172
/proc/meminfo: memFree=17409976/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=137764 CPUtime=582.26 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 265943 0 0 0 58188 38 0 0 25 0 1 0 770520913 141070336 27185 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 34441 27185 253 24 0 31075 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 137764

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.12 1.50 2/381 25310
/proc/meminfo: memFree=17424376/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4062.21 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2050571 0 0 0 405897 324 0 0 25 0 1 0 770520913 204201984 43267 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 43267 253 24 0 46488 0
Current children cumulated CPU time (s) 4062.21
Current children cumulated vsize (KiB) 199416

[startup+4122.3 s]
/proc/loadavg: 1.00 1.10 1.46 2/381 25311
/proc/meminfo: memFree=17396676/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=249504 CPUtime=4122.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2080531 0 0 0 411890 329 0 0 25 0 1 0 770520913 255492096 50179 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 62376 50179 253 24 0 59010 0
Current children cumulated CPU time (s) 4122.19
Current children cumulated vsize (KiB) 249504

[startup+4182.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/381 25313
/proc/meminfo: memFree=17491364/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=119276 CPUtime=4182.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2095651 0 0 0 417888 332 0 0 25 0 1 0 770520913 122138624 26551 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 29819 26551 253 24 0 26453 0
Current children cumulated CPU time (s) 4182.2
Current children cumulated vsize (KiB) 119276

[startup+4242.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/381 25315
/proc/meminfo: memFree=17442832/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4242.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2124241 0 0 0 423883 336 0 0 25 0 1 0 770520913 204201984 38905 33554432000 4194304 4291949 140736796661648 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 38905 253 24 0 46488 0
Current children cumulated CPU time (s) 4242.19
Current children cumulated vsize (KiB) 199416

[startup+4302.3 s]
/proc/loadavg: 1.05 1.06 1.38 2/381 25316
/proc/meminfo: memFree=17436216/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4302.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2141948 0 0 0 429880 340 0 0 25 0 1 0 770520913 204201984 40697 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 40697 253 24 0 46488 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 199416

[startup+4362.3 s]
/proc/loadavg: 1.02 1.05 1.35 2/381 25318
/proc/meminfo: memFree=17450680/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=4362.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2175366 0 0 0 435874 345 0 0 25 0 1 0 770520913 172642304 37638 33554432000 4194304 4291949 140736796661648 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 37638 253 24 0 38783 0
Current children cumulated CPU time (s) 4362.19
Current children cumulated vsize (KiB) 168596

[startup+4422.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/381 25319
/proc/meminfo: memFree=17445676/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=4422.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2193026 0 0 0 441871 349 0 0 25 0 1 0 770520913 172642304 38392 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 38392 253 24 0 38783 0
Current children cumulated CPU time (s) 4422.2
Current children cumulated vsize (KiB) 168596

[startup+4482.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/381 25321
/proc/meminfo: memFree=17431252/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4482.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2211876 0 0 0 447866 353 0 0 25 0 1 0 770520913 204201984 42174 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 42174 253 24 0 46488 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 199416

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/381 25323
/proc/meminfo: memFree=17492072/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=119276 CPUtime=4542.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2228293 0 0 0 453862 358 0 0 25 0 1 0 770520913 122138624 26551 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 29819 26551 253 24 0 26453 0
Current children cumulated CPU time (s) 4542.2
Current children cumulated vsize (KiB) 119276

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/381 25324
/proc/meminfo: memFree=17424816/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4602.21 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2260155 0 0 0 459858 363 0 0 25 0 1 0 770520913 204201984 43127 33554432000 4194304 4291949 140736796661648 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 43127 253 24 0 46488 0
Current children cumulated CPU time (s) 4602.21
Current children cumulated vsize (KiB) 199416

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/381 25326
/proc/meminfo: memFree=17418692/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4662.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2310086 0 0 0 465848 372 0 0 25 0 1 0 770520913 204201984 44731 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 44731 253 24 0 46488 0
Current children cumulated CPU time (s) 4662.2
Current children cumulated vsize (KiB) 199416

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.23 2/381 25327
/proc/meminfo: memFree=17491312/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=119276 CPUtime=4722.21 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2326407 0 0 0 471844 377 0 0 25 0 1 0 770520913 122138624 26551 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 29819 26551 253 24 0 26453 0
Current children cumulated CPU time (s) 4722.21
Current children cumulated vsize (KiB) 119276

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/381 25329
/proc/meminfo: memFree=17454928/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=4782.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2351281 0 0 0 477839 380 0 0 25 0 1 0 770520913 172642304 35954 33554432000 4194304 4291949 140736796661648 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 35954 253 24 0 38783 0
Current children cumulated CPU time (s) 4782.19
Current children cumulated vsize (KiB) 168596

[startup+4842.3 s]
/proc/loadavg: 1.07 1.02 1.20 2/381 25331
/proc/meminfo: memFree=17438512/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=199416 CPUtime=4842.19 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2370647 0 0 0 483836 383 0 0 25 0 1 0 770520913 204201984 39903 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 49854 39903 253 24 0 46488 0
Current children cumulated CPU time (s) 4842.19
Current children cumulated vsize (KiB) 199416

[startup+4902.3 s]
/proc/loadavg: 1.02 1.01 1.18 2/381 25332
/proc/meminfo: memFree=17491552/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=119276 CPUtime=4902.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2393954 0 0 0 489833 387 0 0 25 0 1 0 770520913 122138624 26551 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 29819 26551 253 24 0 26453 0
Current children cumulated CPU time (s) 4902.2
Current children cumulated vsize (KiB) 119276

[startup+4962.3 s]
/proc/loadavg: 1.01 1.00 1.17 2/381 25334
/proc/meminfo: memFree=17450336/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=4962.2 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2420619 0 0 0 495828 392 0 0 25 0 1 0 770520913 172642304 37093 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 37093 253 24 0 38783 0
Current children cumulated CPU time (s) 4962.2
Current children cumulated vsize (KiB) 168596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.16 2/381 25335
/proc/meminfo: memFree=17452424/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=5000.01 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2435566 0 0 0 499606 395 0 0 25 0 1 0 770520913 172642304 36432 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 36432 253 24 0 38783 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 168596

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.16 2/381 25335
/proc/meminfo: memFree=17452424/32951124 swapFree=52307820/67111528
[pid=25118] ppid=25116 vsize=168596 CPUtime=5000.01 cores=0,2,4,6
/proc/25118/stat : 25118 (RestartSAT) R 25116 25118 24674 0 -1 4202496 2435566 0 0 0 499606 395 0 0 25 0 1 0 770520913 172642304 36432 33554432000 4194304 4291949 140736796661648 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25118/statm: 42149 36432 253 24 0 38783 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 168596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.12
CPU time (s): 5000.02
CPU user time (s): 4996.07
CPU system time (s): 3.9564
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 330892

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

runsolver used 19.84 second user time and 41.5427 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-28 15:26:22
IDJOB=3420862
IDBENCH=70930
IDSOLVER=1911
FILE ID=node101/3420862-1306589181
RUNJOBID= node101-1306579401-24692
PBS_JOBID= 13471579
Free space on /tmp= 73648 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420862-1306589181/watcher-3420862-1306589181 -o /tmp/evaluation-result-3420862-1306589181/solver-3420862-1306589181 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420862-1306589181.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=400896889

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      17389420 kB
Buffers:        241812 kB
Cached:        3632004 kB
SwapCached:      14304 kB
Active:        8728204 kB
Inactive:      6539648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17389420 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:            1328 kB
Writeback:           4 kB
AnonPages:    11390964 kB
Mapped:          21288 kB
Slab:           153256 kB
PageTables:      74780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78818176 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= 73652 MiB
End job on node101 at 2011-05-28 16:49:44