Trace number 3283394

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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

running on 2 cores: 4,6

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.71 3.97 5.19 5/179 27996
/proc/meminfo: memFree=22868364/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=11800 CPUtime=0 cores=4,6
/proc/27996/stat : 27996 (runsolver) R 27994 27996 26342 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 1 0 487336750 12083200 52 33554432000 4194304 5434984 140735499456800 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/27996/statm: 2950 52 31 303 0 2644 0

[startup+0.098727 s]
/proc/loadavg: 3.71 3.97 5.19 5/179 27996
/proc/meminfo: memFree=22868364/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=57944 CPUtime=0.08 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 9253 0 0 0 7 1 0 0 20 0 1 0 487336750 59334656 8824 33554432000 4194304 4291949 140735218213856 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 14486 8827 227 24 0 11120 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57944

[startup+0.100738 s]
/proc/loadavg: 3.71 3.97 5.19 5/179 27996
/proc/meminfo: memFree=22868364/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=58208 CPUtime=0.08 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 9336 0 0 0 7 1 0 0 20 0 1 0 487336750 59604992 8907 33554432000 4194304 4291949 140735218213856 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 14552 8908 227 24 0 11186 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 58208

[startup+0.300681 s]
/proc/loadavg: 3.71 3.97 5.19 5/179 27996
/proc/meminfo: memFree=22868364/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=82984 CPUtime=0.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 15344 0 0 0 27 2 0 0 21 0 1 0 487336750 84975616 14393 33554432000 4194304 4291949 140735218213856 18446744073709551615 4220825 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 20746 14393 227 24 0 17380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82984

[startup+0.700608 s]
/proc/loadavg: 3.71 3.97 5.19 5/179 27996
/proc/meminfo: memFree=22868364/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=115812 CPUtime=0.68 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 24983 0 0 0 65 3 0 0 22 0 1 0 487336750 118591488 22794 33554432000 4194304 4291949 140735218213856 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 28953 22796 228 24 0 25587 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115812

[startup+1.50048 s]
/proc/loadavg: 3.71 3.97 5.19 5/190 28009
/proc/meminfo: memFree=22468756/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=150676 CPUtime=1.49 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 34997 0 0 0 144 5 0 0 25 0 1 0 487336750 154292224 31389 33554432000 4194304 4291949 140735218213856 18446744073709551615 4233074 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 37669 31389 234 24 0 34303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150676

[startup+3.10119 s]
/proc/loadavg: 3.71 3.97 5.19 5/190 28009
/proc/meminfo: memFree=22447020/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=135980 CPUtime=3.09 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 43391 0 0 0 303 6 0 0 25 0 1 0 487336750 139243520 28002 33554432000 4194304 4291949 140735218213856 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 33995 28002 252 24 0 30629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135980

[startup+6.30064 s]
/proc/loadavg: 3.89 4.00 5.19 5/190 28009
/proc/meminfo: memFree=22503168/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=135980 CPUtime=6.26 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 43570 0 0 0 619 7 0 0 25 0 1 0 487336750 139243520 28177 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 33995 28177 252 24 0 30629 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 135980

[startup+12.7005 s]
/proc/loadavg: 3.90 4.00 5.19 5/190 28010
/proc/meminfo: memFree=22497708/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=135980 CPUtime=12.67 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 44077 0 0 0 1259 8 0 0 25 0 1 0 487336750 139243520 28676 33554432000 4194304 4291949 140735218213856 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 33995 28676 252 24 0 30629 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 135980

[startup+25.5012 s]
/proc/loadavg: 3.92 4.00 5.17 5/190 28010
/proc/meminfo: memFree=22476280/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=147656 CPUtime=25.46 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 45160 0 0 0 2538 8 0 0 25 0 1 0 487336750 151199744 29757 33554432000 4194304 4291949 140735218213856 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 36914 29757 252 24 0 33548 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 147656

