Trace number 3350446

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: contrasat 2011-03-02UNSAT 704.07 706.45

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

704.01/706.44	c WARNING: for repeatability, setting FPU to use double precision
704.01/706.44	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3350446-1304971195/watcher-3350446-1304971195 -o /tmp/evaluation-result-3350446-1304971195/solver-3350446-1304971195 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350446-1304971195.cnf 

running on 2 cores: 1,3

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.23 2.23 3.19 4/367 4570
/proc/meminfo: memFree=23036240/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=21016 CPUtime=0 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 1209 0 0 0 0 0 0 0 23 0 1 0 608719172 21520384 1096 33554432000 4194304 4298156 140735127434208 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 5254 1098 216 26 0 1886 0

[startup+0.0345289 s]
/proc/loadavg: 2.23 2.23 3.19 4/367 4570
/proc/meminfo: memFree=23036240/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=26044 CPUtime=0.02 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 3005 0 0 0 2 0 0 0 23 0 1 0 608719172 26669056 2634 33554432000 4194304 4298156 140735127434208 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 6511 2638 216 26 0 3143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26044

[startup+0.100522 s]
/proc/loadavg: 2.23 2.23 3.19 4/367 4570
/proc/meminfo: memFree=23036240/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=43520 CPUtime=0.09 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 8046 0 0 0 8 1 0 0 23 0 1 0 608719172 44564480 6815 33554432000 4194304 4298156 140735127434208 18446744073709551615 4244369 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 10880 6816 220 26 0 7512 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43520

[startup+0.300478 s]
/proc/loadavg: 2.23 2.23 3.19 4/367 4570
/proc/meminfo: memFree=23036240/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=64016 CPUtime=0.29 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 13490 0 0 0 27 2 0 0 25 0 1 0 608719172 65552384 11670 33554432000 4194304 4298156 140735127434208 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 16004 11670 234 26 0 12636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64016

[startup+0.700408 s]
/proc/loadavg: 2.23 2.23 3.19 4/367 4570
/proc/meminfo: memFree=23036240/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=67640 CPUtime=0.69 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 17639 0 0 0 67 2 0 0 25 0 1 0 608719172 69263360 12061 33554432000 4194304 4298156 140735127434208 18446744073709551615 4233971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 16910 12061 235 26 0 13542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67640

[startup+1.50028 s]
/proc/loadavg: 2.23 2.23 3.19 5/368 4571
/proc/meminfo: memFree=22995068/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=59120 CPUtime=1.49 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 19257 0 0 0 146 3 0 0 25 0 1 0 608719172 60538880 10007 33554432000 4194304 4298156 140735127434208 18446744073709551615 4261962 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 14780 10007 255 26 0 11412 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59120

[startup+3.10097 s]
/proc/loadavg: 2.37 2.26 3.19 5/368 4571
/proc/meminfo: memFree=22993952/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=59120 CPUtime=3.08 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 19617 0 0 0 304 4 0 0 25 0 1 0 608719172 60538880 10322 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4570/statm: 14780 10322 255 26 0 11412 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59120

[startup+6.30047 s]
/proc/loadavg: 2.37 2.26 3.19 5/368 4571
/proc/meminfo: memFree=22967192/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=70612 CPUtime=6.26 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 22560 0 0 0 622 4 0 0 25 0 1 0 608719172 72306688 12660 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 17653 12660 255 26 0 14285 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 70612

[startup+12.7004 s]
/proc/loadavg: 2.62 2.32 3.20 5/368 4571
/proc/meminfo: memFree=22951636/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=75036 CPUtime=12.66 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 24052 0 0 0 1261 5 0 0 25 0 1 0 608719172 76836864 14046 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 18759 14046 255 26 0 15391 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 75036

[startup+25.5002 s]
/proc/loadavg: 2.83 2.37 3.21 5/368 4571
/proc/meminfo: memFree=22909724/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=89880 CPUtime=25.44 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 36374 0 0 0 2534 10 0 0 25 0 1 0 608719172 92037120 16242 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 22470 16242 255 26 0 19102 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 89880

