Trace number 3492414

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
Sat4j Resolution 2011-06-08OPTIMUM 37.9622 36.7931

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-66-100-0.wbo
MD5SUM05353c2425a18151180bf625f4200ddf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1.64975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
Number of bits of the biggest sum of numbers11
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.08/0.08	c version 2.3.1.v20110525
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.18-164.el5
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		9996466904
0.08/0.08	c Max memory 		10048897024
0.08/0.08	c Total memory 		10048897024
0.08/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492414-1307909812.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.059s.
0.11/0.16	c #vars     211
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.26/0.29	o 428
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.56/0.31	o 415
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.56/0.37	o 359
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.69/0.40	o 329
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.69/0.46	o 297
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.81/0.50	o 271
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
0.81/0.55	o 232
0.91/0.62	c cleaning 4628 clauses out of 9261 with flag 1001/9261
1.06/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.06/0.72	o 205
1.06/0.78	c cleaning 4811 clauses out of 9632 with flag 2000/14260
1.26/0.97	c cleaning 5405 clauses out of 10822 with flag 8001/20261
1.26/0.99	c Got one! Elapsed wall clock time (in seconds):0.884
1.26/0.99	o 192
1.50/1.14	c cleaning 5259 clauses out of 10533 with flag 5000/25377
1.72/1.34	c cleaning 5633 clauses out of 11275 with flag 11001/31378
1.72/1.37	c Got one! Elapsed wall clock time (in seconds):1.266
1.72/1.37	o 159
1.92/1.53	c cleaning 5709 clauses out of 11433 with flag 5000/37169
2.12/1.73	c cleaning 5860 clauses out of 11725 with flag 11001/43170
2.33/1.96	c cleaning 6427 clauses out of 12864 with flag 18000/50169
2.64/2.24	c cleaning 7213 clauses out of 14438 with flag 26001/58170
2.73/2.30	c Got one! Elapsed wall clock time (in seconds):2.193
2.73/2.30	o 104
2.83/2.44	c cleaning 6359 clauses out of 12731 with flag 4000/63676
3.03/2.65	c cleaning 6181 clauses out of 12374 with flag 10002/69678
3.13/2.79	c Got one! Elapsed wall clock time (in seconds):2.69
3.13/2.79	o 99
3.23/2.87	c cleaning 6060 clauses out of 12130 with flag 2000/75615
3.43/3.08	c cleaning 6034 clauses out of 12073 with flag 8003/81618
3.74/3.32	c cleaning 6512 clauses out of 13036 with flag 15000/88615
4.03/3.61	c cleaning 7258 clauses out of 14524 with flag 23000/96615
4.34/3.93	c cleaning 8131 clauses out of 16267 with flag 32001/105616
4.64/4.29	c cleaning 9061 clauses out of 18135 with flag 42000/115615
5.04/4.67	c cleaning 9534 clauses out of 19075 with flag 52001/125616
5.44/5.05	c cleaning 9762 clauses out of 19542 with flag 62002/135617
5.64/5.29	c Got one! Elapsed wall clock time (in seconds):5.189
5.64/5.29	o 59
5.95/5.52	c cleaning 10872 clauses out of 21756 with flag 5002/147593
6.14/5.75	c cleaning 8436 clauses out of 16885 with flag 11003/153594
6.34/5.98	c cleaning 7719 clauses out of 15447 with flag 18001/160592
6.64/6.26	c cleaning 7856 clauses out of 15727 with flag 26000/168591
6.95/6.59	c cleaning 8431 clauses out of 16873 with flag 35002/177593
7.34/6.96	c cleaning 9218 clauses out of 18442 with flag 45002/187593
7.74/7.32	c cleaning 9605 clauses out of 19222 with flag 55000/197591
8.05/7.67	c cleaning 9805 clauses out of 19619 with flag 65002/207593
8.25/7.88	c Got one! Elapsed wall clock time (in seconds):7.771
8.25/7.88	o 58
8.45/8.08	c cleaning 10483 clauses out of 20973 with flag 5002/218752
8.75/8.30	c cleaning 8237 clauses out of 16489 with flag 11001/224751
8.95/8.57	c cleaning 7616 clauses out of 15252 with flag 18001/231751
9.25/8.82	c cleaning 7811 clauses out of 15635 with flag 26000/239750
9.55/9.12	c cleaning 8405 clauses out of 16824 with flag 35000/248750
9.85/9.47	c cleaning 9204 clauses out of 18419 with flag 45000/258750
10.25/9.86	c cleaning 9606 clauses out of 19217 with flag 55002/268752
10.66/10.25	c cleaning 9803 clauses out of 19609 with flag 65000/278750
11.06/10.60	c cleaning 9900 clauses out of 19808 with flag 75002/288752
11.37/10.97	c cleaning 9948 clauses out of 19907 with flag 85001/298751
11.76/11.32	c cleaning 9970 clauses out of 19958 with flag 95000/308750
12.06/11.67	c cleaning 9989 clauses out of 19988 with flag 105000/318750
12.47/12.01	c Got one! Elapsed wall clock time (in seconds):11.903
12.47/12.01	o 50
12.67/12.25	c cleaning 12434 clauses out of 24873 with flag 5000/333624
12.87/12.48	c cleaning 9213 clauses out of 18439 with flag 11000/339624
13.18/12.73	c cleaning 8106 clauses out of 16227 with flag 18001/346625
13.48/13.03	c cleaning 8054 clauses out of 16120 with flag 26000/354624
13.78/13.35	c cleaning 8526 clauses out of 17066 with flag 35000/363624
14.18/13.79	c cleaning 9263 clauses out of 18540 with flag 45000/373624
14.58/14.20	c cleaning 9633 clauses out of 19277 with flag 55000/383624
14.98/14.55	c cleaning 9819 clauses out of 19645 with flag 65001/393625
15.38/14.91	c cleaning 9910 clauses out of 19827 with flag 75002/403626
15.58/15.15	c Got one! Elapsed wall clock time (in seconds):15.048
15.58/15.15	o 39
15.79/15.39	c cleaning 11036 clauses out of 22076 with flag 5000/415785
16.08/15.61	c cleaning 8519 clauses out of 17043 with flag 11003/421788
16.29/15.87	c cleaning 7756 clauses out of 15522 with flag 18001/428786
16.59/16.18	c cleaning 7879 clauses out of 15765 with flag 26000/436785
16.99/16.52	c cleaning 8437 clauses out of 16886 with flag 35000/445785
17.31/16.88	c cleaning 9222 clauses out of 18449 with flag 45000/455785
17.71/17.26	c cleaning 9602 clauses out of 19227 with flag 55000/465785
18.11/17.66	c cleaning 9806 clauses out of 19625 with flag 65000/475785
18.51/18.03	c cleaning 9901 clauses out of 19819 with flag 75000/485785
18.91/18.44	c cleaning 9957 clauses out of 19918 with flag 85000/495785
19.31/18.81	c cleaning 9975 clauses out of 19961 with flag 95000/505785
19.61/19.17	c cleaning 9987 clauses out of 19986 with flag 105000/515785
20.01/19.54	c cleaning 9996 clauses out of 20001 with flag 115002/525787
20.41/19.90	c cleaning 9994 clauses out of 20003 with flag 125000/535785
20.71/20.26	c cleaning 10001 clauses out of 20011 with flag 135002/545787
21.11/20.63	c cleaning 9999 clauses out of 20009 with flag 145001/555786
21.42/20.98	c cleaning 10001 clauses out of 20013 with flag 155004/565789
21.52/21.09	c Got one! Elapsed wall clock time (in seconds):20.984
21.52/21.09	o 36
21.62/21.17	c cleaning 7680 clauses out of 15370 with flag 2003/571147
21.82/21.36	c cleaning 6840 clauses out of 13690 with flag 8003/577147
22.12/21.61	c cleaning 6916 clauses out of 13848 with flag 15001/584145
22.43/21.91	c cleaning 7460 clauses out of 14932 with flag 23001/592145
22.72/22.26	c cleaning 8232 clauses out of 16472 with flag 32001/601145
23.12/22.61	c cleaning 9115 clauses out of 18240 with flag 42001/611145
23.53/23.02	c cleaning 9557 clauses out of 19124 with flag 52000/621144
23.82/23.39	c cleaning 9781 clauses out of 19568 with flag 62001/631145
24.33/23.80	c cleaning 9888 clauses out of 19786 with flag 72000/641144
24.73/24.23	c cleaning 9944 clauses out of 19898 with flag 82000/651144
25.03/24.59	c cleaning 9972 clauses out of 19955 with flag 92001/661145
25.43/24.96	c cleaning 9985 clauses out of 19982 with flag 102000/671144
25.84/25.32	c cleaning 9994 clauses out of 19998 with flag 112001/681145
26.24/25.74	c cleaning 9996 clauses out of 20003 with flag 122000/691144
26.64/26.10	c cleaning 10000 clauses out of 20009 with flag 132002/701146
26.95/26.46	c cleaning 10001 clauses out of 20009 with flag 142002/711146
27.34/26.83	c cleaning 9997 clauses out of 20008 with flag 152002/721146
27.65/27.18	c cleaning 9997 clauses out of 20013 with flag 162004/731148
28.05/27.52	c cleaning 10001 clauses out of 20013 with flag 172001/741145
28.35/27.89	c cleaning 9999 clauses out of 20011 with flag 182000/751144
28.75/28.26	c cleaning 10003 clauses out of 20013 with flag 192001/761145
29.16/28.61	c cleaning 9999 clauses out of 20009 with flag 202000/771144
29.45/28.98	c cleaning 10001 clauses out of 20010 with flag 212000/781144
29.85/29.33	c cleaning 10000 clauses out of 20010 with flag 222001/791145
30.16/29.67	c cleaning 9999 clauses out of 20009 with flag 232000/801144
30.56/30.02	c cleaning 9999 clauses out of 20011 with flag 242001/811145
30.86/30.38	c cleaning 10001 clauses out of 20012 with flag 252001/821145
31.27/30.74	c cleaning 10001 clauses out of 20010 with flag 262000/831144
31.66/31.11	c cleaning 9997 clauses out of 20009 with flag 272000/841144
31.96/31.48	c cleaning 10002 clauses out of 20015 with flag 282003/851147
32.37/31.82	c cleaning 9999 clauses out of 20010 with flag 292000/861144
32.66/32.19	c cleaning 9999 clauses out of 20012 with flag 302001/871145
33.06/32.54	c cleaning 10003 clauses out of 20013 with flag 312001/881145
33.36/32.89	c cleaning 10000 clauses out of 20009 with flag 322000/891144
33.76/33.24	c cleaning 9998 clauses out of 20009 with flag 332000/901144
34.07/33.58	c cleaning 10004 clauses out of 20013 with flag 342002/911146
34.47/33.93	c cleaning 9996 clauses out of 20008 with flag 352001/921145
34.77/34.28	c cleaning 10000 clauses out of 20011 with flag 362000/931144
35.17/34.63	c cleaning 10003 clauses out of 20011 with flag 372000/941144
35.47/34.98	c cleaning 10001 clauses out of 20011 with flag 382003/951147
35.87/35.38	c cleaning 10003 clauses out of 20009 with flag 392002/961146
36.56/35.74	c cleaning 9996 clauses out of 20004 with flag 402000/971144
37.23/36.10	c cleaning 10001 clauses out of 20008 with flag 412000/981144
37.53/36.45	c cleaning 10001 clauses out of 20007 with flag 422001/991145
37.53/36.47	c Got one! Elapsed wall clock time (in seconds):36.364
37.53/36.47	o 22
37.74/36.64	c cleaning 7533 clauses out of 15072 with flag 5002/996211
37.85/36.78	c starts		: 201
37.85/36.78	c conflicts		: 1000638
37.85/36.78	c decisions		: 1545516
37.85/36.78	c propagations		: 23378823
37.85/36.78	c inspects		: 214067310
37.85/36.78	c shortcuts		: 0
37.85/36.78	c learnt literals	: 7
37.85/36.78	c learnt binary clauses	: 20
37.85/36.78	c learnt ternary clauses	: 450
37.85/36.78	c learnt constraints	: 1000630
37.85/36.78	c ignored constraints	: 0
37.85/36.78	c root simplifications	: 0
37.85/36.78	c removed literals (reason simplification)	: 8331034
37.85/36.78	c reason swapping (by a shorter reason)	: 0
37.85/36.78	c Calls to reduceDB	: 110
37.85/36.78	c number of reductions to clauses (during analyze)	: 0
37.85/36.78	c number of learned constraints concerned by reduction	: 0
37.85/36.78	c number of learning phase by resolution	: 0
37.85/36.78	c number of learning phase by cutting planes	: 0
37.85/36.78	c speed (assignments/second)	: 7.4932125E7
37.85/36.78	c non guided choices	778
37.85/36.78	c learnt constraints type 
37.85/36.78	c constraints type 
37.85/36.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
37.85/36.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
37.85/36.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
37.85/36.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
37.85/36.78	s OPTIMUM FOUND
37.85/36.78	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 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
37.85/36.78	c objective function=22
37.85/36.78	c Total wall clock time (in seconds): 36.678

