Trace number 3459413

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT788263 13.395 12.9287

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-pipex.opb
MD5SUM3e6a99258fbc02bc052cab2d6151884d
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark788263
Best CPU time to get the best result obtained on this benchmark2.70159
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 788263
Optimality of the best value was proved YES
Number of variables48
Total number of constraints25
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint3
Maximum length of a constraint16
Number of terms in the objective function 48
Biggest coefficient in the objective function 107865
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2514082
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 107865
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2514082
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.07/0.11	c Pseudo Boolean Optimization
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483s
0.07/0.11	c DB Simplification allowed=false
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3459413-1307139648.opb
0.07/0.11	c reading problem ... 
0.13/0.13	c ... done. Wall clock time 0.021s.
0.13/0.13	c #vars     48
0.13/0.13	c #constraints  41
0.13/0.13	c constraints type 
0.13/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
0.13/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.13/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.13/0.19	c SATISFIABLE
0.13/0.19	c OPTIMIZING...
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.076
0.13/0.19	o 889764
0.13/0.21	c Got one! Elapsed wall clock time (in seconds):0.097
0.13/0.21	o 850854
0.13/0.22	c Got one! Elapsed wall clock time (in seconds):0.105
0.13/0.22	o 848614
0.38/0.22	c Got one! Elapsed wall clock time (in seconds):0.111
0.38/0.22	o 822484
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.224
0.55/0.33	o 821247
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.66/0.42	o 820200
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.316
0.66/0.43	o 813834
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.66/0.43	o 802184
0.79/0.54	c cleaning 3770 clauses out of 7543 with flag 2000/7543
1.05/0.79	c cleaning 4885 clauses out of 9773 with flag 8000/13543
1.16/0.81	c Got one! Elapsed wall clock time (in seconds):0.695
1.16/0.81	o 800174
1.25/1.00	c cleaning 4985 clauses out of 9983 with flag 5000/18638
1.56/1.28	c cleaning 5493 clauses out of 10998 with flag 11000/24638
1.98/1.60	c cleaning 6246 clauses out of 12505 with flag 18000/31638
2.28/1.99	c cleaning 7129 clauses out of 14261 with flag 26002/39640
2.68/2.39	c cleaning 8059 clauses out of 16131 with flag 35001/48639
3.28/2.91	c cleaning 9030 clauses out of 18071 with flag 45000/58638
3.78/3.43	c cleaning 9515 clauses out of 19042 with flag 55001/68639
4.18/3.88	c Got one! Elapsed wall clock time (in seconds):3.773
4.18/3.88	o 792333
4.58/4.29	c cleaning 11612 clauses out of 23231 with flag 5001/82343
4.99/4.64	c cleaning 8803 clauses out of 17618 with flag 11000/88342
5.39/5.00	c cleaning 7902 clauses out of 15815 with flag 18000/95342
5.69/5.34	c cleaning 7951 clauses out of 15914 with flag 26001/103343
6.09/5.73	c cleaning 8474 clauses out of 16962 with flag 35000/112342
6.60/6.25	c cleaning 9237 clauses out of 18488 with flag 45000/122342
7.10/6.75	c cleaning 9617 clauses out of 19253 with flag 55002/132344
7.60/7.27	c cleaning 9812 clauses out of 19635 with flag 65001/142343
8.20/7.82	c cleaning 9906 clauses out of 19823 with flag 75001/152343
8.70/8.32	c cleaning 9953 clauses out of 19917 with flag 85001/162343
9.11/8.81	c cleaning 9974 clauses out of 19965 with flag 95002/172344
9.70/9.33	c cleaning 9988 clauses out of 19989 with flag 105000/182342
10.10/9.78	c Got one! Elapsed wall clock time (in seconds):9.671
10.10/9.78	o 788263
10.50/10.15	c cleaning 12312 clauses out of 24638 with flag 5000/196979
10.80/10.48	c cleaning 9160 clauses out of 18326 with flag 11000/202979
11.11/10.77	c cleaning 8078 clauses out of 16168 with flag 18002/209981
11.51/11.15	c cleaning 8037 clauses out of 16088 with flag 26000/217979
11.91/11.57	c cleaning 8525 clauses out of 17052 with flag 35001/226980
12.43/12.07	c cleaning 9264 clauses out of 18527 with flag 45001/236980
12.93/12.56	c cleaning 9628 clauses out of 19261 with flag 55000/246979
13.35/12.92	c starts		: 131
13.35/12.92	c conflicts		: 254097
13.35/12.92	c decisions		: 272169
13.35/12.92	c propagations		: 2733370
13.35/12.92	c inspects		: 174570743
13.35/12.92	c shortcuts		: 0
13.35/12.92	c learnt literals	: 13
13.35/12.92	c learnt binary clauses	: 61
13.35/12.92	c learnt ternary clauses	: 285
13.35/12.92	c learnt constraints	: 254083
13.35/12.92	c ignored constraints	: 0
13.35/12.92	c root simplifications	: 0
13.35/12.92	c removed literals (reason simplification)	: 364518
13.35/12.92	c reason swapping (by a shorter reason)	: 0
13.35/12.92	c Calls to reduceDB	: 28
13.35/12.92	c number of reductions to clauses (during analyze)	: 0
13.35/12.92	c number of learned constraints concerned by reduction	: 0
13.35/12.92	c number of learning phase by resolution	: 0
13.35/12.92	c number of learning phase by cutting planes	: 0
13.35/12.92	c speed (assignments/second)	: 871332.4832642652
13.35/12.92	c non guided choices	0
13.35/12.92	c learnt constraints type 
13.35/12.92	c constraints type 
13.35/12.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
13.35/12.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
13.35/12.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
13.35/12.92	s OPTIMUM FOUND
13.35/12.92	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 -x25 -x26 -x27 x28 -x29 x30 x31 x32 -x33 -x34 x35 x36 x37 x38 -x39 -x40 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 
13.35/12.92	c objective function=788263
13.35/12.92	c Total wall clock time (in seconds): 12.809

