Trace number 4099708

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 2.3.6 Resolution PB16UNSAT 923.7 921.687

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
MD5SUM63ec6637b1b124456335cf99c2a6c3dd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark55.6235
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables201731
Total number of constraints592525
Number of constraints which are clauses579429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13096
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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 PB16.v20160501
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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099708-1466206139.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
4.20/3.19	c ... done. Wall clock time 3.087s.
4.20/3.19	c declared #vars     201731
4.20/3.19	c #constraints  592525
4.20/3.19	c constraints type 
4.20/3.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191074
4.20/3.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
4.20/3.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388354
4.20/3.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13096
4.20/3.19	c 592525 constraints processed.
24.44/22.77	c cleaning 2480 clauses out of 4993 with flag 23674/5000
50.24/48.49	c cleaning 4244 clauses out of 8510 with flag 53984/11001
69.74/67.99	c cleaning 5628 clauses out of 11264 with flag 88260/18001
114.94/113.13	c cleaning 6806 clauses out of 13628 with flag 141204/26000
146.06/144.30	c cleaning 7902 clauses out of 15820 with flag 198105/35000
180.96/179.11	c cleaning 8956 clauses out of 17919 with flag 259852/45001
224.37/222.54	c cleaning 9970 clauses out of 19956 with flag 335476/56000
266.48/264.62	c cleaning 10990 clauses out of 21987 with flag 421522/68004
316.19/314.31	c cleaning 11992 clauses out of 23997 with flag 513423/81004
382.90/381.04	c cleaning 12993 clauses out of 26001 with flag 632135/95001
451.61/449.78	c cleaning 13995 clauses out of 28007 with flag 759309/110000
515.92/514.04	c cleaning 15001 clauses out of 30013 with flag 886102/126001
588.85/587.00	c cleaning 15997 clauses out of 32010 with flag 1013202/143000
663.25/661.36	c cleaning 16997 clauses out of 34012 with flag 1150211/161000
753.45/751.53	c cleaning 18006 clauses out of 36015 with flag 1306904/180001
849.46/847.51	c cleaning 18992 clauses out of 38006 with flag 1463021/200000
923.70/921.65	c starts		: 534
923.70/921.65	c conflicts		: 212082
923.70/921.65	c decisions		: 436208
923.70/921.65	c propagations		: 2369357300
923.70/921.65	c inspects		: 5183547514
923.70/921.65	c shortcuts		: 0
923.70/921.65	c learnt literals	: 46
923.70/921.65	c learnt binary clauses	: 209
923.70/921.65	c learnt ternary clauses	: 391
923.70/921.65	c learnt constraints	: 212035
923.70/921.65	c ignored constraints	: 0
923.70/921.65	c root simplifications	: 0
923.70/921.65	c removed literals (reason simplification)	: 0
923.70/921.65	c reason swapping (by a shorter reason)	: 0
923.70/921.66	c Calls to reduceDB	: 16
923.70/921.66	c Number of update (reduction) of LBD	: 86224
923.70/921.66	c Imported unit clauses	: 0
923.70/921.66	c number of reductions to clauses (during analyze)	: 0
923.70/921.66	c number of learned constraints concerned by reduction	: 0
923.70/921.66	c number of learning phase by resolution	: 0
923.70/921.66	c number of learning phase by cutting planes	: 0
923.70/921.66	c speed (assignments/second)	: 2579852.6363010774
923.70/921.66	c non guided choices	16752
923.70/921.67	c learnt constraints type 
923.70/921.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 209
923.70/921.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30877
923.70/921.67	s UNSATISFIABLE
923.70/921.67	c Total wall clock time (in seconds): 921.562

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099708-1466206139/watcher-4099708-1466206139 -o /tmp/evaluation-result-4099708-1466206139/solver-4099708-1466206139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099708-1466206139.opb 

