Trace number 3394955

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 5000.12 5000.02

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: 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-3394955-1306085512/watcher-3394955-1306085512 -o /tmp/evaluation-result-3394955-1306085512/solver-3394955-1306085512 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394955-1306085512.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: 0.92 1.17 1.56 3/515 3236
/proc/meminfo: memFree=7209864/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=12396 CPUtime=0 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 418 0 0 0 0 0 0 0 22 0 1 0 798781888 12693504 360 33554432000 4194304 4479436 140734834382688 18446744073709551615 256415391488 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 3099 360 267 70 0 219 0

[startup+0.0314711 s]
/proc/loadavg: 0.92 1.17 1.56 3/515 3236
/proc/meminfo: memFree=7209864/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=12844 CPUtime=0.03 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 930 0 0 0 3 0 0 0 22 0 1 0 798781888 13152256 612 33554432000 4194304 4479436 140734834382688 18446744073709551615 4339512 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 3211 612 298 70 0 331 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12844

[startup+0.100461 s]
/proc/loadavg: 0.92 1.17 1.56 3/515 3236
/proc/meminfo: memFree=7209864/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=13240 CPUtime=0.1 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 1101 0 0 0 10 0 0 0 22 0 1 0 798781888 13557760 733 33554432000 4194304 4479436 140734834382688 18446744073709551615 4327669 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 3310 733 315 70 0 430 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13240

[startup+0.300423 s]
/proc/loadavg: 0.92 1.17 1.56 3/515 3236
/proc/meminfo: memFree=7209864/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=13476 CPUtime=0.3 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 1205 0 0 0 30 0 0 0 23 0 1 0 798781888 13799424 792 33554432000 4194304 4479436 140734834382688 18446744073709551615 4410368 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 3369 792 315 70 0 489 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13476

[startup+0.700336 s]
/proc/loadavg: 0.92 1.17 1.56 3/515 3236
/proc/meminfo: memFree=7209864/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=15796 CPUtime=0.7 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 1907 0 0 0 70 0 0 0 25 0 1 0 798781888 16175104 1179 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 3949 1179 319 70 0 1069 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 15796

[startup+1.50019 s]
/proc/loadavg: 0.92 1.17 1.56 3/516 3237
/proc/meminfo: memFree=7201928/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=16960 CPUtime=1.49 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 2358 0 0 0 149 0 0 0 25 0 1 0 798781888 17367040 1470 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 4240 1470 319 70 0 1360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16960

[startup+3.10089 s]
/proc/loadavg: 0.92 1.17 1.56 3/516 3237
/proc/meminfo: memFree=7198584/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=16712 CPUtime=3.09 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 2557 0 0 0 309 0 0 0 25 0 1 0 798781888 17113088 1376 33554432000 4194304 4479436 140734834382688 18446744073709551615 4380439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 4178 1376 319 70 0 1298 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16712

[startup+6.30029 s]
/proc/loadavg: 1.01 1.18 1.57 4/516 3264
/proc/meminfo: memFree=7178700/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=18124 CPUtime=6.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 3659 0 0 0 629 0 0 0 25 0 1 0 798781888 18558976 1729 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 4531 1729 319 70 0 1651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18124

[startup+12.7011 s]
/proc/loadavg: 1.09 1.19 1.57 3/516 3292
/proc/meminfo: memFree=7169156/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=18928 CPUtime=12.69 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 5195 0 0 0 1269 0 0 0 25 0 1 0 798781888 19382272 1952 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450900 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 4732 1952 319 70 0 1852 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18928

[startup+25.5006 s]
/proc/loadavg: 1.29 1.23 1.57 3/516 3292
/proc/meminfo: memFree=7154180/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=21996 CPUtime=25.49 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 8126 0 0 0 2548 1 0 0 25 0 1 0 798781888 22523904 2700 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452392 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 5499 2700 319 70 0 2619 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21996

[startup+51.1008 s]
/proc/loadavg: 1.53 1.29 1.58 3/516 3293
/proc/meminfo: memFree=7150116/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=22980 CPUtime=51.09 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 13598 0 0 0 5108 1 0 0 25 0 1 0 798781888 23531520 2946 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 5745 2946 319 70 0 2865 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22980

[startup+102.319 s]
/proc/loadavg: 1.79 1.40 1.60 3/516 3407
/proc/meminfo: memFree=7167180/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=21060 CPUtime=102.31 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 21960 0 0 0 10229 2 0 0 25 0 1 0 798781888 21565440 2466 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 5265 2466 319 70 0 2385 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21060

[startup+162.301 s]
/proc/loadavg: 1.92 1.51 1.63 3/516 3410
/proc/meminfo: memFree=7159816/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=23236 CPUtime=162.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 32712 0 0 0 16226 3 0 0 25 0 1 0 798781888 23793664 3010 33554432000 4194304 4479436 140734834382688 18446744073709551615 4385081 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 5809 3010 319 70 0 2929 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 23236

