Trace number 3492502

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 19.2411 18.6929

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUM92e9d82ea45c04735bed18ced94c3392
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.84672
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 1248
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492502-1307909915.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #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 org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.28/0.26	o 794
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.28/0.28	o 389
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.30	o 317
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.54/0.33	o 314
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.54/0.36	o 264
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.67/0.44	o 215
0.78/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
0.78/0.54	o 209
0.89/0.61	c cleaning 4602 clauses out of 9209 with flag 1001/9209
1.13/0.81	c cleaning 5301 clauses out of 10607 with flag 7001/15209
1.13/0.87	c Got one! Elapsed wall clock time (in seconds):0.766
1.13/0.87	o 201
1.23/0.94	c Got one! Elapsed wall clock time (in seconds):0.834
1.23/0.94	o 194
1.33/1.02	c cleaning 5526 clauses out of 11061 with flag 2000/20964
1.60/1.21	c cleaning 5764 clauses out of 11536 with flag 8001/26965
1.60/1.28	c Got one! Elapsed wall clock time (in seconds):1.182
1.60/1.28	o 162
1.72/1.38	c cleaning 5554 clauses out of 11126 with flag 3000/32319
1.92/1.58	c cleaning 5779 clauses out of 11573 with flag 9001/38320
2.02/1.63	c Got one! Elapsed wall clock time (in seconds):1.532
2.02/1.63	o 139
2.12/1.76	c cleaning 5705 clauses out of 11424 with flag 4000/43950
2.12/1.78	c Got one! Elapsed wall clock time (in seconds):1.681
2.12/1.78	o 132
2.32/1.94	c cleaning 5571 clauses out of 11157 with flag 5001/49388
2.53/2.16	c cleaning 5789 clauses out of 11585 with flag 11000/55387
2.72/2.38	c cleaning 6391 clauses out of 12796 with flag 18000/62387
3.02/2.67	c cleaning 7199 clauses out of 14406 with flag 26001/70388
3.42/3.01	c cleaning 8102 clauses out of 16207 with flag 35001/79388
3.63/3.26	c Got one! Elapsed wall clock time (in seconds):3.161
3.63/3.26	o 114
3.83/3.47	c cleaning 10471 clauses out of 20948 with flag 5000/92231
4.04/3.68	c Got one! Elapsed wall clock time (in seconds):3.575
4.04/3.68	o 96
4.24/3.89	c cleaning 10596 clauses out of 21204 with flag 5000/102958
4.54/4.11	c cleaning 8296 clauses out of 16610 with flag 11002/108960
4.75/4.35	c cleaning 7648 clauses out of 15312 with flag 18000/115958
5.04/4.65	c Got one! Elapsed wall clock time (in seconds):4.544
5.04/4.65	o 94
5.24/4.88	c cleaning 10218 clauses out of 20439 with flag 5001/128733
5.55/5.11	c cleaning 8107 clauses out of 16222 with flag 11002/134734
5.75/5.36	c cleaning 7553 clauses out of 15113 with flag 18000/141732
6.05/5.66	c cleaning 7768 clauses out of 15560 with flag 26000/149732
6.35/5.99	c cleaning 8386 clauses out of 16792 with flag 35000/158732
6.64/6.29	c Got one! Elapsed wall clock time (in seconds):6.188
6.64/6.29	o 61
6.95/6.50	c cleaning 11045 clauses out of 22102 with flag 5000/172428
7.15/6.74	c cleaning 8526 clauses out of 17057 with flag 11000/178428
7.35/6.91	c Got one! Elapsed wall clock time (in seconds):6.808
7.35/6.91	o 59
7.55/7.14	c cleaning 9344 clauses out of 18693 with flag 5001/188590
7.75/7.35	c cleaning 7669 clauses out of 15348 with flag 11000/194589
7.95/7.59	c cleaning 7332 clauses out of 14679 with flag 18000/201589
8.25/7.85	c cleaning 7669 clauses out of 15347 with flag 26000/209589
8.45/8.03	c Got one! Elapsed wall clock time (in seconds):7.924
8.45/8.03	o 47
8.66/8.21	c cleaning 9210 clauses out of 18428 with flag 5002/220339
8.86/8.43	c cleaning 7601 clauses out of 15216 with flag 11000/226337
9.06/8.65	c cleaning 7299 clauses out of 14615 with flag 18000/233337
9.37/8.91	c cleaning 7656 clauses out of 15318 with flag 26002/241339
9.67/9.21	c cleaning 8327 clauses out of 16661 with flag 35001/250338
9.77/9.39	c Got one! Elapsed wall clock time (in seconds):9.283
9.77/9.39	o 27
9.97/9.59	c cleaning 9735 clauses out of 19480 with flag 5003/261484
10.27/9.81	c cleaning 7869 clauses out of 15743 with flag 11001/267482
10.47/10.05	c cleaning 7431 clauses out of 14873 with flag 18000/274481
10.77/10.36	c cleaning 7718 clauses out of 15443 with flag 26001/282482
11.17/10.72	c cleaning 8355 clauses out of 16725 with flag 35001/291482
11.27/10.86	c Got one! Elapsed wall clock time (in seconds):10.76
11.27/10.86	o 9
11.37/10.91	c cleaning 7125 clauses out of 14255 with flag 1001/297367
11.57/11.10	c cleaning 6560 clauses out of 13129 with flag 7000/303366
11.77/11.33	c cleaning 6779 clauses out of 13570 with flag 14001/310367
11.97/11.59	c cleaning 7393 clauses out of 14792 with flag 22002/318368
12.37/11.90	c cleaning 8187 clauses out of 16397 with flag 31000/327366
12.67/12.27	c cleaning 9102 clauses out of 18211 with flag 41001/337367
12.97/12.56	c Got one! Elapsed wall clock time (in seconds):12.455
12.97/12.56	o 5
13.18/12.79	c cleaning 11561 clauses out of 23129 with flag 5001/351387
13.48/13.00	c cleaning 8776 clauses out of 17568 with flag 11001/357387
13.69/13.23	c cleaning 7887 clauses out of 15792 with flag 18001/364387
13.99/13.50	c cleaning 7950 clauses out of 15909 with flag 26005/372391
14.19/13.79	c cleaning 8466 clauses out of 16954 with flag 35000/381386
14.61/14.13	c cleaning 9240 clauses out of 18488 with flag 45000/391386
14.91/14.49	c cleaning 9615 clauses out of 19248 with flag 55000/401386
15.31/14.83	c cleaning 9810 clauses out of 19633 with flag 65000/411386
15.31/14.86	c Got one! Elapsed wall clock time (in seconds):14.757
15.31/14.86	o 2
15.51/15.03	c cleaning 7706 clauses out of 15420 with flag 5001/416983
15.71/15.23	c cleaning 6851 clauses out of 13714 with flag 11001/422983
15.92/15.46	c cleaning 6929 clauses out of 13865 with flag 18003/429985
16.21/15.73	c cleaning 7462 clauses out of 14933 with flag 26000/437982
16.51/16.04	c cleaning 8231 clauses out of 16472 with flag 35001/446983
16.81/16.37	c cleaning 9116 clauses out of 18241 with flag 45001/456983
17.21/16.70	c cleaning 9557 clauses out of 19124 with flag 55000/466982
17.51/17.05	c cleaning 9782 clauses out of 19567 with flag 65000/476982
17.91/17.43	c cleaning 9890 clauses out of 19787 with flag 75002/486984
18.32/17.83	c cleaning 9946 clauses out of 19896 with flag 85001/496983
18.72/18.21	c cleaning 9971 clauses out of 19950 with flag 95001/506983
19.02/18.59	c cleaning 9989 clauses out of 19979 with flag 105001/516983
19.12/18.68	c starts		: 171
19.12/18.68	c conflicts		: 519231
19.12/18.68	c decisions		: 805874
19.12/18.68	c propagations		: 12075417
19.12/18.68	c inspects		: 115746595
19.12/18.68	c shortcuts		: 0
19.12/18.68	c learnt literals	: 6
19.12/18.68	c learnt binary clauses	: 22
19.12/18.68	c learnt ternary clauses	: 282
19.12/18.68	c learnt constraints	: 519224
19.12/18.68	c ignored constraints	: 0
19.12/18.68	c root simplifications	: 0
19.12/18.68	c removed literals (reason simplification)	: 4176535
19.12/18.68	c reason swapping (by a shorter reason)	: 0
19.12/18.68	c Calls to reduceDB	: 63
19.12/18.68	c number of reductions to clauses (during analyze)	: 0
19.12/18.68	c number of learned constraints concerned by reduction	: 0
19.12/18.68	c number of learning phase by resolution	: 0
19.12/18.68	c number of learning phase by cutting planes	: 0
19.12/18.68	c speed (assignments/second)	: 3157797.3326359834
19.12/18.68	c non guided choices	1080
19.12/18.68	c learnt constraints type 
19.12/18.68	c constraints type 
19.12/18.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
19.12/18.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
19.12/18.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
19.12/18.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
19.12/18.68	s OPTIMUM FOUND
19.12/18.68	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 
19.12/18.68	c objective function=2
19.12/18.68	c Total wall clock time (in seconds): 18.582

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492502-1307909915/watcher-3492502-1307909915 -o /var/tmp/evaluation-result-3492502-1307909915/solver-3492502-1307909915 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492502-1307909915.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.11 2.03 1.95 2/195 5675
/proc/meminfo: memFree=1292064/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 1246 0 0 0 0 0 0 0 25 0 2 0 981222234 31268864 963 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 7634 963 736 9 0 385 0
[pid=5675/tid=5676] ppid=5673 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 149 0 0 0 0 0 0 0 25 0 2 0 981222235 32362496 982 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 47503864984336 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.038694 s]
/proc/loadavg: 2.11 2.03 1.95 2/195 5675
/proc/meminfo: memFree=1292064/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10533016 CPUtime=0.03 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 11197 0 1 0 2 1 0 0 25 0 13 0 981222234 10785808384 10892 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2633254 10893 1659 9 0 2624002 0
[pid=5675/tid=5676] ppid=5673 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 10049 0 1 0 1 1 0 0 25 0 13 0 981222235 10785808384 10894 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912497395520 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10533016

