Trace number 3434133

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.1 5000.03

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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

running on 4 cores: 0,2,4,6

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.15 1.25 1.61 3/561 14723
/proc/meminfo: memFree=4044752/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=21164 CPUtime=0.01 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 998 0 0 0 1 0 0 0 25 0 1 0 801600983 21671936 919 33554432000 4194304 4291235 140737199347328 18446744073709551615 251813937248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 5291 919 240 24 0 1925 0

[startup+0.0905201 s]
/proc/loadavg: 1.15 1.25 1.61 3/561 14723
/proc/meminfo: memFree=4044752/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=18088 CPUtime=0.08 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 1364 0 0 0 8 0 0 0 25 0 1 0 801600983 18522112 1061 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 4522 1061 256 24 0 1156 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18088

[startup+0.100512 s]
/proc/loadavg: 1.15 1.25 1.61 3/561 14723
/proc/meminfo: memFree=4044752/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=18088 CPUtime=0.09 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 1371 0 0 0 9 0 0 0 25 0 1 0 801600983 18522112 1068 33554432000 4194304 4291235 140737199347328 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 4522 1068 256 24 0 1156 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18088

[startup+0.300478 s]
/proc/loadavg: 1.15 1.25 1.61 3/561 14723
/proc/meminfo: memFree=4044752/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=19104 CPUtime=0.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 1530 0 0 0 29 0 0 0 25 0 1 0 801600983 19562496 1223 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 4776 1223 257 24 0 1410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19104

[startup+0.700412 s]
/proc/loadavg: 1.15 1.25 1.61 3/561 14723
/proc/meminfo: memFree=4044752/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=19740 CPUtime=0.69 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 1896 0 0 0 69 0 0 0 25 0 1 0 801600983 20213760 1567 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255929 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 4935 1567 257 24 0 1569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19740

[startup+1.50017 s]
/proc/loadavg: 1.15 1.25 1.61 3/562 14724
/proc/meminfo: memFree=4038560/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=20908 CPUtime=1.49 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 2025 0 0 0 149 0 0 0 25 0 1 0 801600983 21409792 1692 33554432000 4194304 4291235 140737199347328 18446744073709551615 4262416 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 5227 1692 257 24 0 1861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20908

[startup+3.10103 s]
/proc/loadavg: 1.37 1.29 1.62 3/562 14724
/proc/meminfo: memFree=4036948/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=20908 CPUtime=3.09 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 2054 0 0 0 309 0 0 0 25 0 1 0 801600983 21409792 1719 33554432000 4194304 4291235 140737199347328 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 5227 1719 257 24 0 1861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20908

[startup+6.30048 s]
/proc/loadavg: 1.37 1.29 1.62 3/562 14724
/proc/meminfo: memFree=4031116/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=23232 CPUtime=6.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 2561 0 0 0 629 0 0 0 25 0 1 0 801600983 23789568 2212 33554432000 4194304 4291235 140737199347328 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 5808 2212 257 24 0 2442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23232

[startup+12.7004 s]
/proc/loadavg: 1.47 1.32 1.62 3/562 14724
/proc/meminfo: memFree=4029288/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=25908 CPUtime=12.69 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 3134 0 0 0 1269 0 0 0 25 0 1 0 801600983 26529792 2773 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 6477 2773 257 24 0 3111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25908

[startup+25.5002 s]
/proc/loadavg: 1.55 1.34 1.63 3/562 14724
/proc/meminfo: memFree=4022460/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=26668 CPUtime=25.49 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 3673 0 0 0 2549 0 0 0 25 0 1 0 801600983 27308032 3303 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255653 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 6667 3303 257 24 0 3301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26668

[startup+51.1009 s]
/proc/loadavg: 1.70 1.39 1.64 3/562 14725
/proc/meminfo: memFree=4021076/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=27932 CPUtime=51.1 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 4865 0 0 0 5109 1 0 0 25 0 1 0 801600983 28602368 3233 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 6983 3233 257 24 0 3617 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27932

[startup+102.321 s]
/proc/loadavg: 1.92 1.50 1.66 3/562 14727
/proc/meminfo: memFree=4011240/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=30636 CPUtime=102.32 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 5846 0 0 0 10231 1 0 0 25 0 1 0 801600983 31371264 4192 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 7659 4192 257 24 0 4293 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 30636

