Trace number 3362677

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 reference: minisat 2.2.0? (TO) 1300.14 1300.11

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3362677-1305308413/watcher-3362677-1305308413 -o /tmp/evaluation-result-3362677-1305308413/solver-3362677-1305308413 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362677-1305308413.cnf 

running on 2 cores: 5,7

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: 4.16 4.05 4.01 5/395 5912
/proc/meminfo: memFree=7100244/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=19696 CPUtime=0 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 785 0 0 0 0 0 0 0 23 0 1 0 721072628 20168704 718 33554432000 4194304 4291037 140737083339568 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 4971 719 213 24 0 1605 0

[startup+0.041627 s]
/proc/loadavg: 4.16 4.05 4.01 5/395 5912
/proc/meminfo: memFree=7100244/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=24900 CPUtime=0.03 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 2758 0 0 0 3 0 0 0 23 0 1 0 721072628 25497600 2393 33554432000 4194304 4291037 140737083339568 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 6225 2396 215 24 0 2859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24900

[startup+0.100615 s]
/proc/loadavg: 4.16 4.05 4.01 5/395 5912
/proc/meminfo: memFree=7100244/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=35616 CPUtime=0.09 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 5885 0 0 0 9 0 0 0 23 0 1 0 721072628 36470784 5028 33554432000 4194304 4291037 140737083339568 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 8904 5029 215 24 0 5538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35616

[startup+0.300591 s]
/proc/loadavg: 4.16 4.05 4.01 5/395 5912
/proc/meminfo: memFree=7100244/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=73756 CPUtime=0.29 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 16610 0 0 0 27 2 0 0 25 0 1 0 721072628 75526144 13827 33554432000 4194304 4291037 140737083339568 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 18439 13827 215 24 0 15073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73756

[startup+0.700509 s]
/proc/loadavg: 4.16 4.05 4.01 5/395 5912
/proc/meminfo: memFree=7100244/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=156744 CPUtime=0.69 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 37383 0 0 0 64 5 0 0 25 0 1 0 721072628 160505856 31063 33554432000 4194304 4291037 140737083339568 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 39186 31065 215 24 0 35820 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 156744

[startup+1.50038 s]
/proc/loadavg: 4.16 4.05 4.01 5/396 5913
/proc/meminfo: memFree=6922552/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=293524 CPUtime=1.49 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 79149 0 0 0 137 12 0 0 25 0 1 0 721072628 300568576 65044 33554432000 4194304 4291037 140737083339568 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 73381 65045 215 24 0 70015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293524

[startup+3.10109 s]
/proc/loadavg: 4.16 4.05 4.01 5/396 5913
/proc/meminfo: memFree=6740768/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=625860 CPUtime=3.09 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 153846 0 0 0 285 24 0 0 25 0 1 0 721072628 640880640 130701 33554432000 4194304 4291037 140737083339568 18446744073709551615 4260679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 156465 130704 215 24 0 153099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 625860

[startup+6.30053 s]
/proc/loadavg: 4.15 4.04 4.01 5/396 5913
/proc/meminfo: memFree=6436484/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=721612 CPUtime=6.29 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 196990 0 0 0 598 31 0 0 25 0 1 0 721072628 738930688 164123 33554432000 4194304 4291037 140737083339568 18446744073709551615 4226102 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 180403 164123 238 24 0 177037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 721612

[startup+12.7004 s]
/proc/loadavg: 4.13 4.04 4.01 5/396 5914
/proc/meminfo: memFree=6425208/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=721612 CPUtime=12.69 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 196990 0 0 0 1238 31 0 0 25 0 1 0 721072628 738930688 164123 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255104 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 180403 164123 238 24 0 177037 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 721612

[startup+25.5002 s]
/proc/loadavg: 4.24 4.07 4.02 5/396 5914
/proc/meminfo: memFree=6409080/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=721612 CPUtime=25.49 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 196990 0 0 0 2518 31 0 0 25 0 1 0 721072628 738930688 164123 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255043 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 180403 164123 238 24 0 177037 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 721612

[startup+51.1007 s]
/proc/loadavg: 4.16 4.07 4.02 5/396 5915
/proc/meminfo: memFree=6334508/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=747184 CPUtime=51.09 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 207114 0 0 0 5077 32 0 0 25 0 1 0 721072628 765116416 173858 33554432000 4194304 4291037 140737083339568 18446744073709551615 4254855 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 186796 173858 239 24 0 183430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 747184

