Trace number 3292410

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3292410-1303788069/watcher-3292410-1303788069 -o /tmp/evaluation-result-3292410-1303788069/solver-3292410-1303788069 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3292410-1303788069.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.51 3.92 3.87 4/193 14308
/proc/meminfo: memFree=23201084/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=19948 CPUtime=0 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 846 0 0 0 0 0 0 0 25 0 1 0 490404811 20426752 775 33554432000 4194304 4291949 140735475907120 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 4987 776 225 24 0 1621 0

[startup+0.075245 s]
/proc/loadavg: 3.51 3.92 3.87 4/193 14308
/proc/meminfo: memFree=23201084/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=29808 CPUtime=0.06 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 5017 0 0 0 6 0 0 0 25 0 1 0 490404811 30523392 4211 33554432000 4194304 4291949 140735475907120 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 7452 4211 231 24 0 4086 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29808

[startup+0.101227 s]
/proc/loadavg: 3.51 3.92 3.87 4/193 14308
/proc/meminfo: memFree=23201084/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=29808 CPUtime=0.09 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 5023 0 0 0 9 0 0 0 25 0 1 0 490404811 30523392 4217 33554432000 4194304 4291949 140735475907120 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 7452 4217 231 24 0 4086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29808

[startup+0.300178 s]
/proc/loadavg: 3.51 3.92 3.87 4/193 14308
/proc/meminfo: memFree=23201084/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=30244 CPUtime=0.29 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 5072 0 0 0 29 0 0 0 25 0 1 0 490404811 30969856 4266 33554432000 4194304 4291949 140735475907120 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 7561 4266 231 24 0 4195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30244

[startup+0.70109 s]
/proc/loadavg: 3.51 3.92 3.87 4/193 14308
/proc/meminfo: memFree=23201084/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=29028 CPUtime=0.69 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 5957 0 0 0 69 0 0 0 25 0 1 0 490404811 29724672 3653 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 7257 3653 251 24 0 3891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29028

[startup+1.50094 s]
/proc/loadavg: 3.51 3.92 3.87 5/194 14309
/proc/meminfo: memFree=23180620/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=31748 CPUtime=1.49 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 6430 0 0 0 148 1 0 0 25 0 1 0 490404811 32509952 4112 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 7937 4112 251 24 0 4571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31748

[startup+3.10069 s]
/proc/loadavg: 3.51 3.92 3.87 5/194 14309
/proc/meminfo: memFree=23171320/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=36168 CPUtime=3.09 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 7202 0 0 0 308 1 0 0 25 0 1 0 490404811 37036032 4858 33554432000 4194304 4291949 140735475907120 18446744073709551615 4250414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 9042 4858 251 24 0 5676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36168

[startup+6.30106 s]
/proc/loadavg: 3.55 3.92 3.88 5/194 14310
/proc/meminfo: memFree=23150248/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=43348 CPUtime=6.28 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 8519 0 0 0 627 1 0 0 25 0 1 0 490404811 44388352 6146 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 10837 6147 251 24 0 7471 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43348

[startup+12.7009 s]
/proc/loadavg: 3.58 3.92 3.88 5/194 14310
/proc/meminfo: memFree=23112820/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=57276 CPUtime=12.68 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 11171 0 0 0 1266 2 0 0 25 0 1 0 490404811 58650624 8742 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 14319 8742 251 24 0 10953 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57276

[startup+25.5005 s]
/proc/loadavg: 3.68 3.92 3.88 5/194 14310
/proc/meminfo: memFree=23063248/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=80724 CPUtime=25.49 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 15459 0 0 0 2545 4 0 0 25 0 1 0 490404811 82661376 12946 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 20181 12946 251 24 0 16815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80724

[startup+51.1008 s]
/proc/loadavg: 3.79 3.93 3.88 5/194 14311
/proc/meminfo: memFree=23057600/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=66468 CPUtime=51.09 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 24849 0 0 0 5102 7 0 0 25 0 1 0 490404811 68063232 10883 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 16617 10883 251 24 0 13251 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66468

[startup+102.307 s]
/proc/loadavg: 3.91 3.94 3.88 5/194 14312
/proc/meminfo: memFree=23015432/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=54112 CPUtime=102.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 38356 0 0 0 10219 11 0 0 25 0 1 0 490404811 55410688 9841 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 13528 9841 251 24 0 10162 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54112

[startup+162.301 s]
/proc/loadavg: 3.96 3.95 3.89 5/194 14314
/proc/meminfo: memFree=22921304/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=127552 CPUtime=162.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 50405 0 0 0 16215 15 0 0 25 0 1 0 490404811 130613248 21662 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 31888 21662 251 24 0 28522 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127552

[startup+222.301 s]
/proc/loadavg: 3.98 3.95 3.90 5/194 14315
/proc/meminfo: memFree=22860284/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=99800 CPUtime=222.29 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 64660 0 0 0 22210 19 0 0 25 0 1 0 490404811 102195200 20082 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 24950 20082 251 24 0 21584 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99800

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.90 5/194 14317
/proc/meminfo: memFree=22900448/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=69484 CPUtime=282.29 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 77139 0 0 0 28205 24 0 0 25 0 1 0 490404811 71151616 13483 33554432000 4194304 4291949 140735475907120 18446744073709551615 4261902 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 17371 13483 251 24 0 14005 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69484

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/194 14318
/proc/meminfo: memFree=22910344/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=138824 CPUtime=342.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 88040 0 0 0 34202 28 0 0 25 0 1 0 490404811 142155776 24116 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 34706 24116 251 24 0 31340 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138824

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/194 14320
/proc/meminfo: memFree=22886780/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=80980 CPUtime=402.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 99320 0 0 0 40198 32 0 0 25 0 1 0 490404811 82923520 15848 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 20245 15848 251 24 0 16879 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 80980