Verifier Data

OK	788263

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459413-1307139648/watcher-3459413-1307139648 -o /tmp/evaluation-result-3459413-1307139648/solver-3459413-1307139648 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459413-1307139648.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 2/404 3367
/proc/meminfo: memFree=23655448/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 1179 0 0 0 0 0 0 0 25 0 2 0 825567548 27824128 906 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 6793 906 688 9 0 381 0
[pid=3367/tid=3368] ppid=3365 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 4064 0 1 0 0 0 0 0 25 0 2 0 825567548 13850947584 4880 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0851441 s]
/proc/loadavg: 1.93 1.99 1.99 2/404 3367
/proc/meminfo: memFree=23655448/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13620784 CPUtime=0.07 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 14815 0 1 0 6 1 0 0 25 0 18 0 825567548 13947682816 14510 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3405276 14917 2062 9 0 3396010 0
[pid=3367/tid=3368] ppid=3365 vsize=13621104 CPUtime=0.07 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) D 3365 3367 31984 0 -1 4202560 13485 0 1 0 6 1 0 0 18 0 18 0 825567548 13948010496 14917 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218370618401 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13620784

[startup+0.119695 s]
/proc/loadavg: 1.93 1.99 1.99 2/404 3367
/proc/meminfo: memFree=23655448/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13621376 CPUtime=0.13 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 15792 0 1 0 11 2 0 0 25 0 18 0 825567548 13948289024 15469 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3405344 15470 2134 9 0 3396078 0
[pid=3367/tid=3368] ppid=3365 vsize=13621376 CPUtime=0.11 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 13807 0 1 0 9 2 0 0 18 0 18 0 825567548 13948289024 15470 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13621376

[startup+0.301105 s]
/proc/loadavg: 1.93 1.99 1.99 2/404 3367
/proc/meminfo: memFree=23655448/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13690112 CPUtime=0.55 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 18181 0 1 0 52 3 0 0 25 0 19 0 825567548 14018674688 16963 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422528 16963 2194 9 0 3413262 0
[pid=3367/tid=3368] ppid=3365 vsize=13690112 CPUtime=0.29 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14103 0 1 0 27 2 0 0 19 0 19 0 825567548 14018674688 16963 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505518867 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13690112