[startup+102.315 s]
/proc/loadavg: 4.12 4.07 4.02 5/396 5916
/proc/meminfo: memFree=6269020/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=750896 CPUtime=102.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 208946 0 0 0 10198 32 0 0 25 0 1 0 721072628 768917504 175613 33554432000 4194304 4291037 140737083339568 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 187724 175613 239 24 0 184358 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 750896

[startup+162.3 s]
/proc/loadavg: 4.04 4.05 4.01 5/396 5918
/proc/meminfo: memFree=6286856/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=694456 CPUtime=162.29 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 263945 0 0 0 16187 42 0 0 25 0 1 0 721072628 711122944 157655 33554432000 4194304 4291037 140737083339568 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 173614 157655 259 24 0 170248 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 694456

[startup+222.301 s]
/proc/loadavg: 4.01 4.04 4.01 5/396 5919
/proc/meminfo: memFree=6182792/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=826716 CPUtime=222.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 273958 0 0 0 22184 46 0 0 25 0 1 0 721072628 846557184 167558 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 206679 167558 259 24 0 203313 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 826716

[startup+282.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/396 5921
/proc/meminfo: memFree=6078708/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=826716 CPUtime=282.29 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 287553 0 0 0 28178 51 0 0 25 0 1 0 721072628 846557184 181050 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 206679 181050 259 24 0 203313 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 826716

[startup+342.301 s]
/proc/loadavg: 4.04 4.04 4.00 5/396 5923
/proc/meminfo: memFree=6139920/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1041640 CPUtime=342.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 317506 0 0 0 34168 62 0 0 25 0 1 0 721072628 1066639360 210862 33554432000 4194304 4291037 140737083339568 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 260410 210862 259 24 0 257044 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1041640

[startup+402.3 s]
/proc/loadavg: 4.14 4.06 4.01 5/396 5924
/proc/meminfo: memFree=5999252/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1041640 CPUtime=402.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 333124 0 0 0 40161 69 0 0 25 0 1 0 721072628 1066639360 226387 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 260410 226387 259 24 0 257044 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1041640

[startup+462.301 s]
/proc/loadavg: 4.05 4.05 4.00 5/396 5926
/proc/meminfo: memFree=5866524/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1041640 CPUtime=462.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 350353 0 0 0 46156 74 0 0 25 0 1 0 721072628 1066639360 243510 33554432000 4194304 4291037 140737083339568 18446744073709551615 4262009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 260410 243510 259 24 0 257044 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1041640

[startup+522.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/396 5927
/proc/meminfo: memFree=5754492/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1390888 CPUtime=522.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 365965 0 0 0 52151 79 0 0 25 0 1 0 721072628 1424269312 259017 33554432000 4194304 4291037 140737083339568 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 347722 259017 259 24 0 344356 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1390888

[startup+582.301 s]
/proc/loadavg: 3.61 3.93 3.97 4/390 5947
/proc/meminfo: memFree=6025240/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1390888 CPUtime=582.3 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 381989 0 0 0 58146 84 0 0 25 0 1 0 721072628 1424269312 274955 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 347722 274955 259 24 0 344356 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1390888

[startup+642.3 s]
/proc/loadavg: 3.22 3.76 3.90 4/390 5949
/proc/meminfo: memFree=5888292/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1390888 CPUtime=642.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 410607 0 0 0 64136 95 0 0 25 0 1 0 721072628 1424269312 303439 33554432000 4194304 4291037 140737083339568 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 347722 303439 259 24 0 344356 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1390888

[startup+702.301 s]
/proc/loadavg: 3.08 3.62 3.85 4/390 5950
/proc/meminfo: memFree=5804056/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1390888 CPUtime=702.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 425171 0 0 0 70129 102 0 0 25 0 1 0 721072628 1424269312 317915 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 347722 317915 259 24 0 344356 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1390888

[startup+762.314 s]
/proc/loadavg: 3.03 3.50 3.79 4/390 5952
/proc/meminfo: memFree=5725748/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1392144 CPUtime=762.32 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 440767 0 0 0 76126 106 0 0 25 0 1 0 721072628 1425555456 333425 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 348036 333425 259 24 0 344670 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1392144

[startup+822.301 s]
/proc/loadavg: 3.01 3.41 3.74 4/390 5953
/proc/meminfo: memFree=5637800/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1965208 CPUtime=822.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 459458 0 0 0 82119 112 0 0 25 0 1 0 721072628 2012372992 352018 33554432000 4194304 4291037 140737083339568 18446744073709551615 4248994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 491302 352018 259 24 0 487936 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1965208

[startup+882.3 s]
/proc/loadavg: 3.13 3.36 3.70 4/390 5955
/proc/meminfo: memFree=5557776/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1973408 CPUtime=882.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 474368 0 0 0 88112 119 0 0 25 0 1 0 721072628 2020769792 366852 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 493352 366852 259 24 0 489986 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1973408

[startup+942.301 s]
/proc/loadavg: 3.17 3.32 3.66 4/390 5956
/proc/meminfo: memFree=5487544/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=1976108 CPUtime=942.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 488213 0 0 0 94107 124 0 0 25 0 1 0 721072628 2023534592 380623 33554432000 4194304 4291037 140737083339568 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 494027 380623 259 24 0 490661 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1976108

[startup+1002.3 s]
/proc/loadavg: 3.10 3.28 3.62 4/390 5958
/proc/meminfo: memFree=4772620/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2898344 CPUtime=1002.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 661930 0 0 0 100082 149 0 0 25 0 1 0 721072628 2967904256 554261 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 724586 554261 259 24 0 721220 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2898344

[startup+1062.3 s]
/proc/loadavg: 2.51 3.08 3.53 3/384 5977
/proc/meminfo: memFree=4739776/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2902812 CPUtime=1062.32 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 672718 0 0 0 106078 154 0 0 25 0 1 0 721072628 2972479488 564984 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 725703 564984 259 24 0 722337 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2902812

[startup+1122.3 s]
/proc/loadavg: 2.18 2.88 3.44 3/384 5979
/proc/meminfo: memFree=4671996/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2908272 CPUtime=1122.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 686060 0 0 0 112071 160 0 0 25 0 1 0 721072628 2978070528 578252 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 727068 578252 259 24 0 723702 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2908272

[startup+1182.3 s]
/proc/loadavg: 1.58 2.59 3.30 2/378 5999
/proc/meminfo: memFree=5189580/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2913180 CPUtime=1182.31 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 705781 0 0 0 118065 166 0 0 25 0 1 0 721072628 2983096320 597894 33554432000 4194304 4291037 140737083339568 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 728295 597894 259 24 0 724929 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2913180

[startup+1242.3 s]
/proc/loadavg: 1.21 2.30 3.15 2/379 6002
/proc/meminfo: memFree=5139300/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2916840 CPUtime=1242.32 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 718580 0 0 0 124060 172 0 0 25 0 1 0 721072628 2986844160 610620 33554432000 4194304 4291037 140737083339568 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 729210 610620 259 24 0 725844 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2916840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 2.06 3.02 2/378 6011
/proc/meminfo: memFree=5072000/32951124 swapFree=65586204/67111528
[pid=5912] ppid=5910 vsize=2922480 CPUtime=1300.02 cores=5,7
/proc/5912/stat : 5912 (minisat_release) R 5910 5912 5258 0 -1 4202496 735208 0 0 0 129825 177 0 0 25 0 1 0 721072628 2992619520 627178 33554432000 4194304 4291037 140737083339568 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5912/statm: 730620 627178 259 24 0 727254 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2922480

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.14
CPU user time (s): 1298.26
CPU system time (s): 1.87571
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2922480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.26
system time used= 1.87571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 735213
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= 6
involuntary context switches= 726

runsolver used 4.90225 second user time and 11.4973 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 19:40:20
IDJOB=3362677
IDBENCH=85008
IDSOLVER=1840
FILE ID=node119/3362677-1305308413
RUNJOBID= node119-1305306604-5279
PBS_JOBID= 13321478
Free space on /tmp= 34860 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362677-1305308413/watcher-3362677-1305308413 -o /tmp/evaluation-result-3362677-1305308413/solver-3362677-1305308413 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362677-1305308413.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=2659931

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7100276 kB
Buffers:        229632 kB
Cached:       11807884 kB
SwapCached:       4756 kB
Active:       15793964 kB
Inactive:      9568316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7100276 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:          213684 kB
Writeback:           0 kB
AnonPages:    13323224 kB
Mapped:          30560 kB
Slab:           363620 kB
PageTables:      58208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103076512 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= 34896 MiB
End job on node119 at 2011-05-13 20:02:02