[startup+51.1007 s]
/proc/loadavg: 3.95 4.00 5.13 5/190 28011
/proc/meminfo: memFree=22396708/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=166624 CPUtime=51.07 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 48019 0 0 0 5098 9 0 0 25 0 1 0 487336750 170622976 32599 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 41656 32599 252 24 0 38290 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 166624

[startup+102.307 s]
/proc/loadavg: 3.98 4.00 5.07 5/190 28012
/proc/meminfo: memFree=22320692/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=197444 CPUtime=102.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 55446 0 0 0 10215 12 0 0 25 0 1 0 487336750 202182656 39999 33554432000 4194304 4291949 140735218213856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 49361 39999 252 24 0 45995 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 197444

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 5.00 5/190 28014
/proc/meminfo: memFree=22219720/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=247532 CPUtime=162.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 63501 0 0 0 16213 14 0 0 25 0 1 0 487336750 253472768 48016 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 61883 48016 252 24 0 58517 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 247532

[startup+222.3 s]
/proc/loadavg: 4.04 4.01 4.94 5/190 28015
/proc/meminfo: memFree=22117396/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=247532 CPUtime=222.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 72470 0 0 0 22210 17 0 0 25 0 1 0 487336750 253472768 56959 33554432000 4194304 4291949 140735218213856 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 61883 56959 252 24 0 58517 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 247532

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 4.88 5/190 28017
/proc/meminfo: memFree=22024984/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=328920 CPUtime=282.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 80663 0 0 0 28206 21 0 0 25 0 1 0 487336750 336814080 65132 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 82230 65132 252 24 0 78864 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 328920

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.82 5/190 28018
/proc/meminfo: memFree=21972860/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=328920 CPUtime=342.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 87780 0 0 0 34204 24 0 0 25 0 1 0 487336750 336814080 72229 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 82230 72229 252 24 0 78864 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 328920

[startup+402.3 s]
/proc/loadavg: 4.04 4.01 4.77 5/190 28020
/proc/meminfo: memFree=21917516/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=461180 CPUtime=402.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 94807 0 0 0 40201 26 0 0 25 0 1 0 487336750 472248320 79245 33554432000 4194304 4291949 140735218213856 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 115295 79245 252 24 0 111929 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 461180

[startup+462.301 s]
/proc/loadavg: 4.05 4.02 4.73 5/190 28076
/proc/meminfo: memFree=21900420/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=461696 CPUtime=462.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 102362 0 0 0 46198 30 0 0 25 0 1 0 487336750 472776704 86782 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 115424 86782 252 24 0 112058 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 461696

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 4.69 5/190 28077
/proc/meminfo: memFree=21788280/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=463528 CPUtime=522.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 108907 0 0 0 52196 32 0 0 25 0 1 0 487336750 474652672 93313 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 115882 93313 252 24 0 112516 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 463528

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 4.64 5/190 28079
/proc/meminfo: memFree=21663752/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=465080 CPUtime=582.27 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 114902 0 0 0 58193 34 0 0 25 0 1 0 487336750 476241920 99291 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 116270 99291 252 24 0 112904 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 465080

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 4.60 5/190 28080
/proc/meminfo: memFree=21524848/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=466048 CPUtime=642.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 121025 0 0 0 64192 36 0 0 25 0 1 0 487336750 477233152 105392 33554432000 4194304 4291949 140735218213856 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 116512 105392 252 24 0 113146 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 466048

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 4.56 5/190 28082
/proc/meminfo: memFree=21377872/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=682492 CPUtime=702.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 129958 0 0 0 70189 40 0 0 25 0 1 0 487336750 698871808 114299 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 170623 114299 252 24 0 167257 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 682492

