Trace number 3375315

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.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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-3375315-1305450066/watcher-3375315-1305450066 -o /tmp/evaluation-result-3375315-1305450066/solver-3375315-1305450066 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375315-1305450066.cnf 

running on 2 cores: 0,2

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: 0.99 1.27 2.33 5/395 22938
/proc/meminfo: memFree=14704808/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=12320 CPUtime=0.01 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 557 0 0 0 1 0 0 0 25 0 1 0 735237228 12615680 496 33554432000 4194304 4479436 140734100069072 18446744073709551615 4304501 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3080 496 319 70 0 200 0

[startup+0.0464779 s]
/proc/loadavg: 0.99 1.27 2.33 5/395 22938
/proc/meminfo: memFree=14704808/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=12580 CPUtime=0.04 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 627 0 0 0 4 0 0 0 25 0 1 0 735237228 12881920 566 33554432000 4194304 4479436 140734100069072 18446744073709551615 4330564 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3145 566 324 70 0 265 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12580

[startup+0.100465 s]
/proc/loadavg: 0.99 1.27 2.33 5/395 22938
/proc/meminfo: memFree=14704808/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=12772 CPUtime=0.09 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 675 0 0 0 9 0 0 0 25 0 1 0 735237228 13078528 614 33554432000 4194304 4479436 140734100069072 18446744073709551615 4452225 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3193 614 324 70 0 313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12772

[startup+0.300447 s]
/proc/loadavg: 0.99 1.27 2.33 5/395 22938
/proc/meminfo: memFree=14704808/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=13748 CPUtime=0.29 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 920 0 0 0 29 0 0 0 25 0 1 0 735237228 14077952 859 33554432000 4194304 4479436 140734100069072 18446744073709551615 4306912 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3437 859 325 70 0 557 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13748

[startup+0.700363 s]
/proc/loadavg: 0.99 1.27 2.33 5/395 22938
/proc/meminfo: memFree=14704808/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=14452 CPUtime=0.69 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1128 0 0 0 69 0 0 0 25 0 1 0 735237228 14798848 1003 33554432000 4194304 4479436 140734100069072 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3613 1003 325 70 0 733 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14452

[startup+1.50025 s]
/proc/loadavg: 0.99 1.27 2.33 5/396 22939
/proc/meminfo: memFree=14697988/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=14712 CPUtime=1.49 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1196 0 0 0 149 0 0 0 25 0 1 0 735237228 15065088 1071 33554432000 4194304 4479436 140734100069072 18446744073709551615 4294621 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3678 1071 328 70 0 798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14712

[startup+3.10097 s]
/proc/loadavg: 0.99 1.27 2.33 5/396 22939
/proc/meminfo: memFree=14697244/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=14712 CPUtime=3.09 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1196 0 0 0 309 0 0 0 25 0 1 0 735237228 15065088 1071 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295457 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3678 1071 328 70 0 798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14712

[startup+6.30039 s]
/proc/loadavg: 1.23 1.31 2.34 5/396 22939
/proc/meminfo: memFree=14696248/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=14712 CPUtime=6.29 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1196 0 0 0 629 0 0 0 25 0 1 0 735237228 15065088 1071 33554432000 4194304 4479436 140734100069072 18446744073709551615 4299224 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3678 1071 328 70 0 798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14712

[startup+12.7003 s]
/proc/loadavg: 1.45 1.36 2.35 5/396 22939
/proc/meminfo: memFree=14691812/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=15660 CPUtime=12.69 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1384 0 0 0 1269 0 0 0 25 0 1 0 735237228 16035840 1099 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295058 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3915 1099 329 70 0 1035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15660

[startup+25.501 s]
/proc/loadavg: 2.01 1.49 2.37 5/396 22939
/proc/meminfo: memFree=14691080/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=15204 CPUtime=25.5 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 1448 0 0 0 2550 0 0 0 25 0 1 0 735237228 15568896 993 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295160 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 3801 993 335 70 0 921 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15204

[startup+51.1006 s]
/proc/loadavg: 2.69 1.69 2.41 5/396 22940
/proc/meminfo: memFree=14686684/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=19768 CPUtime=51.09 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 10462 0 0 0 5108 1 0 0 25 0 1 0 735237228 20242432 2140 33554432000 4194304 4479436 140734100069072 18446744073709551615 4294999 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4942 2140 335 70 0 2062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19768