pid=14368
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.79 0.25 0.08 3/196 14371
/proc/meminfo: memFree=31877752/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 22659867 98570240 977 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 24065 977 743 9 0 16771 0
[pid=14371/tid=14372] ppid=14368 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22659867 98570240 977 33554432000 1073741824 1073778376 140735188436640 139886759747112 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 0.79 0.25 0.08 3/196 14371
/proc/meminfo: memFree=31877752/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 4436 0 1 0 10 0 0 0 20 0 18 0 22659867 9787879424 6064 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 6064 2140 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 22659867 9787879424 6064 33554432000 1073741824 1073778376 140735188436640 139886759750560 206408486731 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 0.79 0.25 0.08 3/196 14371
/proc/meminfo: memFree=31877752/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 4915 0 1 0 26 1 0 0 20 0 18 0 22659867 9787879424 7971 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 7971 2213 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 18 0 22659867 9787879424 7971 33554432000 1073741824 1073778376 140735188436640 139886759750560 139886631964769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 0.79 0.25 0.08 3/196 14371
/proc/meminfo: memFree=31877752/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 5631 0 1 0 48 1 0 0 20 0 18 0 22659867 9787879424 9347 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 9347 2232 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 18 0 22659867 9787879424 9347 33554432000 1073741824 1073778376 140735188436640 139886759751800 139886631908772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700218 s]
/proc/loadavg: 0.79 0.25 0.08 3/196 14371
/proc/meminfo: memFree=31877752/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 11036 0 1 0 131 5 0 0 20 0 18 0 22659867 9787879424 45195 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 45195 2261 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2463 0 1 0 61 3 0 0 20 0 18 0 22659867 9787879424 45195 33554432000 1073741824 1073778376 140735188436640 139886759750920 139886632266909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 0.79 0.25 0.08 3/214 14389
/proc/meminfo: memFree=31674368/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=2.25 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 11381 0 1 0 216 9 0 0 20 0 18 0 22659867 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 73104 2261 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=1.41 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2508 0 1 0 137 4 0 0 20 0 18 0 22659867 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886759743728 139886632280869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) S 14368 14371 11773 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886603483816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) S 14368 14371 11773 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886602431272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) S 14368 14371 11773 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886601378728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) S 14368 14371 11773 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886600326184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) S 14368 14371 11773 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886599272616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) S 14368 14371 11773 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886598220072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) S 14368 14371 11773 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886597167528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 22659868 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886596114984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3286 0 0 0 27 0 0 0 20 0 18 0 22659872 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3919 0 0 0 30 0 0 0 20 0 18 0 22659872 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 73104 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 0.89 0.28 0.09 10/214 14389
/proc/meminfo: memFree=31505440/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9558476 CPUtime=4.2 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 12038 0 1 0 400 20 0 0 20 0 18 0 22659867 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2389619 115054 2269 9 0 2380296 0
[pid=14371/tid=14372] ppid=14368 vsize=9558476 CPUtime=2.9 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2821 0 1 0 284 6 0 0 20 0 18 0 22659867 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886759743424 139886632536718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) S 14368 14371 11773 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886603483816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) S 14368 14371 11773 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886602431272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) S 14368 14371 11773 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886601378728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) S 14368 14371 11773 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886600326184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) S 14368 14371 11773 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886599272616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) S 14368 14371 11773 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886598220072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) S 14368 14371 11773 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886597167528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) S 14368 14371 11773 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 22659868 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886596114984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659869 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3288 0 0 0 29 0 0 0 20 0 18 0 22659872 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3919 0 0 0 33 0 0 0 20 0 18 0 22659872 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659872 9787879424 115054 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 0.89 0.28 0.09 3/215 14390
/proc/meminfo: memFree=31362276/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9625040 CPUtime=8.03 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 12189 0 1 0 782 21 0 0 20 0 19 0 22659867 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2406260 128939 2280 9 0 2396937 0
[pid=14371/tid=14372] ppid=14368 vsize=9625040 CPUtime=6.09 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2856 0 1 0 602 7 0 0 20 0 19 0 22659867 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886759750112 139886632687925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) S 14368 14371 11773 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886603483816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) S 14368 14371 11773 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886602431272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) S 14368 14371 11773 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886601378728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) S 14368 14371 11773 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886600326184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) S 14368 14371 11773 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886599272616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) S 14368 14371 11773 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886598220072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) S 14368 14371 11773 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886597167528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) S 14368 14371 11773 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886596114984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3378 0 0 0 58 0 0 0 20 0 19 0 22659872 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3936 0 0 0 67 0 0 0 20 0 19 0 22659872 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 128939 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=14371/tid=14382] ppid=14368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 199 0 0 0 1 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3388 0 0 0 66 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3940 0 0 0 74 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14390] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14390/stat : 14390 (java) S 14368 14371 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660192 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886575494440 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.97
Current children cumulated vsize (KiB) 9625040

