Trace number 3434113

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.09 4999.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.7873
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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

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-3434113-1306888609/watcher-3434113-1306888609 -o /tmp/evaluation-result-3434113-1306888609/solver-3434113-1306888609 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434113-1306888609.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.18 2.06 2.01 2/521 7077
/proc/meminfo: memFree=15567176/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=20240 CPUtime=0 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 962 0 0 0 0 0 0 0 25 0 1 0 781276374 20725760 880 33554432000 4194304 4291235 140734247087280 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 5060 881 213 24 0 1694 0

[startup+0.0961191 s]
/proc/loadavg: 2.18 2.06 2.01 2/521 7077
/proc/meminfo: memFree=15567176/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=28740 CPUtime=0.08 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 4310 0 0 0 8 0 0 0 25 0 1 0 781276374 29429760 3726 33554432000 4194304 4291235 140734247087280 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 7185 3726 237 24 0 3819 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28740

[startup+0.101122 s]
/proc/loadavg: 2.18 2.06 2.01 2/521 7077
/proc/meminfo: memFree=15567176/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=28740 CPUtime=0.09 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 4311 0 0 0 9 0 0 0 25 0 1 0 781276374 29429760 3727 33554432000 4194304 4291235 140734247087280 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 7185 3727 237 24 0 3819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28740

[startup+0.30108 s]
/proc/loadavg: 2.18 2.06 2.01 2/521 7077
/proc/meminfo: memFree=15567176/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=28888 CPUtime=0.29 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 4351 0 0 0 29 0 0 0 25 0 1 0 781276374 29581312 3767 33554432000 4194304 4291235 140734247087280 18446744073709551615 4230010 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 7222 3767 237 24 0 3856 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28888

[startup+0.700999 s]
/proc/loadavg: 2.18 2.06 2.01 2/521 7077
/proc/meminfo: memFree=15567176/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=28076 CPUtime=0.69 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 5191 0 0 0 69 0 0 0 25 0 1 0 781276374 28749824 3388 33554432000 4194304 4291235 140734247087280 18446744073709551615 4261915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 7019 3388 256 24 0 3653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28076

[startup+1.50085 s]
/proc/loadavg: 2.18 2.06 2.01 3/522 7079
/proc/meminfo: memFree=15551552/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=30796 CPUtime=1.49 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 5740 0 0 0 149 0 0 0 25 0 1 0 781276374 31535104 3926 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 7699 3926 256 24 0 4333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30796

[startup+3.10057 s]
/proc/loadavg: 2.18 2.06 2.01 3/522 7079
/proc/meminfo: memFree=15548204/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=35216 CPUtime=3.09 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 6713 0 0 0 308 1 0 0 25 0 1 0 781276374 36061184 4865 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 8804 4865 256 24 0 5438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35216

[startup+6.30099 s]
/proc/loadavg: 2.17 2.06 2.01 3/522 7079
/proc/meminfo: memFree=15535672/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=43100 CPUtime=6.29 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 8226 0 0 0 628 1 0 0 25 0 1 0 781276374 44134400 6338 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 10775 6338 256 24 0 7409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43100

[startup+12.7008 s]
/proc/loadavg: 2.16 2.06 2.01 3/522 7079
/proc/meminfo: memFree=15515912/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=57472 CPUtime=12.69 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 11250 0 0 0 1268 1 0 0 25 0 1 0 781276374 58851328 9302 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 14368 9302 256 24 0 11002 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57472

