Trace number 3095467

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
MD5SUM04148c6828d9f9ccd74e3efaedcb8c52
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

55.79/55.85	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
55.79/55.85	c input CNF file=HOME/instance-3095467-1301752907.cnf 
55.79/55.85	c Clause#=3195  var#=150  ratio=21 
55.79/55.85	c Simplified clause#=3195 
55.79/55.85	c XOR_varElimination deleted var#=0 clauses#=3195 
55.79/55.85	c inative var#=0 
55.79/55.85	c free var#=150  
55.79/55.85	c local search on 
55.79/55.85	c height=36 age=39 
55.79/55.85	c hybrid solving ... 
55.79/55.85	c switch to march 
55.79/55.85	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
55.79/55.85	c stat :: sign balance is biased by 0.032
55.79/55.85	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
55.79/55.85	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
55.79/55.85	c longest clause has size 5
55.79/55.85	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
55.79/55.85	c number of free variables = 150
55.79/55.85	c dynamic_preselect_setsize :: off
55.79/55.87	c 0 / 999 NodeCount: 142 
55.89/55.95	c 1 / 999 NodeCount: 1054 
56.99/57.03	c 2 / 999 NodeCount: 12268 
95.39/95.49	c 3 / 999 NodeCount: 111100 
367.98/368.01	c 4 / 999 NodeCount: 757197 
1269.77/1269.86	c 5 / 999 NodeCount: 3998888 

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.02 4.00 3.92 5/189 2363
/proc/meminfo: memFree=23000124/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=3140 CPUtime=0 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 325 0 0 0 0 0 0 0 25 0 1 0 365521334 3215360 264 33554432000 134512640 134829744 4290485520 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 785 264 225 78 0 71 0

[startup+0.0616141 s]
/proc/loadavg: 4.02 4.00 3.92 5/189 2363
/proc/meminfo: memFree=23000124/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=3524 CPUtime=0.05 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 408 0 0 0 5 0 0 0 25 0 1 0 365521334 3608576 344 33554432000 134512640 134829744 4290485520 18446744073709551615 134579984 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 881 344 238 78 0 167 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3524

[startup+0.100608 s]
/proc/loadavg: 4.02 4.00 3.92 5/189 2363
/proc/meminfo: memFree=23000124/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=3636 CPUtime=0.09 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 506 0 0 0 9 0 0 0 25 0 1 0 365521334 3723264 441 33554432000 134512640 134829744 4290485520 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 909 441 270 78 0 195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.300566 s]
/proc/loadavg: 4.02 4.00 3.92 5/189 2363
/proc/meminfo: memFree=23000124/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4032 CPUtime=0.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 615 0 0 0 29 0 0 0 25 0 1 0 365521334 4128768 550 33554432000 134512640 134829744 4290485520 18446744073709551615 134678548 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1008 550 270 78 0 294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4032

[startup+0.700492 s]
/proc/loadavg: 4.02 4.00 3.92 5/189 2363
/proc/meminfo: memFree=23000124/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4296 CPUtime=0.69 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 680 0 0 0 69 0 0 0 25 0 1 0 365521334 4399104 615 33554432000 134512640 134829744 4290485520 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1074 615 270 78 0 360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4296

