Trace number 3711278

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 33.9288 33.1359

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
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.065989
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 variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	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.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711278-1338165479.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     120
0.10/0.16	c internal #vars     440
0.10/0.16	c #constraints  656
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.10/0.17	c 656 constraints processed.
0.54/0.33	c SATISFIABLE
0.54/0.33	c OPTIMIZING...
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.22
0.54/0.33	o 51
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.317
0.69/0.43	o 21
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.361
0.69/0.47	o 15
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
0.82/0.50	o 5
0.92/0.62	c cleaning 3494 clauses out of 6988 with flag 2000/7276
1.07/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.07/0.73	o 3
1.20/0.85	c cleaning 4571 clauses out of 9154 with flag 3001/12947
1.41/1.10	c cleaning 5281 clauses out of 10583 with flag 9001/18947
1.72/1.38	c cleaning 6144 clauses out of 12302 with flag 16001/25947
2.14/1.79	c cleaning 7071 clauses out of 14157 with flag 24000/33946
2.69/2.21	c cleaning 8039 clauses out of 16087 with flag 33001/42947
3.18/2.75	c cleaning 9016 clauses out of 18049 with flag 43002/52948
3.71/3.28	c cleaning 9997 clauses out of 20031 with flag 54000/63946
4.31/3.87	c cleaning 11011 clauses out of 22034 with flag 66000/75946
5.01/4.56	c cleaning 12008 clauses out of 24025 with flag 79002/88948
6.04/5.53	c cleaning 12993 clauses out of 26015 with flag 93000/102946
6.85/6.38	c cleaning 14001 clauses out of 28022 with flag 108000/117946
8.07/7.51	c cleaning 14995 clauses out of 30021 with flag 124000/133946
9.19/8.65	c cleaning 16005 clauses out of 32026 with flag 141000/150946
10.20/9.69	c cleaning 16918 clauses out of 33855 with flag 159001/168947
11.32/10.76	c cleaning 17954 clauses out of 35937 with flag 178001/187947
12.63/12.05	c cleaning 18974 clauses out of 37968 with flag 198001/207947
13.93/13.39	c cleaning 19992 clauses out of 39994 with flag 219001/228947
15.94/15.34	c cleaning 20998 clauses out of 42002 with flag 241001/250947
17.96/17.37	c cleaning 21996 clauses out of 44003 with flag 264000/273946
19.96/19.31	c cleaning 22996 clauses out of 46008 with flag 288001/297947
21.67/21.03	c cleaning 23895 clauses out of 47799 with flag 313000/322946
23.58/22.96	c cleaning 24947 clauses out of 49904 with flag 339000/348946
25.60/24.96	c cleaning 25972 clauses out of 51957 with flag 366000/375946
27.60/26.93	c cleaning 26987 clauses out of 53987 with flag 394002/403948
29.52/28.89	c cleaning 27814 clauses out of 55630 with flag 423000/432946
32.34/31.68	c cleaning 28861 clauses out of 57732 with flag 453000/462946
33.85/33.10	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 14
33.85/33.10		at org.sat4j.core.Vec.remove(Unknown Source)
33.85/33.10		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
33.85/33.10		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
33.85/33.10		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
33.85/33.10		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
33.85/33.10		at org.sat4j.sat.Lanceur.solve(Unknown Source)
33.85/33.10		at org.sat4j.sat.Lanceur.run(Unknown Source)
33.85/33.10		at org.sat4j.sat.Lanceur.main(Unknown Source)
33.85/33.10	c starts		: 156
33.85/33.10	c conflicts		: 484438
33.85/33.10	c decisions		: 503027
33.85/33.10	c propagations		: 8392795
33.85/33.10	c inspects		: 371627277
33.85/33.10	c shortcuts		: 0
33.85/33.10	c learnt literals	: 17
33.85/33.10	c learnt binary clauses	: 23
33.85/33.10	c learnt ternary clauses	: 42
33.85/33.10	c learnt constraints	: 484420
33.85/33.10	c ignored constraints	: 0
33.85/33.10	c root simplifications	: 172
33.85/33.10	c removed literals (reason simplification)	: 1408717
33.85/33.10	c reason swapping (by a shorter reason)	: 0
33.85/33.10	c Calls to reduceDB	: 27
33.85/33.10	c number of reductions to clauses (during analyze)	: 0
33.85/33.10	c number of learned constraints concerned by reduction	: 0
33.85/33.10	c number of learning phase by resolution	: 0
33.85/33.10	c number of learning phase by cutting planes	: 0
33.85/33.10	c speed (assignments/second)	: 254836.79480172467
33.85/33.10	c non guided choices	1242
33.85/33.12	c learnt constraints type 
33.85/33.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
33.85/33.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22760
33.85/33.12	c constraints type 
33.85/33.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
33.85/33.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
33.85/33.12	c 657 constraints processed.
33.85/33.12	s SATISFIABLE
33.85/33.12	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 x15 x16 x17 -x18 -x19 -x20 x21 -x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 -x35 -x36 -x37 -x38 x39 x40 x41 -x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 -x53 -x54 x55 -x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 x98 x99 x100 x101 x102 x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 
33.85/33.12	c objective function=3
33.85/33.12	c Total wall clock time (in seconds): 33.008

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-3711278-1338165479/watcher-3711278-1338165479 -o /tmp/evaluation-result-3711278-1338165479/solver-3711278-1338165479 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711278-1338165479.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.86 1.98 1.99 3/194 23701
/proc/meminfo: memFree=30946080/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23701/stat : 23701 (java) R 23699 23701 21838 0 -1 4202496 992 0 0 0 0 0 0 0 20 0 1 0 282673781 23793664 718 33554432000 1073741824 1073778376 140737374798816 140737374787880 242158187880 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 5809 729 540 9 0 128 0