[startup+920.808 s]
/proc/loadavg: 2.00 1.92 1.27 3/215 14674
/proc/meminfo: memFree=31074496/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9625040 CPUtime=922.78 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 12306 0 1 0 92242 36 0 0 20 0 19 0 22659867 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2406260 154935 2284 9 0 2396937 0
[pid=14371/tid=14372] ppid=14368 vsize=9625040 CPUtime=918.16 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2906 0 1 0 91795 21 0 0 20 0 19 0 22659867 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886759743184 139886632694145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) S 14368 14371 11773 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886603483816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) S 14368 14371 11773 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886602431272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) S 14368 14371 11773 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886601378728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) S 14368 14371 11773 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886600326184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) S 14368 14371 11773 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886599272616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) S 14368 14371 11773 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886598220072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) S 14368 14371 11773 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886597167528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) S 14368 14371 11773 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886596114984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 199 0 0 0 1 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3388 0 0 0 66 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3940 0 0 0 74 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14390] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14390/stat : 14390 (java) S 14368 14371 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660192 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886575494440 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 922.78
Current children cumulated vsize (KiB) 9625040

[startup+921.201 s]
/proc/loadavg: 2.00 1.92 1.27 3/215 14674
/proc/meminfo: memFree=31074496/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9625040 CPUtime=923.17 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 12306 0 1 0 92281 36 0 0 20 0 19 0 22659867 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2406260 154935 2284 9 0 2396937 0
[pid=14371/tid=14372] ppid=14368 vsize=9625040 CPUtime=918.55 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) R 14368 14371 11773 0 -1 4202560 2906 0 1 0 91834 21 0 0 20 0 19 0 22659867 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886759743184 139886632687800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) S 14368 14371 11773 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886603483816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) S 14368 14371 11773 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886602431272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) S 14368 14371 11773 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886601378728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) S 14368 14371 11773 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886600326184 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) S 14368 14371 11773 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886599272616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) S 14368 14371 11773 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886598220072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) S 14368 14371 11773 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886597167528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) S 14368 14371 11773 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 22659868 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886596114984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 199 0 0 0 1 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886583917160 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659869 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3388 0 0 0 66 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3940 0 0 0 74 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886578653368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 19 0 22659872 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14390] ppid=14368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14390/stat : 14390 (java) S 14368 14371 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660192 9856040960 154935 33554432000 1073741824 1073778376 140735188436640 139886575494440 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 923.17
Current children cumulated vsize (KiB) 9625040