[startup+51.1009 s]
/proc/loadavg: 3.23 2.50 3.23 5/368 4572
/proc/meminfo: memFree=22791648/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=120228 CPUtime=51.04 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 47439 0 0 0 5091 13 0 0 25 0 1 0 608719172 123113472 26005 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 30057 26005 255 26 0 26689 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 120228

[startup+102.315 s]
/proc/loadavg: 4.73 2.99 3.35 6/368 4610
/proc/meminfo: memFree=22318356/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=145648 CPUtime=101.38 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 61583 0 0 0 10108 30 0 0 25 0 1 0 608719172 149143552 32047 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4570/statm: 36412 32047 255 26 0 33044 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 145648

[startup+162.301 s]
/proc/loadavg: 4.66 3.33 3.44 5/368 4611
/proc/meminfo: memFree=22330776/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=164616 CPUtime=160.82 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 67093 0 0 0 16030 52 0 0 25 0 1 0 608719172 168566784 37102 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41154 37102 255 26 0 37786 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 164616

[startup+222.301 s]
/proc/loadavg: 4.35 3.48 3.49 5/368 4613
/proc/meminfo: memFree=22379368/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=134272 CPUtime=220.8 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 87682 0 0 0 22025 55 0 0 25 0 1 0 608719172 137494528 25488 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 33568 25488 255 26 0 30200 0
Current children cumulated CPU time (s) 220.8
Current children cumulated vsize (KiB) 134272

[startup+282.301 s]
/proc/loadavg: 4.13 3.57 3.52 6/368 4641
/proc/meminfo: memFree=22767756/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=134272 CPUtime=279.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 128659 0 0 0 27915 76 0 0 25 0 1 0 608719172 137494528 27644 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 33568 27644 255 26 0 30200 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 134272

[startup+342.301 s]
/proc/loadavg: 4.05 3.65 3.54 6/368 4645
/proc/meminfo: memFree=22745776/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=134272 CPUtime=339.9 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 173159 0 0 0 33905 85 0 0 25 0 1 0 608719172 137494528 29427 33554432000 4194304 4298156 140735127434208 18446744073709551615 4278441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 33568 29427 255 26 0 30200 0
Current children cumulated CPU time (s) 339.9
Current children cumulated vsize (KiB) 134272

[startup+402.301 s]
/proc/loadavg: 4.02 3.71 3.57 6/368 4647
/proc/meminfo: memFree=22749808/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=399.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 218761 0 0 0 39896 95 0 0 25 0 1 0 608719172 169054208 29925 33554432000 4194304 4298156 140735127434208 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 29925 255 26 0 37905 0
Current children cumulated CPU time (s) 399.91
Current children cumulated vsize (KiB) 165092

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 3.59 5/368 4649
/proc/meminfo: memFree=22735772/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=459.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 265220 0 0 0 45887 104 0 0 25 0 1 0 608719172 169054208 29858 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 29858 255 26 0 37905 0
Current children cumulated CPU time (s) 459.91
Current children cumulated vsize (KiB) 165092

[startup+522.3 s]
/proc/loadavg: 4.00 3.80 3.62 5/368 4651
/proc/meminfo: memFree=22703740/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=519.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 298843 0 0 0 51880 111 0 0 25 0 1 0 608719172 169054208 31570 33554432000 4194304 4298156 140735127434208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 31570 255 26 0 37905 0
Current children cumulated CPU time (s) 519.91
Current children cumulated vsize (KiB) 165092

[startup+582.3 s]
/proc/loadavg: 4.00 3.83 3.64 5/368 4652
/proc/meminfo: memFree=22701844/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=579.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 335582 0 0 0 57872 119 0 0 25 0 1 0 608719172 169054208 31277 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 31277 255 26 0 37905 0
Current children cumulated CPU time (s) 579.91
Current children cumulated vsize (KiB) 165092

[startup+642.3 s]
/proc/loadavg: 4.15 3.89 3.67 5/368 4654
/proc/meminfo: memFree=22725844/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=639.92 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 356739 0 0 0 63868 124 0 0 25 0 1 0 608719172 169054208 33568 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 33568 255 26 0 37905 0
Current children cumulated CPU time (s) 639.92
Current children cumulated vsize (KiB) 165092

