Trace number 3736646

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 NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0OPT3 86.0019 44.9953

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No 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-3736646-1338717272.opb
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c #vars     324
0.10/0.16	c #constraints  496
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
2.67/0.88	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.23/1.48	c cleaning 4252 clauses out of 8503 with flag 11002/11002
6.03/2.34	c cleaning 5623 clauses out of 11249 with flag 18000/18000
8.03/3.38	c cleaning 6812 clauses out of 13628 with flag 26002/26002
10.61/4.62	c cleaning 7907 clauses out of 15815 with flag 35001/35001
13.38/6.03	c cleaning 8954 clauses out of 17907 with flag 45000/45000
16.93/7.89	c cleaning 9477 clauses out of 18954 with flag 55001/55001
20.30/9.52	c cleaning 9737 clauses out of 19476 with flag 65000/65000
23.05/11.00	c cleaning 9871 clauses out of 19741 with flag 75002/75002
25.25/12.07	c cleaning 9935 clauses out of 19869 with flag 85001/85001
28.53/13.52	c cleaning 9965 clauses out of 19934 with flag 95001/95001
31.59/14.98	c cleaning 9985 clauses out of 19969 with flag 105001/105001
34.12/16.29	c cleaning 9992 clauses out of 19984 with flag 115001/115001
35.66/17.10	c cleaning 9990 clauses out of 19991 with flag 125001/125001
38.02/18.28	c cleaning 9997 clauses out of 20000 with flag 135000/135000
40.57/19.54	c cleaning 9998 clauses out of 20003 with flag 145000/145000
41.28/19.99	c  And the winner is Resolution
41.39/20.17	c SATISFIABLE
41.39/20.17	c OPTIMIZING...
41.39/20.17	c Got one! Elapsed wall clock time (in seconds):20.062
41.39/20.17	o 129
41.66/20.34	c cleaning 7581 clauses out of 15169 with flag 1001/150164
42.60/20.82	c cleaning 6788 clauses out of 13587 with flag 7000/156163
43.53/21.31	c  And the winner is Resolution
43.61/21.67	c Got one! Elapsed wall clock time (in seconds):21.563
43.61/21.67	o 47
44.46/22.12	c cleaning 9109 clauses out of 18225 with flag 5000/167589
45.59/22.70	c cleaning 7550 clauses out of 15116 with flag 11000/173589
46.70/23.36	c cleaning 7276 clauses out of 14566 with flag 18000/180589
47.07/23.54	c  And the winner is Resolution
47.17/23.70	c Got one! Elapsed wall clock time (in seconds):23.594
47.17/23.70	o 7
47.17/23.72	c  And the winner is Resolution
47.24/24.20	c Got one! Elapsed wall clock time (in seconds):24.095
47.24/24.20	o 5
47.25/24.22	c  And the winner is Resolution
47.32/24.70	c Got one! Elapsed wall clock time (in seconds):24.595
47.32/24.70	o 3
47.91/25.05	c cleaning 6751 clauses out of 13514 with flag 4000/186813
49.25/25.73	c cleaning 6379 clauses out of 12766 with flag 10003/192816
50.59/26.44	c cleaning 6690 clauses out of 13385 with flag 17001/199814
52.29/27.33	c cleaning 7347 clauses out of 14694 with flag 25000/207813
54.22/28.31	c cleaning 8170 clauses out of 16348 with flag 34001/216814
56.77/29.62	c cleaning 9084 clauses out of 18178 with flag 44001/226814
59.51/31.00	c cleaning 9542 clauses out of 19093 with flag 54000/236813
62.02/32.34	c cleaning 9775 clauses out of 19551 with flag 64000/246813
64.57/33.68	c cleaning 9889 clauses out of 19777 with flag 74001/256814
66.32/34.50	c cleaning 0 clauses out of 6079 with flag 0/6081
67.38/35.09	c cleaning 9943 clauses out of 19887 with flag 84000/266813
70.08/36.45	c cleaning 9971 clauses out of 19945 with flag 94001/276814
72.42/37.70	c cleaning 9984 clauses out of 19973 with flag 104000/286813
75.35/39.16	c cleaning 9993 clauses out of 19989 with flag 114000/296813
78.08/40.52	c cleaning 9998 clauses out of 19996 with flag 124000/306813
80.38/41.79	c cleaning 9997 clauses out of 19999 with flag 134001/316814
82.91/43.07	c cleaning 9997 clauses out of 20000 with flag 144000/326813
85.44/44.34	c cleaning 9999 clauses out of 19998 with flag 154000/336813
85.59/44.45	c  And the winner is Resolution
85.76/44.98	c starts		: 139
85.76/44.98	c conflicts		: 337182
85.76/44.98	c decisions		: 344723
85.76/44.98	c propagations		: 8513956
85.76/44.98	c inspects		: 413690204
85.76/44.98	c shortcuts		: 0
85.76/44.98	c learnt literals	: 15
85.76/44.98	c learnt binary clauses	: 81
85.76/44.98	c learnt ternary clauses	: 285
85.76/44.98	c learnt constraints	: 337166
85.76/44.98	c ignored constraints	: 0
85.76/44.98	c root simplifications	: 0
85.76/44.98	c removed literals (reason simplification)	: 17706370
85.76/44.98	c reason swapping (by a shorter reason)	: 0
85.76/44.98	c Calls to reduceDB	: 38
85.76/44.98	c number of reductions to clauses (during analyze)	: 0
85.76/44.98	c number of learned constraints concerned by reduction	: 0
85.76/44.98	c number of learning phase by resolution	: 0
85.76/44.98	c number of learning phase by cutting planes	: 0
85.76/44.98	c speed (assignments/second)	: 419737.52711496747
85.76/44.98	c non guided choices	897
85.76/44.98	c learnt constraints type 
85.76/44.98	c constraints type 
85.76/44.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
85.76/44.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
85.76/44.98	c constraints type 
85.76/44.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
85.76/44.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
85.76/44.98	s OPTIMUM FOUND
85.76/44.98	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 
85.76/44.98	c objective function=3
85.76/44.98	c Total wall clock time (in seconds): 44.881

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736646-1338717272/watcher-3736646-1338717272 -o /tmp/evaluation-result-3736646-1338717272/solver-3736646-1338717272 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736646-1338717272.opb 

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: 3.93 3.76 3.72 4/197 19744
/proc/meminfo: memFree=25382672/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 337852997 24780800 869 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 22434 876 662 9 0 16769 0
[pid=19744/tid=19745] ppid=19742 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) R 19742 19744 18226 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 337852998 91893760 886 33554432000 1073741824 1073778376 140736352389248 140736352378312 270330054016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0337599 s]
/proc/loadavg: 3.93 3.76 3.72 4/197 19744
/proc/meminfo: memFree=25382672/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 4239 0 1 0 1 1 0 0 20 0 11 0 337852997 11387277312 11583 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2780097 11583 1651 9 0 2770798 0
[pid=19744/tid=19745] ppid=19742 vsize=11120388 CPUtime=0.01 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) R 19742 19744 18226 0 -1 4202560 3082 0 1 0 0 1 0 0 20 0 11 0 337852998 11387277312 11583 33554432000 1073741824 1073778376 140736352389248 140513741720328 270333439021 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100291 s]
/proc/loadavg: 3.93 3.76 3.72 4/197 19744
/proc/meminfo: memFree=25382672/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 5359 0 1 0 9 1 0 0 20 0 18 0 337852997 11864465408 13683 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2896598 13681 2116 9 0 2887285 0
[pid=19744/tid=19745] ppid=19742 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) R 19742 19744 18226 0 -1 4202560 3406 0 1 0 6 2 0 0 20 0 18 0 337852998 11864465408 13681 33554432000 1073741824 1073778376 140736352389248 140513741716400 270330094711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300199 s]
/proc/loadavg: 3.93 3.76 3.72 4/197 19744
/proc/meminfo: memFree=25382672/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 8440 0 1 0 67 2 0 0 20 0 22 0 337852997 12137111552 17026 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 17026 2223 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3421 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 17026 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11852648