[startup+921.617 s]
/proc/loadavg: 2.00 1.92 1.27 3/215 14674
/proc/meminfo: memFree=31074496/32872528 swapFree=7780/7780
[pid=14371] ppid=14368 vsize=9691604 CPUtime=923.7 cores=0,2,4,6
/proc/14371/stat : 14371 (java) S 14368 14371 11773 0 -1 4202496 12392 0 1 0 92330 40 0 0 20 0 19 0 22659867 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 140735188427776 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14371/statm: 2422901 163655 2285 9 0 2413578 0
[pid=14371/tid=14372] ppid=14368 vsize=9691604 CPUtime=918.93 cores=0,2,4,6
/proc/14371/task/14372/stat : 14372 (java) S 14368 14371 11773 0 -1 4202560 2909 0 1 0 91871 22 0 0 20 0 19 0 22659867 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886759752408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14374] ppid=14368 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14374/stat : 14374 (java) R 14368 14371 11773 0 -1 4202560 122 0 0 0 5 3 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886603483992 139886763927727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14375] ppid=14368 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14375/stat : 14375 (java) R 14368 14371 11773 0 -1 4202560 103 0 0 0 6 2 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886602431448 139886762223347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14376] ppid=14368 vsize=9691604 CPUtime=0.12 cores=0,2,4,6
/proc/14371/task/14376/stat : 14376 (java) R 14368 14371 11773 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886601378904 139886766648236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14377] ppid=14368 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/14371/task/14377/stat : 14377 (java) R 14368 14371 11773 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886600326184 139886766649720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14378] ppid=14368 vsize=9691604 CPUtime=0.06 cores=0,2,4,6
/proc/14371/task/14378/stat : 14378 (java) R 14368 14371 11773 0 -1 4202560 116 0 0 0 5 1 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886599272792 139886763508876 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14379] ppid=14368 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14379/stat : 14379 (java) R 14368 14371 11773 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886598220248 139886762223347 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14380] ppid=14368 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/14371/task/14380/stat : 14380 (java) R 14368 14371 11773 0 -1 4202560 105 0 0 0 6 2 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886597167704 139886766260608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14381] ppid=14368 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/14371/task/14381/stat : 14381 (java) R 14368 14371 11773 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 22659868 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886596115160 139886763927727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14382] ppid=14368 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/14371/task/14382/stat : 14382 (java) S 14368 14371 11773 0 -1 4202560 200 0 0 0 1 0 0 0 20 0 19 0 22659869 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886583916040 206412231740 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14371/tid=14383] ppid=14368 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14383/stat : 14383 (java) S 14368 14371 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659869 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886582863480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14384] ppid=14368 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14384/stat : 14384 (java) S 14368 14371 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659869 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886581810824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14385] ppid=14368 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14385/stat : 14385 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886580759568 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14386] ppid=14368 vsize=9691604 CPUtime=0.66 cores=0,2,4,6
/proc/14371/task/14386/stat : 14386 (java) S 14368 14371 11773 0 -1 4202560 3388 0 0 0 66 0 0 0 20 0 19 0 22659872 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886579705912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14371/tid=14387] ppid=14368 vsize=9691604 CPUtime=0.74 cores=0,2,4,6
/proc/14371/task/14387/stat : 14387 (java) S 14368 14371 11773 0 -1 4202560 3942 0 0 0 74 0 0 0 20 0 19 0 22659872 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886578639464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14371/tid=14388] ppid=14368 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14371/task/14388/stat : 14388 (java) S 14368 14371 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659872 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886577601016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14371/tid=14389] ppid=14368 vsize=9691604 CPUtime=0.38 cores=0,2,4,6
/proc/14371/task/14389/stat : 14389 (java) S 14368 14371 11773 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 19 0 22659872 9924202496 163655 33554432000 1073741824 1073778376 140735188436640 139886576548680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 923.7
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14371 and gives
#  childrusage.ru_utime.tv_sec=921
#  childrusage.ru_utime.tv_usec=63976
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=779881
# CPU time returned by wait4() is 921.844
# while last known CPU time is 923.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.687
CPU time (s): 923.7
CPU user time (s): 923.3
CPU system time (s): 0.4
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 921.064
system time used= 0.779881
maximum resident set size= 682456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19852
involuntary context switches= 3015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50316 second user time and 6.76597 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 01:29:00
IDJOB=4099708
IDBENCH=1487
IDSOLVER=2546
FILE ID=node133/4099708-1466206139
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099708-1466206139/watcher-4099708-1466206139 -o /tmp/evaluation-result-4099708-1466206139/solver-4099708-1466206139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099708-1466206139.opb

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

MD5SUM BENCH= 63ec6637b1b124456335cf99c2a6c3dd
RANDOM SEED=948605256

node133.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.256
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.51
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.256
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	: 5332.55
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.256
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	: 5332.56
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.256
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	: 5332.55
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.256
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	: 5332.55
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.256
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	: 5332.55
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.256
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	: 5332.55
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.256
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31878660 kB
Buffers:           36648 kB
Cached:            91316 kB
SwapCached:          876 kB
Active:           203420 kB
Inactive:          63536 kB
Active(anon):     140316 kB
Inactive(anon):     1316 kB
Active(file):      63104 kB
Inactive(file):    62220 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:             22856 kB
Writeback:             0 kB
AnonPages:        158808 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             573324 kB
SReclaimable:      15892 kB
SUnreclaim:       557432 kB
KernelStack:        1584 kB
PageTables:         4864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node133 at 2016-06-18 01:44:21