Trace number 3221366

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
MPhaseSAT_M 2011-02-16? (TO) 5000.07 4999.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S31505198-038.UNKNOWN.cnf
MD5SUMed3fd2bb20521663519b3e49797ea8b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

53.99/54.05	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
53.99/54.05	c input CNF file=HOME/instance-3221366-1303292760.cnf 
53.99/54.05	c Clause#=3195  var#=150  ratio=21 
53.99/54.05	c Simplified clause#=3195 
53.99/54.05	c XOR_varElimination deleted var#=0 clauses#=3195 
53.99/54.05	c inative var#=0 
53.99/54.05	c free var#=150  
53.99/54.05	c local search on 
53.99/54.05	c height=35 age=39 
53.99/54.05	c hybrid solving ... 
53.99/54.05	c switch to march 
53.99/54.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
53.99/54.05	c stat :: sign balance is biased by 0.037
53.99/54.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
53.99/54.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 8 duplicate clauses
53.99/54.05	c longest clause has size 5
53.99/54.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
53.99/54.05	c number of free variables = 150
53.99/54.05	c dynamic_preselect_setsize :: off
53.99/54.08	c 0 / 999 NodeCount: 160 
54.09/54.15	c 1 / 999 NodeCount: 1038 
55.09/55.16	c 2 / 999 NodeCount: 11661 
78.50/78.57	c 3 / 999 NodeCount: 103946 
286.29/286.31	c 4 / 999 NodeCount: 702490 
1211.92/1211.97	c 5 / 999 NodeCount: 3725314 
2927.76/2927.74	c 6 / 999 NodeCount: 15832915 

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: 935)

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-3221366-1303292760/watcher-3221366-1303292760 -o /tmp/evaluation-result-3221366-1303292760/solver-3221366-1303292760 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3221366-1303292760.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 5.14 6.86 2/177 13822
/proc/meminfo: memFree=15744472/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=3288 CPUtime=0 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 352 0 0 0 0 0 0 0 21 0 1 0 421692279 3366912 292 33554432000 134512640 134829744 4291322560 18446744073709551615 134552608 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 822 292 228 78 0 108 0

[startup+0.092208 s]
/proc/loadavg: 2.22 5.14 6.86 2/177 13822
/proc/meminfo: memFree=15744472/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=3636 CPUtime=0.09 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 503 0 0 0 9 0 0 0 21 0 1 0 421692279 3723264 440 33554432000 134512640 134829744 4291322560 18446744073709551615 134722610 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 909 440 270 78 0 195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.100223 s]
/proc/loadavg: 2.22 5.14 6.86 2/177 13822
/proc/meminfo: memFree=15744472/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=3636 CPUtime=0.09 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 503 0 0 0 9 0 0 0 21 0 1 0 421692279 3723264 440 33554432000 134512640 134829744 4291322560 18446744073709551615 134632967 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 909 440 270 78 0 195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.301187 s]
/proc/loadavg: 2.22 5.14 6.86 2/177 13822
/proc/meminfo: memFree=15744472/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4164 CPUtime=0.29 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 629 0 0 0 29 0 0 0 22 0 1 0 421692279 4263936 566 33554432000 134512640 134829744 4291322560 18446744073709551615 134718338 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 1041 566 270 78 0 327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4164

[startup+0.701116 s]
/proc/loadavg: 2.22 5.14 6.86 2/177 13822
/proc/meminfo: memFree=15744472/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4428 CPUtime=0.69 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 716 0 0 0 69 0 0 0 23 0 1 0 421692279 4534272 653 33554432000 134512640 134829744 4291322560 18446744073709551615 134623507 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 1107 653 270 78 0 393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4428

[startup+1.50096 s]
/proc/loadavg: 2.22 5.14 6.86 3/178 13823
/proc/meminfo: memFree=15742860/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4692 CPUtime=1.49 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 779 0 0 0 149 0 0 0 25 0 1 0 421692279 4804608 716 33554432000 134512640 134829744 4291322560 18446744073709551615 134606112 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 1173 716 273 78 0 459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4692

