Trace number 3422248

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 3173.19 3173.1

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

3173.08/3173.08	c WARNING: for repeatability, setting FPU to use double precision
3173.08/3173.08	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-3422248-1306662111/watcher-3422248-1306662111 -o /tmp/evaluation-result-3422248-1306662111/solver-3422248-1306662111 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422248-1306662111.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.22 2.10 1.98 2/424 23358
/proc/meminfo: memFree=13874696/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=28596 CPUtime=0 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 2381 0 0 0 0 0 0 0 21 0 1 0 777809380 29282304 2311 33554432000 4194304 4298156 140736626963184 18446744073709551615 4270727 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 7149 2320 215 26 0 3781 0

[startup+0.107335 s]
/proc/loadavg: 2.22 2.10 1.98 2/424 23358
/proc/meminfo: memFree=13874696/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=66520 CPUtime=0.09 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 12116 0 0 0 8 1 0 0 22 0 1 0 777809380 68116480 11069 33554432000 4194304 4298156 140736626963184 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 16630 11071 216 26 0 13262 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 66520

[startup+0.20032 s]
/proc/loadavg: 2.22 2.10 1.98 2/424 23358
/proc/meminfo: memFree=13874696/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=85340 CPUtime=0.19 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 17570 0 0 0 17 2 0 0 22 0 1 0 777809380 87388160 15380 33554432000 4194304 4298156 140736626963184 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 21335 15381 216 26 0 17967 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 85340

[startup+0.300304 s]
/proc/loadavg: 2.22 2.10 1.98 2/424 23358
/proc/meminfo: memFree=13874696/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=104536 CPUtime=0.29 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 23215 0 0 0 26 3 0 0 22 0 1 0 777809380 107044864 19881 33554432000 4194304 4298156 140736626963184 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 26134 19883 216 26 0 22766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104536

[startup+0.700242 s]
/proc/loadavg: 2.22 2.10 1.98 2/424 23358
/proc/meminfo: memFree=13874696/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=143624 CPUtime=0.68 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 34799 0 0 0 64 4 0 0 24 0 1 0 777809380 147070976 29360 33554432000 4194304 4298156 140736626963184 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 35906 29360 222 26 0 32538 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 143624

[startup+1.50108 s]
/proc/loadavg: 2.20 2.10 1.98 3/425 23359
/proc/meminfo: memFree=13728376/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=222776 CPUtime=1.49 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 54764 0 0 0 143 6 0 0 25 0 1 0 777809380 228122624 45384 33554432000 4194304 4298156 140736626963184 18446744073709551615 4263781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 55694 45384 223 26 0 52326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 222776

[startup+3.10079 s]
/proc/loadavg: 2.20 2.10 1.98 3/425 23359
/proc/meminfo: memFree=13725576/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=160904 CPUtime=3.09 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 64148 0 0 0 301 8 0 0 25 0 1 0 777809380 164765696 31580 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256191 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 40226 31580 242 26 0 36858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160904

[startup+6.30022 s]
/proc/loadavg: 2.20 2.10 1.98 3/425 23359
/proc/meminfo: memFree=13740224/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=160904 CPUtime=6.29 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 64390 0 0 0 621 8 0 0 25 0 1 0 777809380 164765696 31806 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 40226 31806 243 26 0 36858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 160904

[startup+12.701 s]
/proc/loadavg: 2.17 2.10 1.98 3/425 23360
/proc/meminfo: memFree=13729468/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=160904 CPUtime=12.69 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 64799 0 0 0 1261 8 0 0 25 0 1 0 777809380 164765696 32184 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 40226 32184 243 26 0 36858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160904

[startup+25.5007 s]
/proc/loadavg: 2.14 2.10 1.98 4/425 23360
/proc/meminfo: memFree=13712664/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=160904 CPUtime=25.49 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 66060 0 0 0 2540 9 0 0 25 0 1 0 777809380 164765696 33353 33554432000 4194304 4298156 140736626963184 18446744073709551615 4252741 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 40226 33353 243 26 0 36858 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 160904

[startup+51.1011 s]
/proc/loadavg: 2.09 2.08 1.98 3/425 23361
/proc/meminfo: memFree=13701832/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=190048 CPUtime=51.09 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 84827 0 0 0 5098 11 0 0 25 0 1 0 777809380 194609152 40478 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 47512 40478 243 26 0 44144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 190048

[startup+102.301 s]
/proc/loadavg: 2.13 2.10 2.00 3/425 23362
/proc/meminfo: memFree=13694536/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=102.3 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 119996 0 0 0 10214 16 0 0 25 0 1 0 777809380 214036480 42138 33554432000 4194304 4298156 140736626963184 18446744073709551615 4252784 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 42138 243 26 0 48887 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 209020

[startup+162.301 s]
/proc/loadavg: 2.05 2.08 2.00 3/425 23364
/proc/meminfo: memFree=13706040/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=162.3 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 145780 0 0 0 16209 21 0 0 25 0 1 0 777809380 214036480 42442 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 42442 243 26 0 48887 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 209020

