Trace number 3492326

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 26.507 25.3676

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-33-100-0.wbo
MD5SUM7ca2117a978277b5be957da288eedc60
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.00685
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492326-1307909503.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.055s.
0.09/0.17	c #vars     233
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.135
0.27/0.25	o 494
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.27/0.27	o 474
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.54/0.31	o 441
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.54/0.34	o 390
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.54/0.38	o 311
0.79/0.54	c cleaning 3666 clauses out of 7340 with flag 4002/7340
0.92/0.62	c Got one! Elapsed wall clock time (in seconds):0.505
0.92/0.62	o 303
0.92/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
0.92/0.67	o 276
1.04/0.73	c cleaning 4684 clauses out of 9375 with flag 2000/13041
1.14/0.80	c Got one! Elapsed wall clock time (in seconds):0.687
1.14/0.80	o 246
1.14/0.85	c Got one! Elapsed wall clock time (in seconds):0.742
1.14/0.85	o 219
1.24/0.92	c cleaning 5317 clauses out of 10653 with flag 2002/19003
1.45/1.12	c cleaning 5664 clauses out of 11334 with flag 8000/25001
1.66/1.38	c cleaning 6333 clauses out of 12672 with flag 15002/32003
1.76/1.45	c Got one! Elapsed wall clock time (in seconds):1.336
1.76/1.45	o 193
1.86/1.57	c cleaning 5935 clauses out of 11871 with flag 4001/37535
2.06/1.75	c cleaning 5962 clauses out of 11935 with flag 10000/43534
2.26/1.99	c cleaning 6477 clauses out of 12973 with flag 17000/50534
2.47/2.15	c Got one! Elapsed wall clock time (in seconds):2.04
2.47/2.15	o 190
2.66/2.32	c cleaning 8368 clauses out of 16743 with flag 5002/60781
2.77/2.41	c Got one! Elapsed wall clock time (in seconds):2.304
2.77/2.41	o 184
2.87/2.51	c cleaning 7161 clauses out of 14330 with flag 3002/66736
2.97/2.65	c Got one! Elapsed wall clock time (in seconds):2.543
2.97/2.65	o 174
2.97/2.69	c cleaning 6361 clauses out of 12730 with flag 1000/72297
3.17/2.87	c cleaning 6181 clauses out of 12370 with flag 7001/78298
3.47/3.10	c cleaning 6586 clauses out of 13189 with flag 14001/85298
3.58/3.24	c Got one! Elapsed wall clock time (in seconds):3.126
3.58/3.24	o 173
3.58/3.27	c cleaning 5948 clauses out of 11905 with flag 1000/90600
3.77/3.46	c cleaning 5974 clauses out of 11957 with flag 7000/96600
3.97/3.60	c Got one! Elapsed wall clock time (in seconds):3.492
3.97/3.60	o 169
3.97/3.64	c cleaning 5804 clauses out of 11621 with flag 1000/102238
4.18/3.82	c cleaning 5904 clauses out of 11817 with flag 7000/108238
4.38/4.07	c cleaning 6453 clauses out of 12913 with flag 14000/115238
4.69/4.35	c cleaning 7221 clauses out of 14462 with flag 22002/123240
4.99/4.65	c cleaning 8118 clauses out of 16239 with flag 31000/132238
5.09/4.73	c Got one! Elapsed wall clock time (in seconds):4.614
5.09/4.73	o 164
5.19/4.82	c cleaning 6564 clauses out of 13140 with flag 3000/137257
5.39/5.02	c cleaning 6280 clauses out of 12576 with flag 9000/143257
5.59/5.26	c cleaning 6643 clauses out of 13297 with flag 16001/150258
5.69/5.40	c Got one! Elapsed wall clock time (in seconds):5.286
5.69/5.40	o 158
5.80/5.46	c cleaning 6266 clauses out of 12539 with flag 2000/156143
5.99/5.65	c cleaning 6133 clauses out of 12273 with flag 8000/162143
6.19/5.87	c cleaning 6562 clauses out of 13140 with flag 15000/169143
6.49/6.13	c cleaning 7285 clauses out of 14578 with flag 23000/177143
6.60/6.25	c Got one! Elapsed wall clock time (in seconds):6.142
6.60/6.25	o 136
6.70/6.31	c cleaning 6500 clauses out of 13007 with flag 2001/182857
6.80/6.49	c cleaning 6249 clauses out of 12507 with flag 8001/188857
7.10/6.71	c cleaning 6626 clauses out of 13257 with flag 15000/195856
7.31/6.98	c cleaning 7316 clauses out of 14633 with flag 23002/203858
7.41/7.07	c Got one! Elapsed wall clock time (in seconds):6.958
7.41/7.07	o 116
7.51/7.16	c cleaning 6445 clauses out of 12901 with flag 3000/209442
7.71/7.38	c cleaning 6225 clauses out of 12457 with flag 9001/215443
7.91/7.58	c Got one! Elapsed wall clock time (in seconds):7.472
7.91/7.58	o 94
8.12/7.75	c cleaning 8688 clauses out of 17385 with flag 5002/226596
8.31/7.96	c cleaning 7343 clauses out of 14695 with flag 11000/232594
8.62/8.22	c cleaning 7167 clauses out of 14352 with flag 18000/239594
8.72/8.30	c Got one! Elapsed wall clock time (in seconds):8.19
8.72/8.30	o 62
8.72/8.39	c cleaning 6296 clauses out of 12602 with flag 3001/245011
8.94/8.58	c cleaning 6150 clauses out of 12306 with flag 9001/251011
9.15/8.80	c cleaning 6574 clauses out of 13155 with flag 16000/258010
9.44/9.08	c cleaning 7284 clauses out of 14582 with flag 24001/266011
9.74/9.38	c cleaning 8144 clauses out of 16298 with flag 33001/275011
10.14/9.75	c cleaning 9070 clauses out of 18153 with flag 43000/285010
10.45/10.09	c cleaning 9536 clauses out of 19083 with flag 53000/295010
10.85/10.43	c cleaning 9773 clauses out of 19548 with flag 63001/305011
11.25/10.81	c cleaning 9885 clauses out of 19774 with flag 73000/315010
11.55/11.16	c cleaning 9940 clauses out of 19889 with flag 83000/325010
11.95/11.52	c cleaning 9969 clauses out of 19949 with flag 93000/335010
12.05/11.62	c Got one! Elapsed wall clock time (in seconds):11.512
12.05/11.62	o 50
12.05/11.69	c cleaning 7646 clauses out of 15295 with flag 2000/340325
12.27/11.88	c cleaning 6823 clauses out of 13650 with flag 8001/346326
12.48/12.10	c cleaning 6910 clauses out of 13826 with flag 15000/353325
12.67/12.30	c Got one! Elapsed wall clock time (in seconds):12.184
12.67/12.30	o 46
12.87/12.48	c cleaning 9171 clauses out of 18353 with flag 5000/364762
13.07/12.68	c cleaning 7586 clauses out of 15182 with flag 11000/370762
13.37/12.90	c cleaning 7295 clauses out of 14598 with flag 18002/377764
13.47/13.02	c Got one! Elapsed wall clock time (in seconds):12.914
13.47/13.02	o 29
13.47/13.10	c cleaning 6608 clauses out of 13226 with flag 2002/383687
13.68/13.29	c cleaning 6300 clauses out of 12616 with flag 8000/389685
13.98/13.51	c cleaning 6656 clauses out of 13317 with flag 15001/396686
14.18/13.76	c cleaning 7325 clauses out of 14661 with flag 23001/404686
14.48/14.05	c cleaning 8160 clauses out of 16335 with flag 32000/413685
14.89/14.43	c cleaning 9081 clauses out of 18175 with flag 42000/423685
15.19/14.74	c cleaning 9542 clauses out of 19094 with flag 52000/433685
15.49/15.06	c cleaning 9772 clauses out of 19553 with flag 62001/443686
15.69/15.21	c Got one! Elapsed wall clock time (in seconds):15.104
15.69/15.21	o 26
15.80/15.39	c cleaning 9992 clauses out of 19993 with flag 5000/453898
15.99/15.59	c cleaning 7994 clauses out of 16002 with flag 11001/459899
16.29/15.81	c cleaning 7498 clauses out of 15008 with flag 18001/466899
16.49/16.06	c cleaning 7749 clauses out of 15509 with flag 26000/474898
16.79/16.37	c cleaning 8374 clauses out of 16762 with flag 35002/483900
17.09/16.69	c cleaning 9187 clauses out of 18386 with flag 45000/493898
17.49/17.07	c cleaning 9596 clauses out of 19200 with flag 55001/503899
17.90/17.42	c cleaning 9796 clauses out of 19603 with flag 65000/513898
18.20/17.75	c cleaning 9898 clauses out of 19807 with flag 75000/523898
18.50/18.09	c cleaning 9951 clauses out of 19909 with flag 85000/533898
18.80/18.32	c Got one! Elapsed wall clock time (in seconds):18.206
18.80/18.32	o 24
19.00/18.52	c cleaning 11263 clauses out of 22535 with flag 5001/546475
19.21/18.72	c cleaning 8633 clauses out of 17272 with flag 11001/552475
19.40/18.95	c cleaning 7810 clauses out of 15638 with flag 18000/559474
19.70/19.23	c cleaning 7910 clauses out of 15831 with flag 26003/567477
20.00/19.55	c cleaning 8458 clauses out of 16920 with flag 35002/576476
20.40/19.93	c cleaning 9223 clauses out of 18460 with flag 45000/586474
20.70/20.25	c cleaning 9610 clauses out of 19237 with flag 55000/596474
21.00/20.57	c cleaning 9810 clauses out of 19627 with flag 65000/606474
21.31/20.90	c cleaning 9905 clauses out of 19818 with flag 75001/616475
21.71/21.22	c cleaning 9952 clauses out of 19912 with flag 85000/626474
21.91/21.44	c Got one! Elapsed wall clock time (in seconds):21.328
21.91/21.44	o 17
22.11/21.66	c cleaning 11074 clauses out of 22160 with flag 5001/638674
22.31/21.86	c cleaning 8538 clauses out of 17086 with flag 11001/644674
22.52/22.09	c cleaning 7771 clauses out of 15548 with flag 18001/651674
22.81/22.35	c cleaning 7883 clauses out of 15776 with flag 26000/659673
23.11/22.65	c cleaning 8443 clauses out of 16894 with flag 35001/668674
23.41/22.96	c cleaning 9224 clauses out of 18451 with flag 45001/678674
23.81/23.31	c cleaning 9609 clauses out of 19228 with flag 55002/688675
24.11/23.63	c cleaning 9804 clauses out of 19617 with flag 65000/698673
24.41/23.95	c cleaning 9903 clauses out of 19813 with flag 75000/708673
24.82/24.30	c cleaning 9952 clauses out of 19910 with flag 85000/718673
25.12/24.67	c cleaning 9977 clauses out of 19959 with flag 95002/728675
25.79/25.02	c cleaning 9988 clauses out of 19981 with flag 105001/738674
26.00/25.14	c Got one! Elapsed wall clock time (in seconds):25.026
26.00/25.14	o 11
26.21/25.23	c cleaning 7875 clauses out of 15758 with flag 2003/744440
26.41/25.30	c Got one! Elapsed wall clock time (in seconds):25.192
26.41/25.30	o 10
26.41/25.32	c Got one! Elapsed wall clock time (in seconds):25.209
26.41/25.32	o 8
26.41/25.36	c starts		: 183
26.41/25.36	c conflicts		: 747945
26.41/25.36	c decisions		: 1231918
26.41/25.36	c propagations		: 17699031
26.41/25.36	c inspects		: 148556686
26.41/25.36	c shortcuts		: 0
26.41/25.36	c learnt literals	: 5
26.41/25.36	c learnt binary clauses	: 17
26.41/25.36	c learnt ternary clauses	: 400
26.41/25.36	c learnt constraints	: 747939
26.41/25.36	c ignored constraints	: 0
26.41/25.36	c root simplifications	: 0
26.41/25.36	c removed literals (reason simplification)	: 4632429
26.41/25.36	c reason swapping (by a shorter reason)	: 0
26.41/25.36	c Calls to reduceDB	: 94
26.41/25.36	c number of reductions to clauses (during analyze)	: 0
26.41/25.36	c number of learned constraints concerned by reduction	: 0
26.41/25.36	c number of learning phase by resolution	: 0
26.41/25.36	c number of learning phase by cutting planes	: 0
26.41/25.36	c speed (assignments/second)	: 4.783521891891892E8
26.41/25.36	c non guided choices	1133
26.41/25.36	c learnt constraints type 
26.41/25.36	c constraints type 
26.41/25.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
26.41/25.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
26.41/25.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
26.41/25.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
26.41/25.36	s OPTIMUM FOUND
26.41/25.36	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 
26.41/25.36	c objective function=8
26.41/25.36	c Total wall clock time (in seconds): 25.247

