Trace number 3219814

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
ppfolio seqSAT 1666.11 1666.07

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1101422472-003-UNKNOWN.cnf
MD5SUM1a4e1674582e40801444509cae2068da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark79.084
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
1666.02/1666.06	s SATISFIABLE
1666.02/1666.06	v 1 -2 -3 4 -5 6 7 -8 9 -10 -11 12 13 -14 15 16 17 -18 19 -20 21 -22 23 24 -25 26 27 -28 29 30 -31 -32 33 -34 -35 -36 -37 38 39 -40 -41 -42 43 44 -45 46 47 48 49 50 -51 -52 53 -54 55 56 57 -58 59 -60 61 62 -63 64 -65 66 67 -68 69 70 71 -72 73 -74 75 -76 -77 78 -79 80 -81 82 83 84 -85 86 87 88 89 90 91 92 -93 94 -95 -96 97 -98 99 -100 -101 102 103 -104 -105 106 -107 108 -109 110 111 -112 113 -114 115 -116 117 -118 119 120 -121 -122 123 -124 -125 126 127 -128 -129 -130 131 -132 -133 134 135 136 137 -138 139 -140 -141 142 143 -144 145 -146 -147 -148 -149 150 
1666.02/1666.06	v 0 
1666.02/1666.06	solver [3] TNM 2009 answered
1666.02/1666.06	Done

Verifier Data

OK

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-3219814-1303259277/watcher-3219814-1303259277 -o /tmp/evaluation-result-3219814-1303259277/solver-3219814-1303259277 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219814-1303259277.cnf 

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 19 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580913968513024 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0

[startup+0.826269 s]
/proc/loadavg: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 19 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580913968513024 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900275 s]
/proc/loadavg: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581051407466496 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00025 s]
/proc/loadavg: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581051407466496 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10023 s]
/proc/loadavg: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581051407466496 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 0.00 0.00 0.13 5/180 10988
/proc/meminfo: memFree=15616420/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581188846419968 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10083 s]
/proc/loadavg: 0.48 0.10 0.16 7/184 10993
/proc/meminfo: memFree=15596864/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581463724326912 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=714576 CPUtime=1.59 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 4274 0 0 0 159 0 0 0 20 0 1 0 437530132 731725824 1493 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 178644 1493 327 96 0 175206 0
[pid=10990] ppid=10988 vsize=15976 CPUtime=0.69 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 1464 0 0 0 69 0 0 0 25 0 1 0 437530132 16359424 1330 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 3994 1330 340 145 0 1039 0
[pid=10991] ppid=10988 vsize=453448 CPUtime=0.79 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 687 0 0 0 79 0 0 0 25 0 1 0 437530132 464330752 583 33554432000 134512640 134534564 4292153920 18446744073709551615 134524681 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1202324

[startup+6.30625 s]
/proc/loadavg: 0.48 0.10 0.16 7/184 10993
/proc/meminfo: memFree=15582736/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580913968513024 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=723372 CPUtime=2.69 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 7740 0 0 0 269 0 0 0 23 0 1 0 437530132 740732928 4289 33554432000 4194304 4587354 140736993507520 18446744073709551615 4364777 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 180843 4289 337 96 0 177405 0
[pid=10990] ppid=10988 vsize=17104 CPUtime=1.74 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 1733 0 0 0 174 0 0 0 25 0 1 0 437530132 17514496 1599 33554432000 4194304 4785740 140736957532304 18446744073709551615 4550354 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 4276 1599 340 145 0 1321 0
[pid=10991] ppid=10988 vsize=453448 CPUtime=1.84 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 687 0 0 0 184 0 0 0 25 0 1 0 437530132 464330752 583 33554432000 134512640 134534564 4292153920 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1212248

[startup+12.701 s]
/proc/loadavg: 0.92 0.20 0.20 7/184 10993
/proc/meminfo: memFree=15560888/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294581051407466496 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=723528 CPUtime=4.79 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 9247 0 0 0 478 1 0 0 25 0 1 0 437530132 740892672 4232 33554432000 4194304 4587354 140736993507520 18446744073709551615 4388284 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 180882 4232 337 96 0 177444 0
[pid=10990] ppid=10988 vsize=18656 CPUtime=3.89 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 2095 0 0 0 389 0 0 0 25 0 1 0 437530132 19103744 1961 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 4664 1961 340 145 0 1709 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=3.99 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 399 0 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1217916

[startup+25.5006 s]
/proc/loadavg: 2.05 0.48 0.29 7/184 10993
/proc/meminfo: memFree=15552368/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294579814456885248 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=7795248 CPUtime=9.09 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 11526 0 0 0 908 1 0 0 25 0 1 0 437530132 7982333952 4710 33554432000 4194304 4587354 140736993507520 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 1948812 4710 337 96 0 1945374 0
[pid=10990] ppid=10988 vsize=20276 CPUtime=8.14 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 2452 0 0 0 814 0 0 0 25 0 1 0 437530132 20762624 2318 33554432000 4194304 4785740 140736957532304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 5069 2318 340 145 0 2114 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=8.24 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 824 0 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8291256

