Trace number 3375920

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) 1300 1300.01

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 benchmark21.2328
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-3375920-1305462445/watcher-3375920-1305462445 -o /tmp/evaluation-result-3375920-1305462445/solver-3375920-1305462445 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375920-1305462445.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.73 2.89 3/309 18056
/proc/meminfo: memFree=15897140/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=11796 CPUtime=0 cores=5,7
/proc/18056/stat : 18056 (runsolver) R 18054 18056 17787 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 657847315 12079104 49 33554432000 4194304 5432360 140734666324976 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/18056/statm: 2949 49 30 303 0 2643 0

[startup+0.0575069 s]
/proc/loadavg: 1.00 1.73 2.89 3/309 18056
/proc/meminfo: memFree=15897140/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=12816 CPUtime=0.04 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 980 0 0 0 4 0 0 0 22 0 1 0 657847315 13123584 611 33554432000 4194304 4479436 140734568396608 18446744073709551615 4362383 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 3204 611 304 70 0 324 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12816

[startup+0.100499 s]
/proc/loadavg: 1.00 1.73 2.89 3/309 18056
/proc/meminfo: memFree=15897140/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=13240 CPUtime=0.08 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 1101 0 0 0 8 0 0 0 22 0 1 0 657847315 13557760 732 33554432000 4194304 4479436 140734568396608 18446744073709551615 4405788 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 3310 732 314 70 0 430 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13240

[startup+0.300462 s]
/proc/loadavg: 1.00 1.73 2.89 3/309 18056
/proc/meminfo: memFree=15897140/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=13476 CPUtime=0.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 1206 0 0 0 28 0 0 0 23 0 1 0 657847315 13799424 792 33554432000 4194304 4479436 140734568396608 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 3369 792 315 70 0 489 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13476

[startup+0.700404 s]
/proc/loadavg: 1.00 1.73 2.89 3/309 18056
/proc/meminfo: memFree=15897140/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=15796 CPUtime=0.68 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 1908 0 0 0 68 0 0 0 25 0 1 0 657847315 16175104 1179 33554432000 4194304 4479436 140734568396608 18446744073709551615 4381546 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 3949 1179 319 70 0 1069 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15796

[startup+1.50025 s]
/proc/loadavg: 1.00 1.73 2.89 5/320 18077
/proc/meminfo: memFree=15844880/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=16960 CPUtime=1.48 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 2359 0 0 0 148 0 0 0 25 0 1 0 657847315 17367040 1470 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450900 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 4240 1470 319 70 0 1360 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16960

[startup+3.10097 s]
/proc/loadavg: 1.24 1.76 2.89 5/320 18077
/proc/meminfo: memFree=15835844/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=16712 CPUtime=3.08 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 2558 0 0 0 308 0 0 0 25 0 1 0 657847315 17113088 1376 33554432000 4194304 4479436 140734568396608 18446744073709551615 4330560 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 4178 1376 319 70 0 1298 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16712

[startup+6.3004 s]
/proc/loadavg: 1.24 1.76 2.89 4/315 18201
/proc/meminfo: memFree=15826516/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=18124 CPUtime=6.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 3660 0 0 0 628 0 0 0 25 0 1 0 657847315 18558976 1729 33554432000 4194304 4479436 140734568396608 18446744073709551615 4330661 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 4531 1729 319 70 0 1651 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18124

[startup+12.7003 s]
/proc/loadavg: 1.66 1.84 2.90 5/320 18213
/proc/meminfo: memFree=15785120/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=18928 CPUtime=12.68 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 5196 0 0 0 1267 1 0 0 25 0 1 0 657847315 19382272 1952 33554432000 4194304 4479436 140734568396608 18446744073709551615 4380432 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 4732 1952 319 70 0 1852 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18928

[startup+25.501 s]
/proc/loadavg: 2.02 1.91 2.91 5/320 18213
/proc/meminfo: memFree=15760004/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=21868 CPUtime=25.48 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 8095 0 0 0 2547 1 0 0 25 0 1 0 657847315 22392832 2668 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451116 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5467 2668 319 70 0 2587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21868

[startup+51.1005 s]
/proc/loadavg: 2.70 2.07 2.94 5/320 18214
/proc/meminfo: memFree=15738796/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=22468 CPUtime=51.08 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 13471 0 0 0 5105 3 0 0 25 0 1 0 657847315 23007232 2818 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5617 2818 319 70 0 2737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22468