[startup+0.700222 s]
/proc/loadavg: 3.93 3.76 3.72 4/197 19744
/proc/meminfo: memFree=25382672/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=2.27 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 19742 0 1 0 223 4 0 0 20 0 22 0 337852997 12137111552 39445 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 39445 2243 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3421 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 39445 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 11852648

[startup+1.50074 s]
/proc/loadavg: 4.10 3.79 3.73 6/219 19766
/proc/meminfo: memFree=25114772/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=4.42 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 25025 0 1 0 430 12 0 0 20 0 22 0 337852997 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 99145 2273 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3421 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19755] ppid=19742 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/19744/task/19755/stat : 19755 (java) R 19742 19744 18226 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 22 0 337853000 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513559091056 140513745729193 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19756] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19756/stat : 19756 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513558038264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19757] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19757/stat : 19757 (java) S 19742 19744 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513556985352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 8921 0 0 0 72 2 0 0 20 0 22 0 337853002 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11155 0 0 0 86 2 0 0 20 0 22 0 337853002 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853003 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19763] ppid=19742 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/19744/task/19763/stat : 19763 (java) S 19742 19744 18226 0 -1 4202560 44 0 0 0 127 0 0 0 20 0 22 0 337853014 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513550668872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19764] ppid=19742 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/19744/task/19764/stat : 19764 (java) S 19742 19744 18226 0 -1 4202560 218 0 0 0 122 5 0 0 20 0 22 0 337853014 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513549613704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19765] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19765/stat : 19765 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513548563880 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 99145 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 4.10 3.79 3.73 5/219 19766
/proc/meminfo: memFree=24936036/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=7.62 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 25123 0 1 0 746 16 0 0 20 0 22 0 337852997 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 143695 2273 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3421 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19755] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19755/stat : 19755 (java) S 19742 19744 18226 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 22 0 337853000 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513559092200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19756] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19756/stat : 19756 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513558038264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19757] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19757/stat : 19757 (java) S 19742 19744 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513556985352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 8922 0 0 0 73 2 0 0 20 0 22 0 337853002 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11158 0 0 0 88 2 0 0 20 0 22 0 337853002 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853003 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19763] ppid=19742 vsize=11852648 CPUtime=2.82 cores=1,3,5,7
/proc/19744/task/19763/stat : 19763 (java) R 19742 19744 18226 0 -1 4202560 45 0 0 0 282 0 0 0 20 0 22 0 337853014 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513550668752 140513681822656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19764] ppid=19742 vsize=11852648 CPUtime=2.82 cores=1,3,5,7
/proc/19744/task/19764/stat : 19764 (java) R 19742 19744 18226 0 -1 4202560 301 0 0 0 274 8 0 0 20 0 22 0 337853014 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513549614080 140513682205769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19765] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19765/stat : 19765 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513548563880 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 143695 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 4.10 3.79 3.73 5/219 19766
/proc/meminfo: memFree=24603656/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=13.94 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 25270 0 1 0 1374 20 0 0 20 0 22 0 337852997 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 197743 2280 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3421 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337852999 12137111552 197743 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 15198 0 0 0 161 3 0 0 20 0 22 0 337853002 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11163 0 0 0 91 2 0 0 20 0 22 0 337853002 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337853003 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19779] ppid=19742 vsize=11852648 CPUtime=16.91 cores=1,3,5,7
/proc/19744/task/19779/stat : 19779 (java) S 19742 19744 18226 0 -1 4202560 13 0 0 0 1691 0 0 0 20 0 22 0 337855467 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513549615880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19780] ppid=19742 vsize=11852648 CPUtime=16.91 cores=1,3,5,7
/proc/19744/task/19780/stat : 19780 (java) S 19742 19744 18226 0 -1 4202560 10 0 0 0 1691 0 0 0 20 0 22 0 337855467 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513550666728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19781] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19781/stat : 19781 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337855469 12137111552 251357 33554432000 1073741824 1073778376 140736352389248 140513548563880 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 11852648