[startup+0.70103 s]
/proc/loadavg: 1.93 1.99 1.99 2/404 3367
/proc/meminfo: memFree=23655448/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13689660 CPUtime=1.05 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 19302 0 1 0 102 3 0 0 25 0 19 0 825567548 14018211840 17695 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422415 17695 2233 9 0 3413149 0
[pid=3367/tid=3368] ppid=3365 vsize=13689660 CPUtime=0.67 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14379 0 1 0 65 2 0 0 19 0 19 0 825567548 14018211840 17695 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505564925 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13689660

[startup+1.50091 s]
/proc/loadavg: 1.93 1.99 1.99 5/423 3388
/proc/meminfo: memFree=23590576/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13689936 CPUtime=1.88 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 19712 0 1 0 185 3 0 0 25 0 19 0 825567548 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422484 18102 2243 9 0 3413218 0
[pid=3367/tid=3368] ppid=3365 vsize=13689936 CPUtime=1.42 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14382 0 1 0 140 2 0 0 20 0 19 0 825567548 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505550037 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 31984 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 31984 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 31984 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 31984 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 31984 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=13689936 CPUtime=0.05 cores=0,2,4,6
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 31984 0 -1 4202560 412 0 0 0 5 0 0 0 16 0 19 0 825567551 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 0 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 31984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3381] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3381/stat : 3381 (java) S 3365 3367 31984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3382] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3382/stat : 3382 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382780849 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3383] ppid=3365 vsize=13689936 CPUtime=0.19 cores=0,2,4,6
/proc/3367/task/3383/stat : 3383 (java) S 3365 3367 31984 0 -1 4202560 2057 0 0 0 19 0 0 0 15 0 19 0 825567554 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3384] ppid=3365 vsize=13689936 CPUtime=0.18 cores=0,2,4,6
/proc/3367/task/3384/stat : 3384 (java) S 3365 3367 31984 0 -1 4202560 1265 0 0 0 18 0 0 0 15 0 19 0 825567554 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3385] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3385/stat : 3385 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3386] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3386/stat : 3386 (java) S 3365 3367 31984 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825567554 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3388] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3388/stat : 3388 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825567562 14018494464 18102 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13689936

[startup+3.10157 s]
/proc/loadavg: 2.01 2.00 2.00 3/423 3388
/proc/meminfo: memFree=23588544/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13689936 CPUtime=3.48 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 19968 0 1 0 345 3 0 0 25 0 19 0 825567548 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422484 18353 2243 9 0 3413218 0
[pid=3367/tid=3368] ppid=3365 vsize=13689936 CPUtime=2.96 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14386 0 1 0 294 2 0 0 25 0 19 0 825567548 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505583607 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 31984 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 31984 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 31984 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 31984 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 31984 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 31984 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 31984 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 31984 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=13689936 CPUtime=0.1 cores=0,2,4,6
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 31984 0 -1 4202560 582 0 0 0 10 0 0 0 16 0 19 0 825567551 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 0 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 31984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3381] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3381/stat : 3381 (java) S 3365 3367 31984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3382] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3382/stat : 3382 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382780849 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3383] ppid=3365 vsize=13689936 CPUtime=0.19 cores=0,2,4,6
/proc/3367/task/3383/stat : 3383 (java) S 3365 3367 31984 0 -1 4202560 2057 0 0 0 19 0 0 0 15 0 19 0 825567554 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3384] ppid=3365 vsize=13689936 CPUtime=0.18 cores=0,2,4,6
/proc/3367/task/3384/stat : 3384 (java) S 3365 3367 31984 0 -1 4202560 1265 0 0 0 18 0 0 0 15 0 19 0 825567554 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3385] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3385/stat : 3385 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3386] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3386/stat : 3386 (java) S 3365 3367 31984 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825567554 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3388] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3388/stat : 3388 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825567562 14018494464 18353 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 13689936

