Trace number 3350411

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 871.145 871.172

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

871.06/871.16	c WARNING: for repeatability, setting FPU to use double precision
871.06/871.16	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-3350411-1304968100/watcher-3350411-1304968100 -o /tmp/evaluation-result-3350411-1304968100/solver-3350411-1304968100 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350411-1304968100.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/410 28009
/proc/meminfo: memFree=7573368/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=16384 CPUtime=0.01 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 946 0 0 0 1 0 0 0 23 0 1 0 687040911 16777216 704 33554432000 4194304 4298156 140733372368480 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 4096 705 223 26 0 728 0

[startup+0.115795 s]
/proc/loadavg: 0.00 0.00 0.00 1/410 28009
/proc/meminfo: memFree=7573368/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=17732 CPUtime=0.11 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 1172 0 0 0 11 0 0 0 23 0 1 0 687040911 18157568 817 33554432000 4194304 4298156 140733372368480 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 4433 817 243 26 0 1065 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 17732

[startup+0.200663 s]
/proc/loadavg: 0.00 0.00 0.00 1/410 28009
/proc/meminfo: memFree=7573368/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=17732 CPUtime=0.19 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 1411 0 0 0 19 0 0 0 24 0 1 0 687040911 18157568 1014 33554432000 4194304 4298156 140733372368480 18446744073709551615 4261462 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 4433 1014 243 26 0 1065 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17732

[startup+0.300645 s]
/proc/loadavg: 0.00 0.00 0.00 1/410 28009
/proc/meminfo: memFree=7573368/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=18756 CPUtime=0.29 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 1751 0 0 0 29 0 0 0 25 0 1 0 687040911 19206144 1308 33554432000 4194304 4298156 140733372368480 18446744073709551615 4262608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 4689 1308 243 26 0 1321 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18756

[startup+0.700577 s]
/proc/loadavg: 0.00 0.00 0.00 1/410 28009
/proc/meminfo: memFree=7573368/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=22116 CPUtime=0.69 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 2499 0 0 0 69 0 0 0 25 0 1 0 687040911 22646784 1971 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 5529 1971 243 26 0 2161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22116

[startup+1.50055 s]
/proc/loadavg: 0.00 0.00 0.00 4/413 28018
/proc/meminfo: memFree=7532328/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=24820 CPUtime=1.49 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 3437 0 0 0 149 0 0 0 25 0 1 0 687040911 25415680 2823 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 6205 2823 243 26 0 2837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24820

[startup+3.10027 s]
/proc/loadavg: 0.32 0.07 0.02 4/421 28030
/proc/meminfo: memFree=7369548/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=26492 CPUtime=3.09 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 3778 0 0 0 309 0 0 0 25 0 1 0 687040911 27127808 3142 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 6623 3142 243 26 0 3255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26492

[startup+6.30066 s]
/proc/loadavg: 0.32 0.07 0.02 4/421 28030
/proc/meminfo: memFree=7118824/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=24916 CPUtime=6.29 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 10424 0 0 0 628 1 0 0 25 0 1 0 687040911 25513984 2589 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256787 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 6229 2589 243 26 0 2861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24916

[startup+12.7005 s]
/proc/loadavg: 0.53 0.11 0.04 5/426 28041
/proc/meminfo: memFree=7151156/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=48020 CPUtime=12.69 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 17667 0 0 0 1267 2 0 0 25 0 1 0 687040911 49172480 7350 33554432000 4194304 4298156 140733372368480 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 12005 7350 243 26 0 8637 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48020

[startup+25.5003 s]
/proc/loadavg: 1.37 0.32 0.11 4/421 28058
/proc/meminfo: memFree=7236920/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=55204 CPUtime=25.49 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 20949 0 0 0 2546 3 0 0 25 0 1 0 687040911 56528896 10376 33554432000 4194304 4298156 140733372368480 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 13801 10376 243 26 0 10433 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55204

[startup+51.1008 s]
/proc/loadavg: 2.21 0.60 0.20 5/426 28069
/proc/meminfo: memFree=7086296/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=74056 CPUtime=51.09 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 56046 0 0 0 5101 8 0 0 25 0 1 0 687040911 75833344 12927 33554432000 4194304 4298156 140733372368480 18446744073709551615 4265692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 18514 12927 243 26 0 15146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74056

[startup+102.301 s]
/proc/loadavg: 3.33 1.18 0.42 5/426 28070
/proc/meminfo: memFree=6985004/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=116080 CPUtime=102.29 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 72616 0 0 0 10219 10 0 0 25 0 1 0 687040911 118865920 22135 33554432000 4194304 4298156 140733372368480 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 29020 22135 243 26 0 25652 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 116080