Verifier Data

OK	22

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3492414-1307909812/watcher-3492414-1307909812 -o /var/tmp/evaluation-result-3492414-1307909812/solver-3492414-1307909812 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492414-1307909812.wbo 

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: 2.07 2.08 1.98 2/195 26689
/proc/meminfo: memFree=10920388/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 1227 0 0 0 0 0 0 0 25 0 2 0 981211735 31260672 945 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 7632 950 725 9 0 383 0
[pid=26689/tid=26690] ppid=26687 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 981211736 31260672 957 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0859 s]
/proc/loadavg: 2.07 2.08 1.98 2/195 26689
/proc/meminfo: memFree=10920388/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10474312 CPUtime=0.08 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 12658 0 1 0 7 1 0 0 25 0 18 0 981211735 10725695488 12337 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2618578 12341 2018 9 0 2609312 0
[pid=26689/tid=26690] ppid=26687 vsize=10474312 CPUtime=0.07 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 10947 0 1 0 6 1 0 0 25 0 18 0 981211736 10725695488 12342 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505175024 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10474312

[startup+0.106945 s]
/proc/loadavg: 2.07 2.08 1.98 2/195 26689
/proc/meminfo: memFree=10920388/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10474940 CPUtime=0.11 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 13157 0 1 0 10 1 0 0 25 0 18 0 981211735 10726338560 12836 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2618735 12837 2108 9 0 2609469 0
[pid=26689/tid=26690] ppid=26687 vsize=10474940 CPUtime=0.09 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 11209 0 1 0 8 1 0 0 18 0 18 0 981211736 10726338560 12839 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032224635 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10474940

