Trace number 3711284

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
SAT4J PB specific settings 2.3.2 snapshotSAT3 55.09 53.631

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
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 read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711284-1338165559.opb
0.10/0.12	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.043s.
0.10/0.16	c declared #vars     81
0.10/0.16	c internal #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 496 constraints processed.
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.163
0.26/0.28	o 511
0.78/0.56	c cleaning 2752 clauses out of 5503 with flag 5000/5503
1.31/0.90	c cleaning 4374 clauses out of 8751 with flag 11000/11503
1.53/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
1.53/1.15	o 445
1.62/1.21	c cleaning 4824 clauses out of 9661 with flag 1000/16787
1.62/1.24	c Got one! Elapsed wall clock time (in seconds):1.126
1.62/1.24	o 317
1.84/1.47	c cleaning 5227 clauses out of 10477 with flag 5001/22427
1.96/1.53	c Got one! Elapsed wall clock time (in seconds):1.413
1.96/1.53	o 141
1.96/1.55	c Got one! Elapsed wall clock time (in seconds):1.43
1.96/1.55	o 135
2.06/1.61	c Got one! Elapsed wall clock time (in seconds):1.493
2.06/1.61	o 131
2.16/1.77	c cleaning 5701 clauses out of 11407 with flag 3000/28668
2.16/1.79	c Got one! Elapsed wall clock time (in seconds):1.674
2.16/1.79	o 3
2.46/2.06	c cleaning 5378 clauses out of 10765 with flag 5002/33852
2.91/2.40	c cleaning 5686 clauses out of 11386 with flag 11001/39851
3.41/2.75	c cleaning 6347 clauses out of 12699 with flag 18000/46850
4.32/3.23	c cleaning 7171 clauses out of 14352 with flag 26000/54850
4.82/3.74	c cleaning 8082 clauses out of 16183 with flag 35002/63852
5.43/4.33	c cleaning 9042 clauses out of 18100 with flag 45001/73851
6.03/4.97	c cleaning 10024 clauses out of 20058 with flag 56001/84851
6.83/5.72	c cleaning 11010 clauses out of 22033 with flag 68000/96850
7.54/6.40	c cleaning 12008 clauses out of 24024 with flag 81001/109851
8.67/7.52	c cleaning 12999 clauses out of 26017 with flag 95002/123852
9.48/8.37	c cleaning 14002 clauses out of 28017 with flag 110001/138851
10.99/9.87	c cleaning 15001 clauses out of 30015 with flag 126001/154851
12.01/10.86	c cleaning 16004 clauses out of 32013 with flag 143000/171850
13.61/12.47	c cleaning 16998 clauses out of 34009 with flag 161000/189850
15.43/14.23	c cleaning 18001 clauses out of 36011 with flag 180000/208850
16.95/15.79	c cleaning 18998 clauses out of 38010 with flag 200000/228850
18.86/17.67	c cleaning 19995 clauses out of 40012 with flag 221000/249850
20.88/19.69	c cleaning 20997 clauses out of 42017 with flag 243000/271850
22.69/21.45	c cleaning 22004 clauses out of 44022 with flag 266002/294852
25.19/23.91	c cleaning 22999 clauses out of 46016 with flag 290000/318850
26.91/25.65	c cleaning 24002 clauses out of 48017 with flag 315000/343850
29.32/28.00	c cleaning 24996 clauses out of 50017 with flag 341002/369852
32.05/30.77	c cleaning 25886 clauses out of 51784 with flag 368000/396850
34.86/33.56	c cleaning 26946 clauses out of 53898 with flag 396000/424850
37.19/35.85	c cleaning 27975 clauses out of 55954 with flag 425002/453852
39.99/38.69	c cleaning 28676 clauses out of 57359 with flag 455001/483851
42.62/41.25	c cleaning 29835 clauses out of 59682 with flag 486000/514850
46.54/45.17	c cleaning 30923 clauses out of 61847 with flag 518000/546850
50.35/48.98	c cleaning 28716 clauses out of 57437 with flag 551000/579850
53.59/52.17	c cleaning 15488 clauses out of 30992 with flag 585000/613850
55.09/53.62	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 26
55.09/53.62		at org.sat4j.core.Vec.remove(Unknown Source)
55.09/53.62		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
55.09/53.62		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
55.09/53.62		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
55.09/53.62		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
55.09/53.62		at org.sat4j.sat.Lanceur.solve(Unknown Source)
55.09/53.62		at org.sat4j.sat.Lanceur.run(Unknown Source)
55.09/53.62		at org.sat4j.sat.Lanceur.main(Unknown Source)
55.09/53.62	c starts		: 160
55.09/53.62	c conflicts		: 637350
55.09/53.62	c decisions		: 655750
55.09/53.62	c propagations		: 12741786
55.09/53.62	c inspects		: 588318896
55.09/53.62	c shortcuts		: 0
55.09/53.62	c learnt literals	: 18
55.09/53.62	c learnt binary clauses	: 16
55.09/53.62	c learnt ternary clauses	: 33
55.09/53.62	c learnt constraints	: 637331
55.09/53.62	c ignored constraints	: 0
55.09/53.62	c root simplifications	: 177
55.09/53.62	c removed literals (reason simplification)	: 2410278
55.09/53.62	c reason swapping (by a shorter reason)	: 0
55.09/53.62	c Calls to reduceDB	: 35
55.09/53.62	c number of reductions to clauses (during analyze)	: 0
55.09/53.62	c number of learned constraints concerned by reduction	: 0
55.09/53.62	c number of learning phase by resolution	: 0
55.09/53.62	c number of learning phase by cutting planes	: 0
55.09/53.62	c speed (assignments/second)	: 238369.1772365024
55.09/53.62	c non guided choices	559
55.09/53.62	c learnt constraints type 
55.09/53.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4808
55.09/53.62	c constraints type 
55.09/53.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
55.09/53.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 254
55.09/53.62	c 497 constraints processed.
55.09/53.62	s SATISFIABLE
55.09/53.62	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 
55.09/53.62	c objective function=3
55.09/53.62	c Total wall clock time (in seconds): 53.504

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-3711284-1338165559/watcher-3711284-1338165559 -o /tmp/evaluation-result-3711284-1338165559/solver-3711284-1338165559 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711284-1338165559.opb 

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: 1.99 2.01 2.00 3/194 750
/proc/meminfo: memFree=31166176/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/750/stat : 750 (java) D 748 750 31312 0 -1 4202496 298 0 0 0 0 0 0 0 20 0 1 0 282681549 2560000 47 33554432000 1073741824 1073778376 140735717588272 140735717585400 214360485159 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/750/statm: 625 47 37 9 0 29 0

