Trace number 3362501

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.12 1300.08

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.23 3.64 3.80 4/284 19632
/proc/meminfo: memFree=8012208/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=25140 CPUtime=0 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 1940 0 0 0 0 0 0 0 23 0 1 0 642267891 25743360 1877 33554432000 4194304 4291037 140737399856240 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 6285 1878 215 24 0 2919 0

[startup+0.0294669 s]
/proc/loadavg: 3.23 3.64 3.80 4/284 19632
/proc/meminfo: memFree=8012208/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=44916 CPUtime=0.02 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 5508 0 0 0 1 1 0 0 23 0 1 0 642267891 45993984 5433 33554432000 4194304 4291037 140737399856240 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 11229 5442 215 24 0 7863 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44916

[startup+0.100455 s]
/proc/loadavg: 3.23 3.64 3.80 4/284 19632
/proc/meminfo: memFree=8012208/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=58552 CPUtime=0.09 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 9431 0 0 0 8 1 0 0 23 0 1 0 642267891 59957248 9026 33554432000 4194304 4291037 140737399856240 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 14638 9028 215 24 0 11272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58552

[startup+0.300421 s]
/proc/loadavg: 3.23 3.64 3.80 4/284 19632
/proc/meminfo: memFree=8012208/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=83724 CPUtime=0.29 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 15478 0 0 0 27 2 0 0 25 0 1 0 642267891 85733376 14558 33554432000 4194304 4291037 140737399856240 18446744073709551615 4260717 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 20931 14558 215 24 0 17565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83724

[startup+0.700348 s]
/proc/loadavg: 3.23 3.64 3.80 4/284 19632
/proc/meminfo: memFree=8012208/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=115496 CPUtime=0.69 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 24762 0 0 0 65 4 0 0 25 0 1 0 642267891 118267904 22627 33554432000 4194304 4291037 140737399856240 18446744073709551615 4260656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 28874 22629 215 24 0 25508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115496

[startup+1.50021 s]
/proc/loadavg: 3.23 3.64 3.80 5/285 19633
/proc/meminfo: memFree=7887596/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=151176 CPUtime=1.49 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 34902 0 0 0 143 6 0 0 25 0 1 0 642267891 154804224 31358 33554432000 4194304 4291037 140737399856240 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 37794 31358 239 24 0 34428 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151176

[startup+3.10092 s]
/proc/loadavg: 3.29 3.65 3.80 5/285 19634
/proc/meminfo: memFree=7863044/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=136868 CPUtime=3.09 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 43901 0 0 0 301 8 0 0 25 0 1 0 642267891 140152832 28465 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 34217 28465 258 24 0 30851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136868

[startup+6.30035 s]
/proc/loadavg: 3.29 3.65 3.80 5/285 19634
/proc/meminfo: memFree=7882652/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=136868 CPUtime=6.29 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 44270 0 0 0 621 8 0 0 25 0 1 0 642267891 140152832 28831 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 34217 28831 258 24 0 30851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136868

[startup+12.7003 s]
/proc/loadavg: 3.40 3.66 3.80 5/285 19634
/proc/meminfo: memFree=7862076/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=148544 CPUtime=12.7 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 45441 0 0 0 1261 9 0 0 25 0 1 0 642267891 152109056 29988 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 37136 29988 258 24 0 33770 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 148544

[startup+25.501 s]
/proc/loadavg: 3.49 3.67 3.80 5/285 19634
/proc/meminfo: memFree=7790256/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=167512 CPUtime=25.49 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 48957 0 0 0 2540 9 0 0 25 0 1 0 642267891 171532288 33490 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 41878 33490 258 24 0 38512 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167512

[startup+51.1004 s]
/proc/loadavg: 3.67 3.70 3.81 5/285 19635
/proc/meminfo: memFree=7710600/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=198332 CPUtime=51.09 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 57245 0 0 0 5098 11 0 0 25 0 1 0 642267891 203091968 41752 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 49583 41753 258 24 0 46217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198332