[startup+1.50034 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 2364
/proc/meminfo: memFree=22998032/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4692 CPUtime=1.49 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 774 0 0 0 149 0 0 0 25 0 1 0 365521334 4804608 709 33554432000 134512640 134829744 4290485520 18446744073709551615 134605795 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1173 709 273 78 0 459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4692

[startup+3.10105 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 2364
/proc/meminfo: memFree=22997780/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4692 CPUtime=3.09 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 774 0 0 0 309 0 0 0 25 0 1 0 365521334 4804608 709 33554432000 134512640 134829744 4290485520 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1173 709 273 78 0 459 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4692

[startup+6.30045 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 2364
/proc/meminfo: memFree=22997656/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4692 CPUtime=6.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 774 0 0 0 629 0 0 0 25 0 1 0 365521334 4804608 709 33554432000 134512640 134829744 4290485520 18446744073709551615 134605231 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1173 709 273 78 0 459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4692

[startup+12.7003 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 2364
/proc/meminfo: memFree=22997284/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4692 CPUtime=12.69 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 774 0 0 0 1269 0 0 0 25 0 1 0 365521334 4804608 709 33554432000 134512640 134829744 4290485520 18446744073709551615 134606617 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1173 709 273 78 0 459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4692

[startup+25.5009 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 2364
/proc/meminfo: memFree=22997264/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=4956 CPUtime=25.49 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 829 0 0 0 2549 0 0 0 25 0 1 0 365521334 5074944 764 33554432000 134512640 134829744 4290485520 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1239 764 273 78 0 525 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4956

[startup+51.1012 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 2365
/proc/meminfo: memFree=22992168/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=5116 CPUtime=51.09 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 845 0 0 0 5109 0 0 0 25 0 1 0 365521334 5238784 780 33554432000 134512640 134829744 4290485520 18446744073709551615 134605753 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 1279 780 274 78 0 565 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5116

[startup+102.307 s]
/proc/loadavg: 4.14 4.03 3.93 5/190 2367
/proc/meminfo: memFree=22988804/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=9124 CPUtime=102.3 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 1643 0 0 0 10230 0 0 0 25 0 1 0 365521334 9342976 1578 33554432000 134512640 134829744 4290485520 18446744073709551615 134605211 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 2281 1578 305 78 0 1567 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 9124

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 2368
/proc/meminfo: memFree=22984444/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=13680 CPUtime=162.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 2676 0 0 0 16229 0 0 0 25 0 1 0 365521334 14008320 2611 33554432000 134512640 134829744 4290485520 18446744073709551615 134797400 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 3420 2611 305 78 0 2706 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13680

[startup+222.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 2370
/proc/meminfo: memFree=22978824/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=17808 CPUtime=222.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 3456 0 0 0 22229 0 0 0 25 0 1 0 365521334 18235392 3391 33554432000 134512640 134829744 4290485520 18446744073709551615 134605780 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 4452 3391 305 78 0 3738 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 17808

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 2371
/proc/meminfo: memFree=22975708/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=22496 CPUtime=282.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 4166 0 0 0 28228 0 0 0 25 0 1 0 365521334 23035904 4101 33554432000 134512640 134829744 4290485520 18446744073709551615 134605707 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 5624 4101 305 78 0 4910 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 22496

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 2373
/proc/meminfo: memFree=22961164/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=22496 CPUtime=342.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 4769 0 0 0 34228 0 0 0 25 0 1 0 365521334 23035904 4704 33554432000 134512640 134829744 4290485520 18446744073709551615 134789017 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 5624 4704 305 78 0 4910 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 22496

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2375
/proc/meminfo: memFree=22955568/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=27672 CPUtime=402.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 6249 0 0 0 40228 1 0 0 25 0 1 0 365521334 28336128 6184 33554432000 134512640 134829744 4290485520 18446744073709551615 134605325 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 6918 6184 305 78 0 6204 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 27672

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2376
/proc/meminfo: memFree=22951204/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=32356 CPUtime=462.29 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 7272 0 0 0 46228 1 0 0 25 0 1 0 365521334 33132544 7207 33554432000 134512640 134829744 4290485520 18446744073709551615 134789312 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 8089 7207 305 78 0 7375 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 32356

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2516
/proc/meminfo: memFree=23079344/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=37044 CPUtime=522.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 8145 0 0 0 52227 1 0 0 25 0 1 0 365521334 37933056 8080 33554432000 134512640 134829744 4290485520 18446744073709551615 134749020 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 9261 8080 305 78 0 8547 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 37044

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2544
/proc/meminfo: memFree=23068824/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=42708 CPUtime=582.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 9009 0 0 0 58226 1 0 0 25 0 1 0 365521334 43732992 8944 33554432000 134512640 134829744 4290485520 18446744073709551615 134748264 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 10677 8944 305 78 0 9963 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 42708

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2628
/proc/meminfo: memFree=23058516/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=47396 CPUtime=642.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 10292 0 0 0 64226 2 0 0 25 0 1 0 365521334 48533504 10227 33554432000 134512640 134829744 4290485520 18446744073709551615 134822520 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 11849 10228 305 78 0 11135 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 47396

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2630
/proc/meminfo: memFree=23052056/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=52084 CPUtime=702.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 11450 0 0 0 70225 3 0 0 25 0 1 0 365521334 53334016 11385 33554432000 134512640 134829744 4290485520 18446744073709551615 134605563 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 13021 11385 305 78 0 12307 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 52084

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2631
/proc/meminfo: memFree=23043716/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=52084 CPUtime=762.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 12205 0 0 0 76225 3 0 0 25 0 1 0 365521334 53334016 12140 33554432000 134512640 134829744 4290485520 18446744073709551615 134606609 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 13021 12140 305 78 0 12307 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 52084

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.94 5/190 2633
/proc/meminfo: memFree=23033384/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=56772 CPUtime=822.28 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 13468 0 0 0 82224 4 0 0 25 0 1 0 365521334 58134528 13403 33554432000 134512640 134829744 4290485520 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 14193 13403 305 78 0 13479 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 56772

[startup+882.301 s]
/proc/loadavg: 3.95 3.99 3.93 5/190 2662
/proc/meminfo: memFree=23046364/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=61460 CPUtime=882.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 14274 0 0 0 88223 4 0 0 25 0 1 0 365521334 62935040 14209 33554432000 134512640 134829744 4290485520 18446744073709551615 134606621 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 15365 14209 305 78 0 14651 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 61460

[startup+942.301 s]
/proc/loadavg: 3.98 3.99 3.93 5/190 2664
/proc/meminfo: memFree=23032920/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=68104 CPUtime=942.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 15456 0 0 0 94223 4 0 0 25 0 1 0 365521334 69738496 15391 33554432000 134512640 134829744 4290485520 18446744073709551615 134606188 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 17026 15391 305 78 0 16312 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 68104

[startup+1002.3 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 2720
/proc/meminfo: memFree=23030244/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=72788 CPUtime=1002.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 16493 0 0 0 100223 4 0 0 25 0 1 0 365521334 74534912 16428 33554432000 134512640 134829744 4290485520 18446744073709551615 134606569 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 18197 16428 305 78 0 17483 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 72788

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 2721
/proc/meminfo: memFree=23012116/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=72788 CPUtime=1062.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 17356 0 0 0 106222 5 0 0 25 0 1 0 365521334 74534912 17291 33554432000 134512640 134829744 4290485520 18446744073709551615 134788929 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 18197 17291 305 78 0 17483 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 72788

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 2723
/proc/meminfo: memFree=22990384/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=82164 CPUtime=1122.27 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 19166 0 0 0 112222 5 0 0 25 0 1 0 365521334 84135936 19101 33554432000 134512640 134829744 4290485520 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 20541 19101 305 78 0 19827 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 82164

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 2724
/proc/meminfo: memFree=22967912/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=91540 CPUtime=1182.26 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 21853 0 0 0 118221 5 0 0 25 0 1 0 365521334 93736960 21788 33554432000 134512640 134829744 4290485520 18446744073709551615 134796466 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 22885 21788 305 78 0 22171 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 91540

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.95 5/190 2726
/proc/meminfo: memFree=22946072/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=100916 CPUtime=1242.26 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 24389 0 0 0 124220 6 0 0 25 0 1 0 365521334 103337984 24324 33554432000 134512640 134829744 4290485520 18446744073709551615 134796442 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 25229 24324 305 78 0 24515 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 100916



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 2727
/proc/meminfo: memFree=22924476/32950928 swapFree=67111528/67111528
[pid=2363] ppid=2361 vsize=114200 CPUtime=1299.97 cores=0,2
/proc/2363/stat : 2363 (MPhaseSAT_M) R 2361 2363 1686 0 -1 4202496 26943 0 0 0 129990 7 0 0 25 0 1 0 365521334 116940800 26878 33554432000 134512640 134829744 4290485520 18446744073709551615 134822448 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2363/statm: 28550 26878 305 78 0 27836 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 114200

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): 1299.98
CPU user time (s): 1299.9
CPU system time (s): 0.081987
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 114200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26943
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= 9
involuntary context switches= 3600

runsolver used 1.92371 second user time and 4.09038 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-02 16:01:47
IDJOB=3095467
IDBENCH=82749
IDSOLVER=1522
FILE ID=node113/3095467-1301752907
RUNJOBID= node113-1301748572-1704
PBS_JOBID= 12841024
Free space on /tmp= 70720 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095467-1301752907/watcher-3095467-1301752907 -o /tmp/evaluation-result-3095467-1301752907/solver-3095467-1301752907 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095467-1301752907.cnf

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

MD5SUM BENCH= 04148c6828d9f9ccd74e3efaedcb8c52
RANDOM SEED=1994437009

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23000404 kB
Buffers:        308156 kB
Cached:        9156152 kB
SwapCached:          0 kB
Active:        6260232 kB
Inactive:      3398308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23000404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      194476 kB
Mapped:          16924 kB
Slab:           228232 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   379240 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= 70720 MiB
End job on node113 at 2011-04-02 16:23:29