Trace number 3095561

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-16UNSAT 439.391 439.389

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1910317962-059.UNKNOWN.cnf
MD5SUMdc676a8dc341229efc4ee05b1ab19ceb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.058
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

26.30/26.32	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
26.30/26.32	c input CNF file=HOME/instance-3095561-1301753821.cnf 
26.30/26.32	c Clause#=1917  var#=450  ratio=4 
26.30/26.32	c Simplified clause#=1917 
26.30/26.32	c XOR_varElimination deleted var#=1 clauses#=1906 
26.30/26.32	c inative var#=0 
26.30/26.32	c free var#=439  
26.30/26.32	c local search on 
26.30/26.32	c height=25 age=30 
26.30/26.32	c hybrid solving ... 
26.30/26.32	c switch to march 
26.30/26.32	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.30/26.32	c stat :: sign balance is biased by 0.365
26.30/26.32	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.30/26.32	c simplify_formula():: removed 0 tautological, 0 satisfied and 422 duplicate clauses
26.30/26.32	c resolvent_look() :: found 25 resolvents
26.30/26.32	c longest clause has size 4
26.30/26.32	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.30/26.32	c number of free variables = 438
26.30/26.32	c dynamic_preselect_setsize :: off
26.30/26.36	c 0 / 999 NodeCount: 162 
26.40/26.41	c 1 / 999 NodeCount: 583 
26.79/26.89	c 2 / 999 NodeCount: 3709 
29.60/29.70	c 3 / 999 NodeCount: 19177 
40.60/40.69	c 4 / 999 NodeCount: 71799 
70.89/70.99	c 5 / 999 NodeCount: 200853 
131.59/131.66	c 6 / 999 NodeCount: 434514 
219.78/219.89	c 7 / 999 NodeCount: 745447 
311.89/311.91	c 8 / 999 NodeCount: 1047578 
383.39/383.40	c 9 / 999 NodeCount: 1261778 
420.49/420.51	c 10 / 999 NodeCount: 1371944 
434.59/434.68	c 11 / 999 NodeCount: 1412403 
438.49/438.54	c 12 / 999 NodeCount: 1422949 
439.19/439.28	c 13 / 999 NodeCount: 1424862 
439.29/439.37	c 14 / 999 NodeCount: 1425095 
439.29/439.38	c 15 / 999 NodeCount: 1425109 
439.29/439.38	c 
439.29/439.38	s UNSATISFIABLE
439.29/439.38	c 
439.29/439.38	c  Running time=439.388203 

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 1,3

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.92 3.98 3.94 3/187 14794
/proc/meminfo: memFree=22524676/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=3224 CPUtime=0 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 375 0 0 0 0 0 0 0 25 0 1 0 286984470 3301376 313 33554432000 134512640 134829744 4294330080 18446744073709551615 134559104 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 806 313 238 78 0 92 0

[startup+0.0116241 s]
/proc/loadavg: 3.92 3.98 3.94 3/187 14794
/proc/meminfo: memFree=22524676/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=3492 CPUtime=0.01 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 444 0 0 0 1 0 0 0 25 0 1 0 286984470 3575808 382 33554432000 134512640 134829744 4294330080 18446744073709551615 10257916 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 873 383 263 78 0 159 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3492

[startup+0.100598 s]
/proc/loadavg: 3.92 3.98 3.94 3/187 14794
/proc/meminfo: memFree=22524676/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=3624 CPUtime=0.09 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 514 0 0 0 9 0 0 0 25 0 1 0 286984470 3710976 452 33554432000 134512640 134829744 4294330080 18446744073709551615 134681227 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 906 452 271 78 0 192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3624

[startup+0.300558 s]
/proc/loadavg: 3.92 3.98 3.94 3/187 14794
/proc/meminfo: memFree=22524676/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4020 CPUtime=0.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 584 0 0 0 29 0 0 0 25 0 1 0 286984470 4116480 522 33554432000 134512640 134829744 4294330080 18446744073709551615 134662018 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1005 522 271 78 0 291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4020

[startup+0.700481 s]
/proc/loadavg: 3.92 3.98 3.94 3/187 14794
/proc/meminfo: memFree=22524676/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4152 CPUtime=0.69 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 646 0 0 0 69 0 0 0 25 0 1 0 286984470 4251648 584 33554432000 134512640 134829744 4294330080 18446744073709551615 134725750 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1038 584 271 78 0 324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4152