[startup+0.100683 s]
/proc/loadavg: 2.11 2.03 1.95 2/195 5675
/proc/meminfo: memFree=1292064/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10540116 CPUtime=0.1 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 13147 0 1 0 8 2 0 0 25 0 18 0 981222234 10793078784 12829 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2635029 12829 2092 9 0 2625763 0
[pid=5675/tid=5676] ppid=5673 vsize=10540116 CPUtime=0.08 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 11221 0 1 0 7 1 0 0 25 0 18 0 981222235 10793078784 12829 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540116

[startup+0.300648 s]
/proc/loadavg: 2.11 2.03 1.95 2/195 5675
/proc/meminfo: memFree=1292064/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10543828 CPUtime=0.54 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 15938 0 1 0 52 2 0 0 25 0 19 0 981222234 10796879872 14799 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2635957 14799 2215 9 0 2626691 0
[pid=5675/tid=5676] ppid=5673 vsize=10543828 CPUtime=0.28 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 11818 0 1 0 26 2 0 0 25 0 19 0 981222235 10796879872 14799 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505594949 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543828

[startup+0.700579 s]
/proc/loadavg: 2.11 2.03 1.95 2/195 5675
/proc/meminfo: memFree=1292064/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544180 CPUtime=1.03 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 17145 0 1 0 101 2 0 0 25 0 19 0 981222234 10797240320 15987 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636045 15987 2247 9 0 2626779 0
[pid=5675/tid=5676] ppid=5673 vsize=10544180 CPUtime=0.67 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12321 0 1 0 65 2 0 0 25 0 19 0 981222235 10797240320 15987 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505554765 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544180

