Trace number 3434108

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: MiniSAT 2.2.0-agile-26? (TO) 5000.31 5000.11

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 benchmark935.02
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: 977)

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-3434108-1306923491/watcher-3434108-1306923491 -o /tmp/evaluation-result-3434108-1306923491/solver-3434108-1306923491 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434108-1306923491.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 1.26 1.43 2/554 24855
/proc/meminfo: memFree=24418368/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=22132 CPUtime=0.01 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1462 0 0 0 1 0 0 0 23 0 1 0 803946633 22663168 1358 33554432000 4194304 4291235 140734955959760 18446744073709551615 4221429 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 5533 1368 215 24 0 2167 0

[startup+0.0281429 s]
/proc/loadavg: 1.70 1.26 1.43 2/554 24855
/proc/meminfo: memFree=24418368/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=23200 CPUtime=0.02 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 2052 0 0 0 2 0 0 0 23 0 1 0 803946633 23756800 1826 33554432000 4194304 4291235 140734955959760 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 5833 1828 215 24 0 2467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23200

[startup+0.101134 s]
/proc/loadavg: 1.70 1.26 1.43 2/554 24855
/proc/meminfo: memFree=24418368/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=36016 CPUtime=0.09 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 6062 0 0 0 8 1 0 0 23 0 1 0 803946633 36880384 5215 33554432000 4194304 4291235 140734955959760 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 9004 5216 215 24 0 5638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36016

[startup+0.301099 s]
/proc/loadavg: 1.70 1.26 1.43 2/554 24855
/proc/meminfo: memFree=24418368/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=76088 CPUtime=0.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 17253 0 0 0 27 3 0 0 25 0 1 0 803946633 77914112 14469 33554432000 4194304 4291235 140734955959760 18446744073709551615 239476392313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 19022 14469 215 24 0 15656 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 76088

[startup+0.701013 s]
/proc/loadavg: 1.70 1.26 1.43 2/554 24855
/proc/meminfo: memFree=24418368/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=158972 CPUtime=0.69 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 38437 0 0 0 63 6 0 0 25 0 1 0 803946633 162787328 32064 33554432000 4194304 4291235 140734955959760 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 39743 32066 215 24 0 36377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158972

[startup+1.50086 s]
/proc/loadavg: 1.88 1.31 1.44 3/555 24856
/proc/meminfo: memFree=24240848/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=298952 CPUtime=1.49 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 81426 0 0 0 136 13 0 0 25 0 1 0 803946633 306126848 67295 33554432000 4194304 4291235 140734955959760 18446744073709551615 4260742 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 74771 67297 215 24 0 71405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 298952

[startup+3.10055 s]
/proc/loadavg: 1.88 1.31 1.44 3/555 24856
/proc/meminfo: memFree=24046912/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=596368 CPUtime=3.09 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 143614 0 0 0 285 24 0 0 25 0 1 0 803946633 610680832 121141 33554432000 4194304 4291235 140734955959760 18446744073709551615 4254858 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 149092 121141 237 24 0 145726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 596368

[startup+6.30094 s]
/proc/loadavg: 1.89 1.32 1.45 3/555 24856
/proc/meminfo: memFree=23937920/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=596368 CPUtime=6.29 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 143615 0 0 0 605 24 0 0 25 0 1 0 803946633 610680832 121142 33554432000 4194304 4291235 140734955959760 18446744073709551615 4226105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 149092 121142 237 24 0 145726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 596368

[startup+12.7007 s]
/proc/loadavg: 1.90 1.33 1.45 3/555 24856
/proc/meminfo: memFree=23937552/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=596368 CPUtime=12.69 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 143615 0 0 0 1245 24 0 0 25 0 1 0 803946633 610680832 121142 33554432000 4194304 4291235 140734955959760 18446744073709551615 4254696 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 149092 121142 237 24 0 145726 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 596368

[startup+25.5003 s]
/proc/loadavg: 1.92 1.36 1.46 3/552 24860
/proc/meminfo: memFree=24475212/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=614116 CPUtime=25.5 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 151210 0 0 0 2525 25 0 0 25 0 1 0 803946633 628854784 128458 33554432000 4194304 4291235 140734955959760 18446744073709551615 239476353453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 153529 128458 239 24 0 150163 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 614116

[startup+51.1004 s]
/proc/loadavg: 1.61 1.33 1.44 2/549 24874
/proc/meminfo: memFree=24642572/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=614912 CPUtime=51.1 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 151473 0 0 0 5085 25 0 0 25 0 1 0 803946633 629669888 128721 33554432000 4194304 4291235 140734955959760 18446744073709551615 4226088 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 153728 128721 239 24 0 150362 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 614912