[startup+102.31 s]
/proc/loadavg: 3.98 3.78 3.83 5/285 19690
/proc/meminfo: memFree=7842148/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=329808 CPUtime=102.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 73800 0 0 0 10214 17 0 0 25 0 1 0 642267891 337723392 58250 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 82452 58250 258 24 0 79086 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 329808

[startup+162.301 s]
/proc/loadavg: 4.04 3.83 3.84 5/285 19692
/proc/meminfo: memFree=7694792/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=331540 CPUtime=162.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 92212 0 0 0 16206 24 0 0 25 0 1 0 642267891 339496960 76611 33554432000 4194304 4291037 140737399856240 18446744073709551615 4261900 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 82885 76611 258 24 0 79519 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 331540

[startup+222.301 s]
/proc/loadavg: 4.01 3.86 3.84 5/285 19693
/proc/meminfo: memFree=7646544/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=468676 CPUtime=222.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 113449 0 0 0 22197 33 0 0 25 0 1 0 642267891 479924224 97800 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 117169 97800 258 24 0 113803 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 468676

[startup+282.3 s]
/proc/loadavg: 4.00 3.88 3.85 5/285 19695
/proc/meminfo: memFree=7522760/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=688672 CPUtime=282.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 132453 0 0 0 28189 41 0 0 25 0 1 0 642267891 705200128 116752 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 172168 116752 258 24 0 168802 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 688672

[startup+342.301 s]
/proc/loadavg: 4.06 3.91 3.86 5/285 19697
/proc/meminfo: memFree=7380376/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=693540 CPUtime=342.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 150605 0 0 0 34179 51 0 0 25 0 1 0 642267891 710184960 134865 33554432000 4194304 4291037 140737399856240 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 173385 134865 258 24 0 170019 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 693540

[startup+402.301 s]
/proc/loadavg: 4.00 3.93 3.87 4/283 19725
/proc/meminfo: memFree=7591248/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=697828 CPUtime=402.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 168622 0 0 0 40172 58 0 0 25 0 1 0 642267891 714575872 152839 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 174457 152839 258 24 0 171091 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 697828

[startup+462.3 s]
/proc/loadavg: 4.10 3.97 3.88 5/285 19754
/proc/meminfo: memFree=6694524/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=702160 CPUtime=462.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 185423 0 0 0 46167 63 0 0 25 0 1 0 642267891 719011840 169609 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 175540 169609 258 24 0 172174 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 702160

[startup+522.301 s]
/proc/loadavg: 4.04 3.97 3.89 5/285 19755
/proc/meminfo: memFree=6512004/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1055732 CPUtime=522.3 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 203388 0 0 0 52162 68 0 0 25 0 1 0 642267891 1081069568 187538 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 263933 187538 258 24 0 260567 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1055732

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.90 5/285 19757
/proc/meminfo: memFree=6218212/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1061000 CPUtime=582.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 221272 0 0 0 58156 75 0 0 25 0 1 0 642267891 1086464000 205390 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 265250 205390 258 24 0 261884 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1061000

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.90 5/285 19759
/proc/meminfo: memFree=6024056/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1064500 CPUtime=642.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 237397 0 0 0 64152 80 0 0 25 0 1 0 642267891 1090048000 221485 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 266125 221485 258 24 0 262759 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1064500

[startup+702.3 s]
/proc/loadavg: 4.07 3.99 3.91 5/285 19760
/proc/meminfo: memFree=5799800/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1067748 CPUtime=702.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 254614 0 0 0 70146 85 0 0 25 0 1 0 642267891 1093373952 238677 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 266937 238677 258 24 0 263571 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1067748

[startup+762.311 s]
/proc/loadavg: 4.02 3.99 3.91 5/285 19762
/proc/meminfo: memFree=5568268/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1071460 CPUtime=762.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 270589 0 0 0 76141 91 0 0 25 0 1 0 642267891 1097175040 254614 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248330 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 267865 254614 258 24 0 264499 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1071460