[startup+162.3 s]
/proc/loadavg: 3.73 1.66 0.63 5/426 28072
/proc/meminfo: memFree=6990112/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=162.28 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 127079 0 0 0 16209 19 0 0 25 0 1 0 687040911 140034048 26231 33554432000 4194304 4298156 140733372368480 18446744073709551615 4261723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 26231 243 26 0 30820 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 136752

[startup+222.316 s]
/proc/loadavg: 3.98 2.14 0.86 5/426 28100
/proc/meminfo: memFree=7053180/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=222.29 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 184685 0 0 0 22201 28 0 0 25 0 1 0 687040911 140034048 28336 33554432000 4194304 4298156 140733372368480 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 28336 243 26 0 30820 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 136752

[startup+282.3 s]
/proc/loadavg: 4.03 2.46 1.04 5/426 28102
/proc/meminfo: memFree=7045464/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=282.28 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 237846 0 0 0 28192 36 0 0 25 0 1 0 687040911 140034048 30098 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 30098 243 26 0 30820 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 136752

[startup+342.301 s]
/proc/loadavg: 4.01 2.76 1.24 5/426 28103
/proc/meminfo: memFree=7031768/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=342.28 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 294155 0 0 0 34183 45 0 0 25 0 1 0 687040911 140034048 29260 33554432000 4194304 4298156 140733372368480 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 29260 243 26 0 30820 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 136752

[startup+402.3 s]
/proc/loadavg: 4.00 2.97 1.40 5/426 28105
/proc/meminfo: memFree=7010020/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=402.28 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 340051 0 0 0 40175 53 0 0 25 0 1 0 687040911 171593728 32520 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 32520 243 26 0 38525 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 167572

[startup+462.301 s]
/proc/loadavg: 4.00 3.15 1.56 5/426 28107
/proc/meminfo: memFree=7002420/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=462.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 403935 0 0 0 46166 61 0 0 25 0 1 0 687040911 171593728 32346 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 32346 243 26 0 38525 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 167572

[startup+522.3 s]
/proc/loadavg: 4.00 3.30 1.71 5/426 28108
/proc/meminfo: memFree=7008572/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=522.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 471261 0 0 0 52156 71 0 0 25 0 1 0 687040911 171593728 31342 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 31342 243 26 0 38525 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 167572

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.85 5/426 28110
/proc/meminfo: memFree=7003572/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=582.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 509110 0 0 0 58149 78 0 0 25 0 1 0 687040911 171593728 35208 33554432000 4194304 4298156 140733372368480 18446744073709551615 4263084 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 35208 243 26 0 38525 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 167572

[startup+642.3 s]
/proc/loadavg: 4.15 3.57 2.00 5/426 28111
/proc/meminfo: memFree=6955396/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=642.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 562231 0 0 0 64141 86 0 0 25 0 1 0 687040911 171593728 33174 33554432000 4194304 4298156 140733372368480 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 33174 243 26 0 38525 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 167572

[startup+702.301 s]
/proc/loadavg: 4.09 3.66 2.12 5/426 28113
/proc/meminfo: memFree=6926952/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=702.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 604328 0 0 0 70134 93 0 0 25 0 1 0 687040911 171593728 35349 33554432000 4194304 4298156 140733372368480 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 35349 243 26 0 38525 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 167572

[startup+762.301 s]
/proc/loadavg: 4.09 3.74 2.25 5/426 28115
/proc/meminfo: memFree=6910516/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=762.28 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 646042 0 0 0 76128 100 0 0 25 0 1 0 687040911 171593728 34168 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 34168 243 26 0 38525 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 167572

[startup+822.301 s]
/proc/loadavg: 4.09 3.80 2.36 5/426 28116
/proc/meminfo: memFree=6915428/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=822.27 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 684269 0 0 0 82120 107 0 0 25 0 1 0 687040911 171593728 32110 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 32110 243 26 0 38525 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 167572

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

[startup+844.801 s]
/proc/loadavg: 4.06 3.81 2.40 5/426 28117
/proc/meminfo: memFree=6933632/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=844.78 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 702504 0 0 0 84369 109 0 0 25 0 1 0 687040911 171593728 33885 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 33885 243 26 0 38525 0
Current children cumulated CPU time (s) 844.78
Current children cumulated vsize (KiB) 167572