[startup+102.322 s]
/proc/loadavg: 1.26 1.28 1.42 2/549 24876
/proc/meminfo: memFree=24674996/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=586540 CPUtime=102.32 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 196668 0 0 0 10201 31 0 0 25 0 1 0 803946633 600616960 120108 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 146635 120108 259 24 0 143269 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 586540

[startup+162.301 s]
/proc/loadavg: 1.09 1.23 1.39 2/549 24877
/proc/meminfo: memFree=24618964/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=586540 CPUtime=162.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 211059 0 0 0 16195 35 0 0 25 0 1 0 803946633 600616960 134357 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 146635 134357 259 24 0 143269 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 586540

[startup+222.301 s]
/proc/loadavg: 1.15 1.21 1.37 2/549 24879
/proc/meminfo: memFree=24565492/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=718800 CPUtime=222.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 224584 0 0 0 22191 39 0 0 25 0 1 0 803946633 736051200 147780 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 179700 147780 259 24 0 176334 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 718800

[startup+282.301 s]
/proc/loadavg: 1.10 1.19 1.35 2/549 24881
/proc/meminfo: memFree=24485004/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=718800 CPUtime=282.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 245421 0 0 0 28187 43 0 0 25 0 1 0 803946633 736051200 168441 33554432000 4194304 4291235 140734955959760 18446744073709551615 4262313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 179700 168441 259 24 0 176334 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 718800

[startup+342.301 s]
/proc/loadavg: 1.04 1.15 1.33 2/549 24882
/proc/meminfo: memFree=24394944/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=933724 CPUtime=342.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 267749 0 0 0 34182 48 0 0 25 0 1 0 803946633 956133376 190626 33554432000 4194304 4291235 140734955959760 18446744073709551615 4251616 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 233431 190626 259 24 0 230065 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 933724

[startup+402.301 s]
/proc/loadavg: 1.01 1.12 1.31 2/549 24884
/proc/meminfo: memFree=24326104/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=933724 CPUtime=402.3 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 285294 0 0 0 40178 52 0 0 25 0 1 0 803946633 956133376 208056 33554432000 4194304 4291235 140734955959760 18446744073709551615 4256332 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 233431 208056 259 24 0 230065 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 933724

[startup+462.301 s]
/proc/loadavg: 1.00 1.10 1.28 2/549 24885
/proc/meminfo: memFree=24194388/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=1286820 CPUtime=462.31 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 318415 0 0 0 46171 60 0 0 25 0 1 0 803946633 1317703680 241018 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 321705 241018 259 24 0 318339 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1286820

[startup+522.301 s]
/proc/loadavg: 1.00 1.08 1.26 2/549 24887
/proc/meminfo: memFree=24089464/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=1289752 CPUtime=522.31 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 344686 0 0 0 52165 66 0 0 25 0 1 0 803946633 1320706048 267127 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 322438 267127 259 24 0 319072 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1289752

[startup+582.301 s]
/proc/loadavg: 1.00 1.06 1.24 2/549 24889
/proc/meminfo: memFree=24012560/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=1294304 CPUtime=582.31 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 363920 0 0 0 58159 72 0 0 25 0 1 0 803946633 1325367296 286271 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 323576 286271 259 24 0 320210 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1294304

[startup+642.301 s]

################
# More data... #
################

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 24995
/proc/meminfo: memFree=20642740/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=4625368 CPUtime=4122.45 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1208131 0 0 0 411884 361 0 0 25 0 1 0 803946633 4736376832 1126493 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1156342 1126493 259 24 0 1152976 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 4625368

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 24997
/proc/meminfo: memFree=20605756/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=4646972 CPUtime=4182.46 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1217459 0 0 0 417881 365 0 0 25 0 1 0 803946633 4758499328 1135790 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1161743 1135790 259 24 0 1158377 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 4646972

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 24998
/proc/meminfo: memFree=20574620/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=4667224 CPUtime=4242.46 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1225329 0 0 0 423877 369 0 0 25 0 1 0 803946633 4779237376 1143637 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1166806 1143637 259 24 0 1163440 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 4667224

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 25000
/proc/meminfo: memFree=20549800/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=4667224 CPUtime=4302.46 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1231432 0 0 0 429874 372 0 0 25 0 1 0 803946633 4779237376 1149699 33554432000 4194304 4291235 140734955959760 18446744073709551615 4256141 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1166806 1149699 259 24 0 1163440 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 4667224