[startup+222.3 s]
/proc/loadavg: 1.97 1.59 1.65 3/516 3412
/proc/meminfo: memFree=7154344/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=28872 CPUtime=222.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 45065 0 0 0 22224 5 0 0 25 0 1 0 798781888 29564928 4419 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 7218 4419 319 70 0 4338 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28872

[startup+282.301 s]
/proc/loadavg: 1.99 1.66 1.66 3/516 3413
/proc/meminfo: memFree=7154312/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=29000 CPUtime=282.3 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 54377 0 0 0 28223 7 0 0 25 0 1 0 798781888 29696000 4451 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/3236/statm: 7250 4451 319 70 0 4370 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 29000

[startup+342.301 s]
/proc/loadavg: 2.14 1.77 1.70 3/516 3415
/proc/meminfo: memFree=7155024/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=24136 CPUtime=342.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 63593 0 0 0 34221 8 0 0 25 0 1 0 798781888 24715264 3235 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/3236/statm: 6034 3235 319 70 0 3154 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 24136

[startup+402.3 s]
/proc/loadavg: 2.05 1.81 1.72 3/516 3416
/proc/meminfo: memFree=7155856/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=28360 CPUtime=402.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 75753 0 0 0 40219 10 0 0 25 0 1 0 798781888 29040640 4291 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/3236/statm: 7090 4291 319 70 0 4210 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 28360

[startup+462.301 s]
/proc/loadavg: 2.27 1.91 1.76 3/516 3449
/proc/meminfo: memFree=6604904/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=27464 CPUtime=462.29 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 85651 0 0 0 46218 11 0 0 25 0 1 0 798781888 28123136 4067 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452110 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/3236/statm: 6866 4067 319 70 0 3986 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 27464

[startup+522.3 s]
/proc/loadavg: 1.85 1.88 1.75 2/510 3534
/proc/meminfo: memFree=7151368/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=24904 CPUtime=522.3 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 95603 0 0 0 52217 13 0 0 25 0 1 0 798781888 25501696 3427 33554432000 4194304 4479436 140734834382688 18446744073709551615 4382418 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/3236/statm: 6226 3427 319 70 0 3346 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 24904

[startup+582.301 s]
/proc/loadavg: 1.31 1.72 1.70 2/510 3535
/proc/meminfo: memFree=7151732/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=23368 CPUtime=582.3 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 106195 0 0 0 58216 14 0 0 25 0 1 0 798781888 23928832 3043 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450896 0 0 4096 1026 0 0 0 17 7 0 0 0
/proc/3236/statm: 5842 3043 319 70 0 2962 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 23368

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 3640
/proc/meminfo: memFree=7154988/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=24652 CPUtime=4002.35 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 636946 0 0 0 400148 87 0 0 25 0 1 0 798781888 25243648 3364 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6163 3364 319 70 0 3283 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 24652

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 3645
/proc/meminfo: memFree=7154744/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=23500 CPUtime=4062.37 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 646994 0 0 0 406149 88 0 0 25 0 1 0 798781888 24064000 3076 33554432000 4194304 4479436 140734834382688 18446744073709551615 4453643 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 5875 3076 319 70 0 2995 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 23500

[startup+4122.3 s]
/proc/loadavg: 1.16 1.03 1.01 2/510 3647
/proc/meminfo: memFree=7150704/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=28492 CPUtime=4122.36 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 656402 0 0 0 412147 89 0 0 25 0 1 0 798781888 29175808 4324 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 7123 4324 319 70 0 4243 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 28492