[startup+162.3 s]
/proc/loadavg: 1.97 1.59 1.68 3/562 14728
/proc/meminfo: memFree=3996300/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=37720 CPUtime=162.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 7773 0 0 0 16228 1 0 0 25 0 1 0 801600983 38625280 6065 33554432000 4194304 4291235 140737199347328 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 9430 6065 257 24 0 6064 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37720

[startup+222.301 s]
/proc/loadavg: 1.99 1.66 1.69 3/562 14730
/proc/meminfo: memFree=3988820/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=37720 CPUtime=222.3 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 7773 0 0 0 22229 1 0 0 25 0 1 0 801600983 38625280 6065 33554432000 4194304 4291235 140737199347328 18446744073709551615 4262247 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 9430 6065 257 24 0 6064 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 37720

[startup+282.301 s]
/proc/loadavg: 1.99 1.72 1.71 3/562 14731
/proc/meminfo: memFree=3985280/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=46452 CPUtime=282.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 12499 0 0 0 28228 1 0 0 25 0 1 0 801600983 47566848 7181 33554432000 4194304 4291235 140737199347328 18446744073709551615 4256064 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 11613 7181 257 24 0 8247 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46452

[startup+342.301 s]
/proc/loadavg: 1.99 1.77 1.73 3/562 14733
/proc/meminfo: memFree=3986580/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=42204 CPUtime=342.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 14634 0 0 0 34228 1 0 0 25 0 1 0 801600983 43216896 6772 33554432000 4194304 4291235 140737199347328 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 10551 6772 257 24 0 7185 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 42204

[startup+402.301 s]
/proc/loadavg: 2.14 1.85 1.76 3/562 14735
/proc/meminfo: memFree=3975496/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=44880 CPUtime=402.29 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 15748 0 0 0 40228 1 0 0 25 0 1 0 801600983 45957120 7856 33554432000 4194304 4291235 140737199347328 18446744073709551615 4248913 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 11220 7856 257 24 0 7854 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 44880

[startup+462.301 s]
/proc/loadavg: 2.05 1.88 1.77 3/562 14736
/proc/meminfo: memFree=3971844/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=50896 CPUtime=462.3 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 19549 0 0 0 46228 2 0 0 25 0 1 0 801600983 52117504 8688 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 12724 8688 257 24 0 9358 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 50896

[startup+522.301 s]
/proc/loadavg: 2.02 1.90 1.78 3/562 14738
/proc/meminfo: memFree=3964976/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=53740 CPUtime=522.3 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 20965 0 0 0 52228 2 0 0 25 0 1 0 801600983 55029760 10071 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 13435 10071 257 24 0 10069 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 53740

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.79 3/562 14740
/proc/meminfo: memFree=3964304/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=53740 CPUtime=582.3 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 20965 0 0 0 58228 2 0 0 25 0 1 0 801600983 55029760 10071 33554432000 4194304 4291235 140737199347328 18446744073709551615 4263338 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 13435 10071 257 24 0 10069 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53740

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/556 14914
/proc/meminfo: memFree=3920284/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4002.35 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 400214 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 90420

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.17 2/556 14915
/proc/meminfo: memFree=3920128/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4062.38 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 406217 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 90420

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/556 14917
/proc/meminfo: memFree=3920340/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4122.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 412215 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4261709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 90420

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/556 14919
/proc/meminfo: memFree=3920056/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4182.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 418215 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 90420

[startup+4242.3 s]
/proc/loadavg: 1.07 1.03 1.15 2/556 14920
/proc/meminfo: memFree=3920152/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4242.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 424215 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 90420

[startup+4302.3 s]
/proc/loadavg: 1.06 1.03 1.14 2/556 14922
/proc/meminfo: memFree=3919864/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4302.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 430215 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 90420

