Trace number 3220292

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) 4999.99 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1901567697-013.UNKNOWN.cnf
MD5SUM6416f44b34786f590ff716f4b8e2cf7c
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

138.19/138.23	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
138.19/138.23	c input CNF file=HOME/instance-3220292-1303277395.cnf 
138.19/138.23	c Clause#=7120  var#=80  ratio=89 
138.19/138.23	c Simplified clause#=7120 
138.19/138.23	c XOR_varElimination deleted var#=0 clauses#=7120 
138.19/138.23	c inative var#=0 
138.19/138.23	c free var#=80  
138.19/138.23	c local search on 
138.19/138.23	c height=27 age=45 
138.19/138.23	c hybrid solving ... 
138.19/138.23	c switch to march 
138.19/138.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
138.19/138.23	c stat :: sign balance is biased by 0.005
138.19/138.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
138.19/138.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
138.19/138.23	c longest clause has size 7
138.19/138.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
138.19/138.23	c number of free variables = 80
138.19/138.23	c dynamic_preselect_setsize :: off
138.19/138.28	c 0 / 999 NodeCount: 191 
138.29/138.38	c 1 / 999 NodeCount: 711 
139.29/139.32	c 2 / 999 NodeCount: 5761 
145.69/145.74	c 3 / 999 NodeCount: 41127 
393.09/393.10	c 4 / 999 NodeCount: 224811 
1709.18/1709.23	c 5 / 999 NodeCount: 963324 
2590.67/2590.75	c 6 / 999 NodeCount: 3321384 
3937.28/3937.33	c 7 / 999 NodeCount: 9387377 

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

running on 4 cores: 1,3,5,7

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: 1.94 1.98 1.99 2/175 22059
/proc/meminfo: memFree=19749832/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=3308 CPUtime=0 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 439338182 3387392 275 33554432000 134512640 134829744 4292141296 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 827 275 225 78 0 113 0

[startup+0.06537 s]
/proc/loadavg: 1.94 1.98 1.99 2/175 22059
/proc/meminfo: memFree=19749832/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=4344 CPUtime=0.06 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 845 0 0 0 6 0 0 0 25 0 1 0 439338182 4448256 631 33554432000 134512640 134829744 4292141296 18446744073709551615 134679902 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1086 631 270 78 0 372 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4344

[startup+0.100354 s]
/proc/loadavg: 1.94 1.98 1.99 2/175 22059
/proc/meminfo: memFree=19749832/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=4608 CPUtime=0.09 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 892 0 0 0 9 0 0 0 25 0 1 0 439338182 4718592 678 33554432000 134512640 134829744 4292141296 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1152 678 270 78 0 438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4608

[startup+0.300316 s]
/proc/loadavg: 1.94 1.98 1.99 2/175 22059
/proc/meminfo: memFree=19749832/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=4876 CPUtime=0.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 952 0 0 0 29 0 0 0 25 0 1 0 439338182 4993024 738 33554432000 134512640 134829744 4292141296 18446744073709551615 134724675 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1219 738 270 78 0 505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4876

[startup+0.700261 s]
/proc/loadavg: 1.94 1.98 1.99 2/175 22059
/proc/meminfo: memFree=19749832/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5280 CPUtime=0.69 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1047 0 0 0 69 0 0 0 25 0 1 0 439338182 5406720 833 33554432000 134512640 134829744 4292141296 18446744073709551615 134724120 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1320 833 270 78 0 606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5280

[startup+1.50012 s]
/proc/loadavg: 1.94 1.98 1.99 3/176 22060
/proc/meminfo: memFree=19747116/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=1.49 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 149 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134605480 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5548

[startup+3.10085 s]
/proc/loadavg: 1.94 1.98 1.99 3/176 22060
/proc/meminfo: memFree=19746748/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=3.09 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 309 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134605475 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5548

[startup+6.3003 s]
/proc/loadavg: 1.94 1.98 1.99 3/176 22060
/proc/meminfo: memFree=19746620/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=6.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 629 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5548