[startup+702.301 s]
/proc/loadavg: 4.19 3.94 3.69 5/368 4656
/proc/meminfo: memFree=22688000/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=699.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378758 0 0 0 69863 128 0 0 25 0 1 0 608719172 169054208 35264 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 35264 255 26 0 37905 0
Current children cumulated CPU time (s) 699.91
Current children cumulated vsize (KiB) 165092

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

[startup+703.901 s]
/proc/loadavg: 4.19 3.94 3.69 6/368 4656
/proc/meminfo: memFree=22680060/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=701.52 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378818 0 0 0 70024 128 0 0 25 0 1 0 608719172 169054208 35316 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 35316 255 26 0 37905 0
Current children cumulated CPU time (s) 701.52
Current children cumulated vsize (KiB) 165092

[startup+705.501 s]
/proc/loadavg: 4.19 3.94 3.69 6/368 4656
/proc/meminfo: memFree=22676960/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=703.11 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378903 0 0 0 70183 128 0 0 25 0 1 0 608719172 169054208 35395 33554432000 4194304 4298156 140735127434208 18446744073709551615 4261683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 35395 255 26 0 37905 0
Current children cumulated CPU time (s) 703.11
Current children cumulated vsize (KiB) 165092

[startup+705.9 s]
/proc/loadavg: 4.19 3.94 3.69 6/368 4656
/proc/meminfo: memFree=22676960/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=703.51 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378933 0 0 0 70223 128 0 0 25 0 1 0 608719172 169054208 35422 33554432000 4194304 4298156 140735127434208 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 35422 255 26 0 37905 0
Current children cumulated CPU time (s) 703.51
Current children cumulated vsize (KiB) 165092

[startup+706.3 s]
/proc/loadavg: 4.18 3.94 3.70 5/368 4656
/proc/meminfo: memFree=22675344/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=165092 CPUtime=703.91 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378948 0 0 0 70263 128 0 0 25 0 1 0 608719172 169054208 35437 33554432000 4194304 4298156 140735127434208 18446744073709551615 4256513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 41273 35437 255 26 0 37905 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 165092

[startup+706.4 s]
/proc/loadavg: 4.18 3.94 3.70 5/368 4656
/proc/meminfo: memFree=22675344/32951132 swapFree=64495964/67111528
[pid=4570] ppid=4568 vsize=176584 CPUtime=704.01 cores=1,3
/proc/4570/stat : 4570 (contrasat_relea) R 4568 4570 3848 0 -1 4202496 378949 0 0 0 70273 128 0 0 25 0 1 0 608719172 180822016 35438 33554432000 4194304 4298156 140735127434208 18446744073709551615 4263772 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4570/statm: 44146 35438 255 26 0 40778 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 176584

Child status: 20
Real time (s): 706.45
CPU time (s): 704.07
CPU user time (s): 702.775
CPU system time (s): 1.2948
CPU usage (%): 99.6631
Max. virtual memory (cumulated for all children) (KiB): 245232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.775
system time used= 1.2948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1056

runsolver used 2.38364 second user time and 5.99209 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:59:56
IDJOB=3350446
IDBENCH=82482
IDSOLVER=1816
FILE ID=node129/3350446-1304971195
RUNJOBID= node129-1304971173-4340
PBS_JOBID= 13285621
Free space on /tmp= 48100 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350446-1304971195/watcher-3350446-1304971195 -o /tmp/evaluation-result-3350446-1304971195/solver-3350446-1304971195 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350446-1304971195.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1434244211

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      23036272 kB
Buffers:        147312 kB
Cached:        4405396 kB
SwapCached:      52448 kB
Active:        2574696 kB
Inactive:      7135284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23036272 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:           25796 kB
Writeback:           4 kB
AnonPages:     5114204 kB
Mapped:          17688 kB
Slab:           101256 kB
PageTables:      38848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80026640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48100 MiB
End job on node129 at 2011-05-09 22:11:42