[startup+762.306 s]
/proc/loadavg: 4.06 4.02 4.52 5/190 28093
/proc/meminfo: memFree=21237620/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=684924 CPUtime=762.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 136939 0 0 0 76186 43 0 0 25 0 1 0 487336750 701362176 121266 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 171231 121266 252 24 0 167865 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 684924

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 4.49 5/190 28094
/proc/meminfo: memFree=21111464/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=685452 CPUtime=822.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 141847 0 0 0 82184 44 0 0 25 0 1 0 487336750 701902848 126152 33554432000 4194304 4291949 140735218213856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 171363 126152 252 24 0 167997 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 685452

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.45 5/190 28099
/proc/meminfo: memFree=20966352/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=687840 CPUtime=882.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 147231 0 0 0 88181 47 0 0 25 0 1 0 487336750 704348160 131526 33554432000 4194304 4291949 140735218213856 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 171960 131527 252 24 0 168594 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 687840

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 4.43 5/190 28100
/proc/meminfo: memFree=20979264/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=688388 CPUtime=942.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 151097 0 0 0 94180 49 0 0 25 0 1 0 487336750 704909312 135381 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 172097 135381 252 24 0 168731 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 688388

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.40 5/190 28102
/proc/meminfo: memFree=20853620/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=689372 CPUtime=1002.28 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 157061 0 0 0 100178 50 0 0 25 0 1 0 487336750 705916928 141330 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 172343 141330 252 24 0 168977 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 689372

[startup+1062.3 s]
/proc/loadavg: 3.54 3.89 4.33 4/184 28121
/proc/meminfo: memFree=21371388/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=691144 CPUtime=1062.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 161977 0 0 0 106176 53 0 0 25 0 1 0 487336750 707731456 146235 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 172786 146235 252 24 0 169420 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 691144

[startup+1122.3 s]
/proc/loadavg: 3.20 3.72 4.25 4/184 28122
/proc/meminfo: memFree=21285168/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=692392 CPUtime=1122.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 166974 0 0 0 112175 54 0 0 25 0 1 0 487336750 709009408 151216 33554432000 4194304 4291949 140735218213856 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 173098 151216 252 24 0 169732 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 692392

[startup+1182.3 s]
/proc/loadavg: 3.07 3.59 4.16 4/184 28124
/proc/meminfo: memFree=21204304/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=694424 CPUtime=1182.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 171494 0 0 0 118173 56 0 0 25 0 1 0 487336750 711090176 155720 33554432000 4194304 4291949 140735218213856 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 173606 155721 252 24 0 170240 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 694424

[startup+1242.3 s]
/proc/loadavg: 3.02 3.48 4.09 4/184 28125
/proc/meminfo: memFree=21130132/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=695544 CPUtime=1242.29 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 176681 0 0 0 124171 58 0 0 25 0 1 0 487336750 712237056 160897 33554432000 4194304 4291949 140735218213856 18446744073709551615 4255536 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 173886 160897 252 24 0 170520 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 695544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.41 4.02 4/184 28127
/proc/meminfo: memFree=21057440/32951124 swapFree=67051468/67111528
[pid=27996] ppid=27994 vsize=696892 CPUtime=1300 cores=4,6
/proc/27996/stat : 27996 (RestartSAT) R 27994 27996 26342 0 -1 4202496 182015 0 0 0 129940 60 0 0 25 0 1 0 487336750 713617408 166220 33554432000 4194304 4291949 140735218213856 18446744073709551615 4250443 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27996/statm: 174223 166220 252 24 0 170857 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 696892

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.41
CPU system time (s): 0.631903
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 696892

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

runsolver used 2.32765 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 20:49:00
IDJOB=3283394
IDBENCH=71036
IDSOLVER=1580
FILE ID=node101/3283394-1303757339
RUNJOBID= node101-1303757339-27967
PBS_JOBID= 13154061
Free space on /tmp= 71568 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283394-1303757339/watcher-3283394-1303757339 -o /tmp/evaluation-result-3283394-1303757339/solver-3283394-1303757339 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3283394-1303757339.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=167410376

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:      22868768 kB
Buffers:       2076608 kB
Cached:        7455268 kB
SwapCached:      33708 kB
Active:        6280736 kB
Inactive:      3330280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22868768 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           93856 kB
Writeback:           0 kB
AnonPages:       66224 kB
Mapped:           9300 kB
Slab:           407640 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254728 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= 71580 MiB
End job on node101 at 2011-04-25 21:10:42