Verifier Data

OK	8

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

running on 4 cores: 1,3,5,7

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.35 1.96 1.69 2/195 5084
/proc/meminfo: memFree=32219528/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5084/stat : 5084 (java) R 5082 5084 2655 0 -1 4202496 751 0 0 0 0 0 0 0 23 0 1 0 902553094 23580672 496 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218365994773 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5084/statm: 5757 507 381 9 0 124 0

[startup+0.038044 s]
/proc/loadavg: 2.35 1.96 1.69 2/195 5084
/proc/meminfo: memFree=32219528/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10530960 CPUtime=0.03 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 11022 0 1 0 2 1 0 0 23 0 11 0 902553094 10783703040 10721 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2632740 10724 1621 9 0 2623488 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10530960

[startup+0.100996 s]
/proc/loadavg: 2.35 1.96 1.69 2/195 5084
/proc/meminfo: memFree=32219528/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10539652 CPUtime=0.09 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 12978 0 1 0 8 1 0 0 23 0 18 0 902553094 10792603648 12675 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2634913 12675 2093 9 0 2625647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539652

[startup+0.30096 s]
/proc/loadavg: 2.35 1.96 1.69 2/195 5084
/proc/meminfo: memFree=32219528/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10543556 CPUtime=0.54 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 16215 0 1 0 52 2 0 0 23 0 19 0 902553094 10796601344 15004 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635889 15004 2215 9 0 2626623 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543556