[startup+43.9008 s]
/proc/loadavg: 3.95 3.80 3.74 6/219 19781
/proc/meminfo: memFree=24351616/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=84.66 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 31804 0 1 0 8429 37 0 0 20 0 22 0 337852997 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 251869 2281 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3425 0 1 0 13 2 0 0 20 0 22 0 337852998 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 15 0 0 0 7 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 22 0 337852999 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19755] ppid=19742 vsize=11852648 CPUtime=2.52 cores=1,3,5,7
/proc/19744/task/19755/stat : 19755 (java) S 19742 19744 18226 0 -1 4202560 58 0 0 0 248 4 0 0 20 0 22 0 337853000 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513559092200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19756] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19756/stat : 19756 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513558038264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19757] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19757/stat : 19757 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337853000 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513556985352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 15198 0 0 0 164 3 0 0 20 0 22 0 337853002 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11163 0 0 0 91 2 0 0 20 0 22 0 337853002 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337853002 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337853003 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337853014 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19779] ppid=19742 vsize=11852648 CPUtime=17.65 cores=1,3,5,7
/proc/19744/task/19779/stat : 19779 (java) R 19742 19744 18226 0 -1 4202560 13 0 0 0 1765 0 0 0 20 0 22 0 337855467 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513549616248 140513681870948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19780] ppid=19742 vsize=11852648 CPUtime=17.65 cores=1,3,5,7
/proc/19744/task/19780/stat : 19780 (java) R 19742 19744 18226 0 -1 4202560 10 0 0 0 1765 0 0 0 20 0 22 0 337855467 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513550666608 140513681906199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19781] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19781/stat : 19781 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337855469 12137111552 251869 33554432000 1073741824 1073778376 140736352389248 140513548563880 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 84.66
Current children cumulated vsize (KiB) 11852648

