Trace number 3374912

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S888530894-020-UNKNOWN.cnf
MD5SUMdc51a6e5c13ccda52fa46d0bd711de5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.70513
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
Number of clauses of size over 50

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.93 4.03 4.86 5/262 23207
/proc/meminfo: memFree=20944528/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=12220 CPUtime=0 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 1 0 656447062 12513280 349 33554432000 4194304 4479436 140734327600320 18446744073709551615 271550537472 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 3055 350 267 70 0 175 0

[startup+0.0546681 s]
/proc/loadavg: 3.93 4.03 4.86 5/262 23207
/proc/meminfo: memFree=20944528/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=14140 CPUtime=0.05 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1035 0 0 0 5 0 0 0 25 0 1 0 656447062 14479360 901 33554432000 4194304 4479436 140734327600320 18446744073709551615 4321298 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 3535 901 296 70 0 655 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14140

[startup+0.100644 s]
/proc/loadavg: 3.93 4.03 4.86 5/262 23207
/proc/meminfo: memFree=20944528/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=14140 CPUtime=0.09 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1035 0 0 0 9 0 0 0 25 0 1 0 656447062 14479360 901 33554432000 4194304 4479436 140734327600320 18446744073709551615 4341006 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 3535 901 296 70 0 655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14140

[startup+0.300562 s]
/proc/loadavg: 3.93 4.03 4.86 5/262 23207
/proc/meminfo: memFree=20944528/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=14788 CPUtime=0.29 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1168 0 0 0 29 0 0 0 25 0 1 0 656447062 15142912 960 33554432000 4194304 4479436 140734327600320 18446744073709551615 4330275 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/23207/statm: 3697 960 317 70 0 817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14788

[startup+0.700491 s]
/proc/loadavg: 3.93 4.03 4.86 5/262 23207
/proc/meminfo: memFree=20944528/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=14920 CPUtime=0.69 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1225 0 0 0 69 0 0 0 25 0 1 0 656447062 15278080 1017 33554432000 4194304 4479436 140734327600320 18446744073709551615 4330289 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/23207/statm: 3730 1017 317 70 0 850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14920

[startup+1.50042 s]
/proc/loadavg: 3.93 4.03 4.86 5/263 23208
/proc/meminfo: memFree=20938204/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=15336 CPUtime=1.49 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1297 0 0 0 149 0 0 0 25 0 1 0 656447062 15704064 1089 33554432000 4194304 4479436 140734327600320 18446744073709551615 4452134 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 3834 1089 317 70 0 954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15336

[startup+3.10105 s]
/proc/loadavg: 3.93 4.03 4.86 5/263 23208
/proc/meminfo: memFree=20936716/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=15852 CPUtime=3.09 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 1442 0 0 0 309 0 0 0 25 0 1 0 656447062 16232448 1234 33554432000 4194304 4479436 140734327600320 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/23207/statm: 3963 1234 317 70 0 1083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15852

[startup+6.30048 s]
/proc/loadavg: 4.09 4.06 4.86 5/263 23208
/proc/meminfo: memFree=20942168/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=16236 CPUtime=6.28 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 2162 0 0 0 628 0 0 0 25 0 1 0 656447062 16625664 1314 33554432000 4194304 4479436 140734327600320 18446744073709551615 4451959 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/23207/statm: 4059 1314 317 70 0 1179 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16236

[startup+12.7003 s]
/proc/loadavg: 4.09 4.06 4.86 5/263 23208
/proc/meminfo: memFree=20941168/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=16820 CPUtime=12.67 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 3213 0 0 0 1267 0 0 0 25 0 1 0 656447062 17223680 1619 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295250 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/23207/statm: 4205 1619 329 70 0 1325 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16820

[startup+25.501 s]
/proc/loadavg: 4.07 4.06 4.84 5/263 23209
/proc/meminfo: memFree=20941036/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=16820 CPUtime=25.44 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 3213 0 0 0 2544 0 0 0 25 0 1 0 656447062 17223680 1619 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 4205 1619 329 70 0 1325 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 16820

[startup+51.1004 s]
/proc/loadavg: 4.04 4.05 4.82 5/263 23209
/proc/meminfo: memFree=20940396/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=18592 CPUtime=51.01 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 3511 0 0 0 5101 0 0 0 25 0 1 0 656447062 19038208 1917 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295923 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 4648 1917 329 70 0 1768 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 18592

[startup+102.309 s]
/proc/loadavg: 3.98 4.03 4.77 5/263 23239
/proc/meminfo: memFree=20937368/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=18592 CPUtime=102.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 3538 0 0 0 10222 0 0 0 25 0 1 0 656447062 19038208 1944 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295954 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 4648 1944 334 70 0 1768 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 18592

[startup+162.3 s]
/proc/loadavg: 4.03 4.03 4.72 5/263 23240
/proc/meminfo: memFree=20926552/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=19616 CPUtime=162.21 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 3699 0 0 0 16221 0 0 0 25 0 1 0 656447062 20086784 2105 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295954 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 4904 2105 334 70 0 2024 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19616

[startup+222.3 s]
/proc/loadavg: 4.11 4.05 4.69 5/263 23324
/proc/meminfo: memFree=20997008/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=21408 CPUtime=222.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4242 0 0 0 22222 0 0 0 25 0 1 0 656447062 21921792 2648 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295092 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5352 2648 334 70 0 2472 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 21408

