Trace number 3350323

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-02? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3350323-1304973898/watcher-3350323-1304973898 -o /tmp/evaluation-result-3350323-1304973898/solver-3350323-1304973898 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350323-1304973898.cnf 

running on 2 cores: 0,2

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: 3.72 3.96 3.87 5/298 23934
/proc/meminfo: memFree=4384412/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=20292 CPUtime=0 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 985 0 0 0 0 0 0 0 23 0 1 0 64999458 20779008 889 33554432000 4194304 4298156 140736989356432 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 5073 889 215 26 0 1705 0

[startup+0.024132 s]
/proc/loadavg: 3.72 3.96 3.87 5/298 23934
/proc/meminfo: memFree=4384412/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=22048 CPUtime=0.01 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1756 0 0 0 1 0 0 0 23 0 1 0 64999458 22577152 1539 33554432000 4194304 4298156 140736989356432 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 5545 1540 216 26 0 2177 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22048

[startup+0.101117 s]
/proc/loadavg: 3.72 3.96 3.87 5/298 23934
/proc/meminfo: memFree=4384412/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=34836 CPUtime=0.09 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 6274 0 0 0 8 1 0 0 23 0 1 0 64999458 35672064 5070 33554432000 4194304 4298156 140736989356432 18446744073709551615 218880261899 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 8709 5072 216 26 0 5341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34836

[startup+0.301024 s]
/proc/loadavg: 3.72 3.96 3.87 5/298 23934
/proc/meminfo: memFree=4384412/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=70088 CPUtime=0.29 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 17055 0 0 0 27 2 0 0 25 0 1 0 64999458 71770112 13740 33554432000 4194304 4298156 140736989356432 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 17522 13743 216 26 0 14154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70088

[startup+0.701015 s]
/proc/loadavg: 3.72 3.96 3.87 5/298 23934
/proc/meminfo: memFree=4384412/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=157112 CPUtime=0.69 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 39274 0 0 0 64 5 0 0 25 0 1 0 64999458 160882688 31638 33554432000 4194304 4298156 140736989356432 18446744073709551615 4245781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 39278 31660 216 26 0 35910 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157112

[startup+1.50087 s]
/proc/loadavg: 3.72 3.96 3.87 6/305 23947
/proc/meminfo: memFree=3963580/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=322212 CPUtime=1.49 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 81575 0 0 0 136 13 0 0 25 0 1 0 64999458 329945088 64909 33554432000 4194304 4298156 140736989356432 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 80553 64909 216 26 0 77185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 322212

[startup+3.10059 s]
/proc/loadavg: 3.72 3.96 3.87 5/305 23947
/proc/meminfo: memFree=3361968/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=344480 CPUtime=3.09 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 92466 0 0 0 295 14 0 0 25 0 1 0 64999458 352747520 71508 33554432000 4194304 4298156 140736989356432 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 86120 71508 222 26 0 82752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 344480

[startup+6.30101 s]
/proc/loadavg: 3.90 4.00 3.88 5/308 23953
/proc/meminfo: memFree=2891640/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=344480 CPUtime=6.29 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 92466 0 0 0 615 14 0 0 25 0 1 0 64999458 352747520 71508 33554432000 4194304 4298156 140736989356432 18446744073709551615 4227888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 86120 71508 222 26 0 82752 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 344480

[startup+12.7009 s]
/proc/loadavg: 4.07 4.03 3.89 5/308 23953
/proc/meminfo: memFree=2488780/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=356604 CPUtime=12.69 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 98080 0 0 0 1255 14 0 0 25 0 1 0 64999458 365162496 76558 33554432000 4194304 4298156 140736989356432 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 89151 76558 222 26 0 85783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 356604

[startup+25.5006 s]
/proc/loadavg: 4.06 4.03 3.89 5/308 23954
/proc/meminfo: memFree=2363936/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=25.49 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 129906 0 0 0 2530 19 0 0 25 0 1 0 64999458 341938176 65236 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 65236 242 26 0 80113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 333924

[startup+51.111 s]
/proc/loadavg: 4.04 4.03 3.90 5/302 23961
/proc/meminfo: memFree=3175288/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=51.1 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 168101 0 0 0 5085 25 0 0 25 0 1 0 64999458 341938176 66327 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 66327 243 26 0 80113 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 333924

