Trace number 3095679

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
MD5SUM383bd72f29b3667b7a0d512d7fa797ad
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 variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

140.29/140.34	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
140.29/140.34	c input CNF file=HOME/instance-3095679-1301756901.cnf 
140.29/140.34	c Clause#=8010  var#=90  ratio=89 
140.29/140.34	c Simplified clause#=8010 
140.29/140.34	c XOR_varElimination deleted var#=0 clauses#=8010 
140.29/140.34	c inative var#=0 
140.29/140.34	c free var#=90  
140.29/140.34	c local search on 
140.29/140.34	c height=31 age=45 
140.29/140.34	c hybrid solving ... 
140.29/140.34	c switch to march 
140.29/140.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
140.29/140.34	c stat :: sign balance is biased by 0.007
140.29/140.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
140.29/140.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
140.29/140.34	c longest clause has size 7
140.29/140.34	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
140.29/140.34	c number of free variables = 90
140.29/140.34	c dynamic_preselect_setsize :: off
140.29/140.38	c 0 / 999 NodeCount: 134 
140.49/140.52	c 1 / 999 NodeCount: 820 
141.80/141.86	c 2 / 999 NodeCount: 8539 
152.49/152.50	c 3 / 999 NodeCount: 70934 
435.50/435.52	c 4 / 999 NodeCount: 446152 

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.98 3.92 3.78 4/189 24911
/proc/meminfo: memFree=20883356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=3328 CPUtime=0 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 322 0 0 0 0 0 0 0 25 0 1 0 365920579 3407872 262 33554432000 134512640 134829744 4294333824 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 832 262 225 78 0 118 0

[startup+0.0747969 s]
/proc/loadavg: 3.98 3.92 3.78 4/189 24911
/proc/meminfo: memFree=20883356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=4756 CPUtime=0.06 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 832 0 0 0 6 0 0 0 25 0 1 0 365920579 4870144 716 33554432000 134512640 134829744 4294333824 18446744073709551615 134680003 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1189 716 270 78 0 475 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4756

[startup+0.100782 s]
/proc/loadavg: 3.98 3.92 3.78 4/189 24911
/proc/meminfo: memFree=20883356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=4756 CPUtime=0.09 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 832 0 0 0 9 0 0 0 25 0 1 0 365920579 4870144 716 33554432000 134512640 134829744 4294333824 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1189 716 270 78 0 475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4756

[startup+0.300745 s]
/proc/loadavg: 3.98 3.92 3.78 4/189 24911
/proc/meminfo: memFree=20883356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5020 CPUtime=0.29 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 907 0 0 0 29 0 0 0 25 0 1 0 365920579 5140480 791 33554432000 134512640 134829744 4294333824 18446744073709551615 9899872 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1255 791 270 78 0 541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5020

[startup+0.700669 s]
/proc/loadavg: 3.98 3.92 3.78 4/189 24911
/proc/meminfo: memFree=20883356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5416 CPUtime=0.69 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1000 0 0 0 69 0 0 0 25 0 1 0 365920579 5545984 884 33554432000 134512640 134829744 4294333824 18446744073709551615 134722597 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1354 884 270 78 0 640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5416

[startup+1.50053 s]
/proc/loadavg: 3.98 3.92 3.78 5/190 24912
/proc/meminfo: memFree=20879760/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=1.49 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 149 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134606560 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5836

[startup+3.10022 s]
/proc/loadavg: 3.98 3.92 3.78 5/190 24912
/proc/meminfo: memFree=20879388/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=3.09 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 309 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134605490 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5836

[startup+6.30063 s]
/proc/loadavg: 3.99 3.92 3.78 5/190 24912
/proc/meminfo: memFree=20878900/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=6.29 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 629 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134605501 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5836

[startup+12.7004 s]
/proc/loadavg: 3.99 3.93 3.78 5/190 24913
/proc/meminfo: memFree=20876672/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=12.69 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 1269 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134605848 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5836

[startup+25.5011 s]
/proc/loadavg: 3.99 3.93 3.78 5/190 24913
/proc/meminfo: memFree=20874936/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=25.49 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 2549 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134605768 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5836

[startup+51.1003 s]
/proc/loadavg: 3.99 3.93 3.79 5/190 24914
/proc/meminfo: memFree=20872076/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=5836 CPUtime=51.09 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1111 0 0 0 5109 0 0 0 25 0 1 0 365920579 5976064 995 33554432000 134512640 134829744 4294333824 18446744073709551615 134606109 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1459 995 273 78 0 745 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5836