[startup+0.700887 s]
/proc/loadavg: 2.35 1.96 1.69 2/195 5084
/proc/meminfo: memFree=32219528/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10543556 CPUtime=1.04 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 17110 0 1 0 102 2 0 0 23 0 19 0 902553094 10796601344 15893 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635889 15893 2247 9 0 2626623 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543556

[startup+1.50075 s]
/proc/loadavg: 2.35 1.96 1.69 3/214 5103
/proc/meminfo: memFree=32163768/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10543556 CPUtime=1.86 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 17695 0 1 0 184 2 0 0 23 0 19 0 902553094 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635889 16277 2248 9 0 2626623 0
[pid=5084/tid=5086] ppid=5082 vsize=10543556 CPUtime=1.4 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12117 0 1 0 139 1 0 0 25 0 19 0 902553095 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505552160 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10543556 CPUtime=0.05 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 411 0 0 0 5 0 0 0 16 0 19 0 902553098 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10543556 CPUtime=0.19 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) S 5082 5084 2655 0 -1 4202560 1904 0 0 0 19 0 0 0 15 0 19 0 902553100 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10543556 CPUtime=0.18 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 1632 0 0 0 18 0 0 0 17 0 19 0 902553100 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796601344 16277 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543556

[startup+3.1015 s]
/proc/loadavg: 2.35 1.96 1.69 3/214 5103
/proc/meminfo: memFree=32162900/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10543556 CPUtime=3.47 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 17848 0 1 0 345 2 0 0 23 0 19 0 902553094 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635889 16423 2248 9 0 2626623 0
[pid=5084/tid=5086] ppid=5082 vsize=10543556 CPUtime=2.91 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12125 0 1 0 290 1 0 0 25 0 19 0 902553095 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505708545 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902553096 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10543556 CPUtime=0.14 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 517 0 0 0 14 0 0 0 15 0 19 0 902553098 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10543556 CPUtime=0.19 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) S 5082 5084 2655 0 -1 4202560 1904 0 0 0 19 0 0 0 15 0 19 0 902553100 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10543556 CPUtime=0.18 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 1632 0 0 0 18 0 0 0 15 0 19 0 902553100 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796601344 16423 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10543556