[startup+44.7006 s]
/proc/loadavg: 3.95 3.80 3.74 6/219 19781
/proc/meminfo: memFree=24351616/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=85.62 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 31810 0 1 0 8522 40 0 0 20 0 19 0 337852997 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 251866 2281 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) S 19742 19744 18226 0 -1 4202560 3425 0 1 0 13 2 0 0 20 0 19 0 337852998 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513741718680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19755] ppid=19742 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/19744/task/19755/stat : 19755 (java) S 19742 19744 18226 0 -1 4202560 58 0 0 0 257 4 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513559092200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19756] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19756/stat : 19756 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513558038264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19757] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19757/stat : 19757 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513556985352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 15198 0 0 0 164 3 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11163 0 0 0 91 2 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337853003 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337853014 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 85.62
Current children cumulated vsize (KiB) 11852648

[startup+44.9007 s]
/proc/loadavg: 3.95 3.80 3.74 6/219 19781
/proc/meminfo: memFree=24351616/32873660 swapFree=7120/7120
[pid=19744] ppid=19742 vsize=11852648 CPUtime=85.76 cores=1,3,5,7
/proc/19744/stat : 19744 (java) S 19742 19744 18226 0 -1 4202496 31810 0 1 0 8536 40 0 0 20 0 19 0 337852997 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140736352380384 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19744/statm: 2963162 251866 2281 9 0 2953849 0
[pid=19744/tid=19745] ppid=19742 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/19744/task/19745/stat : 19745 (java) R 19742 19744 18226 0 -1 4202560 3425 0 1 0 26 2 0 0 20 0 19 0 337852998 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513741718184 140513681676226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19747] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19747/stat : 19747 (java) S 19742 19744 18226 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513578871848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19748] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19748/stat : 19748 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513577819048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19749] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19749/stat : 19749 (java) S 19742 19744 18226 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513576766248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19750] ppid=19742 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/19744/task/19750/stat : 19750 (java) S 19742 19744 18226 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513575713448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19751] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19751/stat : 19751 (java) S 19742 19744 18226 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513574660648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19752] ppid=19742 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/19744/task/19752/stat : 19752 (java) S 19742 19744 18226 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513573607848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19753] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19753/stat : 19753 (java) S 19742 19744 18226 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513572555048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19744/tid=19754] ppid=19742 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/19744/task/19754/stat : 19754 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 19 0 337852999 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513571502248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19755] ppid=19742 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/19744/task/19755/stat : 19755 (java) S 19742 19744 18226 0 -1 4202560 58 0 0 0 257 4 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513559092200 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19756] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19756/stat : 19756 (java) S 19742 19744 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513558038264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19757] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19757/stat : 19757 (java) S 19742 19744 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 337853000 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513556985352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19758] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19758/stat : 19758 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513555933840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19759] ppid=19742 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/19744/task/19759/stat : 19759 (java) S 19742 19744 18226 0 -1 4202560 15198 0 0 0 164 3 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513554880952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19744/tid=19760] ppid=19742 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/19744/task/19760/stat : 19760 (java) S 19742 19744 18226 0 -1 4202560 11163 0 0 0 93 2 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513553828152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19761] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19761/stat : 19761 (java) S 19742 19744 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337853002 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513552775544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19744/tid=19762] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19762/stat : 19762 (java) S 19742 19744 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337853003 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513551722952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19744/tid=19766] ppid=19742 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19744/task/19766/stat : 19766 (java) S 19742 19744 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337853014 12137111552 251866 33554432000 1073741824 1073778376 140736352389248 140513547511080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 85.76
Current children cumulated vsize (KiB) 11852648

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0499992
#  lost CPU user time (s): 0.0499992
#  lost CPU system time (s): 0

Real time (s): 44.9953
CPU time (s): 86.0019
CPU user time (s): 85.488
CPU system time (s): 0.513921
CPU usage (%): 191.135
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.438
system time used= 0.513921
maximum resident set size= 1007492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2615
involuntary context switches= 2075

runsolver used 0.19297 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 11:54:33
IDJOB=3736646
IDBENCH=48043
IDSOLVER=2328
FILE ID=node117/3736646-1338717272
RUNJOBID= node117-1338713269-18243
PBS_JOBID= 14636728
Free space on /tmp= 69124 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736646-1338717272/watcher-3736646-1338717272 -o /tmp/evaluation-result-3736646-1338717272/solver-3736646-1338717272 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736646-1338717272.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=2045059955

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        25382564 kB
Buffers:          618300 kB
Cached:          4125768 kB
SwapCached:          776 kB
Active:          4117148 kB
Inactive:        2457476 kB
Active(anon):    1816496 kB
Inactive(anon):     9972 kB
Active(file):    2300652 kB
Inactive(file):  2447504 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               536 kB
Writeback:             0 kB
AnonPages:       1787476 kB
Mapped:            20492 kB
Shmem:                80 kB
Slab:             777292 kB
SReclaimable:     221024 kB
SUnreclaim:       556268 kB
KernelStack:        1784 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10461144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1734656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 11:55:18