[startup+1.50144 s]
/proc/loadavg: 2.11 2.03 1.95 3/214 5694
/proc/meminfo: memFree=1235456/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=1.92 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 18333 0 1 0 190 2 0 0 25 0 19 0 981222234 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 16496 2249 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=1.42 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12324 0 1 0 140 2 0 0 25 0 19 0 981222235 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505167053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 19 0 981222236 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.05 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 436 0 0 0 5 0 0 0 16 0 19 0 981222237 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.2 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1745 0 0 0 20 0 0 0 19 0 19 0 981222240 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.22 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2167 0 0 0 22 0 0 0 17 0 19 0 981222240 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 16496 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544632

[startup+3.10116 s]
/proc/loadavg: 2.11 2.03 1.95 3/214 5694
/proc/meminfo: memFree=1234232/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=3.53 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 18547 0 1 0 351 2 0 0 25 0 19 0 981222234 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 16703 2249 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=2.93 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12331 0 1 0 291 2 0 0 25 0 19 0 981222235 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505526475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.13 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 531 0 0 0 13 0 0 0 16 0 19 0 981222237 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.2 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1745 0 0 0 20 0 0 0 19 0 19 0 981222240 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.22 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2167 0 0 0 22 0 0 0 15 0 19 0 981222240 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 16703 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10544632

