Trace number 3094736

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-03-03? (TO) 1300.03 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S89201333-019-UNKNOWN.cnf
MD5SUM04e94fe2f2a1881d983170c76e6cb046
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.6875
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3094736-1301750364/watcher-3094736-1301750364 -o /tmp/evaluation-result-3094736-1301750364/solver-3094736-1301750364 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3094736-1301750364.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: 4.00 4.00 3.60 5/187 18662
/proc/meminfo: memFree=21260924/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=4796 CPUtime=0 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 317 0 0 0 0 0 0 0 25 0 1 0 286635083 4911104 257 33554432000 134512640 134761588 4292896288 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 1199 257 225 61 0 502 0

[startup+0.0769519 s]
/proc/loadavg: 4.00 4.00 3.60 5/187 18662
/proc/meminfo: memFree=21260924/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=4344 CPUtime=0.07 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 1256 0 0 0 7 0 0 0 25 0 1 0 286635083 4448256 616 33554432000 134512640 134761588 4292896288 18446744073709551615 134578227 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 1086 616 246 61 0 389 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4344

[startup+0.100934 s]
/proc/loadavg: 4.00 4.00 3.60 5/187 18662
/proc/meminfo: memFree=21260924/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=4344 CPUtime=0.09 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 1802 0 0 0 9 0 0 0 25 0 1 0 286635083 4448256 616 33554432000 134512640 134761588 4292896288 18446744073709551615 134578208 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 1086 616 246 61 0 389 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4344

[startup+0.300902 s]
/proc/loadavg: 4.00 4.00 3.60 5/187 18662
/proc/meminfo: memFree=21260924/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=9764 CPUtime=0.28 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 4464 0 0 0 28 0 0 0 25 0 1 0 286635083 9998336 1970 33554432000 134512640 134761588 4292896288 18446744073709551615 134660639 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 2441 1970 275 61 0 1744 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9764

[startup+0.700827 s]
/proc/loadavg: 4.00 4.00 3.60 5/187 18662
/proc/meminfo: memFree=21260924/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=10224 CPUtime=0.68 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 4584 0 0 0 68 0 0 0 25 0 1 0 286635083 10469376 2090 33554432000 134512640 134761588 4292896288 18446744073709551615 134680696 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 2556 2090 280 61 0 1859 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10224

[startup+1.50071 s]
/proc/loadavg: 4.00 4.00 3.60 5/188 18663
/proc/meminfo: memFree=21253484/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=10224 CPUtime=1.48 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 4584 0 0 0 148 0 0 0 25 0 1 0 286635083 10469376 2090 33554432000 134512640 134761588 4292896288 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 2556 2090 280 61 0 1859 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10224

[startup+3.10043 s]
/proc/loadavg: 4.00 4.00 3.60 5/188 18663
/proc/meminfo: memFree=21253112/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=10224 CPUtime=3.08 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 4584 0 0 0 308 0 0 0 25 0 1 0 286635083 10469376 2090 33554432000 134512640 134761588 4292896288 18446744073709551615 134747088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 2556 2090 280 61 0 1859 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10224

[startup+6.30088 s]
/proc/loadavg: 4.08 4.02 3.61 5/188 18663
/proc/meminfo: memFree=21251872/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=11680 CPUtime=6.28 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 5912 0 0 0 628 0 0 0 25 0 1 0 286635083 11960320 2454 33554432000 134512640 134761588 4292896288 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 2920 2454 280 61 0 2223 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11680

[startup+12.7008 s]
/proc/loadavg: 4.07 4.02 3.61 5/188 18663
/proc/meminfo: memFree=21249852/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=13120 CPUtime=12.69 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 11034 0 0 0 1268 1 0 0 25 0 1 0 286635083 13434880 2808 33554432000 134512640 134761588 4292896288 18446744073709551615 134748416 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 3280 2808 286 61 0 2583 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13120

[startup+25.5066 s]
/proc/loadavg: 4.06 4.01 3.61 5/188 18664
/proc/meminfo: memFree=21246624/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=14596 CPUtime=25.5 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 14945 0 0 0 2548 2 0 0 25 0 1 0 286635083 14946304 3207 33554432000 134512640 134761588 4292896288 18446744073709551615 134747651 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 3649 3207 286 61 0 2952 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 14596

[startup+51.1012 s]
/proc/loadavg: 4.04 4.01 3.62 5/188 18664
/proc/meminfo: memFree=21244384/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=14608 CPUtime=51.09 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 22048 0 0 0 5106 3 0 0 25 0 1 0 286635083 14958592 3206 33554432000 134512640 134761588 4292896288 18446744073709551615 134748438 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 3652 3206 286 61 0 2955 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14608