[startup+0.300895 s]
/proc/loadavg: 2.07 2.08 1.98 2/195 26689
/proc/meminfo: memFree=10920388/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544124 CPUtime=0.56 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 16073 0 1 0 54 2 0 0 25 0 19 0 981211735 10797182976 14760 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636031 14760 2215 9 0 2626765 0
[pid=26689/tid=26690] ppid=26687 vsize=10544124 CPUtime=0.28 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 11742 0 1 0 27 1 0 0 19 0 19 0 981211736 10797182976 14760 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505556124 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544124

[startup+0.700789 s]
/proc/loadavg: 2.07 2.08 1.98 2/195 26689
/proc/meminfo: memFree=10920388/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=1.06 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 17406 0 1 0 104 2 0 0 25 0 19 0 981211735 10797326336 15946 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 15946 2247 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=0.67 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12252 0 1 0 66 1 0 0 19 0 19 0 981211736 10797326336 15946 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505535647 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10544264

[startup+1.50069 s]
/proc/loadavg: 2.07 2.08 1.98 4/214 26708
/proc/meminfo: memFree=10863904/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=1.92 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 17785 0 1 0 190 2 0 0 25 0 19 0 981211735 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 16257 2249 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=1.42 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12254 0 1 0 141 1 0 0 20 0 19 0 981211736 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505612962 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=0.05 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 419 0 0 0 5 0 0 0 15 0 19 0 981211738 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.25 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 2002 0 0 0 25 0 0 0 15 0 19 0 981211741 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.17 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1509 0 0 0 17 0 0 0 15 0 19 0 981211741 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 16257 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544264