[startup+102.306 s]
/proc/loadavg: 4.04 3.96 3.80 5/190 24996
/proc/meminfo: memFree=20864768/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=6332 CPUtime=102.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 1164 0 0 0 10230 0 0 0 25 0 1 0 365920579 6483968 1048 33554432000 134512640 134829744 4294333824 18446744073709551615 134605791 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 1583 1048 274 78 0 869 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6332

[startup+162.301 s]
/proc/loadavg: 4.05 3.97 3.82 5/190 24998
/proc/meminfo: memFree=20849128/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=10268 CPUtime=162.29 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 2159 0 0 0 16229 0 0 0 25 0 1 0 365920579 10514432 1842 33554432000 134512640 134829744 4294333824 18446744073709551615 134605208 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 2567 1842 304 78 0 1853 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 10268

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.82 5/190 24999
/proc/meminfo: memFree=20837340/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=13144 CPUtime=222.29 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 2741 0 0 0 22229 0 0 0 25 0 1 0 365920579 13459456 2424 33554432000 134512640 134829744 4294333824 18446744073709551615 134605263 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 3286 2424 304 78 0 2572 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 13144

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 25001
/proc/meminfo: memFree=20823304/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=15732 CPUtime=282.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 3391 0 0 0 28230 0 0 0 25 0 1 0 365920579 16109568 3074 33554432000 134512640 134829744 4294333824 18446744073709551615 134605217 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 3933 3074 304 78 0 3219 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 15732

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 25003
/proc/meminfo: memFree=20809640/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=19612 CPUtime=342.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 3689 0 0 0 34230 0 0 0 25 0 1 0 365920579 20082688 3372 33554432000 134512640 134829744 4294333824 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 4903 3372 304 78 0 4189 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 19612

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 25004
/proc/meminfo: memFree=20797096/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=19612 CPUtime=402.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 3994 0 0 0 40230 0 0 0 25 0 1 0 365920579 20082688 3677 33554432000 134512640 134829744 4294333824 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 4903 3677 304 78 0 4189 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 19612

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 25006
/proc/meminfo: memFree=20783308/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=19612 CPUtime=462.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 4638 0 0 0 46230 0 0 0 25 0 1 0 365920579 20082688 4321 33554432000 134512640 134829744 4294333824 18446744073709551615 134606516 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 4903 4321 304 78 0 4189 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 19612

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 25007
/proc/meminfo: memFree=20769644/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=24300 CPUtime=522.3 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 5094 0 0 0 52230 0 0 0 25 0 1 0 365920579 24883200 4777 33554432000 134512640 134829744 4294333824 18446744073709551615 134606611 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 6075 4777 304 78 0 5361 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 24300

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 25009
/proc/meminfo: memFree=20758076/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=24300 CPUtime=582.31 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 5574 0 0 0 58230 1 0 0 25 0 1 0 365920579 24883200 5257 33554432000 134512640 134829744 4294333824 18446744073709551615 134605484 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 6075 5257 304 78 0 5361 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 24300

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 25011
/proc/meminfo: memFree=20745784/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=28988 CPUtime=642.32 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 5837 0 0 0 64231 1 0 0 25 0 1 0 365920579 29683712 5520 33554432000 134512640 134829744 4294333824 18446744073709551615 134788936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 7247 5520 304 78 0 6533 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 28988

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 25012
/proc/meminfo: memFree=20732236/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=28988 CPUtime=702.31 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 6156 0 0 0 70230 1 0 0 25 0 1 0 365920579 29683712 5839 33554432000 134512640 134829744 4294333824 18446744073709551615 134605943 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 7247 5839 304 78 0 6533 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 28988