[startup+25.5005 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 7079
/proc/meminfo: memFree=15482988/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=80832 CPUtime=25.49 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 16078 0 0 0 2547 2 0 0 25 0 1 0 781276374 82771968 14056 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 20208 14056 258 24 0 16842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80832

[startup+51.1007 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 7080
/proc/meminfo: memFree=15455056/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=84856 CPUtime=51.09 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 26360 0 0 0 5105 4 0 0 25 0 1 0 781276374 86892544 14187 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 21214 14187 258 24 0 17848 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84856

[startup+102.319 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 7081
/proc/meminfo: memFree=15382468/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=91812 CPUtime=102.31 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 43015 0 0 0 10223 8 0 0 25 0 1 0 781276374 94015488 17513 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 22953 17513 258 24 0 19587 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 91812

[startup+162.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 7083
/proc/meminfo: memFree=15313088/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=97592 CPUtime=162.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 59988 0 0 0 16217 13 0 0 25 0 1 0 781276374 99934208 19670 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256064 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 24398 19670 258 24 0 21032 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 97592

[startup+222.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/522 7084
/proc/meminfo: memFree=15250776/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=104000 CPUtime=222.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 75893 0 0 0 22213 17 0 0 25 0 1 0 781276374 106496000 18175 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 26000 18175 258 24 0 22634 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104000

[startup+282.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/522 7086
/proc/meminfo: memFree=15122256/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=88892 CPUtime=282.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 90975 0 0 0 28208 22 0 0 25 0 1 0 781276374 91025408 17329 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 22223 17329 258 24 0 18857 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88892

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 7088
/proc/meminfo: memFree=15001420/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=143236 CPUtime=342.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 103093 0 0 0 34205 25 0 0 25 0 1 0 781276374 146673664 29196 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 35809 29196 258 24 0 32443 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143236

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 7089
/proc/meminfo: memFree=14955356/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=146428 CPUtime=402.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 119841 0 0 0 40203 27 0 0 25 0 1 0 781276374 149942272 28079 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 36607 28079 258 24 0 33241 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146428

[startup+462.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/522 7092
/proc/meminfo: memFree=14909284/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=122760 CPUtime=462.31 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 136876 0 0 0 46199 32 0 0 25 0 1 0 781276374 125706240 25891 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 30690 25891 258 24 0 27324 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 122760

[startup+522.3 s]
/proc/loadavg: 2.09 2.06 2.01 4/522 7094
/proc/meminfo: memFree=14810884/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=209472 CPUtime=522.3 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 148032 0 0 0 52196 34 0 0 25 0 1 0 781276374 214499328 36879 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255914 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 52368 36879 258 24 0 49002 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 209472

[startup+582.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 7096
/proc/meminfo: memFree=14791500/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=159856 CPUtime=582.31 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 163177 0 0 0 58192 39 0 0 25 0 1 0 781276374 163692544 29699 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 39964 29699 258 24 0 36598 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 159856

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.06 2.03 2.01 3/522 7202
/proc/meminfo: memFree=12625980/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=228600 CPUtime=4062.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 808483 0 0 0 406015 229 0 0 25 0 1 0 781276374 234086400 46375 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 57150 46375 258 24 0 53784 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 228600

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/522 7203
/proc/meminfo: memFree=12560944/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=260684 CPUtime=4122.41 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 818200 0 0 0 412011 230 0 0 25 0 1 0 781276374 266940416 55913 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 65171 55913 258 24 0 61805 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 260684

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/522 7205
/proc/meminfo: memFree=12486856/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=312796 CPUtime=4182.42 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 826851 0 0 0 418009 233 0 0 25 0 1 0 781276374 320303104 64406 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 78199 64406 258 24 0 74833 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 312796

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 7207
/proc/meminfo: memFree=12554760/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=212920 CPUtime=4242.42 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 837857 0 0 0 424005 237 0 0 25 0 1 0 781276374 218030080 43641 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 53230 43641 258 24 0 49864 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 212920

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/522 7208
/proc/meminfo: memFree=12482784/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=263948 CPUtime=4302.42 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 850028 0 0 0 430003 239 0 0 25 0 1 0 781276374 270282752 55559 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 65987 55559 258 24 0 62621 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 263948

[startup+4362.3 s]
/proc/loadavg: 1.83 1.99 1.99 2/516 7228
/proc/meminfo: memFree=16654212/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=314464 CPUtime=4362.43 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 858012 0 0 0 436001 242 0 0 25 0 1 0 781276374 322011136 63352 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 78616 63352 258 24 0 75250 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 314464

[startup+4422.3 s]
/proc/loadavg: 1.30 1.81 1.93 2/516 7229
/proc/meminfo: memFree=16726156/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=214588 CPUtime=4422.43 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 869491 0 0 0 441997 246 0 0 25 0 1 0 781276374 219738112 45366 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 53647 45366 258 24 0 50281 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 214588

[startup+4482.3 s]
/proc/loadavg: 1.11 1.66 1.86 2/516 7231
/proc/meminfo: memFree=16678492/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=266296 CPUtime=4482.43 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 881740 0 0 0 447994 249 0 0 25 0 1 0 781276374 272687104 57368 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 66574 57368 258 24 0 63208 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 266296

[startup+4542.3 s]
/proc/loadavg: 1.04 1.54 1.81 2/516 7233
/proc/meminfo: memFree=16640248/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=319056 CPUtime=4542.43 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 891303 0 0 0 453991 252 0 0 25 0 1 0 781276374 326713344 66769 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 79764 66769 258 24 0 76398 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 319056

[startup+4602.3 s]
/proc/loadavg: 1.01 1.44 1.75 2/516 7234
/proc/meminfo: memFree=16719168/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=221668 CPUtime=4602.45 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 904064 0 0 0 459988 257 0 0 25 0 1 0 781276374 226988032 47037 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 55417 47037 258 24 0 52051 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 221668

[startup+4662.3 s]
/proc/loadavg: 1.00 1.35 1.70 2/516 7236
/proc/meminfo: memFree=16673972/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=272956 CPUtime=4662.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 915354 0 0 0 465984 260 0 0 25 0 1 0 781276374 279506944 58156 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 68239 58156 258 24 0 64873 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 272956

[startup+4722.32 s]
/proc/loadavg: 1.00 1.29 1.66 2/516 7237
/proc/meminfo: memFree=16639936/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=325024 CPUtime=4722.45 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 924219 0 0 0 471982 263 0 0 25 0 1 0 781276374 332824576 66855 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 81256 66855 258 24 0 77890 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 325024

[startup+4782.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/516 7239
/proc/meminfo: memFree=16610232/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=406948 CPUtime=4782.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 931854 0 0 0 477978 266 0 0 25 0 1 0 781276374 416714752 74347 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 101737 74347 258 24 0 98371 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 406948

[startup+4842.3 s]
/proc/loadavg: 1.10 1.22 1.58 2/516 7241
/proc/meminfo: memFree=16696848/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=245696 CPUtime=4842.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 945452 0 0 0 483974 270 0 0 25 0 1 0 781276374 251592704 52594 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 61424 52594 258 24 0 58058 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 245696

[startup+4902.3 s]
/proc/loadavg: 1.08 1.19 1.55 2/516 7242
/proc/meminfo: memFree=16660708/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=277464 CPUtime=4902.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 954865 0 0 0 489971 273 0 0 25 0 1 0 781276374 284123136 61806 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 69366 61806 258 24 0 66000 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 277464

[startup+4962.3 s]
/proc/loadavg: 1.03 1.15 1.51 2/516 7244
/proc/meminfo: memFree=16632252/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=327552 CPUtime=4962.44 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 962014 0 0 0 495968 276 0 0 25 0 1 0 781276374 335413248 68828 33554432000 4194304 4291235 140734247087280 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 81888 68828 258 24 0 78522 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 327552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.13 1.49 2/516 7245
/proc/meminfo: memFree=16616952/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=327764 CPUtime=5000.06 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 965863 0 0 0 499727 279 0 0 25 0 1 0 781276374 335630336 72602 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 81941 72602 258 24 0 78575 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 327764

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

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

[startup+4999.9 s]
/proc/loadavg: 1.01 1.13 1.49 2/516 7245
/proc/meminfo: memFree=16616952/32951124 swapFree=58800692/67111528
[pid=7077] ppid=7075 vsize=327764 CPUtime=5000.06 cores=1,3,5,7
/proc/7077/stat : 7077 (minisat) R 7075 7077 6384 0 -1 4202496 965863 0 0 0 499727 279 0 0 25 0 1 0 781276374 335630336 72602 33554432000 4194304 4291235 140734247087280 18446744073709551615 4256107 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7077/statm: 81941 72602 258 24 0 78575 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 327764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4997.28
CPU system time (s): 2.80657
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 407516

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

runsolver used 24.2823 second user time and 62.0936 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-01 02:36:49
IDJOB=3434113
IDBENCH=85965
IDSOLVER=1930
FILE ID=node142/3434113-1306888609
RUNJOBID= node142-1306877502-6403
PBS_JOBID= 13488434
Free space on /tmp= 15792 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434113-1306888609/watcher-3434113-1306888609 -o /tmp/evaluation-result-3434113-1306888609/solver-3434113-1306888609 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434113-1306888609.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=25426207

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15567332 kB
Buffers:         28976 kB
Cached:        5295032 kB
SwapCached:      11212 kB
Active:       10398088 kB
Inactive:      6602444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15567332 kB
SwapTotal:    67111528 kB
SwapFree:     58800692 kB
Dirty:            3020 kB
Writeback:           0 kB
AnonPages:    11674240 kB
Mapped:          31816 kB
Slab:           233696 kB
PageTables:      77852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 147150332 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= 15868 MiB
End job on node142 at 2011-06-01 04:00:11