[startup+3.10141 s]
/proc/loadavg: 2.07 2.08 1.98 3/214 26708
/proc/meminfo: memFree=10863036/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=3.54 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 17956 0 1 0 352 2 0 0 25 0 19 0 981211735 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 16420 2249 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=2.92 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12262 0 1 0 291 1 0 0 23 0 19 0 981211736 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505557113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=0.15 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 470 0 0 0 15 0 0 0 15 0 19 0 981211738 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.25 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 2002 0 0 0 25 0 0 0 15 0 19 0 981211741 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.17 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1509 0 0 0 17 0 0 0 15 0 19 0 981211741 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 16420 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10544264

[startup+6.30084 s]
/proc/loadavg: 2.15 2.10 1.98 3/214 26708
/proc/meminfo: memFree=10861292/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=6.74 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 18183 0 1 0 672 2 0 0 25 0 19 0 981211735 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 16628 2249 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=5.97 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12273 0 1 0 596 1 0 0 20 0 19 0 981211736 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505522721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 981211737 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=0.27 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 645 0 0 0 27 0 0 0 15 0 19 0 981211738 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.25 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 2002 0 0 0 25 0 0 0 15 0 19 0 981211741 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.17 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1509 0 0 0 17 0 0 0 15 0 19 0 981211741 10797326336 16628 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0

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