[startup+51.1008 s]
/proc/loadavg: 3.39 0.92 0.44 7/184 10994
/proc/meminfo: memFree=15523912/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580913968513024 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=734684 CPUtime=17.59 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 17496 0 0 0 1756 3 0 0 25 0 1 0 437530132 752316416 7440 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 183671 7440 337 96 0 180233 0
[pid=10990] ppid=10988 vsize=23380 CPUtime=16.69 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 3174 0 0 0 1669 0 0 0 25 0 1 0 437530132 23941120 3040 33554432000 4194304 4785740 140736957532304 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 5845 3040 340 145 0 2890 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=16.79 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 1679 0 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1233796

[startup+102.301 s]
/proc/loadavg: 4.87 1.70 0.73 7/184 10995
/proc/meminfo: memFree=15508528/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294579402140024832 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=34740 CPUtime=34.69 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 25283 0 0 0 3465 4 0 0 25 0 1 0 437530132 35573760 5340 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 8685 5340 337 96 0 5247 0
[pid=10990] ppid=10988 vsize=26548 CPUtime=33.74 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 3909 0 0 0 3374 0 0 0 25 0 1 0 437530132 27185152 3775 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 6637 3775 340 145 0 3682 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=33.84 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 3384 0 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 537020

[startup+162.301 s]
/proc/loadavg: 5.58 2.48 1.05 7/184 10997
/proc/meminfo: memFree=15493496/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294579951895838720 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=46100 CPUtime=54.69 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 36118 0 0 0 5463 6 0 0 25 0 1 0 437530132 47206400 5770 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 11525 5770 337 96 0 8087 0
[pid=10990] ppid=10988 vsize=29348 CPUtime=53.75 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 4532 0 0 0 5375 0 0 0 25 0 1 0 437530132 30052352 4398 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 7337 4398 340 145 0 4382 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=53.84 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 5384 0 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 551180

[startup+222.3 s]

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

/proc/10990/statm: 12654 9074 340 145 0 9699 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=473.88 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 47387 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 591988

[startup+1482.3 s]
/proc/loadavg: 6.02 5.96 4.78 7/184 11032
/proc/meminfo: memFree=15416412/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580226773745664 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=137856 CPUtime=494.72 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 161764 0 0 0 49441 31 0 0 25 0 1 0 437530132 141164544 16536 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 34464 16536 337 96 0 31026 0
[pid=10990] ppid=10988 vsize=50616 CPUtime=493.72 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9211 0 0 0 49371 1 0 0 25 0 1 0 437530132 51830784 9077 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 12654 9077 340 145 0 9699 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=493.87 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 49386 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 664204

[startup+1542.3 s]
/proc/loadavg: 6.01 5.96 4.86 7/184 11034
/proc/meminfo: memFree=15423192/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580226773745664 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=123672 CPUtime=514.71 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 162573 0 0 0 51440 31 0 0 25 0 1 0 437530132 126640128 13299 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 30918 13299 337 96 0 27480 0
[pid=10990] ppid=10988 vsize=51192 CPUtime=513.73 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9326 0 0 0 51372 1 0 0 25 0 1 0 437530132 52420608 9192 33554432000 4194304 4785740 140736957532304 18446744073709551615 4309409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 12798 9192 340 145 0 9843 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=513.87 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 51386 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 650596

[startup+1602.3 s]
/proc/loadavg: 6.00 5.97 4.93 7/184 11035
/proc/meminfo: memFree=15437920/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=65640 CPUtime=534.71 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 166840 0 0 0 53439 32 0 0 25 0 1 0 437530132 67215360 12905 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 16410 12905 337 96 0 12972 0
[pid=10990] ppid=10988 vsize=51960 CPUtime=533.74 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9513 0 0 0 53373 1 0 0 25 0 1 0 437530132 53207040 9379 33554432000 4194304 4785740 140736957532304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 12990 9379 340 145 0 10035 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=533.87 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 53386 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 593332

[startup+1662.3 s]
/proc/loadavg: 6.00 5.97 4.99 7/184 11037
/proc/meminfo: memFree=15425864/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=554.71 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169274 0 0 0 55438 33 0 0 25 0 1 0 437530132 82243584 14777 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 14777 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52152 CPUtime=553.74 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9560 0 0 0 55373 1 0 0 25 0 1 0 437530132 53403648 9426 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13038 9426 340 145 0 10083 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=553.86 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55385 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 608200

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