[startup+0.084664 s]
/proc/loadavg: 1.86 1.98 1.99 3/194 23701
/proc/meminfo: memFree=30946080/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 4129 0 1 0 7 1 0 0 20 0 18 0 282673781 9787842560 5333 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2389610 5333 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100245 s]
/proc/loadavg: 1.86 1.98 1.99 3/194 23701
/proc/meminfo: memFree=30946080/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 4341 0 1 0 9 1 0 0 20 0 18 0 282673781 9787842560 6056 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2389610 6059 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.86 1.98 1.99 3/194 23701
/proc/meminfo: memFree=30946080/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 6604 0 1 0 52 2 0 0 20 0 19 0 282673781 9856004096 8483 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 8483 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700205 s]
/proc/loadavg: 1.86 1.98 1.99 3/194 23701
/proc/meminfo: memFree=30946080/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7251 0 1 0 105 2 0 0 20 0 19 0 282673781 9856004096 10619 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 10619 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 1.86 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30907820/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7271 0 1 0 191 2 0 0 20 0 19 0 282673781 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 11655 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2517 0 1 0 141 2 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340654031112 140340489549159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 282673784 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2280 0 0 0 24 0 0 0 20 0 19 0 282673786 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 11655 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.86 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30905400/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7407 0 1 0 359 2 0 0 20 0 19 0 282673781 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 12682 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2520 0 1 0 297 2 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340654031368 140340489548416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 282673784 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2406 0 0 0 27 0 0 0 20 0 19 0 282673786 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 12682 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 1.87 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30903972/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=6.85 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7432 0 1 0 683 2 0 0 20 0 19 0 282673781 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 13454 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2525 0 1 0 610 2 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340654031112 140340489582386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282673782 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 19 0 282673784 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2406 0 0 0 28 0 0 0 20 0 19 0 282673786 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 13454 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 34 0 0 0 36 0 0 0 20 0 19 0 282673784 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2410 0 0 0 31 0 0 0 20 0 19 0 282673786 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 17092 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.04
Current children cumulated vsize (KiB) 9625004