[startup+857.6 s]
/proc/loadavg: 4.05 3.82 2.41 5/426 28117
/proc/meminfo: memFree=6941928/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=857.57 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 718482 0 0 0 85645 112 0 0 25 0 1 0 687040911 171593728 32306 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 32306 243 26 0 38525 0
Current children cumulated CPU time (s) 857.57
Current children cumulated vsize (KiB) 167572

[startup+864 s]
/proc/loadavg: 4.04 3.83 2.43 5/426 28117
/proc/meminfo: memFree=6933980/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=167572 CPUtime=863.97 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 719284 0 0 0 86285 112 0 0 25 0 1 0 687040911 171593728 33067 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 41893 33067 243 26 0 38525 0
Current children cumulated CPU time (s) 863.97
Current children cumulated vsize (KiB) 167572

[startup+867.201 s]
/proc/loadavg: 4.04 3.83 2.43 5/426 28117
/proc/meminfo: memFree=6941528/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=867.16 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730546 0 0 0 86603 113 0 0 25 0 1 0 687040911 140034048 28888 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 28888 243 26 0 30820 0
Current children cumulated CPU time (s) 867.16
Current children cumulated vsize (KiB) 136752

[startup+868.801 s]
/proc/loadavg: 4.04 3.83 2.44 5/426 28117
/proc/meminfo: memFree=6938552/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=868.76 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730655 0 0 0 86763 113 0 0 25 0 1 0 687040911 140034048 28982 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 28982 243 26 0 30820 0
Current children cumulated CPU time (s) 868.76
Current children cumulated vsize (KiB) 136752

[startup+870.4 s]
/proc/loadavg: 4.04 3.83 2.44 5/426 28117
/proc/meminfo: memFree=6933468/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=870.36 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730904 0 0 0 86923 113 0 0 25 0 1 0 687040911 140034048 29215 33554432000 4194304 4298156 140733372368480 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 29215 243 26 0 30820 0
Current children cumulated CPU time (s) 870.36
Current children cumulated vsize (KiB) 136752

[startup+870.801 s]
/proc/loadavg: 4.04 3.83 2.44 5/426 28117
/proc/meminfo: memFree=6933468/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=870.76 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730956 0 0 0 86963 113 0 0 25 0 1 0 687040911 140034048 29263 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256740 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 29263 243 26 0 30820 0
Current children cumulated CPU time (s) 870.76
Current children cumulated vsize (KiB) 136752

[startup+871.001 s]
/proc/loadavg: 4.04 3.83 2.44 5/426 28117
/proc/meminfo: memFree=6933468/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=870.96 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730989 0 0 0 86983 113 0 0 25 0 1 0 687040911 140034048 29296 33554432000 4194304 4298156 140733372368480 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 29296 243 26 0 30820 0
Current children cumulated CPU time (s) 870.96
Current children cumulated vsize (KiB) 136752

[startup+871.101 s]
/proc/loadavg: 4.04 3.83 2.44 5/426 28117
/proc/meminfo: memFree=6933468/32950940 swapFree=67111356/67111528
[pid=28009] ppid=28007 vsize=136752 CPUtime=871.06 cores=4,6
/proc/28009/stat : 28009 (contrasat_relea) R 28007 28009 27979 0 -1 4202496 730997 0 0 0 86993 113 0 0 25 0 1 0 687040911 140034048 29304 33554432000 4194304 4298156 140733372368480 18446744073709551615 4256998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28009/statm: 34188 29304 243 26 0 30820 0
Current children cumulated CPU time (s) 871.06
Current children cumulated vsize (KiB) 136752

Child status: 20
Real time (s): 871.172
CPU time (s): 871.145
CPU user time (s): 870.001
CPU system time (s): 1.14383
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 297800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.001
system time used= 1.14383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731007
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= 8
involuntary context switches= 1034

runsolver used 3.60145 second user time and 8.29474 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-09 21:08:21
IDJOB=3350411
IDBENCH=20401
IDSOLVER=1816
FILE ID=node117/3350411-1304968100
RUNJOBID= node117-1304968096-27998
PBS_JOBID= 13285633
Free space on /tmp= 37832 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350411-1304968100/watcher-3350411-1304968100 -o /tmp/evaluation-result-3350411-1304968100/solver-3350411-1304968100 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350411-1304968100.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=390627782

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       7574396 kB
Buffers:        223332 kB
Cached:       16616592 kB
SwapCached:          0 kB
Active:       13259460 kB
Inactive:     11458896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       7574396 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:     7878420 kB
Mapped:          31492 kB
Slab:           547732 kB
PageTables:      44384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100409040 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= 37800 MiB
End job on node117 at 2011-05-09 21:22:53