[startup+6.30105 s]
/proc/loadavg: 2.01 2.00 2.00 3/423 3388
/proc/meminfo: memFree=23578864/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13689936 CPUtime=6.7 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 20144 0 1 0 667 3 0 0 25 0 19 0 825567548 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422484 18505 2243 9 0 3413218 0
[pid=3367/tid=3368] ppid=3365 vsize=13689936 CPUtime=6.05 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14394 0 1 0 603 2 0 0 25 0 19 0 825567548 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505526751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 31984 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 31984 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 31984 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 31984 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 31984 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 31984 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 31984 0 -1 4202560 248 0 0 0 0 0 0 0 16 0 19 0 825567550 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=13689936 CPUtime=0.2 cores=0,2,4,6
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 31984 0 -1 4202560 707 0 0 0 20 0 0 0 16 0 19 0 825567551 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 0 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 31984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3381] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3381/stat : 3381 (java) S 3365 3367 31984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 825567552 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3382] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3382/stat : 3382 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382780849 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3383] ppid=3365 vsize=13689936 CPUtime=0.19 cores=0,2,4,6
/proc/3367/task/3383/stat : 3383 (java) S 3365 3367 31984 0 -1 4202560 2057 0 0 0 19 0 0 0 15 0 19 0 825567554 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3384] ppid=3365 vsize=13689936 CPUtime=0.19 cores=0,2,4,6
/proc/3367/task/3384/stat : 3384 (java) S 3365 3367 31984 0 -1 4202560 1266 0 0 0 19 0 0 0 15 0 19 0 825567554 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3385] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3385/stat : 3385 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3386] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3386/stat : 3386 (java) S 3365 3367 31984 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825567554 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3388] ppid=3365 vsize=13689936 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3388/stat : 3388 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825567562 14018494464 18505 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 13689936

[startup+12.7009 s]
/proc/loadavg: 2.01 2.00 2.00 3/423 3388
/proc/meminfo: memFree=23577296/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13688812 CPUtime=13.13 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 20366 0 1 0 1310 3 0 0 25 0 19 0 825567548 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422203 18457 2247 9 0 3412937 0
[pid=3367/tid=3368] ppid=3365 vsize=13688812 CPUtime=12.25 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14412 0 1 0 1223 2 0 0 25 0 19 0 825567548 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505564756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 31984 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 31984 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 31984 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 31984 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 31984 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 31984 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=13688812 CPUtime=0.01 cores=0,2,4,6
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 31984 0 -1 4202560 130 0 0 0 1 0 0 0 16 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=13688812 CPUtime=0.01 cores=0,2,4,6
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 31984 0 -1 4202560 252 0 0 0 1 0 0 0 16 0 19 0 825567550 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=13688812 CPUtime=0.38 cores=0,2,4,6
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 31984 0 -1 4202560 743 0 0 0 38 0 0 0 15 0 19 0 825567551 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 0 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 31984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 825567552 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3381] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3381/stat : 3381 (java) S 3365 3367 31984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 825567552 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3382] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3382/stat : 3382 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382780849 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3383] ppid=3365 vsize=13688812 CPUtime=0.2 cores=0,2,4,6
/proc/3367/task/3383/stat : 3383 (java) S 3365 3367 31984 0 -1 4202560 2057 0 0 0 20 0 0 0 15 0 19 0 825567554 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3384] ppid=3365 vsize=13688812 CPUtime=0.2 cores=0,2,4,6
/proc/3367/task/3384/stat : 3384 (java) S 3365 3367 31984 0 -1 4202560 1272 0 0 0 20 0 0 0 15 0 19 0 825567554 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3385] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3385/stat : 3385 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3386] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3386/stat : 3386 (java) S 3365 3367 31984 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825567554 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3388] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3388/stat : 3388 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825567562 14017343488 18457 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 13688812

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