[startup+462.301 s]
/proc/loadavg: 4.06 4.00 3.92 5/194 14322
/proc/meminfo: memFree=22801456/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=144608 CPUtime=462.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 109807 0 0 0 46195 35 0 0 25 0 1 0 490404811 148078592 26112 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 36152 26112 251 24 0 32786 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144608

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/194 14323
/proc/meminfo: memFree=22709432/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=197356 CPUtime=522.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 117624 0 0 0 52192 38 0 0 25 0 1 0 490404811 202092544 33764 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 49339 33764 251 24 0 45973 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 197356

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 14325
/proc/meminfo: memFree=22781464/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=117804 CPUtime=582.3 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 130975 0 0 0 58188 42 0 0 25 0 1 0 490404811 120631296 24853 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 29451 24853 251 24 0 26085 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117804

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/194 14326
/proc/meminfo: memFree=22770656/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=203032 CPUtime=642.31 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 141071 0 0 0 64186 45 0 0 25 0 1 0 490404811 207904768 34805 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 50758 34805 251 24 0 47392 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 203032

[startup+702.301 s]
/proc/loadavg: 4.08 4.02 3.93 5/194 14328
/proc/meminfo: memFree=22781928/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=106180 CPUtime=702.31 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 152159 0 0 0 70182 49 0 0 25 0 1 0 490404811 108728320 20828 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 26545 20828 251 24 0 23179 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 106180

[startup+762.307 s]
/proc/loadavg: 4.08 4.03 3.94 5/194 14330
/proc/meminfo: memFree=22721392/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=157156 CPUtime=762.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 161469 0 0 0 76180 52 0 0 25 0 1 0 490404811 160927744 29928 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 39289 29928 251 24 0 35923 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 157156

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 14331
/proc/meminfo: memFree=22782384/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=209000 CPUtime=822.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 168390 0 0 0 82176 56 0 0 25 0 1 0 490404811 214016000 36704 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 52250 36704 251 24 0 48884 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 209000

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.94 5/194 14333
/proc/meminfo: memFree=22760176/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=129708 CPUtime=882.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 181843 0 0 0 88172 60 0 0 25 0 1 0 490404811 132820992 28265 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 32427 28265 251 24 0 29061 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 129708

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/194 14334
/proc/meminfo: memFree=22717264/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=161820 CPUtime=942.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 189778 0 0 0 94169 63 0 0 25 0 1 0 490404811 165703680 36030 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 40455 36030 251 24 0 37089 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 161820

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 3.95 5/194 14336
/proc/meminfo: memFree=22841004/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=113520 CPUtime=1002.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 200311 0 0 0 100165 67 0 0 25 0 1 0 490404811 116244480 22433 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 28380 22433 251 24 0 25014 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 113520

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.95 5/194 14392
/proc/meminfo: memFree=22787884/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=165956 CPUtime=1062.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 210856 0 0 0 106161 71 0 0 25 0 1 0 490404811 169938944 32758 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 41489 32758 251 24 0 38123 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 165956

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/194 14393
/proc/meminfo: memFree=22827024/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=217168 CPUtime=1122.33 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 218010 0 0 0 112160 73 0 0 25 0 1 0 490404811 222380032 39745 33554432000 4194304 4291949 140735475907120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 54292 39745 251 24 0 50926 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 217168

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 14476
/proc/meminfo: memFree=22843808/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=137264 CPUtime=1182.32 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 229684 0 0 0 118156 76 0 0 25 0 1 0 490404811 140558336 26297 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 34316 26297 251 24 0 30950 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 137264

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 14504
/proc/meminfo: memFree=22860928/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=169272 CPUtime=1242.33 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 238897 0 0 0 124154 79 0 0 25 0 1 0 490404811 173334528 35304 33554432000 4194304 4291949 140735475907120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 42318 35304 251 24 0 38952 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 169272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.88 3.99 3.95 5/188 14550
/proc/meminfo: memFree=23054560/32951124 swapFree=67111524/67111528
[pid=14308] ppid=14306 vsize=220644 CPUtime=1300.04 cores=4,6
/proc/14308/stat : 14308 (RestartSAT) R 14306 14308 14221 0 -1 4202496 245307 0 0 0 129922 82 0 0 25 0 1 0 490404811 225939456 41567 33554432000 4194304 4291949 140735475907120 18446744073709551615 4262537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14308/statm: 55161 41567 251 24 0 51795 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 220644

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.05
CPU user time (s): 1299.22
CPU system time (s): 0.829873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 220644

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

runsolver used 2.19067 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 05:21:09
IDJOB=3292410
IDBENCH=85991
IDSOLVER=1580
FILE ID=node135/3292410-1303788069
RUNJOBID= node135-1303788067-14240
PBS_JOBID= 13157256
Free space on /tmp= 71620 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292410-1303788069/watcher-3292410-1303788069 -o /tmp/evaluation-result-3292410-1303788069/solver-3292410-1303788069 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3292410-1303788069.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1953334690

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23201240 kB
Buffers:       1827452 kB
Cached:        7231272 kB
SwapCached:          4 kB
Active:         618808 kB
Inactive:      8550368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23201240 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12768 kB
Writeback:           0 kB
AnonPages:      109660 kB
Mapped:          15452 kB
Slab:           515700 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node135 at 2011-04-26 05:42:51