[startup+102.311 s]
/proc/loadavg: 3.19 2.33 2.98 4/314 18236
/proc/meminfo: memFree=15784940/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=21060 CPUtime=102.29 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 21961 0 0 0 10225 4 0 0 25 0 1 0 657847315 21565440 2466 33554432000 4194304 4479436 140734568396608 18446744073709551615 4331508 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5265 2466 319 70 0 2385 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 21060

[startup+162.301 s]
/proc/loadavg: 3.07 2.45 2.98 4/314 18238
/proc/meminfo: memFree=15780332/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=23236 CPUtime=162.27 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 32713 0 0 0 16222 5 0 0 25 0 1 0 657847315 23793664 3010 33554432000 4194304 4479436 140734568396608 18446744073709551615 4380287 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5809 3010 319 70 0 2929 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 23236

[startup+222.301 s]
/proc/loadavg: 3.12 2.58 2.99 4/314 18239
/proc/meminfo: memFree=15777312/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=28744 CPUtime=222.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 45034 0 0 0 22221 7 0 0 25 0 1 0 657847315 29433856 4387 33554432000 4194304 4479436 140734568396608 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7186 4387 319 70 0 4306 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 28744

[startup+282.3 s]
/proc/loadavg: 2.65 2.56 2.96 3/308 18258
/proc/meminfo: memFree=15835688/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=29000 CPUtime=282.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 54378 0 0 0 28220 8 0 0 25 0 1 0 657847315 29696000 4451 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7250 4451 319 70 0 4370 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 29000

[startup+342.301 s]
/proc/loadavg: 2.24 2.45 2.89 3/308 18259
/proc/meminfo: memFree=15835748/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=23752 CPUtime=342.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 63498 0 0 0 34218 10 0 0 25 0 1 0 657847315 24322048 3139 33554432000 4194304 4479436 140734568396608 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5938 3139 319 70 0 3058 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 23752

[startup+402.3 s]
/proc/loadavg: 1.48 2.20 2.78 2/302 18280
/proc/meminfo: memFree=15869512/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=28360 CPUtime=402.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 75754 0 0 0 40216 12 0 0 25 0 1 0 657847315 29040640 4291 33554432000 4194304 4479436 140734568396608 18446744073709551615 4380391 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7090 4291 319 70 0 4210 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 28360

[startup+462.301 s]
/proc/loadavg: 1.18 1.98 2.66 2/302 18282
/proc/meminfo: memFree=15870452/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=27464 CPUtime=462.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 85652 0 0 0 46214 14 0 0 25 0 1 0 657847315 28123136 4067 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451935 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6866 4067 319 70 0 3986 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 27464

[startup+522.301 s]
/proc/loadavg: 1.06 1.80 2.56 2/302 18284
/proc/meminfo: memFree=15873280/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=24904 CPUtime=522.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 95604 0 0 0 52213 15 0 0 25 0 1 0 657847315 25501696 3427 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6226 3427 319 70 0 3346 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 24904

[startup+582.3 s]
/proc/loadavg: 1.02 1.65 2.46 2/302 18286
/proc/meminfo: memFree=15873736/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=24776 CPUtime=582.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 105972 0 0 0 58212 16 0 0 25 0 1 0 657847315 25370624 3395 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6194 3395 319 70 0 3314 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 24776

[startup+642.301 s]
/proc/loadavg: 1.01 1.53 2.36 2/302 18287
/proc/meminfo: memFree=15870108/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=27720 CPUtime=642.29 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 117332 0 0 0 64212 17 0 0 25 0 1 0 657847315 28385280 4131 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6930 4131 319 70 0 4050 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 27720

[startup+702.301 s]
/proc/loadavg: 1.00 1.43 2.27 2/302 18289
/proc/meminfo: memFree=15869096/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=28104 CPUtime=702.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 127764 0 0 0 70209 19 0 0 25 0 1 0 657847315 28778496 4227 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7026 4227 319 70 0 4146 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 28104

[startup+762.311 s]
/proc/loadavg: 1.04 1.36 2.20 2/302 18291
/proc/meminfo: memFree=15868440/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=30536 CPUtime=762.29 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 137364 0 0 0 76209 20 0 0 25 0 1 0 657847315 31268864 4835 33554432000 4194304 4479436 140734568396608 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7634 4835 319 70 0 4754 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 30536