[startup+12.9009 s]
/proc/loadavg: 2.01 2.00 2.00 3/423 3388
/proc/meminfo: memFree=23577296/32951124 swapFree=49244120/67111528
[pid=3367] ppid=3365 vsize=13688812 CPUtime=13.35 cores=0,2,4,6
/proc/3367/stat : 3367 (java) S 3365 3367 31984 0 -1 4202496 20369 0 1 0 1332 3 0 0 25 0 19 0 825567548 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 3422203 18460 2248 9 0 3412937 0
[pid=3367/tid=3368] ppid=3365 vsize=13688812 CPUtime=12.45 cores=0,2,4,6
/proc/3367/task/3368/stat : 3368 (java) R 3365 3367 31984 0 -1 4202560 14412 0 1 0 1243 2 0 0 25 0 19 0 825567548 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 46912505720412 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 31984 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 31984 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 31984 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 31984 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 31984 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 31984 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=13688812 CPUtime=0.01 cores=0,2,4,6
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 31984 0 -1 4202560 130 0 0 0 1 0 0 0 16 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=13688812 CPUtime=0.01 cores=0,2,4,6
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 31984 0 -1 4202560 252 0 0 0 1 0 0 0 16 0 19 0 825567550 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=13688812 CPUtime=0.38 cores=0,2,4,6
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 31984 0 -1 4202560 743 0 0 0 38 0 0 0 15 0 19 0 825567551 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 0 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 31984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 825567552 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3381] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3381/stat : 3381 (java) S 3365 3367 31984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 825567552 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3382] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3382/stat : 3382 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382780849 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3383] ppid=3365 vsize=13688812 CPUtime=0.23 cores=0,2,4,6
/proc/3367/task/3383/stat : 3383 (java) S 3365 3367 31984 0 -1 4202560 2060 0 0 0 23 0 0 0 15 0 19 0 825567554 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3384] ppid=3365 vsize=13688812 CPUtime=0.2 cores=0,2,4,6
/proc/3367/task/3384/stat : 3384 (java) S 3365 3367 31984 0 -1 4202560 1272 0 0 0 20 0 0 0 15 0 19 0 825567554 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 2 0 0 0
[pid=3367/tid=3385] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3385/stat : 3385 (java) S 3365 3367 31984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825567554 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773145 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
[pid=3367/tid=3386] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3386/stat : 3386 (java) S 3365 3367 31984 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825567554 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 0 0 0 0
[pid=3367/tid=3388] ppid=3365 vsize=13688812 CPUtime=0 cores=0,2,4,6
/proc/3367/task/3388/stat : 3388 (java) S 3365 3367 31984 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 825567562 14017343488 18460 33554432000 1073741824 1073778376 140733966223200 18446744073709551615 218382773760 0 4 0 16800975 18446604453555852416 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 13688812

Child status: 30
Real time (s): 12.9287
CPU time (s): 13.395
CPU user time (s): 13.354
CPU system time (s): 0.040993
CPU usage (%): 103.606
Max. virtual memory (cumulated for all children) (KiB): 13690112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.354
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1236
involuntary context switches= 635

runsolver used 0.066989 second user time and 0.102984 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 00:20:48
IDJOB=3459413
IDBENCH=1513
IDSOLVER=1952
FILE ID=node101/3459413-1307139648
RUNJOBID= node101-1307133981-626
PBS_JOBID= 13508815
Free space on /tmp= 73952 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-pipex.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459413-1307139648/watcher-3459413-1307139648 -o /tmp/evaluation-result-3459413-1307139648/solver-3459413-1307139648 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459413-1307139648.opb

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

MD5SUM BENCH= 3e6a99258fbc02bc052cab2d6151884d
RANDOM SEED=550838286

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.83
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.841
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.75
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.841
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:     32951124 kB
MemFree:      23655728 kB
Buffers:        259336 kB
Cached:         507968 kB
SwapCached:      27120 kB
Active:        8570288 kB
Inactive:       446400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23655728 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            1808 kB
Writeback:          36 kB
AnonPages:     8244212 kB
Mapped:          25972 kB
Slab:           136524 kB
PageTables:      74980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92025704 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= 73952 MiB
End job on node101 at 2011-06-04 00:21:01