[startup+762.306 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 25014
/proc/meminfo: memFree=20718828/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=28988 CPUtime=762.32 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 6777 0 0 0 76231 1 0 0 25 0 1 0 365920579 29683712 6460 33554432000 134512640 134829744 4294333824 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 7247 6460 304 78 0 6533 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 28988

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 25015
/proc/meminfo: memFree=20706644/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=34232 CPUtime=822.31 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 7147 0 0 0 82230 1 0 0 25 0 1 0 365920579 35053568 6830 33554432000 134512640 134829744 4294333824 18446744073709551615 134606621 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 8558 6830 304 78 0 7844 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 34232

[startup+882.301 s]
/proc/loadavg: 4.06 3.99 3.89 5/190 25017
/proc/meminfo: memFree=20694468/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=34232 CPUtime=882.31 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 7436 0 0 0 88230 1 0 0 25 0 1 0 365920579 35053568 7119 33554432000 134512640 134829744 4294333824 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 8558 7119 304 78 0 7844 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 34232

[startup+942.3 s]
/proc/loadavg: 4.02 3.99 3.90 5/190 25019
/proc/meminfo: memFree=20676468/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=34232 CPUtime=942.32 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 7975 0 0 0 94230 2 0 0 25 0 1 0 365920579 35053568 7658 33554432000 134512640 134829744 4294333824 18446744073709551615 134605487 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 8558 7658 304 78 0 7844 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 34232

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 25020
/proc/meminfo: memFree=20654748/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=38920 CPUtime=1002.32 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 8327 0 0 0 100230 2 0 0 25 0 1 0 365920579 39854080 8010 33554432000 134512640 134829744 4294333824 18446744073709551615 134605248 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 9730 8010 304 78 0 9016 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 38920

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 25022
/proc/meminfo: memFree=20635380/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=38920 CPUtime=1062.32 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 8705 0 0 0 106230 2 0 0 25 0 1 0 365920579 39854080 8388 33554432000 134512640 134829744 4294333824 18446744073709551615 134605832 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 9730 8388 304 78 0 9016 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 38920

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 25160
/proc/meminfo: memFree=20778544/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=38920 CPUtime=1122.33 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 9131 0 0 0 112231 2 0 0 25 0 1 0 365920579 39854080 8814 33554432000 134512640 134829744 4294333824 18446744073709551615 134605836 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 9730 8814 304 78 0 9016 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 38920

[startup+1182.3 s]
/proc/loadavg: 4.07 4.01 3.91 5/190 25162
/proc/meminfo: memFree=20765236/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=43608 CPUtime=1182.33 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 9480 0 0 0 118231 2 0 0 25 0 1 0 365920579 44654592 9163 33554432000 134512640 134829744 4294333824 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 10902 9163 304 78 0 10188 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 43608

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.92 5/190 25164
/proc/meminfo: memFree=20753792/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=43608 CPUtime=1242.33 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 9840 0 0 0 124231 2 0 0 25 0 1 0 365920579 44654592 9523 33554432000 134512640 134829744 4294333824 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 10902 9523 304 78 0 10188 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 43608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.92 5/190 25165
/proc/meminfo: memFree=20741356/32951124 swapFree=67111524/67111528
[pid=24911] ppid=24909 vsize=43608 CPUtime=1300.03 cores=5,7
/proc/24911/stat : 24911 (MPhaseSAT_M) R 24909 24911 24575 0 -1 4202496 10257 0 0 0 130001 2 0 0 25 0 1 0 365920579 44654592 9940 33554432000 134512640 134829744 4294333824 18446744073709551615 134747924 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/24911/statm: 10902 9940 304 78 0 10188 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 43608

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.05
CPU user time (s): 1300.02
CPU system time (s): 0.029995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 43608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10257
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= 8
involuntary context switches= 1686

runsolver used 1.89271 second user time and 4.02839 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-02 17:08:21
IDJOB=3095679
IDBENCH=82961
IDSOLVER=1522
FILE ID=node111/3095679-1301756901
RUNJOBID= node111-1301756669-24596
PBS_JOBID= 12841057
Free space on /tmp= 71244 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095679-1301756901/watcher-3095679-1301756901 -o /tmp/evaluation-result-3095679-1301756901/solver-3095679-1301756901 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095679-1301756901.cnf

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

MD5SUM BENCH= 383bd72f29b3667b7a0d512d7fa797ad
RANDOM SEED=1711871194

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.849
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.67
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.849
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:      20883512 kB
Buffers:        350076 kB
Cached:       11332492 kB
SwapCached:          4 kB
Active:        7312036 kB
Inactive:      4462352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20883512 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             700 kB
Writeback:           0 kB
AnonPages:       91672 kB
Mapped:          17144 kB
Slab:           230744 kB
PageTables:       5336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282944 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= 71244 MiB
End job on node111 at 2011-04-02 17:30:03