[startup+6.30094 s]
/proc/loadavg: 2.32 1.96 1.69 3/214 5103
/proc/meminfo: memFree=32162060/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10542984 CPUtime=6.7 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 17907 0 1 0 667 3 0 0 23 0 19 0 902553094 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635746 16266 2248 9 0 2626480 0
[pid=5084/tid=5086] ppid=5082 vsize=10542984 CPUtime=5.92 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12141 0 1 0 591 1 0 0 19 0 19 0 902553095 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505329163 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902553096 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10542984 CPUtime=0.31 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 546 0 0 0 31 0 0 0 15 0 19 0 902553098 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10542984 CPUtime=0.19 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) S 5082 5084 2655 0 -1 4202560 1904 0 0 0 19 0 0 0 15 0 19 0 902553100 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10542984 CPUtime=0.19 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 1636 0 0 0 19 0 0 0 15 0 19 0 902553100 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796015616 16266 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10542984

[startup+12.7008 s]

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

/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 61 0 0 0 2 0 0 0 16 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10542984 CPUtime=1.1 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 815 0 0 0 110 0 0 0 16 0 19 0 902553098 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10542984 CPUtime=0.2 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) S 5082 5084 2655 0 -1 4202560 1905 0 0 0 20 0 0 0 15 0 19 0 902553100 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10542984 CPUtime=0.23 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 2032 0 0 0 23 0 0 0 15 0 19 0 902553100 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796015616 16439 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 10542984