[startup+102.301 s]
/proc/loadavg: 4.01 4.02 3.90 5/308 24145
/proc/meminfo: memFree=2629820/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=102.29 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 249971 0 0 0 10191 38 0 0 25 0 1 0 64999458 341938176 69231 33554432000 4194304 4298156 140736989356432 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 69231 243 26 0 80113 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 333924

[startup+162.3 s]
/proc/loadavg: 4.04 4.03 3.91 5/308 24146
/proc/meminfo: memFree=2624064/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=464152 CPUtime=162.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 345348 0 0 0 16177 53 0 0 25 0 1 0 64999458 475291648 83594 33554432000 4194304 4298156 140736989356432 18446744073709551615 4264297 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 116038 83597 243 26 0 112670 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 464152

[startup+222.301 s]
/proc/loadavg: 4.01 4.02 3.91 5/308 24148
/proc/meminfo: memFree=2632312/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=464152 CPUtime=222.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 474010 0 0 0 22160 70 0 0 25 0 1 0 64999458 475291648 90564 33554432000 4194304 4298156 140736989356432 18446744073709551615 4264205 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 116038 90569 243 26 0 112670 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 464152

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/308 24150
/proc/meminfo: memFree=2596176/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=282.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 565726 0 0 0 28144 86 0 0 25 0 1 0 64999458 341938176 70321 33554432000 4194304 4298156 140736989356432 18446744073709551615 4252741 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 70321 243 26 0 80113 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 333924

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.91 5/308 24151
/proc/meminfo: memFree=2606076/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=342.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 646390 0 0 0 34129 101 0 0 25 0 1 0 64999458 341938176 70753 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 70753 243 26 0 80113 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 333924

[startup+402.301 s]
/proc/loadavg: 4.08 4.04 3.92 5/308 24153
/proc/meminfo: memFree=2597484/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=402.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 770428 0 0 0 40112 118 0 0 25 0 1 0 64999458 341938176 72827 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256421 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 72827 243 26 0 80113 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 333924