[startup+4362.3 s]
/proc/loadavg: 1.02 1.02 1.13 2/556 14923
/proc/meminfo: memFree=3920076/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=90420 CPUtime=4362.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 85196 0 0 0 436215 21 0 0 25 0 1 0 801600983 92590080 19243 33554432000 4194304 4291235 140737199347328 18446744073709551615 4261987 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 22605 19243 257 24 0 19239 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 90420

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/556 14925
/proc/meminfo: memFree=3915692/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=94860 CPUtime=4422.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 86328 0 0 0 442215 21 0 0 25 0 1 0 801600983 97136640 20332 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 23715 20332 257 24 0 20349 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 94860

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/556 14935
/proc/meminfo: memFree=3915160/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=94860 CPUtime=4482.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 86348 0 0 0 448215 21 0 0 25 0 1 0 801600983 97136640 20352 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 23715 20352 257 24 0 20349 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 94860

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/556 14937
/proc/meminfo: memFree=3915120/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=94860 CPUtime=4542.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 86348 0 0 0 454215 21 0 0 25 0 1 0 801600983 97136640 20352 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 23715 20352 257 24 0 20349 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 94860

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/556 14939
/proc/meminfo: memFree=3915076/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=94860 CPUtime=4602.38 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 86348 0 0 0 460217 21 0 0 25 0 1 0 801600983 97136640 20352 33554432000 4194304 4291235 140737199347328 18446744073709551615 4262247 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 23715 20352 257 24 0 20349 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 94860

[startup+4662.3 s]
/proc/loadavg: 1.06 1.01 1.09 2/556 14943
/proc/meminfo: memFree=3913900/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=94860 CPUtime=4662.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 86348 0 0 0 466215 21 0 0 25 0 1 0 801600983 97136640 20352 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 23715 20352 257 24 0 20349 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 94860

[startup+4722.32 s]
/proc/loadavg: 1.02 1.01 1.08 2/556 14945
/proc/meminfo: memFree=3910468/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=4722.38 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 472217 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 97580

[startup+4782.3 s]
/proc/loadavg: 1.11 1.03 1.09 2/556 14946
/proc/meminfo: memFree=3912784/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=4782.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 478215 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 97580

[startup+4842.3 s]
/proc/loadavg: 1.14 1.05 1.09 2/556 14948
/proc/meminfo: memFree=3911256/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=4842.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 484215 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 97580

[startup+4902.3 s]
/proc/loadavg: 1.09 1.06 1.09 2/556 14950
/proc/meminfo: memFree=3911840/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=4902.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 490215 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4261955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 97580

[startup+4962.3 s]
/proc/loadavg: 1.03 1.04 1.08 2/556 14951
/proc/meminfo: memFree=3911808/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=4962.36 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 496215 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255706 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 97580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.02 1.04 1.08 2/556 14952
/proc/meminfo: memFree=3911652/32950928 swapFree=41528364/67111528
[pid=14723] ppid=14721 vsize=97580 CPUtime=5000.08 cores=0,2,4,6
/proc/14723/stat : 14723 (minisat) R 14721 14723 13470 0 -1 4202496 90411 0 0 0 499987 21 0 0 25 0 1 0 801600983 99921920 21032 33554432000 4194304 4291235 140737199347328 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14723/statm: 24395 21032 257 24 0 21029 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 97580

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): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4999.88
CPU system time (s): 0.221966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 104652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.88
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90411
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= 8
involuntary context switches= 8464

runsolver used 29.4885 second user time and 61.8296 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-01 05:47:03
IDJOB=3434133
IDBENCH=88045
IDSOLVER=1930
FILE ID=node126/3434133-1306900023
RUNJOBID= node126-1306900017-14649
PBS_JOBID= 13488450
Free space on /tmp= 3484 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434133-1306900023/watcher-3434133-1306900023 -o /tmp/evaluation-result-3434133-1306900023/solver-3434133-1306900023 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434133-1306900023.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1740232801

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4044908 kB
Buffers:        114040 kB
Cached:       26060304 kB
SwapCached:      15072 kB
Active:       14473112 kB
Inactive:     13467920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4044908 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:             976 kB
Writeback:           0 kB
AnonPages:     1764488 kB
Mapped:          23732 kB
Slab:           794604 kB
PageTables:     100204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176413156 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= 3484 MiB
End job on node126 at 2011-06-01 07:10:25