Trace number 3718125

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 PB 2012-05-28OPTIMUM 12.972 11.4887

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
MD5SUMa7711a7b19a36d7c95277483b0aa560c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.981849
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 1228
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-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718125-1338251663.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c ignored satisfied constraints => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.16	c 102 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.127
0.27/0.24	o 797
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.156
0.27/0.26	o 790
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.27	o 782
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.27/0.28	o 780
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.27/0.28	o 200
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.214
0.53/0.32	o 199
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.53/0.35	o 196
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.68/0.47	o 195
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.68/0.49	o 194
0.84/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
0.84/0.52	o 193
0.84/0.58	c cleaning 4721 clauses out of 9444 with flag 3585/9444
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
0.97/0.63	o 190
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
0.97/0.65	o 187
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.11/0.72	o 181
1.11/0.75	c Got one! Elapsed wall clock time (in seconds):0.646
1.11/0.75	o 179
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.673
1.11/0.78	o 172
1.21/0.82	c cleaning 6429 clauses out of 12869 with flag 3861/17590
1.32/0.92	c Got one! Elapsed wall clock time (in seconds):0.811
1.32/0.92	o 170
1.32/0.98	c cleaning 5928 clauses out of 11859 with flag 6556/23009
1.45/1.03	c Got one! Elapsed wall clock time (in seconds):0.921
1.45/1.03	o 169
1.45/1.08	c Got one! Elapsed wall clock time (in seconds):0.969
1.45/1.08	o 163
1.56/1.13	c Got one! Elapsed wall clock time (in seconds):1.019
1.56/1.13	o 156
1.56/1.19	c cleaning 6607 clauses out of 13218 with flag 8305/30296
1.65/1.28	c Got one! Elapsed wall clock time (in seconds):1.168
1.65/1.28	o 135
1.76/1.36	c cleaning 6165 clauses out of 12350 with flag 11210/36035
1.96/1.54	c cleaning 6085 clauses out of 12183 with flag 33703/42033
2.17/1.73	c cleaning 6542 clauses out of 13098 with flag 58484/49033
2.27/1.80	c Got one! Elapsed wall clock time (in seconds):1.695
2.27/1.80	o 117
2.27/1.89	c cleaning 5818 clauses out of 11652 with flag 10716/54129
2.39/1.92	c Got one! Elapsed wall clock time (in seconds):1.809
2.39/1.92	o 100
2.49/2.06	c cleaning 5706 clauses out of 11418 with flag 20093/59713
2.60/2.20	c Got one! Elapsed wall clock time (in seconds):2.088
2.60/2.20	o 94
2.70/2.23	c cleaning 5693 clauses out of 11392 with flag 4853/65393
2.70/2.27	c Got one! Elapsed wall clock time (in seconds):2.159
2.70/2.27	o 93
2.89/2.42	c cleaning 5795 clauses out of 11617 with flag 21987/71311
2.99/2.55	c Got one! Elapsed wall clock time (in seconds):2.438
2.99/2.55	o 91
2.99/2.58	c cleaning 5840 clauses out of 11685 with flag 3862/77174
3.11/2.68	c Got one! Elapsed wall clock time (in seconds):2.57
3.11/2.68	o 88
3.21/2.77	c cleaning 5908 clauses out of 11826 with flag 14244/83155
3.31/2.80	c Got one! Elapsed wall clock time (in seconds):2.689
3.31/2.80	o 81
3.41/2.90	c Got one! Elapsed wall clock time (in seconds):2.797
3.41/2.90	o 77
3.41/2.98	c cleaning 6165 clauses out of 12342 with flag 9651/89579
3.61/3.15	c cleaning 6083 clauses out of 12176 with flag 33083/95578
3.83/3.31	c Got one! Elapsed wall clock time (in seconds):3.204
3.83/3.31	o 59
3.93/3.48	c cleaning 8476 clauses out of 16968 with flag 26075/106453
4.14/3.68	c cleaning 7232 clauses out of 14493 with flag 53314/112454
4.37/3.88	c cleaning 7127 clauses out of 14259 with flag 80546/119452
4.67/4.11	c cleaning 7564 clauses out of 15134 with flag 111093/127454
4.67/4.19	c Got one! Elapsed wall clock time (in seconds):4.086
4.67/4.19	o 49
4.77/4.26	c cleaning 6444 clauses out of 12902 with flag 10928/132786
4.98/4.45	c cleaning 6215 clauses out of 12459 with flag 40954/138787
5.18/4.64	c cleaning 6610 clauses out of 13243 with flag 66528/145786
5.38/4.84	c cleaning 7315 clauses out of 14633 with flag 94265/153786
5.58/5.08	c cleaning 8159 clauses out of 16317 with flag 127075/162786
5.78/5.24	c Got one! Elapsed wall clock time (in seconds):5.135
5.78/5.24	o 45
6.00/5.41	c cleaning 9876 clauses out of 19768 with flag 26505/174396
6.10/5.59	c cleaning 7942 clauses out of 15892 with flag 51841/180396
6.29/5.77	c cleaning 7465 clauses out of 14950 with flag 77061/187396
6.50/5.98	c cleaning 7738 clauses out of 15485 with flag 106563/195396
6.60/6.04	c Got one! Elapsed wall clock time (in seconds):5.932
6.60/6.04	o 37
6.71/6.14	c cleaning 6560 clauses out of 13144 with flag 16664/200793
6.80/6.22	c Got one! Elapsed wall clock time (in seconds):6.109
6.80/6.22	o 31
6.90/6.31	c cleaning 6174 clauses out of 12373 with flag 15051/206582
7.01/6.49	c cleaning 6089 clauses out of 12198 with flag 42434/212581
7.23/6.68	c cleaning 6551 clauses out of 13111 with flag 71033/219583
7.43/6.90	c cleaning 7270 clauses out of 14558 with flag 101541/227581
7.75/7.14	c cleaning 8144 clauses out of 16288 with flag 136774/236581
8.07/7.43	c cleaning 9068 clauses out of 18144 with flag 180937/246581
8.29/7.68	c Got one! Elapsed wall clock time (in seconds):7.57
8.29/7.68	o 28
8.48/7.87	c cleaning 11955 clauses out of 23931 with flag 25813/261438
8.68/8.07	c cleaning 8977 clauses out of 17976 with flag 55153/267438
8.90/8.30	c cleaning 7986 clauses out of 15999 with flag 89366/274438
9.21/8.51	c Got one! Elapsed wall clock time (in seconds):8.402
9.21/8.51	o 22
9.31/8.66	c cleaning 10096 clauses out of 20197 with flag 21105/286622
9.53/8.84	c cleaning 8043 clauses out of 16101 with flag 46145/292622
9.73/9.05	c cleaning 7519 clauses out of 15058 with flag 73787/299622
10.33/9.30	c cleaning 7761 clauses out of 15539 with flag 106006/307623
10.33/9.32	c Got one! Elapsed wall clock time (in seconds):9.21
10.33/9.32	o 12
10.72/9.50	c cleaning 6567 clauses out of 13147 with flag 26557/312992
10.91/9.68	c cleaning 6289 clauses out of 12580 with flag 53267/318992
11.22/9.87	c cleaning 6640 clauses out of 13290 with flag 81160/325992
11.41/10.08	c cleaning 7322 clauses out of 14648 with flag 114259/333992
11.72/10.34	c cleaning 8155 clauses out of 16325 with flag 153442/342992
12.02/10.63	c cleaning 9078 clauses out of 18167 with flag 199284/352992
12.33/10.95	c cleaning 10040 clauses out of 20087 with flag 248898/363992
12.72/11.32	c cleaning 11017 clauses out of 22044 with flag 305158/375996
12.82/11.47	c starts		: 170
12.82/11.47	c conflicts		: 380579
12.82/11.47	c decisions		: 586085
12.82/11.47	c propagations		: 8626129
12.82/11.47	c inspects		: 70135868
12.82/11.47	c shortcuts		: 0
12.82/11.47	c learnt literals	: 34
12.82/11.47	c learnt binary clauses	: 12
12.82/11.47	c learnt ternary clauses	: 512
12.82/11.47	c learnt constraints	: 380544
12.82/11.47	c ignored constraints	: 0
12.82/11.47	c root simplifications	: 0
12.82/11.47	c removed literals (reason simplification)	: 0
12.82/11.47	c reason swapping (by a shorter reason)	: 0
12.82/11.47	c Calls to reduceDB	: 50
12.82/11.47	c Number of update (reduction) of LBD	: 94887
12.82/11.47	c number of reductions to clauses (during analyze)	: 0
12.82/11.47	c number of learned constraints concerned by reduction	: 0
12.82/11.47	c number of learning phase by resolution	: 0
12.82/11.47	c number of learning phase by cutting planes	: 0
12.82/11.47	c speed (assignments/second)	: 763171.6358488896
12.82/11.47	c non guided choices	1766
12.82/11.47	c learnt constraints type 
12.82/11.47	c constraints type 
12.82/11.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
12.82/11.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
12.82/11.47	c ignored satisfied constraints => 1
12.82/11.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
12.82/11.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
12.82/11.47	c 102 constraints processed.
12.82/11.47	s OPTIMUM FOUND
12.82/11.47	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 
12.82/11.47	c objective function=12
12.82/11.47	c Total wall clock time (in seconds): 11.362