[startup+102.3 s]
/proc/loadavg: 4.08 4.02 3.65 5/188 18666
/proc/meminfo: memFree=21245740/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=15484 CPUtime=102.29 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 23597 0 0 0 10226 3 0 0 25 0 1 0 286635083 15855616 3411 33554432000 134512640 134761588 4292896288 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 3871 3411 286 61 0 3174 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 15484

[startup+162.301 s]
/proc/loadavg: 4.08 4.03 3.67 5/188 18667
/proc/meminfo: memFree=21244120/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=16580 CPUtime=162.29 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 26078 0 0 0 16226 3 0 0 25 0 1 0 286635083 16977920 3685 33554432000 134512640 134761588 4292896288 18446744073709551615 134636797 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 4145 3685 286 61 0 3448 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16580

[startup+222.301 s]
/proc/loadavg: 4.03 4.02 3.69 5/188 18668
/proc/meminfo: memFree=21241984/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=16708 CPUtime=222.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 28830 0 0 0 22226 4 0 0 25 0 1 0 286635083 17108992 3717 33554432000 134512640 134761588 4292896288 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 4177 3717 286 61 0 3480 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 16708

[startup+282.3 s]
/proc/loadavg: 3.96 4.00 3.70 5/188 18698
/proc/meminfo: memFree=21243616/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=17732 CPUtime=282.29 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 30686 0 0 0 28225 4 0 0 25 0 1 0 286635083 18157568 3973 33554432000 134512640 134761588 4292896288 18446744073709551615 134748446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 4433 3973 286 61 0 3736 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 17732

[startup+342.301 s]
/proc/loadavg: 4.03 4.01 3.72 5/188 18700
/proc/meminfo: memFree=21241236/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=16964 CPUtime=342.29 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 32062 0 0 0 34224 5 0 0 25 0 1 0 286635083 17371136 3781 33554432000 134512640 134761588 4292896288 18446744073709551615 134747192 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 4241 3781 286 61 0 3544 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 16964

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.74 5/188 18702
/proc/meminfo: memFree=21237612/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21060 CPUtime=402.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 35389 0 0 0 40224 6 0 0 25 0 1 0 286635083 21565440 4805 33554432000 134512640 134761588 4292896288 18446744073709551615 134673040 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5265 4805 286 61 0 4568 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 21060

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/188 18703
/proc/meminfo: memFree=21238696/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21060 CPUtime=462.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 37075 0 0 0 46224 6 0 0 25 0 1 0 286635083 21565440 4827 33554432000 134512640 134761588 4292896288 18446744073709551615 134747182 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5265 4827 286 61 0 4568 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21060

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/188 18704
/proc/meminfo: memFree=21236700/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21060 CPUtime=522.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 38739 0 0 0 52224 6 0 0 25 0 1 0 286635083 21565440 4827 33554432000 134512640 134761588 4292896288 18446744073709551615 134747280 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5265 4827 286 61 0 4568 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 21060

[startup+582.307 s]
/proc/loadavg: 4.00 4.00 3.77 5/188 18706
/proc/meminfo: memFree=21235204/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21828 CPUtime=582.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 40467 0 0 0 58224 7 0 0 25 0 1 0 286635083 22351872 5019 33554432000 134512640 134761588 4292896288 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5457 5019 286 61 0 4760 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 21828

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/188 18708
/proc/meminfo: memFree=21235312/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=22084 CPUtime=642.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 41778 0 0 0 64223 7 0 0 25 0 1 0 286635083 22614016 5083 33554432000 134512640 134761588 4292896288 18446744073709551615 134747168 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5521 5083 286 61 0 4824 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 22084

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/188 18710
/proc/meminfo: memFree=21233928/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=20804 CPUtime=702.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 43125 0 0 0 70223 7 0 0 25 0 1 0 286635083 21303296 4766 33554432000 134512640 134761588 4292896288 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5201 4766 286 61 0 4504 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 20804

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/188 18711
/proc/meminfo: memFree=21237136/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=22640 CPUtime=762.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 44839 0 0 0 76223 7 0 0 25 0 1 0 286635083 23183360 5200 33554432000 134512640 134761588 4292896288 18446744073709551615 134680522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5660 5200 286 61 0 4963 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 22640