[startup+822.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/285 19763
/proc/meminfo: memFree=5307316/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1642720 CPUtime=822.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 287029 0 0 0 82135 96 0 0 25 0 1 0 642267891 1682145280 271013 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 410680 271013 258 24 0 407314 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1642720

[startup+882.3 s]
/proc/loadavg: 4.16 4.02 3.92 5/285 19765
/proc/meminfo: memFree=5119396/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1645636 CPUtime=882.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 302038 0 0 0 88131 100 0 0 25 0 1 0 642267891 1685131264 285988 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 411409 285988 258 24 0 408043 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1645636

[startup+942.301 s]
/proc/loadavg: 4.06 4.01 3.92 5/285 19767
/proc/meminfo: memFree=4889184/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1649004 CPUtime=942.31 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 317924 0 0 0 94125 106 0 0 25 0 1 0 642267891 1688580096 301840 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 412251 301840 258 24 0 408885 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1649004

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/285 19768
/proc/meminfo: memFree=4700892/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1654208 CPUtime=1002.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 331732 0 0 0 100120 112 0 0 25 0 1 0 642267891 1693908992 315615 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 413552 315615 258 24 0 410186 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1654208

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.93 5/285 19770
/proc/meminfo: memFree=4457228/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1656200 CPUtime=1062.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 348346 0 0 0 106115 117 0 0 25 0 1 0 642267891 1695948800 332205 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 414050 332205 258 24 0 410684 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1656200

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/285 19771
/proc/meminfo: memFree=4235196/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1658772 CPUtime=1122.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 363949 0 0 0 112111 121 0 0 25 0 1 0 642267891 1698582528 347776 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 414693 347776 258 24 0 411327 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1658772

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/285 19773
/proc/meminfo: memFree=3980816/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1662012 CPUtime=1182.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 377002 0 0 0 118105 127 0 0 25 0 1 0 642267891 1701900288 360803 33554432000 4194304 4291037 140737399856240 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 415503 360803 258 24 0 412137 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1662012

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/285 19775
/proc/meminfo: memFree=3739560/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1665124 CPUtime=1242.32 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 389962 0 0 0 124100 132 0 0 25 0 1 0 642267891 1705086976 373731 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 416281 373731 258 24 0 412915 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1665124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.93 5/285 19776
/proc/meminfo: memFree=3539456/32950904 swapFree=67057400/67111528
[pid=19632] ppid=19630 vsize=1667416 CPUtime=1300.03 cores=1,3
/proc/19632/stat : 19632 (minisat_release) R 19630 19632 19517 0 -1 4202496 402498 0 0 0 129866 137 0 0 25 0 1 0 642267891 1707433984 386249 33554432000 4194304 4291037 140737399856240 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19632/statm: 416854 386249 258 24 0 413488 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1667416

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.08
CPU time (s): 1300.12
CPU user time (s): 1298.67
CPU system time (s): 1.44678
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1667416

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

runsolver used 3.39248 second user time and 7.9008 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 19:11:21
IDJOB=3362501
IDBENCH=71050
IDSOLVER=1840
FILE ID=node121/3362501-1305306680
RUNJOBID= node121-1305306638-19537
PBS_JOBID= 13321479
Free space on /tmp= 43724 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362501-1305306680/watcher-3362501-1305306680 -o /tmp/evaluation-result-3362501-1305306680/solver-3362501-1305306680 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362501-1305306680.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=1556309885

node121.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.817
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       8012364 kB
Buffers:        258268 kB
Cached:       18183504 kB
SwapCached:       7656 kB
Active:        9886580 kB
Inactive:     14356828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       8012364 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          101716 kB
Writeback:           0 kB
AnonPages:     5799012 kB
Mapped:          22244 kB
Slab:           607112 kB
PageTables:      25824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31219940 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= 43580 MiB
End job on node121 at 2011-05-13 19:33:03