Verifier Data

OK	12

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-3718125-1338251663/watcher-3718125-1338251663 -o /tmp/evaluation-result-3718125-1338251663/solver-3718125-1338251663 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718125-1338251663.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 2.21 2.06 3/194 16374
/proc/meminfo: memFree=31388804/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16374/stat : 16374 (java) R 16372 16374 13427 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 291294831 23793664 717 33554432000 1073741824 1073778376 140736479612544 140736479601608 270109030480 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 5809 717 531 9 0 128 0

[startup+0.0176649 s]
/proc/loadavg: 2.35 2.21 2.06 3/194 16374
/proc/meminfo: memFree=31388804/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 2371 0 1 0 0 0 0 0 20 0 10 0 291294831 9233014784 3072 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2254154 3081 1207 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100279 s]
/proc/loadavg: 2.35 2.21 2.06 3/194 16374
/proc/meminfo: memFree=31388804/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 4370 0 1 0 9 1 0 0 20 0 18 0 291294831 9787817984 5568 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2389604 5568 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300283 s]
/proc/loadavg: 2.35 2.21 2.06 3/194 16374
/proc/meminfo: memFree=31388804/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 7165 0 1 0 52 1 0 0 20 0 19 0 291294831 9855979520 8349 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 8349 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.700273 s]
/proc/loadavg: 2.35 2.21 2.06 3/194 16374
/proc/meminfo: memFree=31388804/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 8366 0 1 0 109 2 0 0 20 0 19 0 291294831 9855979520 10610 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 10610 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9624980