[startup+4362.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/549 25001
/proc/meminfo: memFree=20521500/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7115460 CPUtime=4362.46 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1238530 0 0 0 435871 375 0 0 25 0 1 0 803946633 7286231040 1156763 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1778865 1156763 259 24 0 1775499 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 7115460

[startup+4422.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/549 25003
/proc/meminfo: memFree=20483400/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7136120 CPUtime=4422.47 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1247990 0 0 0 441869 378 0 0 25 0 1 0 803946633 7307386880 1166191 33554432000 4194304 4291235 140734955959760 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1784030 1166191 259 24 0 1780664 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 7136120

[startup+4482.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/549 25005
/proc/meminfo: memFree=20460680/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7140980 CPUtime=4482.47 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1253760 0 0 0 447866 381 0 0 25 0 1 0 803946633 7312363520 1171921 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1785245 1171921 259 24 0 1781879 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 7140980

[startup+4542.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/549 25006
/proc/meminfo: memFree=20438328/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7145840 CPUtime=4542.47 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1259356 0 0 0 453863 384 0 0 25 0 1 0 803946633 7317340160 1177476 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1786460 1177476 259 24 0 1783094 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 7145840

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/549 25008
/proc/meminfo: memFree=20415988/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7157992 CPUtime=4602.5 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1264946 0 0 0 459862 388 0 0 25 0 1 0 803946633 7329783808 1183044 33554432000 4194304 4291235 140734955959760 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1789498 1183044 259 24 0 1786132 0
Current children cumulated CPU time (s) 4602.5
Current children cumulated vsize (KiB) 7157992

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/549 25009
/proc/meminfo: memFree=20400220/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7157992 CPUtime=4662.48 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1268622 0 0 0 465858 390 0 0 25 0 1 0 803946633 7329783808 1186701 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1789498 1186701 259 24 0 1786132 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 7157992

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 25011
/proc/meminfo: memFree=20350832/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7170140 CPUtime=4722.5 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1280951 0 0 0 471857 393 0 0 25 0 1 0 803946633 7342223360 1198998 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1792535 1198998 259 24 0 1789169 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 7170140

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 25013
/proc/meminfo: memFree=20315096/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7170140 CPUtime=4782.48 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1289964 0 0 0 477851 397 0 0 25 0 1 0 803946633 7342223360 1207972 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1792535 1207972 259 24 0 1789169 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 7170140

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 25014
/proc/meminfo: memFree=20268304/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7170140 CPUtime=4842.49 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1301805 0 0 0 483846 403 0 0 25 0 1 0 803946633 7342223360 1219769 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1792535 1219769 259 24 0 1789169 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 7170140

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/549 25016
/proc/meminfo: memFree=20212112/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7170140 CPUtime=4902.48 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1316158 0 0 0 489839 409 0 0 25 0 1 0 803946633 7342223360 1234047 33554432000 4194304 4291235 140734955959760 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1792535 1234047 259 24 0 1789169 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 7170140

[startup+4962.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/549 25017
/proc/meminfo: memFree=20172024/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7173380 CPUtime=4962.49 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1326049 0 0 0 495835 414 0 0 25 0 1 0 803946633 7345541120 1243903 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1793345 1243903 259 24 0 1789979 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 7173380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.02 1.00 2/549 25018
/proc/meminfo: memFree=20148320/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=7177224 CPUtime=5000.11 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4202496 1331976 0 0 0 499595 416 0 0 25 0 1 0 803946633 7349477376 1249805 33554432000 4194304 4291235 140734955959760 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24855/statm: 1794306 1249805 259 24 0 1790940 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 7177224

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

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

[startup+5000.02 s]
/proc/loadavg: 1.06 1.02 1.00 2/549 25018
/proc/meminfo: memFree=20148320/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=0 CPUtime=5000.21 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4203524 1331976 0 0 0 499595 426 0 0 25 0 1 0 803946633 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/24855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 1.06 1.02 1.00 2/549 25018
/proc/meminfo: memFree=20148320/32950928 swapFree=67056580/67111528
[pid=24855] ppid=24853 vsize=0 CPUtime=5000.29 cores=1,3,5,7
/proc/24855/stat : 24855 (minisat) R 24853 24855 23827 0 -1 4203524 1331976 0 0 0 499595 434 0 0 25 0 1 0 803946633 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/24855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.11
CPU time (s): 5000.31
CPU user time (s): 4995.95
CPU system time (s): 4.35534
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 7177224

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

runsolver used 24.0893 second user time and 66.8488 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-01 12:18:16
IDJOB=3434108
IDBENCH=85005
IDSOLVER=1930
FILE ID=node148/3434108-1306923491
RUNJOBID= node148-1306923436-24780
PBS_JOBID= 13488476
Free space on /tmp= 73584 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434108-1306923491/watcher-3434108-1306923491 -o /tmp/evaluation-result-3434108-1306923491/solver-3434108-1306923491 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434108-1306923491.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=45581190

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.75
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24418400 kB
Buffers:        132908 kB
Cached:         684512 kB
SwapCached:       7908 kB
Active:        7874768 kB
Inactive:       340920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24418400 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:          313796 kB
Writeback:           0 kB
AnonPages:     7396556 kB
Mapped:          43948 kB
Slab:           186988 kB
PageTables:      59128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 171004224 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= 73748 MiB
End job on node148 at 2011-06-01 13:41:38