[startup+6.30059 s]
/proc/loadavg: 2.10 2.03 1.95 4/214 5694
/proc/meminfo: memFree=1232360/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=6.75 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 18806 0 1 0 672 3 0 0 25 0 19 0 981222234 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 16944 2249 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=6.01 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12342 0 1 0 599 2 0 0 25 0 19 0 981222235 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505556254 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 981222236 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.25 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 687 0 0 0 25 0 0 0 16 0 19 0 981222237 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.2 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1745 0 0 0 20 0 0 0 19 0 19 0 981222240 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.23 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2167 0 0 0 23 0 0 0 15 0 19 0 981222240 10797703168 16944 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0

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

/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 111 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 117 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 16 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 163 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 180 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.74 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 793 0 0 0 74 0 0 0 16 0 19 0 981222237 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.21 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1753 0 0 0 21 0 0 0 18 0 19 0 981222240 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.26 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2171 0 0 0 26 0 0 0 15 0 19 0 981222240 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 17088 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.02
Current children cumulated vsize (KiB) 10544632

[startup+18.3006 s]
/proc/loadavg: 2.09 2.03 1.95 3/214 5695
/proc/meminfo: memFree=1230272/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=18.82 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 19000 0 1 0 1879 3 0 0 25 0 19 0 981222234 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 17097 2250 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=17.44 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12384 0 1 0 1742 2 0 0 25 0 19 0 981222235 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505603457 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 111 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 163 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 180 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.77 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 801 0 0 0 77 0 0 0 16 0 19 0 981222237 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.21 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1753 0 0 0 21 0 0 0 18 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.26 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2171 0 0 0 26 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.82
Current children cumulated vsize (KiB) 10544632

[startup+18.5015 s]
/proc/loadavg: 2.09 2.03 1.95 3/214 5695
/proc/meminfo: memFree=1230272/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=19.02 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 19000 0 1 0 1899 3 0 0 25 0 19 0 981222234 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 17097 2250 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=17.64 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) R 5673 5675 3459 0 -1 4202560 12384 0 1 0 1762 2 0 0 25 0 19 0 981222235 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 46912505540244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 111 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 163 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 180 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.77 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) S 5673 5675 3459 0 -1 4202560 801 0 0 0 77 0 0 0 16 0 19 0 981222237 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 0 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.21 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1753 0 0 0 21 0 0 0 18 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.26 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2171 0 0 0 26 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 10544632