[startup+1.50072 s]
/proc/loadavg: 2.35 2.21 2.06 4/213 16393
/proc/meminfo: memFree=31350228/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=1.96 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 8383 0 1 0 194 2 0 0 20 0 19 0 291294831 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 11643 2271 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2464 0 1 0 140 1 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926563574048 139926427884966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 291294834 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 2558 0 0 0 24 0 0 0 20 0 19 0 291294836 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 2113 0 0 0 19 0 0 0 20 0 19 0 291294836 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 11643 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9624980

[startup+3.10074 s]
/proc/loadavg: 2.35 2.21 2.06 3/213 16393
/proc/meminfo: memFree=31345388/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=3.61 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 8399 0 1 0 359 2 0 0 20 0 19 0 291294831 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 11650 2272 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=2.91 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2473 0 1 0 290 1 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926563574048 139926427916497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 291294834 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 2558 0 0 0 26 0 0 0 20 0 19 0 291294836 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 2114 0 0 0 20 0 0 0 20 0 19 0 291294836 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 11650 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9624980

[startup+6.30075 s]
/proc/loadavg: 2.32 2.21 2.06 3/213 16393
/proc/meminfo: memFree=31344768/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=6.9 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 8441 0 1 0 687 3 0 0 20 0 19 0 291294831 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 11652 2272 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=5.91 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2489 0 1 0 590 1 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926563566016 139926427897032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291294832 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 31 0 0 0 26 0 0 0 20 0 19 0 291294834 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 2571 0 0 0 27 0 0 0 20 0 19 0 291294836 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 2114 0 0 0 20 0 0 0 20 0 19 0 291294836 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 11652 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9624980

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

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

/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 49 0 0 0 44 0 0 0 20 0 19 0 291294834 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 9137 0 0 0 53 2 0 0 20 0 19 0 291294836 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 6811 0 0 0 62 0 0 0 20 0 19 0 291294836 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 16563 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 9624980

[startup+11.1008 s]
/proc/loadavg: 2.37 2.22 2.07 3/213 16393
/proc/meminfo: memFree=31328736/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=12.52 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 19750 0 1 0 1247 5 0 0 20 0 19 0 291294831 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 16568 2273 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=10.41 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2506 0 1 0 1040 1 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926563574168 139926427830914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 49 0 0 0 47 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 9137 0 0 0 53 2 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 6811 0 0 0 62 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 9624980