[startup+4182.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/510 3648
/proc/meminfo: memFree=7153648/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=25420 CPUtime=4182.36 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 665746 0 0 0 418146 90 0 0 25 0 1 0 798781888 26030080 3556 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6355 3556 319 70 0 3475 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 25420

[startup+4242.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/510 3650
/proc/meminfo: memFree=7153856/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=26188 CPUtime=4242.36 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 674258 0 0 0 424144 92 0 0 25 0 1 0 798781888 26816512 3748 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451913 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6547 3748 319 70 0 3667 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 26188

[startup+4302.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/510 3651
/proc/meminfo: memFree=7152316/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=27084 CPUtime=4302.36 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 682130 0 0 0 430143 93 0 0 25 0 1 0 798781888 27734016 3972 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6771 3972 319 70 0 3891 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 27084

[startup+4362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/510 3653
/proc/meminfo: memFree=7148556/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=28236 CPUtime=4362.36 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 691666 0 0 0 436142 94 0 0 25 0 1 0 798781888 28913664 4260 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 7059 4260 319 70 0 4179 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 28236

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/510 3655
/proc/meminfo: memFree=7149880/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=28748 CPUtime=4422.37 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 700306 0 0 0 442141 96 0 0 25 0 1 0 798781888 29437952 4388 33554432000 4194304 4479436 140734834382688 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 7187 4388 319 70 0 4307 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 28748

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/510 3656
/proc/meminfo: memFree=7153564/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=25420 CPUtime=4482.37 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 708338 0 0 0 448140 97 0 0 25 0 1 0 798781888 26030080 3556 33554432000 4194304 4479436 140734834382688 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6355 3556 319 70 0 3475 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 25420

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 3658
/proc/meminfo: memFree=7155012/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=23756 CPUtime=4542.37 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 715474 0 0 0 454139 98 0 0 25 0 1 0 798781888 24326144 3140 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 5939 3140 319 70 0 3059 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 23756

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 3659
/proc/meminfo: memFree=7153360/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=24140 CPUtime=4602.38 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 723154 0 0 0 460140 98 0 0 25 0 1 0 798781888 24719360 3236 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6035 3236 319 70 0 3155 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 24140

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/510 3661
/proc/meminfo: memFree=7152948/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=24780 CPUtime=4662.38 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 731890 0 0 0 466138 100 0 0 25 0 1 0 798781888 25374720 3396 33554432000 4194304 4479436 140734834382688 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6195 3396 319 70 0 3315 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 24780

[startup+4722.32 s]
/proc/loadavg: 1.08 1.03 1.01 2/510 3663
/proc/meminfo: memFree=7150680/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=27724 CPUtime=4722.39 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 743826 0 0 0 472138 101 0 0 25 0 1 0 798781888 28389376 4132 33554432000 4194304 4479436 140734834382688 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6931 4132 319 70 0 4051 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 27724

[startup+4782.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/510 3664
/proc/meminfo: memFree=7154360/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=26828 CPUtime=4782.39 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 752082 0 0 0 478136 103 0 0 25 0 1 0 798781888 27471872 3908 33554432000 4194304 4479436 140734834382688 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6707 3908 319 70 0 3827 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 26828

[startup+4842.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/510 3666
/proc/meminfo: memFree=7153332/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=25804 CPUtime=4842.38 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 762514 0 0 0 484134 104 0 0 25 0 1 0 798781888 26423296 3652 33554432000 4194304 4479436 140734834382688 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6451 3652 319 70 0 3571 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 25804

[startup+4902.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/510 3667
/proc/meminfo: memFree=7149812/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=30796 CPUtime=4902.39 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 773394 0 0 0 490133 106 0 0 25 0 1 0 798781888 31535104 4900 33554432000 4194304 4479436 140734834382688 18446744073709551615 4381571 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 7699 4900 319 70 0 4819 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 30796

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/510 3669
/proc/meminfo: memFree=7154748/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=23884 CPUtime=4962.39 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 781874 0 0 0 496132 107 0 0 25 0 1 0 798781888 24457216 3172 33554432000 4194304 4479436 140734834382688 18446744073709551615 4455978 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 5971 3172 319 70 0 3091 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 23884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.01 1.00 2/510 3670
/proc/meminfo: memFree=7150876/32950928 swapFree=67111200/67111528
[pid=3236] ppid=3233 vsize=27596 CPUtime=5000.1 cores=1,3,5,7
/proc/3236/stat : 3236 (MPhaseSAT64) R 3233 3236 2345 0 -1 4202496 787986 0 0 0 499902 108 0 0 25 0 1 0 798781888 28258304 4100 33554432000 4194304 4479436 140734834382688 18446744073709551615 4384892 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3236/statm: 6899 4100 319 70 0 4019 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 27596

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.02
CPU time (s): 5000.12
CPU user time (s): 4999.03
CPU system time (s): 1.08783
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 34120

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

runsolver used 21.9177 second user time and 60.0939 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-22 19:31:52
IDJOB=3394955
IDBENCH=88045
IDSOLVER=1879
FILE ID=node115/3394955-1306085512
RUNJOBID= node115-1306085512-3212
PBS_JOBID= 13387888
Free space on /tmp= 73048 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394955-1306085512/watcher-3394955-1306085512 -o /tmp/evaluation-result-3394955-1306085512/solver-3394955-1306085512 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394955-1306085512.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1172985257

node115.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.811
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.62
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.811
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.15
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.811
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.75
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.811
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.811
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.77
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.811
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.811
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.811
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:       7210020 kB
Buffers:        319492 kB
Cached:        7610888 kB
SwapCached:          0 kB
Active:       19653968 kB
Inactive:      5742108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7210020 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:             792 kB
Writeback:          28 kB
AnonPages:    17465576 kB
Mapped:          42200 kB
Slab:           200452 kB
PageTables:      75868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151828828 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= 73048 MiB
End job on node115 at 2011-05-22 20:55:14