[startup+1663.1 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11037
/proc/meminfo: memFree=15425244/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=554.95 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169322 0 0 0 55462 33 0 0 25 0 1 0 437530132 82243584 14825 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 14825 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52152 CPUtime=554.01 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9560 0 0 0 55400 1 0 0 25 0 1 0 437530132 53403648 9426 33554432000 4194304 4785740 140736957532304 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13038 9426 340 145 0 10083 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=554.16 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55415 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 608200

[startup+1664.7 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11037
/proc/meminfo: memFree=15424252/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=555.51 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169454 0 0 0 55518 33 0 0 25 0 1 0 437530132 82243584 14953 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238495 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 14953 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52440 CPUtime=554.54 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9656 0 0 0 55453 1 0 0 25 0 1 0 437530132 53698560 9474 33554432000 4194304 4785740 140736957532304 18446744073709551615 212435714643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13110 9474 340 145 0 10155 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=554.66 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55465 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1664.71
Current children cumulated vsize (KiB) 608488

[startup+1665.5 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11037
/proc/meminfo: memFree=15423260/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=555.75 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169497 0 0 0 55542 33 0 0 25 0 1 0 437530132 82243584 14995 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 14995 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52440 CPUtime=554.81 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9656 0 0 0 55480 1 0 0 25 0 1 0 437530132 53698560 9474 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13110 9474 340 145 0 10155 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=554.96 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55495 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1665.52
Current children cumulated vsize (KiB) 608488

[startup+1665.9 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11037
/proc/meminfo: memFree=15423260/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=555.91 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169529 0 0 0 55558 33 0 0 25 0 1 0 437530132 82243584 15027 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 15027 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52440 CPUtime=554.94 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9656 0 0 0 55493 1 0 0 25 0 1 0 437530132 53698560 9474 33554432000 4194304 4785740 140736957532304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13110 9474 340 145 0 10155 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=555.06 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55505 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1665.91
Current children cumulated vsize (KiB) 608488

[startup+1666 s]
/proc/loadavg: 6.00 5.97 5.00 7/184 11037
/proc/meminfo: memFree=15423260/32951124 swapFree=67111528/67111528
[pid=10988] ppid=10986 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10988/stat : 10988 (ppfolio) S 10986 10988 10947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 437530132 18763776 394 33554432000 4194304 4287625 140736157755008 18446744073709551615 212436037135 0 0 4096 65536 11294580364212699136 0 0 17 4 0 0 0
/proc/10988/statm: 4581 394 345 23 0 91 0
[pid=10989] ppid=10988 vsize=80316 CPUtime=555.91 cores=0
/proc/10989/stat : 10989 (cryptominisat) R 10988 10988 10947 0 -1 4202496 169529 0 0 0 55558 33 0 0 25 0 1 0 437530132 82243584 15027 33554432000 4194304 4587354 140736993507520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10989/statm: 20079 15027 337 96 0 16641 0
[pid=10990] ppid=10988 vsize=52440 CPUtime=555.01 cores=0
/proc/10990/stat : 10990 (clasp) R 10988 10988 10947 0 -1 4202496 9656 0 0 0 55500 1 0 0 25 0 1 0 437530132 53698560 9474 33554432000 4194304 4785740 140736957532304 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10990/statm: 13110 9474 340 145 0 10155 0
[pid=10991] ppid=10988 vsize=457408 CPUtime=555.1 cores=0
/proc/10991/stat : 10991 (TNM) R 10988 10988 10947 0 -1 4202496 806 0 0 0 55509 1 0 0 25 0 1 0 437530132 468385792 702 33554432000 134512640 134534564 4292153920 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10991/statm: 114352 702 95 6 0 113018 0
Current children cumulated CPU time (s) 1666.02
Current children cumulated vsize (KiB) 608488

Child status: 0
Real time (s): 1666.07
CPU time (s): 1666.11
CPU user time (s): 1665.74
CPU system time (s): 0.368943
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 8291388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1665.74
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180530
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= 251
involuntary context switches= 19444

runsolver used 3.04554 second user time and 6.03808 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-20 02:27:58
IDJOB=3219814
IDBENCH=82652
IDSOLVER=1639
FILE ID=node102/3219814-1303259277
RUNJOBID= node102-1303259275-10965
PBS_JOBID= 13049519
Free space on /tmp= 71864 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1101422472-003-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219814-1303259277/watcher-3219814-1303259277 -o /tmp/evaluation-result-3219814-1303259277/solver-3219814-1303259277 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219814-1303259277.cnf

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

MD5SUM BENCH= 1a4e1674582e40801444509cae2068da
RANDOM SEED=866143053

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:      15616708 kB
Buffers:        738096 kB
Cached:       16171424 kB
SwapCached:          0 kB
Active:        8087872 kB
Inactive:      8898512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15616708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21380 kB
Writeback:           0 kB
AnonPages:       76524 kB
Mapped:          16072 kB
Slab:           284300 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   680208 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= 71852 MiB
End job on node102 at 2011-04-20 02:55:44