[startup+18.6014 s]
/proc/loadavg: 2.08 2.03 1.95 3/214 5695
/proc/meminfo: memFree=1230272/32950940 swapFree=67053420/67111528
[pid=5675] ppid=5673 vsize=10544632 CPUtime=19.12 cores=1,3,5,7
/proc/5675/stat : 5675 (java) S 5673 5675 3459 0 -1 4202496 19001 0 1 0 1909 3 0 0 25 0 19 0 981222234 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5675/statm: 2636158 17097 2250 9 0 2626892 0
[pid=5675/tid=5676] ppid=5673 vsize=10544632 CPUtime=17.74 cores=1,3,5,7
/proc/5675/task/5676/stat : 5676 (java) S 5673 5675 3459 0 -1 4202560 12385 0 1 0 1772 2 0 0 25 0 19 0 981222235 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5678] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5678/stat : 5678 (java) S 5673 5675 3459 0 -1 4202560 111 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5679] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5679/stat : 5679 (java) S 5673 5675 3459 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5680] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5680/stat : 5680 (java) S 5673 5675 3459 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5681] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5681/stat : 5681 (java) S 5673 5675 3459 0 -1 4202560 105 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5682] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5682/stat : 5682 (java) S 5673 5675 3459 0 -1 4202560 163 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5683] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5683/stat : 5683 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5684] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5684/stat : 5684 (java) S 5673 5675 3459 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 7 0 0 0
[pid=5675/tid=5685] ppid=5673 vsize=10544632 CPUtime=0.01 cores=1,3,5,7
/proc/5675/task/5685/stat : 5685 (java) S 5673 5675 3459 0 -1 4202560 180 0 0 0 1 0 0 0 16 0 19 0 981222236 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5686] ppid=5673 vsize=10544632 CPUtime=0.78 cores=1,3,5,7
/proc/5675/task/5686/stat : 5686 (java) R 5673 5675 3459 0 -1 4202560 801 0 0 0 78 0 0 0 15 0 19 0 981222237 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 47503864329344 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5675/tid=5687] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5687/stat : 5687 (java) S 5673 5675 3459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5688] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5688/stat : 5688 (java) S 5673 5675 3459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 981222238 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5689] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5689/stat : 5689 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000416177 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5690] ppid=5673 vsize=10544632 CPUtime=0.21 cores=1,3,5,7
/proc/5675/task/5690/stat : 5690 (java) S 5673 5675 3459 0 -1 4202560 1753 0 0 0 21 0 0 0 18 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
[pid=5675/tid=5691] ppid=5673 vsize=10544632 CPUtime=0.26 cores=1,3,5,7
/proc/5675/task/5691/stat : 5691 (java) S 5673 5675 3459 0 -1 4202560 2171 0 0 0 26 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5692] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5692/stat : 5692 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000408473 0 4 0 16800975 18446604471138030720 0 0 -1 1 0 0 0
[pid=5675/tid=5693] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5693/stat : 5693 (java) S 5673 5675 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981222240 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 5 0 0 0
[pid=5675/tid=5694] ppid=5673 vsize=10544632 CPUtime=0 cores=1,3,5,7
/proc/5675/task/5694/stat : 5694 (java) S 5673 5675 3459 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981222251 10797703168 17097 33554432000 1073741824 1073778376 140735229404160 18446744073709551615 216000409088 0 4 0 16800975 18446604471138030720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.12
Current children cumulated vsize (KiB) 10544632

Child status: 30
Real time (s): 18.6929
CPU time (s): 19.2411
CPU user time (s): 19.1991
CPU system time (s): 0.041993
CPU usage (%): 102.932
Max. virtual memory (cumulated for all children) (KiB): 10544632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1991
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19043
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= 2414
involuntary context switches= 1176

runsolver used 0.037994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:18:35
IDJOB=3492502
IDBENCH=78847
IDSOLVER=1982
FILE ID=node117/3492502-1307909915
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 92e9d82ea45c04735bed18ced94c3392
RANDOM SEED=230926181

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1292840 kB
Buffers:         63140 kB
Cached:       30289656 kB
SwapCached:      10872 kB
Active:       15083188 kB
Inactive:     15628816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1292840 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             104 kB
Writeback:           0 kB
AnonPages:      355772 kB
Mapped:          21276 kB
Slab:           882712 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10549944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-12 22:18:53