Trace number 3292411

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.06 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-3292411-1303788217/watcher-3292411-1303788217 -o /tmp/evaluation-result-3292411-1303788217/solver-3292411-1303788217 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3292411-1303788217.cnf 

running on 2 cores: 0,2

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: 2.18 1.29 1.55 4/189 13173
/proc/meminfo: memFree=23739148/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=19260 CPUtime=0 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 609 0 0 0 0 0 0 0 25 0 1 0 569052156 19722240 550 33554432000 4194304 4291949 140733749293152 18446744073709551615 252457762571 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 4815 556 225 24 0 1449 0

[startup+0.0477591 s]
/proc/loadavg: 2.18 1.29 1.55 4/189 13173
/proc/meminfo: memFree=23739148/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=25212 CPUtime=0.03 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 2971 0 0 0 3 0 0 0 25 0 1 0 569052156 25817088 2592 33554432000 4194304 4291949 140733749293152 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 6303 2594 226 24 0 2937 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25212

[startup+0.10074 s]
/proc/loadavg: 2.18 1.29 1.55 4/189 13173
/proc/meminfo: memFree=23739148/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=29804 CPUtime=0.08 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 5018 0 0 0 8 0 0 0 25 0 1 0 569052156 30519296 4211 33554432000 4194304 4291949 140733749293152 18446744073709551615 4229790 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 7451 4211 231 24 0 4085 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29804

[startup+0.300712 s]
/proc/loadavg: 2.18 1.29 1.55 4/189 13173
/proc/meminfo: memFree=23739148/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=29972 CPUtime=0.28 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 5068 0 0 0 28 0 0 0 25 0 1 0 569052156 30691328 4261 33554432000 4194304 4291949 140733749293152 18446744073709551615 4230016 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 7493 4261 231 24 0 4127 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 29972

[startup+0.700631 s]
/proc/loadavg: 2.18 1.29 1.55 4/189 13173
/proc/meminfo: memFree=23739148/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=30240 CPUtime=0.68 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 5134 0 0 0 68 0 0 0 25 0 1 0 569052156 30965760 4327 33554432000 4194304 4291949 140733749293152 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 7560 4327 231 24 0 4194 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30240

[startup+1.50048 s]
/proc/loadavg: 2.18 1.29 1.55 5/190 13174
/proc/meminfo: memFree=23722408/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=29024 CPUtime=1.49 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 6338 0 0 0 148 1 0 0 25 0 1 0 569052156 29720576 4026 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 7256 4026 251 24 0 3890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29024

[startup+3.10117 s]
/proc/loadavg: 2.18 1.29 1.55 5/190 13174
/proc/meminfo: memFree=23717572/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=31744 CPUtime=3.09 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 7104 0 0 0 308 1 0 0 25 0 1 0 569052156 32505856 4772 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 7936 4772 251 24 0 4570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31744

[startup+6.3006 s]
/proc/loadavg: 2.33 1.33 1.56 5/190 13174
/proc/meminfo: memFree=23705304/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=43344 CPUtime=6.29 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 8370 0 0 0 628 1 0 0 25 0 1 0 569052156 44384256 6019 33554432000 4194304 4291949 140733749293152 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 10836 6019 251 24 0 7470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43344

[startup+12.7004 s]
/proc/loadavg: 2.46 1.38 1.58 5/190 13174
/proc/meminfo: memFree=23670636/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=56512 CPUtime=12.69 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 10577 0 0 0 1267 2 0 0 25 0 1 0 569052156 57868288 8189 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 14128 8189 251 24 0 10762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56512

[startup+25.501 s]
/proc/loadavg: 2.80 1.51 1.61 5/190 13174
/proc/meminfo: memFree=23678820/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=78600 CPUtime=25.49 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 14382 0 0 0 2546 3 0 0 25 0 1 0 569052156 80486400 11923 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 19650 11923 251 24 0 16284 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78600