[startup+102.314 s]
/proc/loadavg: 3.43 2.04 2.49 5/396 22941
/proc/meminfo: memFree=14678596/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17972 CPUtime=102.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 11595 0 0 0 10229 1 0 0 25 0 1 0 735237228 18403328 1691 33554432000 4194304 4479436 140734100069072 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4493 1691 335 70 0 1613 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17972

[startup+162.301 s]
/proc/loadavg: 3.79 2.40 2.59 5/396 22943
/proc/meminfo: memFree=14669260/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=19860 CPUtime=162.29 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 15045 0 0 0 16227 2 0 0 25 0 1 0 735237228 20336640 2164 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295172 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4965 2164 335 70 0 2085 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19860

[startup+222.301 s]
/proc/loadavg: 3.92 2.69 2.67 5/396 22944
/proc/meminfo: memFree=14673568/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20148 CPUtime=222.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 17269 0 0 0 22227 3 0 0 25 0 1 0 735237228 20631552 2236 33554432000 4194304 4479436 140734100069072 18446744073709551615 4294966 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5037 2236 335 70 0 2157 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 20148

[startup+282.301 s]
/proc/loadavg: 4.04 2.94 2.76 5/396 22946
/proc/meminfo: memFree=14671292/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20020 CPUtime=282.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 20701 0 0 0 28227 3 0 0 25 0 1 0 735237228 20500480 2204 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295587 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5005 2204 335 70 0 2125 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20020

[startup+342.301 s]
/proc/loadavg: 4.08 3.14 2.84 5/396 22948
/proc/meminfo: memFree=14668028/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=19764 CPUtime=342.29 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 22566 0 0 0 34226 3 0 0 25 0 1 0 735237228 20238336 1885 33554432000 4194304 4479436 140734100069072 18446744073709551615 4295711 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4941 1885 335 70 0 2061 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 19764

[startup+402.301 s]
/proc/loadavg: 4.03 3.30 2.91 5/396 22949
/proc/meminfo: memFree=14669360/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17748 CPUtime=402.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 23329 0 0 0 40226 4 0 0 25 0 1 0 735237228 18173952 1636 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451904 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4437 1636 335 70 0 1557 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 17748

[startup+462.301 s]
/proc/loadavg: 4.05 3.44 2.98 5/396 22951
/proc/meminfo: memFree=14665608/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=19924 CPUtime=462.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 25662 0 0 0 46226 4 0 0 25 0 1 0 735237228 20402176 2180 33554432000 4194304 4479436 140734100069072 18446744073709551615 4294966 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4981 2180 335 70 0 2101 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 19924

[startup+522.301 s]
/proc/loadavg: 4.20 3.58 3.06 5/396 22952
/proc/meminfo: memFree=14668680/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17524 CPUtime=522.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 28110 0 0 0 52226 4 0 0 25 0 1 0 735237228 17944576 1580 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4381 1580 335 70 0 1501 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 17524

[startup+582.301 s]
/proc/loadavg: 4.19 3.69 3.12 5/396 22954
/proc/meminfo: memFree=14669628/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=582.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 28190 0 0 0 58225 5 0 0 25 0 1 0 735237228 18141184 1660 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451876 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1660 335 70 0 1549 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 17716

[startup+642.301 s]
/proc/loadavg: 4.07 3.74 3.18 5/396 22956
/proc/meminfo: memFree=14667096/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=642.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 28190 0 0 0 64226 6 0 0 25 0 1 0 735237228 18141184 1660 33554432000 4194304 4479436 140734100069072 18446744073709551615 4452151 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1660 335 70 0 1549 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 17716

[startup+702.301 s]
/proc/loadavg: 4.02 3.79 3.22 5/396 22957
/proc/meminfo: memFree=14668296/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=702.3 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 28190 0 0 0 70224 6 0 0 25 0 1 0 735237228 18141184 1660 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1660 335 70 0 1549 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 17716

[startup+762.314 s]
/proc/loadavg: 4.01 3.82 3.27 5/396 22959
/proc/meminfo: memFree=14666760/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=762.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 28190 0 0 0 76225 7 0 0 25 0 1 0 735237228 18141184 1660 33554432000 4194304 4479436 140734100069072 18446744073709551615 4382311 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1660 335 70 0 1549 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 17716

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.31 5/396 22960
/proc/meminfo: memFree=14667712/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=822.31 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 30504 0 0 0 82223 8 0 0 25 0 1 0 735237228 18141184 1669 33554432000 4194304 4479436 140734100069072 18446744073709551615 4331413 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1669 335 70 0 1549 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 17716

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.35 5/396 22962
/proc/meminfo: memFree=14668292/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17716 CPUtime=882.31 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 30528 0 0 0 88223 8 0 0 25 0 1 0 735237228 18141184 1693 33554432000 4194304 4479436 140734100069072 18446744073709551615 4331558 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4429 1693 335 70 0 1549 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 17716