[startup+462.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/308 24154
/proc/meminfo: memFree=2569168/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=462.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 901312 0 0 0 46090 140 0 0 25 0 1 0 64999458 341938176 75155 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 75155 243 26 0 80113 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 333924

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/308 24156
/proc/meminfo: memFree=2587364/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=522.3 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 982549 0 0 0 52077 153 0 0 25 0 1 0 64999458 341938176 72424 33554432000 4194304 4298156 140736989356432 18446744073709551615 4253986 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 72424 243 26 0 80113 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 333924

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.92 5/308 24158
/proc/meminfo: memFree=2638056/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=582.31 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1109296 0 0 0 58056 175 0 0 25 0 1 0 64999458 341938176 74241 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256607 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 74241 243 26 0 80113 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 333924

[startup+642.3 s]
/proc/loadavg: 4.04 4.03 3.93 5/308 24159
/proc/meminfo: memFree=2581860/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=415312 CPUtime=642.31 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1242164 0 0 0 64031 200 0 0 25 0 1 0 64999458 425279488 78448 33554432000 4194304 4298156 140736989356432 18446744073709551615 4263082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 103828 78448 243 26 0 100460 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 415312

[startup+702.312 s]
/proc/loadavg: 4.06 4.03 3.93 5/308 24161
/proc/meminfo: memFree=2574012/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=702.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1325808 0 0 0 70018 214 0 0 25 0 1 0 64999458 341938176 74706 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 74706 243 26 0 80113 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 333924

[startup+762.301 s]
/proc/loadavg: 4.02 4.03 3.93 5/308 24162
/proc/meminfo: memFree=2560868/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=762.31 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1495567 0 0 0 75992 239 0 0 25 0 1 0 64999458 341938176 74194 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 74194 243 26 0 80113 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 333924

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/308 24164
/proc/meminfo: memFree=2575212/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=822.31 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1707303 0 0 0 81956 275 0 0 25 0 1 0 64999458 341938176 72097 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256968 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 72097 243 26 0 80113 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 333924

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.94 5/308 24166
/proc/meminfo: memFree=2530272/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=882.31 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1795985 0 0 0 87942 289 0 0 25 0 1 0 64999458 341938176 74245 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 74245 243 26 0 80113 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 333924

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/308 24167
/proc/meminfo: memFree=2553152/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=942.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 1923717 0 0 0 93922 310 0 0 25 0 1 0 64999458 341938176 71944 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 71944 243 26 0 80113 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 333924

[startup+1002.3 s]
/proc/loadavg: 3.96 4.01 3.94 4/303 24195
/proc/meminfo: memFree=3268040/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=1002.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2016349 0 0 0 99904 328 0 0 25 0 1 0 64999458 341938176 74836 33554432000 4194304 4298156 140736989356432 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 74836 243 26 0 80113 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 333924

[startup+1062.3 s]
/proc/loadavg: 3.35 3.83 3.87 4/302 24196
/proc/meminfo: memFree=3232288/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=333924 CPUtime=1062.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2104349 0 0 0 105888 344 0 0 25 0 1 0 64999458 341938176 76444 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256307 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 83481 76444 243 26 0 80113 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 333924

[startup+1122.3 s]
/proc/loadavg: 3.13 3.67 3.82 4/302 24198
/proc/meminfo: memFree=3261768/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=545540 CPUtime=1122.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2196165 0 0 0 111869 363 0 0 25 0 1 0 64999458 558632960 78642 33554432000 4194304 4298156 140736989356432 18446744073709551615 4210839 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 136385 78642 243 26 0 133017 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 545540

[startup+1182.3 s]
/proc/loadavg: 3.05 3.55 3.76 4/302 24200
/proc/meminfo: memFree=3237804/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=336368 CPUtime=1182.32 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2323711 0 0 0 117847 385 0 0 25 0 1 0 64999458 344440832 76818 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 84092 76818 243 26 0 80724 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 336368

[startup+1242.3 s]
/proc/loadavg: 3.08 3.46 3.72 4/302 24201
/proc/meminfo: memFree=3252512/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=337052 CPUtime=1242.33 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2490276 0 0 0 123819 414 0 0 25 0 1 0 64999458 345141248 74414 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 84263 74414 243 26 0 80895 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 337052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.37 3.67 4/302 24203
/proc/meminfo: memFree=3267736/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=337600 CPUtime=1300.03 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2575107 0 0 0 129575 428 0 0 25 0 1 0 64999458 345702400 74617 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 84400 74617 243 26 0 81032 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 337600

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

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

[startup+1300 s]
/proc/loadavg: 3.03 3.37 3.67 4/302 24203
/proc/meminfo: memFree=3267736/32950928 swapFree=67111364/67111528
[pid=23934] ppid=23932 vsize=337600 CPUtime=1300.03 cores=0,2
/proc/23934/stat : 23934 (contrasat_relea) R 23932 23934 21818 0 -1 4202496 2575107 0 0 0 129575 428 0 0 25 0 1 0 64999458 345702400 74617 33554432000 4194304 4298156 140736989356432 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23934/statm: 84400 74617 243 26 0 81032 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 337600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1295.75
CPU system time (s): 4.30435
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 548668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1295.75
system time used= 4.30434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2575107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 15001

runsolver used 3.82342 second user time and 8.21075 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-09 22:45:00
IDJOB=3350323
IDBENCH=85007
IDSOLVER=1816
FILE ID=node112/3350323-1304973898
RUNJOBID= node112-1304973898-23910
PBS_JOBID= 13285638
Free space on /tmp= 40348 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350323-1304973898/watcher-3350323-1304973898 -o /tmp/evaluation-result-3350323-1304973898/solver-3350323-1304973898 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350323-1304973898.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1374868997

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:       4385436 kB
Buffers:        222332 kB
Cached:       14036736 kB
SwapCached:          0 kB
Active:       18998740 kB
Inactive:      9027056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4385436 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          335428 kB
Writeback:           0 kB
AnonPages:    13766884 kB
Mapped:          20856 kB
Slab:           433752 kB
PageTables:      42744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35002292 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= 40388 MiB
End job on node112 at 2011-05-09 23:06:43