[startup+822.3 s]
/proc/loadavg: 3.97 4.00 3.82 5/188 18768
/proc/meminfo: memFree=21252596/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21760 CPUtime=822.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 46439 0 0 0 82223 7 0 0 25 0 1 0 286635083 22282240 5012 33554432000 134512640 134761588 4292896288 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5440 5012 286 61 0 4743 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 21760

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.83 5/188 18770
/proc/meminfo: memFree=21239276/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21956 CPUtime=882.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 48376 0 0 0 88223 8 0 0 25 0 1 0 286635083 22482944 5029 33554432000 134512640 134761588 4292896288 18446744073709551615 134616932 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5489 5029 286 61 0 4792 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 21956

[startup+942.307 s]
/proc/loadavg: 4.05 4.02 3.84 5/188 18772
/proc/meminfo: memFree=21237264/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=22212 CPUtime=942.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 48760 0 0 0 94223 8 0 0 25 0 1 0 286635083 22745088 5093 33554432000 134512640 134761588 4292896288 18446744073709551615 134636797 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5553 5093 286 61 0 4856 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 22212

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.85 5/188 18774
/proc/meminfo: memFree=21234264/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=21188 CPUtime=1002.3 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 50168 0 0 0 100222 8 0 0 25 0 1 0 286635083 21696512 4837 33554432000 134512640 134761588 4292896288 18446744073709551615 134747238 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5297 4837 286 61 0 4600 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 21188

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.85 5/188 18775
/proc/meminfo: memFree=21233616/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=22212 CPUtime=1062.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 51960 0 0 0 106222 9 0 0 25 0 1 0 286635083 22745088 5093 33554432000 134512640 134761588 4292896288 18446744073709551615 134682463 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5553 5093 286 61 0 4856 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 22212

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/188 18776
/proc/meminfo: memFree=21236064/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=22212 CPUtime=1122.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 53367 0 0 0 112222 9 0 0 25 0 1 0 286635083 22745088 5093 33554432000 134512640 134761588 4292896288 18446744073709551615 134682488 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5553 5093 286 61 0 4856 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 22212

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/188 18778
/proc/meminfo: memFree=21232208/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=24360 CPUtime=1182.31 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 55440 0 0 0 118222 9 0 0 25 0 1 0 286635083 24944640 5630 33554432000 134512640 134761588 4292896288 18446744073709551615 134746994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 6090 5630 286 61 0 5393 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 24360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/188 18780
/proc/meminfo: memFree=21233056/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=23324 CPUtime=1242.32 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 56209 0 0 0 124222 10 0 0 25 0 1 0 286635083 23883776 5403 33554432000 134512640 134761588 4292896288 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5831 5403 286 61 0 5134 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 23324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.87 5/188 18782
/proc/meminfo: memFree=21230812/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=23808 CPUtime=1300.02 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 57513 0 0 0 129992 10 0 0 25 0 1 0 286635083 24379392 5492 33554432000 134512640 134761588 4292896288 18446744073709551615 134636803 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5952 5492 286 61 0 5255 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 23808

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.87 5/188 18782
/proc/meminfo: memFree=21230812/32951132 swapFree=67111528/67111528
[pid=18662] ppid=18660 vsize=23808 CPUtime=1300.02 cores=0,2
/proc/18662/stat : 18662 (MPhaseSAT64) R 18660 18662 18377 0 -1 4202496 57513 0 0 0 129992 10 0 0 25 0 1 0 286635083 24379392 5492 33554432000 134512640 134761588 4292896288 18446744073709551615 134636803 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/18662/statm: 5952 5492 286 61 0 5255 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 23808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.93
CPU system time (s): 0.103984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 27172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57513
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= 15
involuntary context switches= 2837

runsolver used 2.47062 second user time and 4.54831 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-02 15:19:24
IDJOB=3094736
IDBENCH=82618
IDSOLVER=1521
FILE ID=node128/3094736-1301750364
RUNJOBID= node128-1301748569-18395
PBS_JOBID= 12841009
Free space on /tmp= 71124 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S89201333-019-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3094736-1301750364/watcher-3094736-1301750364 -o /tmp/evaluation-result-3094736-1301750364/solver-3094736-1301750364 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3094736-1301750364.cnf

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

MD5SUM BENCH= 04e94fe2f2a1881d983170c76e6cb046
RANDOM SEED=657743406

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21261204 kB
Buffers:        342536 kB
Cached:       10968432 kB
SwapCached:          0 kB
Active:        7919316 kB
Inactive:      3494076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21261204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1568 kB
Writeback:          12 kB
AnonPages:      102092 kB
Mapped:          17096 kB
Slab:           213840 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   289184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71124 MiB
End job on node128 at 2011-04-02 15:41:06