[startup+0.013262 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 750
/proc/meminfo: memFree=31166176/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=8881648 CPUtime=0 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 2013 0 1 0 0 0 0 0 20 0 8 0 282681549 9094807552 1694 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2220412 1695 951 9 0 2211521 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8881648

[startup+0.100316 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 750
/proc/meminfo: memFree=31166176/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 4321 0 1 0 9 1 0 0 20 0 18 0 282681549 9787842560 5529 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2389610 5529 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300312 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 750
/proc/meminfo: memFree=31166176/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 7046 0 1 0 52 2 0 0 20 0 19 0 282681549 9856004096 7830 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 7830 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.70033 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 750
/proc/meminfo: memFree=31166176/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 8283 0 1 0 105 2 0 0 20 0 19 0 282681549 9856004096 10014 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 10014 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 1.99 2.01 2.00 3/213 769
/proc/meminfo: memFree=31129936/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=1.96 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 8317 0 1 0 193 3 0 0 20 0 19 0 282681549 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 11063 2274 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2569 0 1 0 141 2 0 0 20 0 19 0 282681549 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390194147752 140390134288941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 282681551 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 1233 0 0 0 17 0 0 0 20 0 19 0 282681554 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3265 0 0 0 24 0 0 0 20 0 19 0 282681554 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 11063 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.99 2.01 2.00 3/213 769
/proc/meminfo: memFree=31129696/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=4.2 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 17475 0 1 0 415 5 0 0 20 0 19 0 282681549 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 15988 2275 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2572 0 1 0 296 2 0 0 20 0 19 0 282681549 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390194147752 140390134506072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 282681551 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) R 748 750 31312 0 -1 4202560 10379 0 0 0 76 2 0 0 20 0 19 0 282681554 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390014187784 140390200960595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3265 0 0 0 27 0 0 0 20 0 19 0 282681554 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 15988 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 769
/proc/meminfo: memFree=31112764/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=7.44 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 17521 0 1 0 739 5 0 0 20 0 19 0 282681549 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 14740 2275 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=6.1 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2578 0 1 0 608 2 0 0 20 0 19 0 282681549 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390194147608 140390134267559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282681550 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 282681551 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 10409 0 0 0 77 2 0 0 20 0 19 0 282681554 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3265 0 0 0 27 0 0 0 20 0 19 0 282681554 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 14740 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 38 0 0 0 51 0 0 0 20 0 19 0 282681551 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 10411 0 0 0 79 2 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3272 0 0 0 33 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 54.2
Current children cumulated vsize (KiB) 9625004

[startup+53.1007 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1061
/proc/meminfo: memFree=30928376/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=54.59 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 17721 0 1 0 5450 9 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 22047 2275 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=52.22 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2607 0 1 0 5220 2 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390194147632 140390134250487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 38 0 0 0 51 0 0 0 20 0 19 0 282681551 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 10411 0 0 0 79 2 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3272 0 0 0 33 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 54.59
Current children cumulated vsize (KiB) 9625004

[startup+53.5007 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1061
/proc/meminfo: memFree=30928376/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=54.99 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 17722 0 1 0 5490 9 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 22047 2275 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=52.62 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2608 0 1 0 5260 2 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390194145776 140390134273801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 38 0 0 0 51 0 0 0 20 0 19 0 282681551 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 10411 0 0 0 79 2 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3272 0 0 0 33 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 54.99
Current children cumulated vsize (KiB) 9625004

[startup+53.6007 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 1061
/proc/meminfo: memFree=30928376/32873844 swapFree=7624/7624
[pid=750] ppid=748 vsize=9625004 CPUtime=55.09 cores=0,2,4,6
/proc/750/stat : 750 (java) S 748 750 31312 0 -1 4202496 17722 0 1 0 5500 9 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140735717579408 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/750/statm: 2406251 22047 2275 9 0 2396937 0
[pid=750/tid=752] ppid=748 vsize=9625004 CPUtime=52.72 cores=0,2,4,6
/proc/750/task/752/stat : 752 (java) R 748 750 31312 0 -1 4202560 2608 0 1 0 5270 2 0 0 20 0 19 0 282681549 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390194145776 140390134273790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=750/tid=753] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/753/stat : 753 (java) S 748 750 31312 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390038190376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=754] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/754/stat : 754 (java) S 748 750 31312 0 -1 4202560 62 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390037137576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=755] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/755/stat : 755 (java) S 748 750 31312 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390036085288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=750/tid=756] ppid=748 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/750/task/756/stat : 756 (java) S 748 750 31312 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390035032488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=757] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/757/stat : 757 (java) S 748 750 31312 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390033980200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/758/stat : 758 (java) S 748 750 31312 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390032927400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/750/task/759/stat : 759 (java) S 748 750 31312 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390031875112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=760] ppid=748 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/750/task/760/stat : 760 (java) S 748 750 31312 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 282681550 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390030822312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=761] ppid=748 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/750/task/761/stat : 761 (java) S 748 750 31312 0 -1 4202560 38 0 0 0 51 0 0 0 20 0 19 0 282681551 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390018410728 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=762] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/762/stat : 762 (java) S 748 750 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390017356792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=763] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/763/stat : 763 (java) S 748 750 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681552 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390016304392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=764] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/764/stat : 764 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390015252880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=750/tid=765] ppid=748 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/750/task/765/stat : 765 (java) S 748 750 31312 0 -1 4202560 10411 0 0 0 79 2 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390014200504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=766] ppid=748 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/750/task/766/stat : 766 (java) S 748 750 31312 0 -1 4202560 3272 0 0 0 33 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390013147704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=750/tid=767] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/767/stat : 767 (java) S 748 750 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390012095608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=768] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/768/stat : 768 (java) S 748 750 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282681554 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390011043016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=750/tid=769] ppid=748 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/750/task/769/stat : 769 (java) S 748 750 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681566 9856004096 22047 33554432000 1073741824 1073778376 140735717588272 140390009988008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 55.09
Current children cumulated vsize (KiB) 9625004

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 750 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=913651
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 55.0866
# while last known CPU time is 55.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 53.631
CPU time (s): 55.09
CPU user time (s): 55
CPU system time (s): 0.09
CPU usage (%): 102.72
Max. virtual memory (cumulated for all children) (KiB): 9625320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.9137
system time used= 0.172973
maximum resident set size= 88232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17737
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= 2328
involuntary context switches= 1875

runsolver used 0.181972 second user time and 0.405938 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 02:39:19
IDJOB=3711284
IDBENCH=48043
IDSOLVER=2289
FILE ID=node130/3711284-1338165559
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
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 -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711284-1338165559/watcher-3711284-1338165559 -o /tmp/evaluation-result-3711284-1338165559/solver-3711284-1338165559 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711284-1338165559.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=2135486966

node130.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		: 2666.875
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	: 5333.75
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		: 2666.875
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		: 2666.875
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		: 2666.875
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.86
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		: 2666.875
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		: 2666.875
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.92
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		: 2666.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31166440 kB
Buffers:          305456 kB
Cached:           483844 kB
SwapCached:         4512 kB
Active:           773564 kB
Inactive:          95528 kB
Active(anon):      69884 kB
Inactive(anon):     9016 kB
Active(file):     703680 kB
Inactive(file):    86512 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:         93308 kB
Mapped:            19884 kB
Shmem:                 8 kB
Slab:             693692 kB
SReclaimable:     134916 kB
SUnreclaim:       558776 kB
KernelStack:        1752 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71472 MiB
End job on node130 at 2012-05-28 02:40:13