/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 130 0 0 0 3 0 0 0 16 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 109 0 0 0 3 0 0 0 16 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 107 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=1.36 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 915 0 0 0 135 1 0 0 15 0 19 0 981211738 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.28 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 2437 0 0 0 28 0 0 0 15 0 19 0 981211741 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.17 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1509 0 0 0 17 0 0 0 15 0 19 0 981211741 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 17330 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.67
Current children cumulated vsize (KiB) 10544264

[startup+35.9014 s]
/proc/loadavg: 2.09 2.08 1.98 3/214 26709
/proc/meminfo: memFree=10855044/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=36.94 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 28756 0 1 0 3689 5 0 0 25 0 19 0 981211735 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 22426 2251 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=34.34 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12358 0 1 0 3433 1 0 0 25 0 19 0 981211736 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505535647 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 54 0 0 0 3 0 0 0 16 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 107 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0.04 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 165 0 0 0 4 0 0 0 16 0 19 0 981211737 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=1.38 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 922 0 0 0 137 1 0 0 16 0 19 0 981211738 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.72 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) R 26687 26689 24181 0 -1 4202560 11881 0 0 0 71 1 0 0 16 0 19 0 981211741 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 47922067991261 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.19 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1531 0 0 0 19 0 0 0 15 0 19 0 981211741 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 22426 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.94
Current children cumulated vsize (KiB) 10544264

[startup+36.3073 s]
/proc/loadavg: 2.09 2.08 1.98 3/214 26709
/proc/meminfo: memFree=10835080/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=37.44 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 29064 0 1 0 3739 5 0 0 25 0 19 0 981211735 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 22168 2251 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=34.73 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12359 0 1 0 3472 1 0 0 25 0 19 0 981211736 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505551496 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 87 0 0 0 2 0 0 0 16 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 2 0 0 0 16 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 107 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0.04 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 981211737 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=1.4 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 922 0 0 0 139 1 0 0 16 0 19 0 981211738 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.81 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 12188 0 0 0 80 1 0 0 16 0 19 0 981211741 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.19 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1531 0 0 0 19 0 0 0 15 0 19 0 981211741 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 22168 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.44
Current children cumulated vsize (KiB) 10544264

