Trace number 3362521

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.09

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.93 3.98 3.93 4/284 19870
/proc/meminfo: memFree=6631640/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=20260 CPUtime=0 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 953 0 0 0 0 0 0 0 21 0 1 0 642438113 20746240 877 33554432000 4194304 4291037 140735443993264 18446744073709551615 4277821 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 5065 877 214 24 0 1699 0

[startup+0.051878 s]
/proc/loadavg: 3.93 3.98 3.93 4/284 19870
/proc/meminfo: memFree=6631640/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=26784 CPUtime=0.04 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 3300 0 0 0 4 0 0 0 21 0 1 0 642438113 27426816 2920 33554432000 4194304 4291037 140735443993264 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 6696 2920 215 24 0 3330 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26784

[startup+0.100869 s]
/proc/loadavg: 3.93 3.98 3.93 4/284 19870
/proc/meminfo: memFree=6631640/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=35876 CPUtime=0.09 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 6004 0 0 0 9 0 0 0 21 0 1 0 642438113 36737024 5161 33554432000 4194304 4291037 140735443993264 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 8969 5163 215 24 0 5603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35876

[startup+0.300834 s]
/proc/loadavg: 3.93 3.98 3.93 4/284 19870
/proc/meminfo: memFree=6631640/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=74352 CPUtime=0.29 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 16889 0 0 0 27 2 0 0 22 0 1 0 642438113 76136448 14110 33554432000 4194304 4291037 140735443993264 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 18588 14112 215 24 0 15222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74352

[startup+0.700877 s]
/proc/loadavg: 3.93 3.98 3.93 4/284 19870
/proc/meminfo: memFree=6631640/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=158304 CPUtime=0.69 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 38100 0 0 0 64 5 0 0 23 0 1 0 642438113 162103296 31751 33554432000 4194304 4291037 140735443993264 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 39576 31755 215 24 0 36210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158304

[startup+1.50062 s]
/proc/loadavg: 3.93 3.98 3.93 5/285 19871
/proc/meminfo: memFree=6451344/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=297624 CPUtime=1.49 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 80767 0 0 0 137 12 0 0 25 0 1 0 642438113 304766976 66683 33554432000 4194304 4291037 140735443993264 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 74406 66684 215 24 0 71040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 297624

[startup+3.10033 s]
/proc/loadavg: 3.93 3.98 3.93 5/285 19871
/proc/meminfo: memFree=6234220/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=596360 CPUtime=3.09 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 143613 0 0 0 286 23 0 0 25 0 1 0 642438113 610672640 121141 33554432000 4194304 4291037 140735443993264 18446744073709551615 4226656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 149090 121141 238 24 0 145724 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 596360

[startup+6.30083 s]
/proc/loadavg: 3.94 3.98 3.93 5/285 19871
/proc/meminfo: memFree=6143512/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=596360 CPUtime=6.29 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 143614 0 0 0 606 23 0 0 25 0 1 0 642438113 610672640 121142 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 149090 121142 238 24 0 145724 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 596360

[startup+12.7007 s]
/proc/loadavg: 3.86 3.97 3.92 5/282 19893
/proc/meminfo: memFree=7630184/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=596360 CPUtime=12.69 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 143614 0 0 0 1246 23 0 0 25 0 1 0 642438113 610672640 121142 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 149090 121142 238 24 0 145724 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 596360

[startup+25.5004 s]
/proc/loadavg: 3.96 3.98 3.93 5/285 19900
/proc/meminfo: memFree=7238680/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=606548 CPUtime=25.49 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 148148 0 0 0 2526 23 0 0 25 0 1 0 642438113 621105152 125549 33554432000 4194304 4291037 140735443993264 18446744073709551615 4230015 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 151637 125550 239 24 0 148271 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 606548

[startup+51.1009 s]
/proc/loadavg: 3.97 3.98 3.93 5/285 19900
/proc/meminfo: memFree=7303148/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=614904 CPUtime=51.09 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 151471 0 0 0 5086 23 0 0 25 0 1 0 642438113 629661696 128720 33554432000 4194304 4291037 140735443993264 18446744073709551615 4254680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 153726 128720 239 24 0 150360 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 614904