[startup+822.301 s]
/proc/loadavg: 1.01 1.29 2.12 2/302 18292
/proc/meminfo: memFree=15870160/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=27760 CPUtime=822.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 146654 0 0 0 82207 21 0 0 25 0 1 0 657847315 28426240 4141 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6940 4141 319 70 0 4060 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 27760

[startup+882.301 s]
/proc/loadavg: 1.00 1.24 2.05 2/302 18294
/proc/meminfo: memFree=15870240/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=27720 CPUtime=882.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 156158 0 0 0 88206 22 0 0 25 0 1 0 657847315 28385280 4131 33554432000 4194304 4479436 140734568396608 18446744073709551615 4452279 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6930 4131 319 70 0 4050 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 27720

[startup+942.3 s]
/proc/loadavg: 1.00 1.19 1.98 2/302 18295
/proc/meminfo: memFree=15872828/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=23624 CPUtime=942.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 167422 0 0 0 94204 24 0 0 25 0 1 0 657847315 24190976 3107 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 5906 3107 319 70 0 3026 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 23624

[startup+1002.3 s]
/proc/loadavg: 1.00 1.15 1.91 2/302 18297
/proc/meminfo: memFree=15870312/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=28104 CPUtime=1002.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 177982 0 0 0 100203 25 0 0 25 0 1 0 657847315 28778496 4227 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451952 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7026 4227 319 70 0 4146 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 28104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.12 1.85 2/302 18299
/proc/meminfo: memFree=15869052/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=30408 CPUtime=1062.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 190334 0 0 0 106201 27 0 0 25 0 1 0 657847315 31137792 4803 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7602 4803 319 70 0 4722 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 30408

[startup+1122.3 s]
/proc/loadavg: 1.00 1.10 1.80 2/302 18300
/proc/meminfo: memFree=15868768/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=30024 CPUtime=1122.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 200702 0 0 0 112199 29 0 0 25 0 1 0 657847315 30744576 4707 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450979 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7506 4707 319 70 0 4626 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 30024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.08 1.75 2/302 18303
/proc/meminfo: memFree=15868248/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=28360 CPUtime=1182.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 212158 0 0 0 118198 30 0 0 25 0 1 0 657847315 29040640 4291 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7090 4291 319 70 0 4210 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 28360

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.70 2/302 18304
/proc/meminfo: memFree=15872424/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=26188 CPUtime=1242.28 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 221471 0 0 0 124197 31 0 0 25 0 1 0 657847315 26816512 3748 33554432000 4194304 4479436 140734568396608 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 6547 3748 319 70 0 3667 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 26188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.07 1.06 1.66 2/302 18306
/proc/meminfo: memFree=15867192/32951124 swapFree=52307768/67111528
[pid=18056] ppid=18054 vsize=30796 CPUtime=1299.99 cores=5,7
/proc/18056/stat : 18056 (MPhaseSAT64) R 18054 18056 17787 0 -1 4202496 232479 0 0 0 129966 33 0 0 25 0 1 0 657847315 31535104 4900 33554432000 4194304 4479436 140734568396608 18446744073709551615 4451141 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/18056/statm: 7699 4900 319 70 0 4819 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 30796

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.67
CPU system time (s): 0.332949
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 34120

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

runsolver used 3.24251 second user time and 8.66768 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 14:27:26
IDJOB=3375920
IDBENCH=88045
IDSOLVER=1855
FILE ID=node101/3375920-1305462445
RUNJOBID= node101-1305462445-18037
PBS_JOBID= 13324920
Free space on /tmp= 73756 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-3375920-1305462445/watcher-3375920-1305462445 -o /tmp/evaluation-result-3375920-1305462445/solver-3375920-1305462445 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375920-1305462445.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=2089348459

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15897304 kB
Buffers:        341848 kB
Cached:        6185356 kB
SwapCached:      14848 kB
Active:       11585292 kB
Inactive:      5180320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15897304 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:    10235236 kB
Mapped:          16288 kB
Slab:           158932 kB
PageTables:      64152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42606816 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= 73756 MiB
End job on node101 at 2011-05-15 14:49:08