[startup+1.50033 s]
/proc/loadavg: 3.92 3.98 3.94 5/190 14822
/proc/meminfo: memFree=22523548/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4416 CPUtime=1.49 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 689 0 0 0 149 0 0 0 25 0 1 0 286984470 4521984 627 33554432000 134512640 134829744 4294330080 18446744073709551615 134606084 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1104 627 274 78 0 390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4416

[startup+3.10103 s]
/proc/loadavg: 3.92 3.98 3.94 5/190 14822
/proc/meminfo: memFree=22521812/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4416 CPUtime=3.1 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 689 0 0 0 310 0 0 0 25 0 1 0 286984470 4521984 627 33554432000 134512640 134829744 4294330080 18446744073709551615 134609494 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1104 627 274 78 0 390 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 4416

[startup+6.30042 s]
/proc/loadavg: 3.93 3.98 3.94 5/190 14822
/proc/meminfo: memFree=22521080/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4416 CPUtime=6.3 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 689 0 0 0 630 0 0 0 25 0 1 0 286984470 4521984 627 33554432000 134512640 134829744 4294330080 18446744073709551615 134606609 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1104 627 274 78 0 390 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4416

[startup+12.7002 s]
/proc/loadavg: 3.93 3.98 3.94 5/190 14822
/proc/meminfo: memFree=22519076/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4416 CPUtime=12.7 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 711 0 0 0 1270 0 0 0 25 0 1 0 286984470 4521984 649 33554432000 134512640 134829744 4294330080 18446744073709551615 134606112 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1104 649 274 78 0 390 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 4416

[startup+25.5008 s]
/proc/loadavg: 3.95 3.98 3.94 5/190 14823
/proc/meminfo: memFree=22516232/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=4688 CPUtime=25.5 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 747 0 0 0 2550 0 0 0 25 0 1 0 286984470 4800512 685 33554432000 134512640 134829744 4294330080 18446744073709551615 134605301 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 1172 685 275 78 0 458 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 4688

[startup+51.101 s]
/proc/loadavg: 4.04 4.00 3.95 5/190 14823
/proc/meminfo: memFree=22506292/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=9964 CPUtime=51.09 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 1855 0 0 0 5109 0 0 0 25 0 1 0 286984470 10203136 1793 33554432000 134512640 134829744 4294330080 18446744073709551615 134796702 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 2491 1793 305 78 0 1777 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9964

[startup+102.306 s]
/proc/loadavg: 4.01 4.00 3.95 5/190 14825
/proc/meminfo: memFree=22485804/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=16728 CPUtime=102.3 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 3452 0 0 0 10230 0 0 0 25 0 1 0 286984470 17129472 3390 33554432000 134512640 134829744 4294330080 18446744073709551615 134822476 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 4182 3390 305 78 0 3468 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 16728

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.95 5/190 14826
/proc/meminfo: memFree=22465936/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=28568 CPUtime=162.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 5186 0 0 0 16229 0 0 0 25 0 1 0 286984470 29253632 5124 33554432000 134512640 134829744 4294330080 18446744073709551615 134822465 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 7142 5124 305 78 0 6428 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28568

[startup+222.301 s]
/proc/loadavg: 4.02 4.01 3.95 5/190 14828
/proc/meminfo: memFree=22446280/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=33256 CPUtime=222.28 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 6827 0 0 0 22228 0 0 0 25 0 1 0 286984470 34054144 6765 33554432000 134512640 134829744 4294330080 18446744073709551615 134789201 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 8314 6765 305 78 0 7600 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 33256

[startup+282.3 s]
/proc/loadavg: 4.06 4.02 3.96 5/190 14883
/proc/meminfo: memFree=22482888/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=44608 CPUtime=282.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 8438 0 0 0 28228 1 0 0 25 0 1 0 286984470 45678592 8376 33554432000 134512640 134829744 4294330080 18446744073709551615 134790290 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 11152 8376 305 78 0 10438 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44608

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.96 5/190 14912
/proc/meminfo: memFree=22471224/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=49296 CPUtime=342.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 9920 0 0 0 34228 1 0 0 25 0 1 0 286984470 50479104 9858 33554432000 134512640 134829744 4294330080 18446744073709551615 134606119 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 12324 9858 305 78 0 11610 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49296

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 14914
/proc/meminfo: memFree=22460736/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=402.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 11339 0 0 0 40228 1 0 0 25 0 1 0 286984470 55279616 11277 33554432000 134512640 134829744 4294330080 18446744073709551615 134782184 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 11277 305 78 0 12782 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 53984

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