[startup+102.311 s]
/proc/loadavg: 3.99 3.98 3.93 5/285 19902
/proc/meminfo: memFree=7275792/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=586532 CPUtime=102.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 195795 0 0 0 10200 30 0 0 25 0 1 0 642438113 600608768 119248 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 146633 119248 259 24 0 143267 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 586532

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.93 5/285 19903
/proc/meminfo: memFree=7089216/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=586532 CPUtime=162.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 210461 0 0 0 16196 34 0 0 25 0 1 0 642438113 600608768 133768 33554432000 4194304 4291037 140735443993264 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 146633 133768 259 24 0 143267 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 586532

[startup+222.3 s]
/proc/loadavg: 3.99 3.98 3.93 5/285 19905
/proc/meminfo: memFree=6900976/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=718792 CPUtime=222.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 222944 0 0 0 22193 37 0 0 25 0 1 0 642438113 736043008 146149 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 179698 146149 259 24 0 176332 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 718792

[startup+282.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/285 19906
/proc/meminfo: memFree=6778420/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=718792 CPUtime=282.29 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 242789 0 0 0 28187 42 0 0 25 0 1 0 642438113 736043008 165832 33554432000 4194304 4291037 140735443993264 18446744073709551615 4249370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 179698 165832 259 24 0 176332 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 718792

[startup+342.301 s]
/proc/loadavg: 4.07 4.02 3.94 5/285 19908
/proc/meminfo: memFree=6571236/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=933716 CPUtime=342.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 258983 0 0 0 34184 46 0 0 25 0 1 0 642438113 956125184 181904 33554432000 4194304 4291037 140735443993264 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 233429 181904 259 24 0 230063 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 933716

[startup+402.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/285 19910
/proc/meminfo: memFree=6291140/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=933716 CPUtime=402.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 280071 0 0 0 40178 52 0 0 25 0 1 0 642438113 956125184 202859 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 233429 202859 259 24 0 230063 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 933716

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 3.94 5/285 19911
/proc/meminfo: memFree=6135160/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=937564 CPUtime=462.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 303012 0 0 0 46172 58 0 0 25 0 1 0 642438113 960065536 225689 33554432000 4194304 4291037 140735443993264 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 234391 225689 259 24 0 231025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 937564

[startup+522.301 s]
/proc/loadavg: 4.15 4.05 3.95 5/285 19913
/proc/meminfo: memFree=5919660/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1287664 CPUtime=522.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 339009 0 0 0 52164 66 0 0 25 0 1 0 642438113 1318567936 261489 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 321916 261489 259 24 0 318550 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1287664

[startup+582.3 s]
/proc/loadavg: 4.05 4.03 3.95 5/285 19914
/proc/meminfo: memFree=5772124/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1294296 CPUtime=582.3 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 357634 0 0 0 58160 70 0 0 25 0 1 0 642438113 1325359104 280027 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 323574 280027 259 24 0 320208 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1294296

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.95 5/285 19916
/proc/meminfo: memFree=5657580/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1294296 CPUtime=642.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 375328 0 0 0 64156 76 0 0 25 0 1 0 642438113 1325359104 297588 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 323574 297588 259 24 0 320208 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1294296

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.95 5/285 19918
/proc/meminfo: memFree=5494260/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1305268 CPUtime=702.31 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 391231 0 0 0 70151 80 0 0 25 0 1 0 642438113 1336594432 313399 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 326317 313399 259 24 0 322951 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1305268

[startup+762.31 s]
/proc/loadavg: 4.00 4.01 3.95 5/285 19919
/proc/meminfo: memFree=5348672/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1872796 CPUtime=762.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 408967 0 0 0 76147 85 0 0 25 0 1 0 642438113 1917743104 331029 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 468199 331029 259 24 0 464833 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1872796

[startup+822.301 s]
/proc/loadavg: 4.05 4.02 3.96 5/285 19921
/proc/meminfo: memFree=5137396/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1875408 CPUtime=822.31 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 436066 0 0 0 82140 91 0 0 25 0 1 0 642438113 1920417792 358012 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 468852 358012 259 24 0 465486 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1875408

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.96 5/285 19922
/proc/meminfo: memFree=4998668/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1883364 CPUtime=882.31 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 453593 0 0 0 88136 95 0 0 25 0 1 0 642438113 1928564736 375465 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 470841 375465 259 24 0 467475 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1883364

[startup+942.3 s]
/proc/loadavg: 3.55 3.90 3.92 4/279 19942
/proc/meminfo: memFree=5071796/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1887344 CPUtime=942.31 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 473171 0 0 0 94131 100 0 0 25 0 1 0 642438113 1932640256 394940 33554432000 4194304 4291037 140735443993264 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 471836 394940 259 24 0 468470 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1887344

[startup+1002.3 s]
/proc/loadavg: 2.98 3.68 3.85 3/273 19962
/proc/meminfo: memFree=5039172/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1889132 CPUtime=1002.31 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 487409 0 0 0 100127 104 0 0 25 0 1 0 642438113 1934471168 409094 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 472283 409094 259 24 0 468917 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1889132

[startup+1062.3 s]
/proc/loadavg: 2.42 3.40 3.74 3/273 19963
/proc/meminfo: memFree=4866524/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1898024 CPUtime=1062.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 504334 0 0 0 106123 109 0 0 25 0 1 0 642438113 1943576576 425929 33554432000 4194304 4291037 140735443993264 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 474506 425929 259 24 0 471140 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1898024

[startup+1122.3 s]
/proc/loadavg: 2.15 3.14 3.63 3/273 19965
/proc/meminfo: memFree=4702192/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=1910328 CPUtime=1122.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 530046 0 0 0 112119 113 0 0 25 0 1 0 642438113 1956175872 451558 33554432000 4194304 4291037 140735443993264 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 477582 451558 259 24 0 474216 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1910328

[startup+1182.3 s]
/proc/loadavg: 2.05 2.93 3.52 3/273 19966
/proc/meminfo: memFree=4543304/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=2832564 CPUtime=1182.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 557900 0 0 0 118113 119 0 0 25 0 1 0 642438113 2900545536 479334 33554432000 4194304 4291037 140735443993264 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 708141 479334 259 24 0 704775 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2832564

[startup+1242.3 s]
/proc/loadavg: 2.02 2.76 3.42 3/273 19968
/proc/meminfo: memFree=4409000/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=2832564 CPUtime=1242.32 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 576371 0 0 0 124109 123 0 0 25 0 1 0 642438113 2900545536 497718 33554432000 4194304 4291037 140735443993264 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 708141 497718 259 24 0 704775 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2832564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.62 3.33 3/273 19979
/proc/meminfo: memFree=4250800/32950904 swapFree=67057400/67111528
[pid=19870] ppid=19868 vsize=2836296 CPUtime=1300.03 cores=4,6
/proc/19870/stat : 19870 (minisat_release) R 19868 19870 19517 0 -1 4202496 604127 0 0 0 129875 128 0 0 25 0 1 0 642438113 2904367104 525387 33554432000 4194304 4291037 140735443993264 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19870/statm: 709074 525387 259 24 0 705708 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2836296

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.09
CPU time (s): 1300.12
CPU user time (s): 1298.75
CPU system time (s): 1.37079
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2836296

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

runsolver used 3.3085 second user time and 7.63784 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 19:39:44
IDJOB=3362521
IDBENCH=85005
IDSOLVER=1840
FILE ID=node121/3362521-1305308379
RUNJOBID= node121-1305306638-19536
PBS_JOBID= 13321479
Free space on /tmp= 43504 MiB

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

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1899678099

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:       6631920 kB
Buffers:        259380 kB
Cached:       18468720 kB
SwapCached:       7656 kB
Active:       11204648 kB
Inactive:     14414048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       6631920 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          156812 kB
Writeback:           0 kB
AnonPages:     6888132 kB
Mapped:          22244 kB
Slab:           608596 kB
PageTables:      27848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 32756732 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= 43612 MiB
End job on node121 at 2011-05-13 20:01:26