Trace number 3095614

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 397.135 397.122

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S794554332-033.UNKNOWN.cnf
MD5SUMf154a23cd5dae9f4e2340ec192300943
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.453
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.59/26.64	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
26.59/26.64	c input CNF file=HOME/instance-3095614-1301754204.cnf 
26.59/26.64	c Clause#=1917  var#=450  ratio=4 
26.59/26.64	c Simplified clause#=1917 
26.59/26.64	c XOR_varElimination deleted var#=0 clauses#=1910 
26.59/26.64	c inative var#=0 
26.59/26.64	c free var#=439  
26.59/26.64	c local search on 
26.59/26.64	c height=24 age=28 
26.59/26.64	c hybrid solving ... 
26.59/26.64	c switch to march 
26.59/26.64	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.59/26.64	c stat :: sign balance is biased by 0.397
26.59/26.64	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.59/26.64	c simplify_formula():: removed 0 tautological, 0 satisfied and 469 duplicate clauses
26.59/26.64	c resolvent_look() :: found 27 resolvents
26.59/26.64	c longest clause has size 5
26.59/26.64	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
26.59/26.64	c number of free variables = 439
26.59/26.64	c dynamic_preselect_setsize :: off
26.59/26.67	c 0 / 17 NodeCount: 120 
27.50/27.53	c 1 / 17 NodeCount: 3335 
34.69/34.72	c 2 / 17 NodeCount: 30073 
61.10/61.11	c 3 / 17 NodeCount: 117399 
119.00/119.08	c 4 / 17 NodeCount: 300714 
190.21/190.23	c 5 / 17 NodeCount: 563476 
266.11/266.15	c 6 / 17 NodeCount: 843848 
325.51/325.51	c 7 / 17 NodeCount: 1060966 
364.80/364.83	c 8 / 17 NodeCount: 1201366 
385.30/385.36	c 9 / 17 NodeCount: 1272245 
393.81/393.88	c 10 / 17 NodeCount: 1300746 
396.50/396.51	c 11 / 17 NodeCount: 1309136 
397.01/397.04	c 12 / 17 NodeCount: 1310728 
397.11/397.11	c 13 / 17 NodeCount: 1310921 
397.11/397.12	c 14 / 17 NodeCount: 1310936 
397.11/397.12	c 
397.11/397.12	s UNSATISFIABLE
397.11/397.12	c 
397.11/397.12	c  Running time=397.132627 

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.01 4.01 3.95 5/189 17929
/proc/meminfo: memFree=20850356/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=3136 CPUtime=0 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 287020085 3211264 287 33554432000 134512640 134829744 4294693984 18446744073709551615 134566448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 784 287 234 78 0 70 0

[startup+0.0202399 s]
/proc/loadavg: 4.01 4.01 3.95 5/189 17929
/proc/meminfo: memFree=20850356/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=3492 CPUtime=0.01 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 459 0 0 0 1 0 0 0 25 0 1 0 287020085 3575808 397 33554432000 134512640 134829744 4294693984 18446744073709551615 8023850 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 873 397 270 78 0 159 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3492

[startup+0.100225 s]
/proc/loadavg: 4.01 4.01 3.95 5/189 17929
/proc/meminfo: memFree=20850356/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=3624 CPUtime=0.09 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 511 0 0 0 9 0 0 0 25 0 1 0 287020085 3710976 449 33554432000 134512640 134829744 4294693984 18446744073709551615 134725229 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 906 449 270 78 0 192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3624

[startup+0.300187 s]
/proc/loadavg: 4.01 4.01 3.95 5/189 17929
/proc/meminfo: memFree=20850356/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=3888 CPUtime=0.29 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 576 0 0 0 29 0 0 0 25 0 1 0 287020085 3981312 514 33554432000 134512640 134829744 4294693984 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 972 514 270 78 0 258 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3888

[startup+0.70011 s]
/proc/loadavg: 4.01 4.01 3.95 5/189 17929
/proc/meminfo: memFree=20850356/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4152 CPUtime=0.69 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 638 0 0 0 69 0 0 0 25 0 1 0 287020085 4251648 576 33554432000 134512640 134829744 4294693984 18446744073709551615 134614882 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1038 576 270 78 0 324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4152