[startup+24.7007 s]
/proc/loadavg: 2.25 1.96 1.70 3/214 5104
/proc/meminfo: memFree=32161136/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10542984 CPUtime=25.29 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 22774 0 1 0 2524 5 0 0 23 0 19 0 902553094 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635746 19050 2251 9 0 2626480 0
[pid=5084/tid=5086] ppid=5082 vsize=10542984 CPUtime=23.41 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12209 0 1 0 2340 1 0 0 18 0 19 0 902553095 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505531660 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10542984 CPUtime=0.01 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10542984 CPUtime=1.14 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 849 0 0 0 114 0 0 0 16 0 19 0 902553098 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10542984 CPUtime=0.26 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) R 5082 5084 2655 0 -1 4202560 5933 0 0 0 25 1 0 0 15 0 19 0 902553100 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218370618401 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10542984 CPUtime=0.24 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 2033 0 0 0 24 0 0 0 16 0 19 0 902553100 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796015616 19050 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 10542984

[startup+25.1006 s]
/proc/loadavg: 2.25 1.96 1.70 3/214 5104
/proc/meminfo: memFree=32161136/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10542984 CPUtime=26 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 27865 0 1 0 2594 6 0 0 23 0 19 0 902553094 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635746 21463 2251 9 0 2626480 0
[pid=5084/tid=5086] ppid=5082 vsize=10542984 CPUtime=23.79 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12210 0 1 0 2378 1 0 0 18 0 19 0 902553095 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505552300 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10542984 CPUtime=0.01 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10542984 CPUtime=1.15 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 849 0 0 0 115 0 0 0 16 0 19 0 902553098 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10542984 CPUtime=0.53 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) R 5082 5084 2655 0 -1 4202560 11021 0 0 0 51 2 0 0 16 0 19 0 902553100 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 47830937302435 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10542984 CPUtime=0.28 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 2035 0 0 0 28 0 0 0 15 0 19 0 902553100 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796015616 21463 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26
Current children cumulated vsize (KiB) 10542984