[startup+3.10066 s]
/proc/loadavg: 2.22 5.14 6.86 3/178 13823
/proc/meminfo: memFree=15742488/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4692 CPUtime=3.09 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 779 0 0 0 309 0 0 0 25 0 1 0 421692279 4804608 716 33554432000 134512640 134829744 4291322560 18446744073709551615 134606656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 1173 716 273 78 0 459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4692

[startup+6.30108 s]
/proc/loadavg: 2.20 5.09 6.83 3/178 13823
/proc/meminfo: memFree=15742240/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4692 CPUtime=6.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 779 0 0 0 630 0 0 0 25 0 1 0 421692279 4804608 716 33554432000 134512640 134829744 4291322560 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/13822/statm: 1173 716 273 78 0 459 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4692

[startup+12.701 s]
/proc/loadavg: 2.19 5.04 6.80 3/178 13823
/proc/meminfo: memFree=15741380/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4692 CPUtime=12.69 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 779 0 0 0 1269 0 0 0 25 0 1 0 421692279 4804608 716 33554432000 134512640 134829744 4291322560 18446744073709551615 134606521 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 1173 716 273 78 0 459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4692

[startup+25.5007 s]
/proc/loadavg: 2.15 4.89 6.73 3/178 13823
/proc/meminfo: memFree=15740756/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=4956 CPUtime=25.49 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 833 0 0 0 2549 0 0 0 25 0 1 0 421692279 5074944 770 33554432000 134512640 134829744 4291322560 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 1239 770 273 78 0 525 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4956

[startup+51.1011 s]
/proc/loadavg: 2.10 4.66 6.60 3/178 13824
/proc/meminfo: memFree=15740000/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=5104 CPUtime=51.1 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 841 0 0 0 5110 0 0 0 25 0 1 0 421692279 5226496 778 33554432000 134512640 134829744 4291322560 18446744073709551615 134606073 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 1276 778 274 78 0 562 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 5104

[startup+102.306 s]
/proc/loadavg: 2.04 4.25 6.36 3/178 13825
/proc/meminfo: memFree=15733280/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=10972 CPUtime=102.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 2130 0 0 0 10229 1 0 0 25 0 1 0 421692279 11235328 2027 33554432000 134512640 134829744 4291322560 18446744073709551615 134605901 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 2743 2027 305 78 0 2029 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10972

[startup+162.3 s]
/proc/loadavg: 2.01 3.83 6.08 3/178 13827
/proc/meminfo: memFree=15728404/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=13560 CPUtime=162.29 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 3000 0 0 0 16228 1 0 0 25 0 1 0 421692279 13885440 2897 33554432000 134512640 134829744 4291322560 18446744073709551615 134605622 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 3390 2897 305 78 0 2676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13560

[startup+222.301 s]
/proc/loadavg: 2.00 3.50 5.82 3/178 13829
/proc/meminfo: memFree=15722512/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=17928 CPUtime=222.29 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 3933 0 0 0 22228 1 0 0 25 0 1 0 421692279 18358272 3830 33554432000 134512640 134829744 4291322560 18446744073709551615 134768853 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 4482 3830 305 78 0 3768 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 17928

[startup+282.301 s]
/proc/loadavg: 2.00 3.22 5.58 3/178 13830
/proc/meminfo: memFree=15715036/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=23104 CPUtime=282.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 5182 0 0 0 28228 2 0 0 25 0 1 0 421692279 23658496 5079 33554432000 134512640 134829744 4291322560 18446744073709551615 134796485 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 5776 5079 305 78 0 5062 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 23104

[startup+342.301 s]
/proc/loadavg: 2.00 3.00 5.35 3/178 13832
/proc/meminfo: memFree=15709016/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=27792 CPUtime=342.29 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 6453 0 0 0 34227 2 0 0 25 0 1 0 421692279 28459008 6350 33554432000 134512640 134829744 4291322560 18446744073709551615 134606336 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 6948 6350 305 78 0 6234 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 27792

[startup+402.3 s]
/proc/loadavg: 2.00 2.81 5.14 3/178 13833
/proc/meminfo: memFree=15705004/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=32476 CPUtime=402.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 7151 0 0 0 40227 3 0 0 25 0 1 0 421692279 33255424 7048 33554432000 134512640 134829744 4291322560 18446744073709551615 134780385 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 8119 7048 305 78 0 7405 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32476