[startup+51.1003 s]
/proc/loadavg: 3.28 1.72 1.68 5/190 13175
/proc/meminfo: memFree=23628280/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=116204 CPUtime=51.08 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 20808 0 0 0 5104 4 0 0 25 0 1 0 569052156 118992896 18249 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 29051 18249 251 24 0 25685 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116204

[startup+102.307 s]
/proc/loadavg: 3.68 2.07 1.80 5/190 13177
/proc/meminfo: memFree=23625732/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=87320 CPUtime=102.29 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 32906 0 0 0 10221 8 0 0 25 0 1 0 569052156 89415680 16794 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 21830 16794 251 24 0 18464 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 87320

[startup+162.301 s]
/proc/loadavg: 3.88 2.42 1.94 5/190 13313
/proc/meminfo: memFree=22861592/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=62488 CPUtime=162.29 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 45658 0 0 0 16217 12 0 0 25 0 1 0 569052156 63987712 11534 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 15622 11534 251 24 0 12256 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62488

[startup+222.3 s]
/proc/loadavg: 3.99 2.72 2.07 5/190 13315
/proc/meminfo: memFree=22905136/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=125480 CPUtime=222.29 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 55226 0 0 0 22214 15 0 0 25 0 1 0 569052156 128491520 20921 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 31370 20921 251 24 0 28004 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125480

[startup+282.3 s]
/proc/loadavg: 3.99 2.95 2.19 5/190 13316
/proc/meminfo: memFree=22798272/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=129580 CPUtime=282.29 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 62689 0 0 0 28211 18 0 0 25 0 1 0 569052156 132689920 28264 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 32395 28264 251 24 0 29029 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 129580

[startup+342.301 s]
/proc/loadavg: 3.99 3.14 2.30 5/190 13318
/proc/meminfo: memFree=22868684/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=100192 CPUtime=342.3 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 75094 0 0 0 34207 23 0 0 25 0 1 0 569052156 102596608 20653 33554432000 4194304 4291949 140733749293152 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 25048 20653 251 24 0 21682 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100192

[startup+402.301 s]
/proc/loadavg: 4.03 3.30 2.41 5/190 13319
/proc/meminfo: memFree=22730684/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=135212 CPUtime=402.3 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 82998 0 0 0 40204 26 0 0 25 0 1 0 569052156 138457088 28426 33554432000 4194304 4291949 140733749293152 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 33803 28426 251 24 0 30437 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 135212

[startup+462.301 s]
/proc/loadavg: 4.08 3.44 2.51 5/190 13321
/proc/meminfo: memFree=22849420/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=88444 CPUtime=462.31 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 92938 0 0 0 46201 30 0 0 25 0 1 0 569052156 90566656 15777 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 22111 15777 251 24 0 18745 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 88444

[startup+522.301 s]
/proc/loadavg: 4.03 3.54 2.60 5/190 13323
/proc/meminfo: memFree=22711372/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=138232 CPUtime=522.3 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 101926 0 0 0 52198 32 0 0 25 0 1 0 569052156 141549568 24619 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 34558 24619 251 24 0 31192 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 138232

[startup+582.3 s]
/proc/loadavg: 4.01 3.62 2.68 5/190 13324
/proc/meminfo: memFree=22667296/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=139192 CPUtime=582.31 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 108286 0 0 0 58196 35 0 0 25 0 1 0 569052156 142532608 30858 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 34798 30858 251 24 0 31432 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139192

[startup+642.3 s]
/proc/loadavg: 4.00 3.69 2.76 5/190 13326
/proc/meminfo: memFree=22648044/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=191108 CPUtime=642.31 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 113871 0 0 0 64194 37 0 0 25 0 1 0 569052156 195694592 36332 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 47777 36332 251 24 0 44411 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 191108

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 2.84 5/190 13327
/proc/meminfo: memFree=22676952/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=111648 CPUtime=702.31 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 126620 0 0 0 70188 43 0 0 25 0 1 0 569052156 114327552 23018 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 27912 23018 251 24 0 24546 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 111648