[startup+1.50096 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 17930
/proc/meminfo: memFree=20848488/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4284 CPUtime=1.49 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 680 0 0 0 149 0 0 0 25 0 1 0 287020085 4386816 618 33554432000 134512640 134829744 4294693984 18446744073709551615 134607956 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1071 618 273 78 0 357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4284

[startup+3.10065 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 17930
/proc/meminfo: memFree=20847868/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4284 CPUtime=3.09 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 680 0 0 0 309 0 0 0 25 0 1 0 287020085 4386816 618 33554432000 134512640 134829744 4294693984 18446744073709551615 134605647 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1071 618 273 78 0 357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4284

[startup+6.30104 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 17930
/proc/meminfo: memFree=20847028/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4284 CPUtime=6.29 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 680 0 0 0 629 0 0 0 25 0 1 0 287020085 4386816 618 33554432000 134512640 134829744 4294693984 18446744073709551615 134605222 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1071 618 273 78 0 357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4284

[startup+12.7008 s]
/proc/loadavg: 4.01 4.00 3.95 5/190 17930
/proc/meminfo: memFree=20845536/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4416 CPUtime=12.69 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 703 0 0 0 1269 0 0 0 25 0 1 0 287020085 4521984 641 33554432000 134512640 134829744 4294693984 18446744073709551615 134606312 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1104 641 273 78 0 390 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4416

[startup+25.5004 s]
/proc/loadavg: 4.01 4.00 3.95 5/190 17931
/proc/meminfo: memFree=20843804/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=4548 CPUtime=25.49 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 744 0 0 0 2549 0 0 0 25 0 1 0 287020085 4657152 682 33554432000 134512640 134829744 4294693984 18446744073709551615 134607854 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1137 682 274 78 0 423 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4548

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 17931
/proc/meminfo: memFree=20838204/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=5700 CPUtime=51.1 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 974 0 0 0 5110 0 0 0 25 0 1 0 287020085 5836800 912 33554432000 134512640 134829744 4294693984 18446744073709551615 134757916 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1425 912 303 78 0 711 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 5700

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 17933
/proc/meminfo: memFree=20826768/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=6004 CPUtime=102.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1040 0 0 0 10230 0 0 0 25 0 1 0 287020085 6148096 978 33554432000 134512640 134829744 4294693984 18446744073709551615 134804487 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1501 978 304 78 0 787 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6004

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 17934
/proc/meminfo: memFree=20815444/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=6516 CPUtime=162.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1113 0 0 0 16230 0 0 0 25 0 1 0 287020085 6672384 1051 33554432000 134512640 134829744 4294693984 18446744073709551615 134789111 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1629 1051 304 78 0 915 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 6516

[startup+222.301 s]
/proc/loadavg: 3.94 3.98 3.95 5/190 17964
/proc/meminfo: memFree=20861652/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=6856 CPUtime=222.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1236 0 0 0 22230 0 0 0 25 0 1 0 287020085 7020544 1174 33554432000 134512640 134829744 4294693984 18446744073709551615 134822448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 1714 1174 304 78 0 1000 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 6856

[startup+282.3 s]
/proc/loadavg: 3.97 3.98 3.95 5/190 17966
/proc/meminfo: memFree=20857664/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=8296 CPUtime=282.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1425 0 0 0 28230 0 0 0 25 0 1 0 287020085 8495104 1363 33554432000 134512640 134829744 4294693984 18446744073709551615 134822473 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2074 1363 304 78 0 1360 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 8296

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17967
/proc/meminfo: memFree=20851932/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=9760 CPUtime=342.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1739 0 0 0 34230 0 0 0 25 0 1 0 287020085 9994240 1658 33554432000 134512640 134829744 4294693984 18446744073709551615 134822448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2440 1658 304 78 0 1726 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9760

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

[startup+358.301 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17968
/proc/meminfo: memFree=20851560/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=9760 CPUtime=358.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 1830 0 0 0 35830 0 0 0 25 0 1 0 287020085 9994240 1749 33554432000 134512640 134829744 4294693984 18446744073709551615 134780455 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2440 1749 304 78 0 1726 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 9760

[startup+383.906 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17968
/proc/meminfo: memFree=20849320/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=10172 CPUtime=383.91 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2017 0 0 0 38391 0 0 0 25 0 1 0 287020085 10416128 1936 33554432000 134512640 134829744 4294693984 18446744073709551615 134796434 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2543 1936 304 78 0 1829 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 10172

[startup+390.301 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17968
/proc/meminfo: memFree=20848576/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=390.3 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2074 0 0 0 39030 0 0 0 25 0 1 0 287020085 12181504 1993 33554432000 134512640 134829744 4294693984 18446744073709551615 134822483 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 1993 304 78 0 2260 0
Current children cumulated CPU time (s) 390.3
Current children cumulated vsize (KiB) 11896

[startup+393.5 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17969
/proc/meminfo: memFree=20848324/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=393.5 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2103 0 0 0 39350 0 0 0 25 0 1 0 287020085 12181504 2022 33554432000 134512640 134829744 4294693984 18446744073709551615 134790306 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 2022 304 78 0 2260 0
Current children cumulated CPU time (s) 393.5
Current children cumulated vsize (KiB) 11896

[startup+395.101 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17969
/proc/meminfo: memFree=20848320/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=395.1 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2121 0 0 0 39510 0 0 0 25 0 1 0 287020085 12181504 2040 33554432000 134512640 134829744 4294693984 18446744073709551615 134822450 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 2040 304 78 0 2260 0
Current children cumulated CPU time (s) 395.1
Current children cumulated vsize (KiB) 11896

[startup+395.901 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17969
/proc/meminfo: memFree=20848320/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=395.91 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2129 0 0 0 39591 0 0 0 25 0 1 0 287020085 12181504 2048 33554432000 134512640 134829744 4294693984 18446744073709551615 134789151 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 2048 304 78 0 2260 0
Current children cumulated CPU time (s) 395.91
Current children cumulated vsize (KiB) 11896

[startup+396.701 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17969
/proc/meminfo: memFree=20848320/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=396.7 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2138 0 0 0 39670 0 0 0 25 0 1 0 287020085 12181504 2057 33554432000 134512640 134829744 4294693984 18446744073709551615 134790232 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 2057 304 78 0 2260 0
Current children cumulated CPU time (s) 396.7
Current children cumulated vsize (KiB) 11896

[startup+397.106 s]
/proc/loadavg: 3.99 3.98 3.95 5/190 17969
/proc/meminfo: memFree=20848196/32950928 swapFree=67111528/67111528
[pid=17929] ppid=17927 vsize=11896 CPUtime=397.11 cores=5,7
/proc/17929/stat : 17929 (MPhaseSAT_M) R 17927 17929 16870 0 -1 4202496 2144 0 0 0 39711 0 0 0 25 0 1 0 287020085 12181504 2063 33554432000 134512640 134829744 4294693984 18446744073709551615 134789307 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/17929/statm: 2974 2063 304 78 0 2260 0
Current children cumulated CPU time (s) 397.11
Current children cumulated vsize (KiB) 11896

Child status: 20
Real time (s): 397.122
CPU time (s): 397.135
CPU user time (s): 397.129
CPU system time (s): 0.005999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 11896

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

runsolver used 0.569913 second user time and 1.24281 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-02 16:23:24
IDJOB=3095614
IDBENCH=82896
IDSOLVER=1522
FILE ID=node127/3095614-1301754204
RUNJOBID= node127-1301748569-16891
PBS_JOBID= 12841010
Free space on /tmp= 71344 MiB

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

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

MD5SUM BENCH= f154a23cd5dae9f4e2340ec192300943
RANDOM SEED=1726290899

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20850512 kB
Buffers:        353676 kB
Cached:       11351348 kB
SwapCached:          0 kB
Active:        6628904 kB
Inactive:      5196444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20850512 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             472 kB
Writeback:           0 kB
AnonPages:      120388 kB
Mapped:          17224 kB
Slab:           212700 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   307176 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= 71340 MiB
End job on node127 at 2011-04-02 16:30:01