[startup+462.301 s]
/proc/loadavg: 2.00 2.66 4.94 3/178 13835
/proc/meminfo: memFree=15697880/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=38136 CPUtime=462.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 8363 0 0 0 46227 3 0 0 25 0 1 0 421692279 39051264 8260 33554432000 134512640 134829744 4291322560 18446744073709551615 134742468 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 9534 8260 305 78 0 8820 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 38136

[startup+522.301 s]
/proc/loadavg: 2.00 2.54 4.75 3/178 13836
/proc/meminfo: memFree=15690764/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=42824 CPUtime=522.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 9703 0 0 0 52227 3 0 0 25 0 1 0 421692279 43851776 9600 33554432000 134512640 134829744 4291322560 18446744073709551615 134822503 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 10706 9600 305 78 0 9992 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 42824

[startup+582.3 s]
/proc/loadavg: 2.00 2.44 4.58 3/178 13838
/proc/meminfo: memFree=15686124/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=47512 CPUtime=582.3 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 10638 0 0 0 58227 3 0 0 25 0 1 0 421692279 48652288 10535 33554432000 134512640 134829744 4291322560 18446744073709551615 134822479 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 11878 10535 305 78 0 11164 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 47512

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 13943
/proc/meminfo: memFree=14852432/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=601704 CPUtime=4062.41 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 147452 0 0 0 406200 41 0 0 25 0 1 0 421692279 616144896 147349 33554432000 134512640 134829744 4291322560 18446744073709551615 134822471 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 150426 147349 305 78 0 149712 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 601704

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 2.02 3/178 13944
/proc/meminfo: memFree=14836268/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=606392 CPUtime=4122.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 149794 0 0 0 412199 41 0 0 25 0 1 0 421692279 620945408 149691 33554432000 134512640 134829744 4291322560 18446744073709551615 134748304 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 151598 149691 305 78 0 150884 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 606392

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/178 13946
/proc/meminfo: memFree=14820476/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=615768 CPUtime=4182.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 151972 0 0 0 418198 42 0 0 25 0 1 0 421692279 630546432 151869 33554432000 134512640 134829744 4291322560 18446744073709551615 134822488 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 153942 151869 305 78 0 153228 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 615768

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 13948
/proc/meminfo: memFree=14805304/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=625140 CPUtime=4242.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 154134 0 0 0 424198 42 0 0 25 0 1 0 421692279 640143360 154031 33554432000 134512640 134829744 4291322560 18446744073709551615 134768873 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 156285 154031 305 78 0 155571 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 625140

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13949
/proc/meminfo: memFree=14789264/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=634516 CPUtime=4302.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 156519 0 0 0 430197 43 0 0 25 0 1 0 421692279 649744384 156416 33554432000 134512640 134829744 4291322560 18446744073709551615 134788940 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 158629 156416 305 78 0 157915 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 634516

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13951
/proc/meminfo: memFree=14770732/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=643892 CPUtime=4362.41 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 159352 0 0 0 436197 44 0 0 25 0 1 0 421692279 659345408 159249 33554432000 134512640 134829744 4291322560 18446744073709551615 134822450 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 160973 159249 305 78 0 160259 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 643892

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13953
/proc/meminfo: memFree=14752212/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=653268 CPUtime=4422.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 162039 0 0 0 442196 44 0 0 25 0 1 0 421692279 668946432 161936 33554432000 134512640 134829744 4291322560 18446744073709551615 134768868 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 163317 161936 305 78 0 162603 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 653268

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13954
/proc/meminfo: memFree=14734672/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=662640 CPUtime=4482.4 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 164546 0 0 0 448196 44 0 0 25 0 1 0 421692279 678543360 164443 33554432000 134512640 134829744 4291322560 18446744073709551615 134789121 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 165660 164443 305 78 0 164946 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 662640

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13965
/proc/meminfo: memFree=14717256/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=676704 CPUtime=4542.41 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 167191 0 0 0 454196 45 0 0 25 0 1 0 421692279 692944896 167088 33554432000 134512640 134829744 4291322560 18446744073709551615 134789097 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 169176 167088 305 78 0 168462 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 676704

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13966
/proc/meminfo: memFree=14699228/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=686080 CPUtime=4602.42 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 169903 0 0 0 460196 46 0 0 25 0 1 0 421692279 702545920 169800 33554432000 134512640 134829744 4291322560 18446744073709551615 134756967 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 171520 169800 305 78 0 170806 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 686080

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13968
/proc/meminfo: memFree=14682556/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=695456 CPUtime=4662.41 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 172386 0 0 0 466195 46 0 0 25 0 1 0 421692279 712146944 172283 33554432000 134512640 134829744 4291322560 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 173864 172283 305 78 0 173150 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 695456

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13970
/proc/meminfo: memFree=14665768/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=704828 CPUtime=4722.42 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 174905 0 0 0 472195 47 0 0 25 0 1 0 421692279 721743872 174802 33554432000 134512640 134829744 4291322560 18446744073709551615 134822530 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 176207 174802 305 78 0 175493 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 704828

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13971
/proc/meminfo: memFree=14649092/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=714204 CPUtime=4782.42 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 177469 0 0 0 478194 48 0 0 25 0 1 0 421692279 731344896 177366 33554432000 134512640 134829744 4291322560 18446744073709551615 134747924 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 178551 177366 305 78 0 177837 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 714204

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14028
/proc/meminfo: memFree=15031480/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=754720 CPUtime=4842.42 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 179852 0 0 0 484193 49 0 0 25 0 1 0 421692279 772833280 179749 33554432000 134512640 134829744 4291322560 18446744073709551615 134822473 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 188680 179749 305 78 0 187966 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 754720

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14056
/proc/meminfo: memFree=15019092/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=764096 CPUtime=4902.41 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 182441 0 0 0 490192 49 0 0 25 0 1 0 421692279 782434304 182338 33554432000 134512640 134829744 4291322560 18446744073709551615 134806120 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 191024 182338 305 78 0 190310 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 764096

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 14058
/proc/meminfo: memFree=15005304/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=773468 CPUtime=4962.42 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 184830 0 0 0 496192 50 0 0 25 0 1 0 421692279 792031232 184727 33554432000 134512640 134829744 4291322560 18446744073709551615 134796493 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 193367 184727 305 78 0 192653 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 773468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14059
/proc/meminfo: memFree=14997348/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=778156 CPUtime=5000.02 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 186482 0 0 0 499952 50 0 0 25 0 1 0 421692279 796831744 186379 33554432000 134512640 134829744 4291322560 18446744073709551615 134797145 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 194539 186379 305 78 0 193825 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 778156

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14059
/proc/meminfo: memFree=14997348/32951124 swapFree=67111528/67111528
[pid=13822] ppid=13820 vsize=778156 CPUtime=5000.02 cores=0,2,4,6
/proc/13822/stat : 13822 (MPhaseSAT_M) R 13820 13822 13671 0 -1 4202496 186482 0 0 0 499952 50 0 0 25 0 1 0 421692279 796831744 186379 33554432000 134512640 134829744 4291322560 18446744073709551615 134797145 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/13822/statm: 194539 186379 305 78 0 193825 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 778156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4999.53
CPU system time (s): 0.542917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 778156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.53
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186482
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= 14
involuntary context switches= 57384

runsolver used 7.77882 second user time and 14.9577 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-20 11:46:00
IDJOB=3221366
IDBENCH=82911
IDSOLVER=1637
FILE ID=node146/3221366-1303292760
RUNJOBID= node146-1303292585-13689
PBS_JOBID= 13049629
Free space on /tmp= 72828 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S31505198-038.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221366-1303292760/watcher-3221366-1303292760 -o /tmp/evaluation-result-3221366-1303292760/solver-3221366-1303292760 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3221366-1303292760.cnf

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

MD5SUM BENCH= ed3fd2bb20521663519b3e49797ea8b1
RANDOM SEED=1328182416

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      15744612 kB
Buffers:        704048 kB
Cached:       16083624 kB
SwapCached:          0 kB
Active:        7970336 kB
Inactive:      8890892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15744612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:       73112 kB
Mapped:          16316 kB
Slab:           282640 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220628 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= 72828 MiB
End job on node146 at 2011-04-20 13:09:22