[startup+222.316 s]
/proc/loadavg: 2.02 2.06 2.00 3/425 23365
/proc/meminfo: memFree=13716808/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=222.31 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 164971 0 0 0 22208 23 0 0 25 0 1 0 777809380 214036480 43222 33554432000 4194304 4298156 140736626963184 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 43222 243 26 0 48887 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 209020

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.00 3/425 23367
/proc/meminfo: memFree=13709352/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=282.3 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 190083 0 0 0 28202 28 0 0 25 0 1 0 777809380 214036480 43500 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 43500 243 26 0 48887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 209020

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/425 23368
/proc/meminfo: memFree=13695200/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=342.31 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 214786 0 0 0 34199 32 0 0 25 0 1 0 777809380 214036480 42908 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 42908 243 26 0 48887 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 209020

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 23370
/proc/meminfo: memFree=13700268/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=402.3 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 229408 0 0 0 40195 35 0 0 25 0 1 0 777809380 214036480 44378 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 44378 243 26 0 48887 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 209020

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23372
/proc/meminfo: memFree=13680032/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=462.31 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 254631 0 0 0 46192 39 0 0 25 0 1 0 777809380 214036480 42832 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 42832 243 26 0 48887 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 209020

[startup+522.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/425 23373
/proc/meminfo: memFree=13683980/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=522.3 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 270180 0 0 0 52188 42 0 0 25 0 1 0 777809380 214036480 44368 33554432000 4194304 4298156 140736626963184 18446744073709551615 4253592 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 44368 243 26 0 48887 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 209020

[startup+582.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/425 23375
/proc/meminfo: memFree=13676272/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=582.31 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 284689 0 0 0 58186 45 0 0 25 0 1 0 777809380 214036480 44767 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 44767 243 26 0 48887 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 209020

[startup+642.3 s]

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

/proc/meminfo: memFree=13797204/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2382.36 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 781258 0 0 0 238096 140 0 0 25 0 1 0 777809380 245596160 47026 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 47026 243 26 0 56592 0
Current children cumulated CPU time (s) 2382.36
Current children cumulated vsize (KiB) 239840

[startup+2442.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/425 23518
/proc/meminfo: memFree=13821724/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2442.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 784412 0 0 0 244094 143 0 0 25 0 1 0 777809380 245596160 49971 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 49971 243 26 0 56592 0
Current children cumulated CPU time (s) 2442.37
Current children cumulated vsize (KiB) 239840

[startup+2502.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/425 23520
/proc/meminfo: memFree=13824048/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2502.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 802036 0 0 0 250090 147 0 0 25 0 1 0 777809380 245596160 48853 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 48853 243 26 0 56592 0
Current children cumulated CPU time (s) 2502.37
Current children cumulated vsize (KiB) 239840

[startup+2562.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/425 23522
/proc/meminfo: memFree=13830472/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2562.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 820085 0 0 0 256088 149 0 0 25 0 1 0 777809380 245596160 47819 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 47819 243 26 0 56592 0
Current children cumulated CPU time (s) 2562.37
Current children cumulated vsize (KiB) 239840

[startup+2622.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/425 23523
/proc/meminfo: memFree=13833800/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2622.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 837886 0 0 0 262084 153 0 0 25 0 1 0 777809380 245596160 47219 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 47219 243 26 0 56592 0
Current children cumulated CPU time (s) 2622.37
Current children cumulated vsize (KiB) 239840

[startup+2682.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/425 23525
/proc/meminfo: memFree=13832416/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2682.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 839913 0 0 0 268083 154 0 0 25 0 1 0 777809380 245596160 49094 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256497 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 49094 243 26 0 56592 0
Current children cumulated CPU time (s) 2682.37
Current children cumulated vsize (KiB) 239840

[startup+2742.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/425 23526
/proc/meminfo: memFree=13813056/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2742.38 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 857081 0 0 0 274081 157 0 0 25 0 1 0 777809380 245596160 47329 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 47329 243 26 0 56592 0
Current children cumulated CPU time (s) 2742.38
Current children cumulated vsize (KiB) 239840

[startup+2802.3 s]
/proc/loadavg: 2.08 2.06 2.01 4/425 23528
/proc/meminfo: memFree=13788244/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2802.38 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 860267 0 0 0 280079 159 0 0 25 0 1 0 777809380 245596160 50265 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 50265 243 26 0 56592 0
Current children cumulated CPU time (s) 2802.38
Current children cumulated vsize (KiB) 239840

[startup+2862.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 23530
/proc/meminfo: memFree=13777308/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2862.39 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 877786 0 0 0 286077 162 0 0 25 0 1 0 777809380 245596160 48846 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 48846 243 26 0 56592 0
Current children cumulated CPU time (s) 2862.39
Current children cumulated vsize (KiB) 239840

[startup+2922.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 23531
/proc/meminfo: memFree=13790564/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2922.37 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 895548 0 0 0 292071 166 0 0 25 0 1 0 777809380 245596160 47301 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 47301 243 26 0 56592 0
Current children cumulated CPU time (s) 2922.37
Current children cumulated vsize (KiB) 239840

[startup+2982.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 23533
/proc/meminfo: memFree=13767976/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=2982.38 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 899446 0 0 0 298070 168 0 0 25 0 1 0 777809380 245596160 50911 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 50911 243 26 0 56592 0
Current children cumulated CPU time (s) 2982.38
Current children cumulated vsize (KiB) 239840

[startup+3042.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/425 23534
/proc/meminfo: memFree=13776504/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=3042.38 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 918368 0 0 0 304066 172 0 0 25 0 1 0 777809380 245596160 49938 33554432000 4194304 4298156 140736626963184 18446744073709551615 4255510 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 49938 243 26 0 56592 0
Current children cumulated CPU time (s) 3042.38
Current children cumulated vsize (KiB) 239840

[startup+3102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/425 23536
/proc/meminfo: memFree=13775120/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=239840 CPUtime=3102.38 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 937319 0 0 0 310063 175 0 0 25 0 1 0 777809380 245596160 48759 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 59960 48759 243 26 0 56592 0
Current children cumulated CPU time (s) 3102.38
Current children cumulated vsize (KiB) 239840

[startup+3162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23538
/proc/meminfo: memFree=13796308/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=3162.39 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 953259 0 0 0 316061 178 0 0 25 0 1 0 777809380 214036480 45984 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 45984 243 26 0 48887 0
Current children cumulated CPU time (s) 3162.39
Current children cumulated vsize (KiB) 209020

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

[startup+3168 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 23538
/proc/meminfo: memFree=13798908/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=209020 CPUtime=3168.1 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 964548 0 0 0 316631 179 0 0 25 0 1 0 777809380 214036480 43341 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 52255 43341 243 26 0 48887 0
Current children cumulated CPU time (s) 3168.1
Current children cumulated vsize (KiB) 209020

[startup+3171.2 s]
/proc/loadavg: 2.00 2.02 2.00 4/425 23538
/proc/meminfo: memFree=13810440/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=165524 CPUtime=3171.28 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 965536 0 0 0 316949 179 0 0 25 0 1 0 777809380 169496576 35307 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 41381 35307 243 26 0 38013 0
Current children cumulated CPU time (s) 3171.28
Current children cumulated vsize (KiB) 165524

[startup+3172 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23538
/proc/meminfo: memFree=13841068/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=195876 CPUtime=3172.09 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 972669 0 0 0 317029 180 0 0 25 0 1 0 777809380 200577024 40447 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 48969 40447 243 26 0 45601 0
Current children cumulated CPU time (s) 3172.09
Current children cumulated vsize (KiB) 195876

[startup+3172.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23538
/proc/meminfo: memFree=13819988/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=195876 CPUtime=3172.88 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 972690 0 0 0 317108 180 0 0 25 0 1 0 777809380 200577024 40467 33554432000 4194304 4298156 140736626963184 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 48969 40467 243 26 0 45601 0
Current children cumulated CPU time (s) 3172.88
Current children cumulated vsize (KiB) 195876

[startup+3173 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23538
/proc/meminfo: memFree=13819988/32951124 swapFree=48785060/67111528
[pid=23358] ppid=23356 vsize=195876 CPUtime=3173.08 cores=1,3,5,7
/proc/23358/stat : 23358 (contrasat_relea) R 23356 23358 22730 0 -1 4202496 972692 0 0 0 317128 180 0 0 25 0 1 0 777809380 200577024 40469 33554432000 4194304 4298156 140736626963184 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23358/statm: 48969 40469 243 26 0 45601 0
Current children cumulated CPU time (s) 3173.08
Current children cumulated vsize (KiB) 195876

Child status: 20
Real time (s): 3173.1
CPU time (s): 3173.19
CPU user time (s): 3171.38
CPU system time (s): 1.81372
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 319980

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

runsolver used 12.7581 second user time and 30.5144 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 11:41:52
IDJOB=3422248
IDBENCH=82354
IDSOLVER=1915
FILE ID=node134/3422248-1306662111
RUNJOBID= node134-1306658665-22749
PBS_JOBID= 13471763
Free space on /tmp= 73088 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422248-1306662111/watcher-3422248-1306662111 -o /tmp/evaluation-result-3422248-1306662111/solver-3422248-1306662111 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422248-1306662111.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=294078670

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13874976 kB
Buffers:        287760 kB
Cached:        7652796 kB
SwapCached:      40168 kB
Active:        6487216 kB
Inactive:     12290108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13874976 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:           21264 kB
Writeback:           0 kB
AnonPages:    10803884 kB
Mapped:          21504 kB
Slab:           141080 kB
PageTables:      89728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111058328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73096 MiB
End job on node134 at 2011-05-29 12:34:45