[startup+282.3 s]
/proc/loadavg: 4.04 4.04 4.64 5/263 23326
/proc/meminfo: memFree=20987444/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=21408 CPUtime=282.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4242 0 0 0 28222 0 0 0 25 0 1 0 656447062 21921792 2648 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295106 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5352 2648 334 70 0 2472 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 21408

[startup+342.301 s]
/proc/loadavg: 4.09 4.05 4.60 5/263 23327
/proc/meminfo: memFree=20984952/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=342.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 34222 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4294632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 22432

[startup+402.301 s]
/proc/loadavg: 4.03 4.04 4.56 5/263 23356
/proc/meminfo: memFree=20989256/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=402.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 40222 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295106 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 22432

[startup+462.301 s]
/proc/loadavg: 4.07 4.04 4.53 5/263 23357
/proc/meminfo: memFree=20988256/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=462.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 46222 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295163 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 22432

[startup+522.301 s]
/proc/loadavg: 4.02 4.03 4.49 5/263 23359
/proc/meminfo: memFree=20985380/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=522.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 52222 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295976 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 22432

[startup+582.301 s]
/proc/loadavg: 4.08 4.04 4.46 5/263 23361
/proc/meminfo: memFree=20985108/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=582.22 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 58222 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295480 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 22432

[startup+642.301 s]
/proc/loadavg: 4.03 4.03 4.43 5/263 23362
/proc/meminfo: memFree=20983484/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=642.23 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 64223 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295700 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 22432

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 4.40 5/263 23364
/proc/meminfo: memFree=20983320/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=702.23 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 70223 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4296020 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 22432

[startup+762.309 s]
/proc/loadavg: 4.13 4.05 4.39 5/263 23365
/proc/meminfo: memFree=20983052/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=762.24 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 76224 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295106 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 22432

[startup+822.3 s]
/proc/loadavg: 4.16 4.07 4.37 5/263 23367
/proc/meminfo: memFree=20983520/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=822.23 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 82223 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 22432

[startup+882.301 s]
/proc/loadavg: 4.06 4.05 4.34 5/263 23369
/proc/meminfo: memFree=20983108/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=882.23 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 88223 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295713 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 22432

[startup+942.301 s]
/proc/loadavg: 4.06 4.06 4.32 5/263 23370
/proc/meminfo: memFree=20982840/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=942.19 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 94219 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295040 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 22432

[startup+1002.3 s]
/proc/loadavg: 4.10 4.06 4.31 5/263 23372
/proc/meminfo: memFree=20981324/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=1002.19 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 100219 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295255 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 22432

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 4.28 5/263 23373
/proc/meminfo: memFree=20980780/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=1062.2 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 106220 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295160 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 1062.2
Current children cumulated vsize (KiB) 22432

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 4.26 5/263 23375
/proc/meminfo: memFree=20980860/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=1122.2 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 112220 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295695 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 1122.2
Current children cumulated vsize (KiB) 22432

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 4.25 5/263 23377
/proc/meminfo: memFree=20978724/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=1182.2 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 118220 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295160 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 22432

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 4.23 5/263 23378
/proc/meminfo: memFree=20978340/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=22432 CPUtime=1242.2 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4498 0 0 0 124220 0 0 0 25 0 1 0 656447062 22970368 2904 33554432000 4194304 4479436 140734327600320 18446744073709551615 4295104 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 5608 2904 334 70 0 2728 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 22432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.21 5/263 23380
/proc/meminfo: memFree=20977800/32951124 swapFree=67056788/67111528
[pid=23207] ppid=23205 vsize=24480 CPUtime=1299.91 cores=4,6
/proc/23207/stat : 23207 (MPhaseSAT64) R 23205 23207 22784 0 -1 4202496 4755 0 0 0 129991 0 0 0 25 0 1 0 656447062 25067520 3161 33554432000 4194304 4479436 140734327600320 18446744073709551615 4294739 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/23207/statm: 6120 3161 334 70 0 3240 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 24480

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): 1299.93
CPU user time (s): 1299.92
CPU system time (s): 0.009998
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 24480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 4934

runsolver used 3.2935 second user time and 6.69298 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 10:34:52
IDJOB=3374912
IDBENCH=82621
IDSOLVER=1855
FILE ID=node133/3374912-1305448492
RUNJOBID= node133-1305447074-22803
PBS_JOBID= 13324869
Free space on /tmp= 73668 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S888530894-020-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3374912-1305448492/watcher-3374912-1305448492 -o /tmp/evaluation-result-3374912-1305448492/solver-3374912-1305448492 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3374912-1305448492.cnf

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

MD5SUM BENCH= dc51a6e5c13ccda52fa46d0bd711de5f
RANDOM SEED=1264696652

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20944684 kB
Buffers:        290764 kB
Cached:        3882920 kB
SwapCached:       8724 kB
Active:        8709324 kB
Inactive:      3015264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20944684 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:     7548048 kB
Mapped:          21940 kB
Slab:           195044 kB
PageTables:      24360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19383556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73668 MiB
End job on node133 at 2011-05-15 10:56:34