[startup+12.7002 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 22060
/proc/meminfo: memFree=19746148/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=12.69 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 1269 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134605801 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5548

[startup+25.501 s]
/proc/loadavg: 1.96 1.98 1.99 3/176 22061
/proc/meminfo: memFree=19745896/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=25.49 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 2549 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134609302 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5548

[startup+51.1006 s]
/proc/loadavg: 1.97 1.98 1.99 3/176 22061
/proc/meminfo: memFree=19744644/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=5548 CPUtime=51.09 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1140 0 0 0 5109 0 0 0 25 0 1 0 439338182 5681152 926 33554432000 134512640 134829744 4292141296 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1387 926 273 78 0 673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5548

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22063
/proc/meminfo: memFree=19742024/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=6012 CPUtime=102.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 1196 0 0 0 10229 0 0 0 25 0 1 0 439338182 6156288 982 33554432000 134512640 134829744 4292141296 18446744073709551615 134605244 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 1503 982 274 78 0 789 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6012

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22064
/proc/meminfo: memFree=19731836/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=8440 CPUtime=162.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 2357 0 0 0 16229 0 0 0 25 0 1 0 439338182 8642560 1539 33554432000 134512640 134829744 4292141296 18446744073709551615 134606109 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 2110 1539 304 78 0 1396 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 8440

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22066
/proc/meminfo: memFree=19721412/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=10868 CPUtime=222.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 2826 0 0 0 22229 0 0 0 25 0 1 0 439338182 11128832 2008 33554432000 134512640 134829744 4292141296 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 2717 2008 304 78 0 2003 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 10868

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22067
/proc/meminfo: memFree=19712100/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=12592 CPUtime=282.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 3129 0 0 0 28229 0 0 0 25 0 1 0 439338182 12894208 2311 33554432000 134512640 134829744 4292141296 18446744073709551615 134605857 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 3148 2311 304 78 0 2434 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 12592

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22069
/proc/meminfo: memFree=19702908/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=12592 CPUtime=342.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 3296 0 0 0 34229 0 0 0 25 0 1 0 439338182 12894208 2478 33554432000 134512640 134829744 4292141296 18446744073709551615 134606188 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 3148 2478 304 78 0 2434 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 12592

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22071
/proc/meminfo: memFree=19694468/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=15180 CPUtime=402.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 3434 0 0 0 40229 0 0 0 25 0 1 0 439338182 15544320 2616 33554432000 134512640 134829744 4292141296 18446744073709551615 134605480 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 3795 2616 304 78 0 3081 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 15180

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22072
/proc/meminfo: memFree=19684888/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=15180 CPUtime=462.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 3832 0 0 0 46228 0 0 0 25 0 1 0 439338182 15544320 3014 33554432000 134512640 134829744 4292141296 18446744073709551615 134606082 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 3795 3014 304 78 0 3081 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 15180

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22074
/proc/meminfo: memFree=19676204/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=19060 CPUtime=522.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 4077 0 0 0 52228 0 0 0 25 0 1 0 439338182 19517440 3259 33554432000 134512640 134829744 4292141296 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 4765 3259 304 78 0 4051 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 19060

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 22075
/proc/meminfo: memFree=19667640/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=19060 CPUtime=582.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 4212 0 0 0 58228 0 0 0 25 0 1 0 439338182 19517440 3394 33554432000 134512640 134829744 4292141296 18446744073709551615 134609152 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 4765 3394 304 78 0 4051 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 19060

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22179
/proc/meminfo: memFree=19013180/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=243464 CPUtime=4002.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 59976 0 0 0 400216 11 0 0 25 0 1 0 439338182 249307136 59158 33554432000 134512640 134829744 4292141296 18446744073709551615 134789097 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 60866 59158 304 78 0 60152 0
Current children cumulated CPU time (s) 4002.27
Current children cumulated vsize (KiB) 243464

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22180
/proc/meminfo: memFree=18999032/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=252244 CPUtime=4062.29 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 61660 0 0 0 406217 12 0 0 25 0 1 0 439338182 258297856 60842 33554432000 134512640 134829744 4292141296 18446744073709551615 134824647 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 63061 60842 304 78 0 62347 0
Current children cumulated CPU time (s) 4062.29
Current children cumulated vsize (KiB) 252244

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22182
/proc/meminfo: memFree=18985388/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=256932 CPUtime=4122.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 63342 0 0 0 412216 12 0 0 25 0 1 0 439338182 263098368 62524 33554432000 134512640 134829744 4292141296 18446744073709551615 134748328 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 64233 62524 304 78 0 63519 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 256932

[startup+4182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 22183
/proc/meminfo: memFree=18972120/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=266304 CPUtime=4182.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 64952 0 0 0 418215 13 0 0 25 0 1 0 439338182 272695296 64134 33554432000 134512640 134829744 4292141296 18446744073709551615 134822476 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 66576 64134 304 78 0 65862 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 266304

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 22185
/proc/meminfo: memFree=18958724/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=270992 CPUtime=4242.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 66543 0 0 0 424214 14 0 0 25 0 1 0 439338182 277495808 65725 33554432000 134512640 134829744 4292141296 18446744073709551615 134822473 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 67748 65725 304 78 0 67034 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 270992

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22187
/proc/meminfo: memFree=18945204/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=275680 CPUtime=4302.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 68242 0 0 0 430213 14 0 0 25 0 1 0 439338182 282296320 67424 33554432000 134512640 134829744 4292141296 18446744073709551615 134768912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 68920 67424 304 78 0 68206 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 275680

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22188
/proc/meminfo: memFree=18932052/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=285056 CPUtime=4362.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 69868 0 0 0 436213 15 0 0 25 0 1 0 439338182 291897344 69050 33554432000 134512640 134829744 4292141296 18446744073709551615 134748326 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 71264 69050 304 78 0 70550 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 285056

[startup+4422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 22245
/proc/meminfo: memFree=19486616/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=289744 CPUtime=4422.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 71391 0 0 0 442213 15 0 0 25 0 1 0 439338182 296697856 70573 33554432000 134512640 134829744 4292141296 18446744073709551615 134797390 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 72436 70573 304 78 0 71722 0
Current children cumulated CPU time (s) 4422.28
Current children cumulated vsize (KiB) 289744

[startup+4482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 22246
/proc/meminfo: memFree=19469992/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=294432 CPUtime=4482.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 73033 0 0 0 448212 15 0 0 25 0 1 0 439338182 301498368 72215 33554432000 134512640 134829744 4292141296 18446744073709551615 134768868 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 73608 72215 304 78 0 72894 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 294432

[startup+4542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 22248
/proc/meminfo: memFree=19452380/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=303804 CPUtime=4542.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 74587 0 0 0 454212 15 0 0 25 0 1 0 439338182 311095296 73769 33554432000 134512640 134829744 4292141296 18446744073709551615 134768868 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 75951 73769 304 78 0 75237 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 303804

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 22250
/proc/meminfo: memFree=19436000/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=308492 CPUtime=4602.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 76104 0 0 0 460212 16 0 0 25 0 1 0 439338182 315895808 75286 33554432000 134512640 134829744 4292141296 18446744073709551615 134738320 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 77123 75286 304 78 0 76409 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 308492

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22251
/proc/meminfo: memFree=19420612/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=313180 CPUtime=4662.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 77643 0 0 0 466211 17 0 0 25 0 1 0 439338182 320696320 76825 33554432000 134512640 134829744 4292141296 18446744073709551615 134747938 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 78295 76825 304 78 0 77581 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 313180

[startup+4722.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 22253
/proc/meminfo: memFree=19405844/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=322556 CPUtime=4722.28 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 79174 0 0 0 472211 17 0 0 25 0 1 0 439338182 330297344 78356 33554432000 134512640 134829744 4292141296 18446744073709551615 134796472 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 80639 78356 304 78 0 79925 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 322556

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 22281
/proc/meminfo: memFree=19449336/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=327244 CPUtime=4782.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 80669 0 0 0 478210 17 0 0 25 0 1 0 439338182 335097856 79851 33554432000 134512640 134829744 4292141296 18446744073709551615 134748331 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 81811 79851 304 78 0 81097 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 327244

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 22310
/proc/meminfo: memFree=19442628/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=331932 CPUtime=4842.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 82111 0 0 0 484209 18 0 0 25 0 1 0 439338182 339898368 81293 33554432000 134512640 134829744 4292141296 18446744073709551615 134768868 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 82983 81293 304 78 0 82269 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 331932

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22312
/proc/meminfo: memFree=19436280/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=336620 CPUtime=4902.27 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 83464 0 0 0 490209 18 0 0 25 0 1 0 439338182 344698880 82646 33554432000 134512640 134829744 4292141296 18446744073709551615 134788936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 84155 82646 304 78 0 83441 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 336620

[startup+4962.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/176 22394
/proc/meminfo: memFree=19430628/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=345992 CPUtime=4962.26 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 85179 0 0 0 496208 18 0 0 25 0 1 0 439338182 354295808 84361 33554432000 134512640 134829744 4292141296 18446744073709551615 134796485 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 86498 84361 304 78 0 85784 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 345992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.98 1.98 1.99 3/176 22395
/proc/meminfo: memFree=19424788/32951132 swapFree=67111528/67111528
[pid=22059] ppid=22057 vsize=345992 CPUtime=4999.96 cores=1,3,5,7
/proc/22059/stat : 22059 (MPhaseSAT_M) R 22057 22059 20659 0 -1 4202496 86206 0 0 0 499978 18 0 0 25 0 1 0 439338182 354295808 85388 33554432000 134512640 134829744 4292141296 18446744073709551615 134796520 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/22059/statm: 86498 85388 304 78 0 85784 0
Current children cumulated CPU time (s) 4999.96
Current children cumulated vsize (KiB) 345992

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): 5000.02
CPU time (s): 4999.99
CPU user time (s): 4999.79
CPU system time (s): 0.203968
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 345992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.79
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86206
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= 7948

runsolver used 6.87296 second user time and 15.8666 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-20 07:29:55
IDJOB=3220292
IDBENCH=82732
IDSOLVER=1637
FILE ID=node128/3220292-1303277395
RUNJOBID= node128-1303261267-20678
PBS_JOBID= 13049522
Free space on /tmp= 73008 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1901567697-013.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220292-1303277395/watcher-3220292-1303277395 -o /tmp/evaluation-result-3220292-1303277395/solver-3220292-1303277395 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3220292-1303277395.cnf

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

MD5SUM BENCH= 6416f44b34786f590ff716f4b8e2cf7c
RANDOM SEED=1721986618

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:      19749972 kB
Buffers:        572488 kB
Cached:       12229612 kB
SwapCached:          0 kB
Active:        7801016 kB
Inactive:      5086948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19749972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             580 kB
Writeback:           0 kB
AnonPages:       85584 kB
Mapped:          16816 kB
Slab:           251480 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   235692 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= 73008 MiB
End job on node128 at 2011-04-20 08:53:17