[startup+36.7013 s]
/proc/loadavg: 2.09 2.08 1.98 3/214 26709
/proc/meminfo: memFree=10835080/32951124 swapFree=67056304/67111528
[pid=26689] ppid=26687 vsize=10544264 CPUtime=37.85 cores=0,2,4,6
/proc/26689/stat : 26689 (java) S 26687 26689 24181 0 -1 4202496 29067 0 1 0 3779 6 0 0 25 0 19 0 981211735 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26689/statm: 2636066 21557 2251 9 0 2626800 0
[pid=26689/tid=26690] ppid=26687 vsize=10544264 CPUtime=35.1 cores=0,2,4,6
/proc/26689/task/26690/stat : 26690 (java) R 26687 26689 24181 0 -1 4202560 12362 0 1 0 3509 1 0 0 25 0 19 0 981211736 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 46912505683470 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26689/tid=26692] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26692/stat : 26692 (java) S 26687 26689 24181 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26693] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26693/stat : 26693 (java) S 26687 26689 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26694] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26694/stat : 26694 (java) S 26687 26689 24181 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26695] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26695/stat : 26695 (java) S 26687 26689 24181 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26696] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26696/stat : 26696 (java) S 26687 26689 24181 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26697] ppid=26687 vsize=10544264 CPUtime=0.02 cores=0,2,4,6
/proc/26689/task/26697/stat : 26697 (java) S 26687 26689 24181 0 -1 4202560 94 0 0 0 2 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26698] ppid=26687 vsize=10544264 CPUtime=0.03 cores=0,2,4,6
/proc/26689/task/26698/stat : 26698 (java) S 26687 26689 24181 0 -1 4202560 107 0 0 0 3 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26699] ppid=26687 vsize=10544264 CPUtime=0.04 cores=0,2,4,6
/proc/26689/task/26699/stat : 26699 (java) S 26687 26689 24181 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 981211737 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26700] ppid=26687 vsize=10544264 CPUtime=1.42 cores=0,2,4,6
/proc/26689/task/26700/stat : 26700 (java) S 26687 26689 24181 0 -1 4202560 922 0 0 0 141 1 0 0 16 0 19 0 981211738 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26701] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26701/stat : 26701 (java) S 26687 26689 24181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26702] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26702/stat : 26702 (java) S 26687 26689 24181 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 981211739 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=26689/tid=26703] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26703/stat : 26703 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26704] ppid=26687 vsize=10544264 CPUtime=0.82 cores=0,2,4,6
/proc/26689/task/26704/stat : 26704 (java) S 26687 26689 24181 0 -1 4202560 12188 0 0 0 81 1 0 0 15 0 19 0 981211741 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=26689/tid=26705] ppid=26687 vsize=10544264 CPUtime=0.19 cores=0,2,4,6
/proc/26689/task/26705/stat : 26705 (java) S 26687 26689 24181 0 -1 4202560 1531 0 0 0 19 0 0 0 15 0 19 0 981211741 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26706] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26706/stat : 26706 (java) S 26687 26689 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981211741 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=26689/tid=26707] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26707/stat : 26707 (java) S 26687 26689 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981211741 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=26689/tid=26708] ppid=26687 vsize=10544264 CPUtime=0 cores=0,2,4,6
/proc/26689/task/26708/stat : 26708 (java) S 26687 26689 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981211752 10797326336 21557 33554432000 1073741824 1073778376 140735752244048 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.85
Current children cumulated vsize (KiB) 10544264

Child status: 30
Real time (s): 36.7931
CPU time (s): 37.9622
CPU user time (s): 37.8972
CPU system time (s): 0.06499
CPU usage (%): 103.178
Max. virtual memory (cumulated for all children) (KiB): 10544264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8972
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29087
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= 3744
involuntary context switches= 1829

runsolver used 0.067989 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:16:52
IDJOB=3492414
IDBENCH=78804
IDSOLVER=1982
FILE ID=node110/3492414-1307909812
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224255--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492414-1307909812/watcher-3492414-1307909812 -o /var/tmp/evaluation-result-3492414-1307909812/solver-3492414-1307909812 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492414-1307909812.wbo

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

MD5SUM BENCH= 05353c2425a18151180bf625f4200ddf
RANDOM SEED=742709129

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.830
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.76
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.830
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.830
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.74
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.830
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:      10920792 kB
Buffers:         52148 kB
Cached:       20955492 kB
SwapCached:       9144 kB
Active:        6008988 kB
Inactive:     15307228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10920792 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             644 kB
Writeback:           0 kB
AnonPages:      306076 kB
Mapped:          21484 kB
Slab:           649592 kB
PageTables:       5748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10550136 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 /var/tmp at the end= 2884 MiB
End job on node110 at 2011-06-12 22:17:28