[startup+409.5 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 14914
/proc/meminfo: memFree=22458128/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=409.49 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 11512 0 0 0 40948 1 0 0 25 0 1 0 286984470 55279616 11450 33554432000 134512640 134829744 4294330080 18446744073709551615 134796450 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 11450 305 78 0 12782 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 53984

[startup+422.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 14914
/proc/meminfo: memFree=22453660/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=422.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 11796 0 0 0 42228 1 0 0 25 0 1 0 286984470 55279616 11734 33554432000 134512640 134829744 4294330080 18446744073709551615 134782021 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 11734 305 78 0 12782 0
Current children cumulated CPU time (s) 422.29
Current children cumulated vsize (KiB) 53984

[startup+428.701 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 14914
/proc/meminfo: memFree=22451920/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=428.69 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 11942 0 0 0 42868 1 0 0 25 0 1 0 286984470 55279616 11880 33554432000 134512640 134829744 4294330080 18446744073709551615 134789316 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 11880 305 78 0 12782 0
Current children cumulated CPU time (s) 428.69
Current children cumulated vsize (KiB) 53984

[startup+435.1 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 14914
/proc/meminfo: memFree=22449688/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=435.09 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 12080 0 0 0 43508 1 0 0 25 0 1 0 286984470 55279616 12018 33554432000 134512640 134829744 4294330080 18446744073709551615 134789129 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 12018 305 78 0 12782 0
Current children cumulated CPU time (s) 435.09
Current children cumulated vsize (KiB) 53984

[startup+436.706 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 14915
/proc/meminfo: memFree=22449192/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=436.69 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 12113 0 0 0 43668 1 0 0 25 0 1 0 286984470 55279616 12051 33554432000 134512640 134829744 4294330080 18446744073709551615 134822450 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 12051 305 78 0 12782 0
Current children cumulated CPU time (s) 436.69
Current children cumulated vsize (KiB) 53984

[startup+438.301 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 14915
/proc/meminfo: memFree=22448820/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=438.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 12146 0 0 0 43828 1 0 0 25 0 1 0 286984470 55279616 12084 33554432000 134512640 134829744 4294330080 18446744073709551615 134822483 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 12084 305 78 0 12782 0
Current children cumulated CPU time (s) 438.29
Current children cumulated vsize (KiB) 53984

[startup+439.101 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 14915
/proc/meminfo: memFree=22448448/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=439.09 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 12163 0 0 0 43908 1 0 0 25 0 1 0 286984470 55279616 12101 33554432000 134512640 134829744 4294330080 18446744073709551615 134739902 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 12101 305 78 0 12782 0
Current children cumulated CPU time (s) 439.09
Current children cumulated vsize (KiB) 53984

[startup+439.301 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 14915
/proc/meminfo: memFree=22448448/32951124 swapFree=67111528/67111528
[pid=14794] ppid=14792 vsize=53984 CPUtime=439.29 cores=1,3
/proc/14794/stat : 14794 (MPhaseSAT_M) R 14792 14794 13854 0 -1 4202496 12166 0 0 0 43928 1 0 0 25 0 1 0 286984470 55279616 12104 33554432000 134512640 134829744 4294330080 18446744073709551615 134748489 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14794/statm: 13496 12104 305 78 0 12782 0
Current children cumulated CPU time (s) 439.29
Current children cumulated vsize (KiB) 53984

Child status: 20
Real time (s): 439.389
CPU time (s): 439.391
CPU user time (s): 439.37
CPU system time (s): 0.020996
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 53984

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

runsolver used 0.611906 second user time and 1.38879 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-02 16:17:01
IDJOB=3095561
IDBENCH=82843
IDSOLVER=1522
FILE ID=node102/3095561-1301753821
RUNJOBID= node102-1301748573-13874
PBS_JOBID= 12841034
Free space on /tmp= 71972 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1910317962-059.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095561-1301753821/watcher-3095561-1301753821 -o /tmp/evaluation-result-3095561-1301753821/solver-3095561-1301753821 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095561-1301753821.cnf

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

MD5SUM BENCH= dc676a8dc341229efc4ee05b1ab19ceb
RANDOM SEED=1436333460

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22524708 kB
Buffers:        334556 kB
Cached:        9728304 kB
SwapCached:          0 kB
Active:        7232700 kB
Inactive:      2935892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22524708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             588 kB
Writeback:           0 kB
AnonPages:      106220 kB
Mapped:          16832 kB
Slab:           194000 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   309212 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= 71972 MiB
End job on node102 at 2011-04-02 16:24:21