[startup+11.3006 s]
/proc/loadavg: 2.37 2.22 2.07 3/213 16393
/proc/meminfo: memFree=31328736/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=12.72 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 19750 0 1 0 1267 5 0 0 20 0 19 0 291294831 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 16568 2273 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=10.61 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2506 0 1 0 1060 1 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926563574168 139926427834304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 49 0 0 0 47 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 9137 0 0 0 53 2 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 6811 0 0 0 62 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 16568 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 9624980

[startup+11.4007 s]
/proc/loadavg: 2.37 2.22 2.07 3/213 16393
/proc/meminfo: memFree=31328736/32873844 swapFree=6872/6872
[pid=16374] ppid=16372 vsize=9624980 CPUtime=12.82 cores=1,3,5,7
/proc/16374/stat : 16374 (java) S 16372 16374 13427 0 -1 4202496 19753 0 1 0 1277 5 0 0 20 0 19 0 291294831 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 140736479603680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16374/statm: 2406245 16570 2273 9 0 2396937 0
[pid=16374/tid=16376] ppid=16372 vsize=9624980 CPUtime=10.7 cores=1,3,5,7
/proc/16374/task/16376/stat : 16376 (java) R 16372 16374 13427 0 -1 4202560 2507 0 1 0 1069 1 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926563574048 139926427896934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16377] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16377/stat : 16377 (java) S 16372 16374 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926552635688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16378] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16378/stat : 16378 (java) S 16372 16374 13427 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926551582888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16379] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16379/stat : 16379 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926550530600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16380] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16380/stat : 16380 (java) S 16372 16374 13427 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926549477800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16381] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16381/stat : 16381 (java) S 16372 16374 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926548425512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16382] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16382/stat : 16382 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926547372712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16383] ppid=16372 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16374/task/16383/stat : 16383 (java) S 16372 16374 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926546320424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16384] ppid=16372 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16374/task/16384/stat : 16384 (java) S 16372 16374 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291294832 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926399826856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16385] ppid=16372 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16374/task/16385/stat : 16385 (java) S 16372 16374 13427 0 -1 4202560 49 0 0 0 49 0 0 0 20 0 19 0 291294834 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926387628264 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16386] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16386/stat : 16386 (java) S 16372 16374 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926386574328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16387] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16387/stat : 16387 (java) S 16372 16374 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291294834 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926385521928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16388] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16388/stat : 16388 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926384470416 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16374/tid=16389] ppid=16372 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16374/task/16389/stat : 16389 (java) S 16372 16374 13427 0 -1 4202560 9137 0 0 0 53 2 0 0 20 0 19 0 291294836 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926383418040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16374/tid=16390] ppid=16372 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/16374/task/16390/stat : 16390 (java) S 16372 16374 13427 0 -1 4202560 6811 0 0 0 62 0 0 0 20 0 19 0 291294836 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926382365240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16391] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16391/stat : 16391 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294836 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926381313144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16374/tid=16392] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16392/stat : 16392 (java) S 16372 16374 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291294837 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926380260552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16374/tid=16393] ppid=16372 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16374/task/16393/stat : 16393 (java) S 16372 16374 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291294848 9855979520 16570 33554432000 1073741824 1073778376 140736479612544 139926379205544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 11.4887
CPU time (s): 12.972
CPU user time (s): 12.8191
CPU system time (s): 0.152976
CPU usage (%): 112.911
Max. virtual memory (cumulated for all children) (KiB): 9626528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.8191
system time used= 0.152976
maximum resident set size= 71796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19772
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1851
involuntary context switches= 1787

runsolver used 0.036994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:34:23
IDJOB=3718125
IDBENCH=78785
IDSOLVER=2301
FILE ID=node106/3718125-1338251663
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718125-1338251663/watcher-3718125-1338251663 -o /tmp/evaluation-result-3718125-1338251663/solver-3718125-1338251663 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718125-1338251663.wbo

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

MD5SUM BENCH= a7711a7b19a36d7c95277483b0aa560c
RANDOM SEED=75064601

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31389340 kB
Buffers:           70192 kB
Cached:            51176 kB
SwapCached:         1836 kB
Active:           656552 kB
Inactive:          34232 kB
Active(anon):     569072 kB
Inactive(anon):     3012 kB
Active(file):      87480 kB
Inactive(file):    31220 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:        596988 kB
Mapped:            15840 kB
Shmem:                 0 kB
Slab:             651196 kB
SReclaimable:      93484 kB
SUnreclaim:       557712 kB
KernelStack:        1760 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     848500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:34:35