[startup+762.307 s]
/proc/loadavg: 4.00 3.79 2.91 5/190 13329
/proc/meminfo: memFree=22648628/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=142824 CPUtime=762.32 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 133451 0 0 0 76186 46 0 0 25 0 1 0 569052156 146251776 29734 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 35706 29734 251 24 0 32340 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 142824

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 2.97 5/190 13331
/proc/meminfo: memFree=22601244/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=194408 CPUtime=822.32 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 139647 0 0 0 82183 49 0 0 25 0 1 0 569052156 199073792 35844 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 48602 35844 251 24 0 45236 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 194408

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.03 5/190 13332
/proc/meminfo: memFree=22674480/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=113928 CPUtime=882.31 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 150456 0 0 0 88177 54 0 0 25 0 1 0 569052156 116662272 21436 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 28482 21436 251 24 0 25116 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 113928

[startup+942.3 s]
/proc/loadavg: 4.00 3.88 3.09 5/190 13337
/proc/meminfo: memFree=22598664/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=147480 CPUtime=942.32 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 159746 0 0 0 94174 58 0 0 25 0 1 0 569052156 151019520 30581 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 36870 30581 251 24 0 33504 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 147480

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.14 5/190 13339
/proc/meminfo: memFree=22576632/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=199640 CPUtime=1002.32 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 166233 0 0 0 100171 61 0 0 25 0 1 0 569052156 204431360 36980 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 49910 36980 251 24 0 46544 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 199640

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.20 5/190 13340
/proc/meminfo: memFree=22465488/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=203104 CPUtime=1062.32 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 172061 0 0 0 106169 63 0 0 25 0 1 0 569052156 207978496 42721 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 50776 42721 251 24 0 47410 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 203104

[startup+1122.3 s]
/proc/loadavg: 4.06 3.94 3.25 5/190 13342
/proc/meminfo: memFree=22480960/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=122196 CPUtime=1122.33 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 183789 0 0 0 112165 68 0 0 25 0 1 0 569052156 125128704 25600 33554432000 4194304 4291949 140733749293152 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 30549 25600 251 24 0 27183 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 122196

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.29 5/190 13343
/proc/meminfo: memFree=22535108/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=153016 CPUtime=1182.33 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 191082 0 0 0 118162 71 0 0 25 0 1 0 569052156 156688384 32768 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 38254 32768 251 24 0 34888 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 153016

[startup+1242.3 s]
/proc/loadavg: 3.64 3.86 3.30 4/184 13362
/proc/meminfo: memFree=23386204/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=203844 CPUtime=1242.33 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 196775 0 0 0 124160 73 0 0 25 0 1 0 569052156 208736256 38385 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 50961 38385 251 24 0 47595 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 203844



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.55 3.54 3.23 2/172 13399
/proc/meminfo: memFree=23659048/32951124 swapFree=67111348/67111528
[pid=13173] ppid=13171 vsize=204932 CPUtime=1300.04 cores=0,2
/proc/13173/stat : 13173 (RestartSAT) R 13171 13173 12511 0 -1 4202496 201753 0 0 0 129929 75 0 0 25 0 1 0 569052156 209850368 43290 33554432000 4194304 4291949 140733749293152 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13173/statm: 51233 43291 251 24 0 47867 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 204932

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.06
CPU user time (s): 1299.3
CPU system time (s): 0.759884
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 214600

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

runsolver used 2.30165 second user time and 4.77727 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 05:23:37
IDJOB=3292411
IDBENCH=85991
IDSOLVER=1581
FILE ID=node111/3292411-1303788217
RUNJOBID= node111-1303788190-13103
PBS_JOBID= 13157239
Free space on /tmp= 70964 MiB

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

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=475085798

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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:      23739180 kB
Buffers:       1242000 kB
Cached:        7317596 kB
SwapCached:        132 kB
Active:        2770040 kB
Inactive:      5965188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23739180 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11976 kB
Writeback:           0 kB
AnonPages:      175628 kB
Mapped:          15440 kB
Slab:           412304 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   381256 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= 70968 MiB
End job on node111 at 2011-04-26 05:45:19