[startup+942.301 s]
/proc/loadavg: 4.03 3.91 3.39 5/396 22964
/proc/meminfo: memFree=14677664/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17876 CPUtime=942.31 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 30544 0 0 0 94223 8 0 0 25 0 1 0 735237228 18305024 1709 33554432000 4194304 4479436 140734100069072 18446744073709551615 4306923 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4469 1709 335 70 0 1589 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 17876

[startup+1002.3 s]
/proc/loadavg: 4.07 3.94 3.43 5/396 22965
/proc/meminfo: memFree=14665344/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=17428 CPUtime=1002.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 31753 0 0 0 100222 10 0 0 25 0 1 0 735237228 17846272 1592 33554432000 4194304 4479436 140734100069072 18446744073709551615 4331677 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 4357 1592 335 70 0 1477 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 17428

[startup+1062.3 s]
/proc/loadavg: 4.08 3.96 3.47 5/396 22967
/proc/meminfo: memFree=14661212/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20548 CPUtime=1062.31 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 34111 0 0 0 106221 10 0 0 25 0 1 0 735237228 21041152 2413 33554432000 4194304 4479436 140734100069072 18446744073709551615 4416147 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5137 2413 335 70 0 2257 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 20548

[startup+1122.3 s]
/proc/loadavg: 4.22 4.01 3.52 5/396 22968
/proc/meminfo: memFree=14658816/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20548 CPUtime=1122.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 34111 0 0 0 112221 11 0 0 25 0 1 0 735237228 21041152 2413 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451060 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5137 2413 335 70 0 2257 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 20548

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.55 5/396 22970
/proc/meminfo: memFree=14657420/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20548 CPUtime=1182.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 34183 0 0 0 118221 11 0 0 25 0 1 0 735237228 21041152 2485 33554432000 4194304 4479436 140734100069072 18446744073709551615 4451085 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5137 2485 335 70 0 2257 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 20548

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.57 5/396 22972
/proc/meminfo: memFree=14657636/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20148 CPUtime=1242.32 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 36398 0 0 0 124221 11 0 0 25 0 1 0 735237228 20631552 2248 33554432000 4194304 4479436 140734100069072 18446744073709551615 4331336 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5037 2248 335 70 0 2157 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 20148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.59 2/390 22976
/proc/meminfo: memFree=14694852/32951124 swapFree=65586204/67111528
[pid=22938] ppid=22936 vsize=20148 CPUtime=1300.03 cores=0,2
/proc/22938/stat : 22938 (MPhaseSAT64) R 22936 22938 22030 0 -1 4202496 36398 0 0 0 129991 12 0 0 25 0 1 0 735237228 20631552 2248 33554432000 4194304 4479436 140734100069072 18446744073709551615 4331899 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/22938/statm: 5037 2248 335 70 0 2157 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 20148

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.04
CPU user time (s): 1299.92
CPU system time (s): 0.122981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 24648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36398
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= 5
involuntary context switches= 2977

runsolver used 5.06223 second user time and 10.3134 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 11:01:06
IDJOB=3375315
IDBENCH=83024
IDSOLVER=1855
FILE ID=node119/3375315-1305450066
RUNJOBID= node119-1305450065-22869
PBS_JOBID= 13324846
Free space on /tmp= 73332 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375315-1305450066/watcher-3375315-1305450066 -o /tmp/evaluation-result-3375315-1305450066/solver-3375315-1305450066 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375315-1305450066.cnf

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

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=2000357573

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.67
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.815
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.815
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.815
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:      14705072 kB
Buffers:        294472 kB
Cached:        4728024 kB
SwapCached:       4756 kB
Active:       14732584 kB
Inactive:      3182548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14705072 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            1736 kB
Writeback:           8 kB
AnonPages:    12890140 kB
Mapped:          30692 kB
Slab:           208512 kB
PageTables:      56892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102531980 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= 73332 MiB
End job on node119 at 2011-05-15 11:22:48