[startup+31.9069 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30878872/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=32.65 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7532 0 1 0 3261 4 0 0 20 0 19 0 282673781 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 17605 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=31.37 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2545 0 1 0 3135 2 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340654031152 140340489548238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 35 0 0 0 38 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2410 0 0 0 31 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.65
Current children cumulated vsize (KiB) 9625004

[startup+32.7006 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30878872/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=33.45 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7532 0 1 0 3341 4 0 0 20 0 19 0 282673781 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 17605 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=32.16 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2545 0 1 0 3214 2 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340654031152 140340489528022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 35 0 0 0 38 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2410 0 0 0 31 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.45
Current children cumulated vsize (KiB) 9625004

[startup+33.1006 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 23720
/proc/meminfo: memFree=30878872/32873648 swapFree=7112/7112
[pid=23701] ppid=23699 vsize=9625004 CPUtime=33.85 cores=0,2,4,6
/proc/23701/stat : 23701 (java) S 23699 23701 21838 0 -1 4202496 7532 0 1 0 3381 4 0 0 20 0 19 0 282673781 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140737374789952 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23701/statm: 2406251 17605 2275 9 0 2396937 0
[pid=23701/tid=23703] ppid=23699 vsize=9625004 CPUtime=32.56 cores=0,2,4,6
/proc/23701/task/23703/stat : 23703 (java) R 23699 23701 21838 0 -1 4202560 2545 0 1 0 3254 2 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340654031152 140340489541487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23704] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23704/stat : 23704 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340615522728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23705] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23705/stat : 23705 (java) S 23699 23701 21838 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340614470184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23706] ppid=23699 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23701/task/23706/stat : 23706 (java) S 23699 23701 21838 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340613417128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23707] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23707/stat : 23707 (java) S 23699 23701 21838 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340612364584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23708] ppid=23699 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23701/task/23708/stat : 23708 (java) S 23699 23701 21838 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340611312552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23701/tid=23709] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23709/stat : 23709 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340610260008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23710] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23710/stat : 23710 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340609206952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23711] ppid=23699 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23701/task/23711/stat : 23711 (java) S 23699 23701 21838 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 282673782 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340608154408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23712] ppid=23699 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/23701/task/23712/stat : 23712 (java) S 23699 23701 21838 0 -1 4202560 35 0 0 0 38 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340477729128 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23713] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23713/stat : 23713 (java) S 23699 23701 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340476675448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23714] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23714/stat : 23714 (java) S 23699 23701 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282673784 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340475622280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23715] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23715/stat : 23715 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340474571024 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23716] ppid=23699 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23701/task/23716/stat : 23716 (java) S 23699 23701 21838 0 -1 4202560 2410 0 0 0 31 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140340473518904 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23701/tid=23717] ppid=23699 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/23701/task/23717/stat : 23717 (java) S 23699 23701 21838 0 -1 4202560 1216 0 0 0 17 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339599895480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23718] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23718/stat : 23718 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339598842616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23701/tid=23719] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23719/stat : 23719 (java) S 23699 23701 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282673786 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339597790280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23701/tid=23720] ppid=23699 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23701/task/23720/stat : 23720 (java) S 23699 23701 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282673798 9856004096 17605 33554432000 1073741824 1073778376 140737374798816 140339596735528 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 9625004

Child status: 1
Real time (s): 33.1359
CPU time (s): 33.9288
CPU user time (s): 33.7759
CPU system time (s): 0.152976
CPU usage (%): 102.393
Max. virtual memory (cumulated for all children) (KiB): 9625004

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

runsolver used 0.116982 second user time and 0.300954 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 02:37:59
IDJOB=3711278
IDBENCH=47998
IDSOLVER=2289
FILE ID=node126/3711278-1338165479
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 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=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-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-3711278-1338165479/watcher-3711278-1338165479 -o /tmp/evaluation-result-3711278-1338165479/solver-3711278-1338165479 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711278-1338165479.opb

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=745780721

node126.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.456
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	: 5332.91
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.456
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.456
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.92
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.456
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.91
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.456
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.92
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.456
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		: 2666.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30946708 kB
Buffers:          321276 kB
Cached:           584648 kB
SwapCached:        17756 kB
Active:           916492 kB
Inactive:         187024 kB
Active(anon):     179124 kB
Inactive(anon):    20452 kB
Active(file):     737368 kB
Inactive(file):   166572 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:        203668 kB
Mapped:            17900 kB
Shmem:                 0 kB
Slab:             669396 kB
SReclaimable:     113260 kB
SUnreclaim:       556136 kB
KernelStack:        1600 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71356 MiB
End job on node126 at 2012-05-28 02:38:32