[startup+25.3066 s]
/proc/loadavg: 2.23 1.96 1.70 4/214 5104
/proc/meminfo: memFree=32141420/32951124 swapFree=67050044/67111528
[pid=5084] ppid=5082 vsize=10542984 CPUtime=26.41 cores=1,3,5,7
/proc/5084/stat : 5084 (java) S 5082 5084 2655 0 -1 4202496 28674 0 1 0 2635 6 0 0 23 0 19 0 902553094 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5084/statm: 2635746 21771 2251 9 0 2626480 0
[pid=5084/tid=5086] ppid=5082 vsize=10542984 CPUtime=23.98 cores=1,3,5,7
/proc/5084/task/5086/stat : 5086 (java) R 5082 5084 2655 0 -1 4202560 12211 0 1 0 2397 1 0 0 18 0 19 0 902553095 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 46912505531861 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=10542984 CPUtime=0.01 cores=1,3,5,7
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 2655 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 2655 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 2655 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 2655 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 2655 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 2655 0 -1 4202560 61 0 0 0 2 0 0 0 15 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=10542984 CPUtime=0.02 cores=1,3,5,7
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 2655 0 -1 4202560 108 0 0 0 2 0 0 0 16 0 19 0 902553096 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=10542984 CPUtime=1.18 cores=1,3,5,7
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 2655 0 -1 4202560 849 0 0 0 117 1 0 0 16 0 19 0 902553098 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 0 0 16800975 18446604467614988160 0 0 -1 5 0 0 0
[pid=5084/tid=5096] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 2655 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902553098 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5097] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5097/stat : 5097 (java) S 5082 5084 2655 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902553098 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5098] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5098/stat : 5098 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 902553100 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382780849 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5099] ppid=5082 vsize=10542984 CPUtime=0.73 cores=1,3,5,7
/proc/5084/task/5099/stat : 5099 (java) R 5082 5084 2655 0 -1 4202560 11829 0 0 0 71 2 0 0 16 0 19 0 902553100 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 47830935657860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5084/tid=5100] ppid=5082 vsize=10542984 CPUtime=0.28 cores=1,3,5,7
/proc/5084/task/5100/stat : 5100 (java) S 5082 5084 2655 0 -1 4202560 2035 0 0 0 28 0 0 0 15 0 19 0 902553100 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 3 0 0 0
[pid=5084/tid=5101] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5101/stat : 5101 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902553100 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773145 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
[pid=5084/tid=5102] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5102/stat : 5102 (java) S 5082 5084 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902553100 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 7 0 0 0
[pid=5084/tid=5103] ppid=5082 vsize=10542984 CPUtime=0 cores=1,3,5,7
/proc/5084/task/5103/stat : 5103 (java) S 5082 5084 2655 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902553111 10796015616 21771 33554432000 1073741824 1073778376 140736546643424 18446744073709551615 218382773760 0 4 0 16800975 18446604467614988160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (KiB) 10542984

Child status: 30
Real time (s): 25.3676
CPU time (s): 26.507
CPU user time (s): 26.438
CPU system time (s): 0.068989
CPU usage (%): 104.491
Max. virtual memory (cumulated for all children) (KiB): 10543556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.438
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28725
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= 3374
involuntary context switches= 1435

runsolver used 0.044993 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 22:11:43
IDJOB=3492326
IDBENCH=78755
IDSOLVER=1982
FILE ID=node101/3492326-1307909503
RUNJOBID= node101-1307908937-4736
PBS_JOBID= 13559601
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= 7ca2117a978277b5be957da288eedc60
RANDOM SEED=837350451

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:      32220328 kB
Buffers:        118400 kB
Cached:         165296 kB
SwapCached:      24860 kB
Active:         447324 kB
Inactive:        98080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32220328 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:             100 kB
Writeback:          32 kB
AnonPages:      259448 kB
Mapped:          17508 kB
Slab:           120732 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544072 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= 74060 MiB
End job on node101 at 2011-06-12 22:12:09