Trace number 3688195

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT5 38.5501 36.9923

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.399938
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.10	c version 2.3.2.v20120418
0.01/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688195-1337880868.opb
0.08/0.12	c reading problem ... 
0.25/0.20	c ... done. Wall clock time 0.081s.
0.25/0.20	c declared #vars     100
0.25/0.20	c #constraints  100
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.25/0.20	c 100 constraints processed.
0.25/0.20	c objective function length is 100 literals
0.25/0.20	c SATISFIABLE
0.25/0.20	c OPTIMIZING...
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.086
0.25/0.20	o 9
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.091
0.25/0.21	o 8
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.096
0.25/0.21	o 7
0.67/0.43	c cleaning 2507 clauses out of 5013 with flag 5002/5013
0.81/0.55	c cleaning 4245 clauses out of 8507 with flag 11003/11014
0.94/0.69	c cleaning 5630 clauses out of 11259 with flag 18000/18011
1.17/0.86	c cleaning 6816 clauses out of 13635 with flag 26006/26017
1.27/0.91	c Got one! Elapsed wall clock time (in seconds):0.792
1.27/0.91	o 6
1.27/0.96	c cleaning 6074 clauses out of 12160 with flag 3001/31358
1.38/1.09	c cleaning 6043 clauses out of 12085 with flag 9000/37357
1.58/1.23	c cleaning 6519 clauses out of 13044 with flag 16002/44359
1.78/1.41	c cleaning 7248 clauses out of 14523 with flag 24000/52357
1.98/1.62	c cleaning 8124 clauses out of 16279 with flag 33004/61361
2.18/1.85	c cleaning 9071 clauses out of 18154 with flag 43003/71360
2.49/2.11	c cleaning 10046 clauses out of 20092 with flag 54012/82369
2.78/2.41	c cleaning 11005 clauses out of 22036 with flag 66002/94359
2.78/2.47	c Got one! Elapsed wall clock time (in seconds):2.356
2.78/2.47	o 5
2.90/2.53	c cleaning 8175 clauses out of 16366 with flag 3000/99694
3.00/2.65	c cleaning 7085 clauses out of 14194 with flag 9003/105697
3.20/2.80	c cleaning 7039 clauses out of 14106 with flag 16000/112694
3.43/3.01	c cleaning 7533 clauses out of 15067 with flag 24000/120694
3.85/3.23	c cleaning 8255 clauses out of 16534 with flag 33000/129694
4.13/3.49	c cleaning 9140 clauses out of 18279 with flag 43000/139694
4.70/3.78	c cleaning 10058 clauses out of 20139 with flag 54000/150694
5.10/4.04	c cleaning 11020 clauses out of 22082 with flag 66001/162695
5.41/4.36	c cleaning 12030 clauses out of 24061 with flag 79000/175694
5.80/4.72	c cleaning 13012 clauses out of 26030 with flag 93000/189694
6.22/5.12	c cleaning 14000 clauses out of 28018 with flag 108000/204694
6.64/5.54	c cleaning 15011 clauses out of 30025 with flag 124007/220701
7.04/5.97	c cleaning 15998 clauses out of 32007 with flag 141000/237694
7.44/6.38	c cleaning 16989 clauses out of 34011 with flag 159003/255697
7.94/6.89	c cleaning 18012 clauses out of 36024 with flag 178005/274699
8.55/7.45	c cleaning 18983 clauses out of 38007 with flag 198000/294694
9.17/8.02	c cleaning 19999 clauses out of 40024 with flag 219000/315694
9.78/8.68	c cleaning 20999 clauses out of 42026 with flag 241002/337696
10.48/9.30	c cleaning 22010 clauses out of 44025 with flag 264000/360694
11.20/10.03	c cleaning 23008 clauses out of 46016 with flag 288002/384696
11.90/10.73	c cleaning 23997 clauses out of 48007 with flag 313001/409695
12.72/11.52	c cleaning 25005 clauses out of 50012 with flag 339004/435698
13.54/12.33	c cleaning 25987 clauses out of 52002 with flag 366000/462694
14.47/13.22	c cleaning 26992 clauses out of 54015 with flag 394000/490694
15.37/14.16	c cleaning 28000 clauses out of 56026 with flag 423004/519698
16.58/15.31	c cleaning 29003 clauses out of 58024 with flag 453002/549696
17.58/16.31	c cleaning 30004 clauses out of 60019 with flag 484000/580694
18.49/17.28	c cleaning 30994 clauses out of 62014 with flag 516000/612694
19.59/18.30	c cleaning 32008 clauses out of 64020 with flag 549000/645694
20.61/19.38	c cleaning 33003 clauses out of 66010 with flag 583000/679694
21.71/20.47	c cleaning 34000 clauses out of 68009 with flag 618003/714697
23.24/21.94	c cleaning 34992 clauses out of 70004 with flag 654000/750694
24.44/23.18	c cleaning 35976 clauses out of 72011 with flag 691000/787694
25.85/24.50	c cleaning 37009 clauses out of 74035 with flag 729000/825694
27.26/25.95	c cleaning 38000 clauses out of 76024 with flag 768000/864694
28.67/27.37	c cleaning 39006 clauses out of 78025 with flag 808002/904696
30.20/28.82	c cleaning 39996 clauses out of 80015 with flag 849000/945694
31.72/30.39	c cleaning 41010 clauses out of 82022 with flag 891003/987697
33.44/32.04	c cleaning 42002 clauses out of 84009 with flag 934001/1030695
35.05/33.69	c cleaning 42995 clauses out of 86006 with flag 978005/1074699
36.67/35.29	c cleaning 43998 clauses out of 88000 with flag 1023000/1119694
38.18/36.75	c cleaning 44987 clauses out of 89988 with flag 1069000/1165694
38.39/36.97	c starts		: 176
38.39/36.97	c conflicts		: 1172711
38.39/36.97	c decisions		: 1953324
38.39/36.97	c propagations		: 10142089
38.39/36.97	c inspects		: 328874624
38.39/36.97	c shortcuts		: 0
38.39/36.97	c learnt literals	: 62
38.39/36.97	c learnt binary clauses	: 76
38.39/36.97	c learnt ternary clauses	: 170
38.39/36.97	c learnt constraints	: 1172648
38.39/36.97	c ignored constraints	: 0
38.39/36.97	c root simplifications	: 0
38.39/36.97	c removed literals (reason simplification)	: 0
38.39/36.97	c reason swapping (by a shorter reason)	: 0
38.39/36.97	c Calls to reduceDB	: 54
38.39/36.97	c number of reductions to clauses (during analyze)	: 0
38.39/36.97	c number of learned constraints concerned by reduction	: 0
38.39/36.97	c number of learning phase by resolution	: 0
38.39/36.97	c number of learning phase by cutting planes	: 0
38.39/36.97	c speed (assignments/second)	: 275825.1019853141
38.39/36.97	c non guided choices	0
38.39/36.97	c learnt constraints type 
38.39/36.97	c constraints type 
38.39/36.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
38.39/36.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
38.39/36.97	c 100 constraints processed.
38.39/36.97	s OPTIMUM FOUND
38.39/36.97	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 
38.39/36.97	c objective function=5
38.39/36.97	c Total wall clock time (in seconds): 36.856

Verifier Data

OK	5

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-3688195-1337880868/watcher-3688195-1337880868 -o /tmp/evaluation-result-3688195-1337880868/solver-3688195-1337880868 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688195-1337880868.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.98 2.02 2.00 2/194 24377
/proc/meminfo: memFree=27839072/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24377/stat : 24377 (java) D 24375 24377 23489 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254212799 2560000 46 33554432000 1073741824 1073778376 140736546965312 140736546962440 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 625 46 37 9 0 29 0

[startup+0.0433731 s]
/proc/loadavg: 1.98 2.02 2.00 2/194 24377
/proc/meminfo: memFree=27839072/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9093460 CPUtime=0.01 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 2976 0 1 0 1 0 0 0 20 0 11 0 254212799 9311703040 3165 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2273365 3165 1652 9 0 2264066 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9093460

[startup+0.100224 s]
/proc/loadavg: 1.98 2.02 2.00 2/194 24377
/proc/meminfo: memFree=27839072/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 4249 0 1 0 7 1 0 0 20 0 18 0 254212799 9787813888 4931 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2389603 4931 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300165 s]
/proc/loadavg: 1.98 2.02 2.00 2/194 24377
/proc/meminfo: memFree=27839072/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 6769 0 1 0 49 1 0 0 20 0 19 0 254212799 9855975424 7748 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 7748 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.703232 s]
/proc/loadavg: 1.98 2.02 2.00 2/194 24377
/proc/meminfo: memFree=27839072/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 7424 0 1 0 103 2 0 0 20 0 19 0 254212799 9855975424 9985 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 9985 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 1.98 2.02 2.00 3/213 24396
/proc/meminfo: memFree=27805576/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1.88 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 7446 0 1 0 186 2 0 0 20 0 19 0 254212799 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 10513 2268 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=1.38 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2511 0 1 0 136 2 0 0 20 0 19 0 254212801 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807436415264 139807308499811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 254212803 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 2123 0 0 0 21 0 0 0 20 0 19 0 254212806 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 1555 0 0 0 16 0 0 0 20 0 19 0 254212806 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 10513 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 1.98 2.02 2.00 3/213 24396
/proc/meminfo: memFree=27804956/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 12864 0 1 0 360 3 0 0 20 0 19 0 254212799 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 13838 2269 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=2.9 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2518 0 1 0 288 2 0 0 20 0 19 0 254212801 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807436415264 139807308507908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 254212803 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) R 24375 24377 23489 0 -1 4202560 7492 0 0 0 32 1 0 0 20 0 19 0 254212806 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807256446856 139807439321176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 1555 0 0 0 17 0 0 0 20 0 19 0 254212806 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 13838 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 1.98 2.02 2.00 3/213 24396
/proc/meminfo: memFree=27780280/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=7.44 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 18694 0 1 0 740 4 0 0 20 0 19 0 254212799 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 16593 2269 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=5.98 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2528 0 1 0 596 2 0 0 20 0 19 0 254212801 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807436415264 139807308507915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212802 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 72 0 0 0 22 0 0 0 20 0 19 0 254212803 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 8997 0 0 0 52 2 0 0 20 0 19 0 254212806 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 5808 0 0 0 54 0 0 0 20 0 19 0 254212806 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 16593 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 51 0 0 0 7 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 78 0 0 0 70 0 0 0 20 0 19 0 254212803 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 8997 0 0 0 53 2 0 0 20 0 19 0 254212806 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 5808 0 0 0 55 0 0 0 20 0 19 0 254212806 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 20830 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 36.57
Current children cumulated vsize (KiB) 9624976

[startup+35.9006 s]
/proc/loadavg: 1.91 2.00 1.99 4/213 24455
/proc/meminfo: memFree=28860060/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=37.38 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 18890 0 1 0 3732 6 0 0 20 0 19 0 254212799 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 20836 2269 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=34.91 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2557 0 1 0 3489 2 0 0 20 0 19 0 254212801 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807436415264 139807308499614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 51 0 0 0 7 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 78 0 0 0 72 0 0 0 20 0 19 0 254212803 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 8997 0 0 0 53 2 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 5808 0 0 0 55 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 37.38
Current children cumulated vsize (KiB) 9624976

[startup+36.7007 s]
/proc/loadavg: 1.92 2.00 1.99 4/213 24455
/proc/meminfo: memFree=28860440/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=38.18 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 18890 0 1 0 3812 6 0 0 20 0 19 0 254212799 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 20836 2269 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=35.71 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2557 0 1 0 3569 2 0 0 20 0 19 0 254212801 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807436415264 139807308674288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 51 0 0 0 7 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 78 0 0 0 72 0 0 0 20 0 19 0 254212803 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 8997 0 0 0 53 2 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 5808 0 0 0 55 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.18
Current children cumulated vsize (KiB) 9624976

[startup+36.9007 s]
/proc/loadavg: 1.92 2.00 1.99 4/213 24455
/proc/meminfo: memFree=28860440/32873648 swapFree=7372/7372
[pid=24377] ppid=24375 vsize=9624976 CPUtime=38.39 cores=0,2,4,6
/proc/24377/stat : 24377 (java) S 24375 24377 23489 0 -1 4202496 18891 0 1 0 3833 6 0 0 20 0 19 0 254212799 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 140736145300384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24377/statm: 2406244 20836 2269 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=35.89 cores=0,2,4,6
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23489 0 -1 4202560 2558 0 1 0 3587 2 0 0 20 0 19 0 254212801 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807436415384 139807308674335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23489 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807280462760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807279410216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23489 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807278357160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23489 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807277304616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23489 0 -1 4202560 51 0 0 0 7 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807276251560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23489 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807275199016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23489 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807274145960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23489 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254212802 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807273093416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23489 0 -1 4202560 78 0 0 0 74 0 0 0 20 0 19 0 254212803 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807260683112 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807259629432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212804 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807258576264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807257525008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23489 0 -1 4202560 8997 0 0 0 53 2 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807256471864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23489 0 -1 4202560 5808 0 0 0 55 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807255419320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807254366456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807253314120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212820 9855975424 20836 33554432000 1073741824 1073778376 140736145309248 139807252260392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 36.9923
CPU time (s): 38.5501
CPU user time (s): 38.3872
CPU system time (s): 0.162975
CPU usage (%): 104.211
Max. virtual memory (cumulated for all children) (KiB): 9626552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.3872
system time used= 0.162975
maximum resident set size= 83420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18915
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= 2470
involuntary context switches= 2298

runsolver used 0.094985 second user time and 0.210967 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 19:34:28
IDJOB=3688195
IDBENCH=2891
IDSOLVER=2269
FILE ID=node122/3688195-1337880868
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688195-1337880868/watcher-3688195-1337880868 -o /tmp/evaluation-result-3688195-1337880868/solver-3688195-1337880868 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688195-1337880868.opb

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

MD5SUM BENCH= 28e00d9d9bb0c4a536b74577b47a7849
RANDOM SEED=1917796239

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27839608 kB
Buffers:          192900 kB
Cached:          2925248 kB
SwapCached:            0 kB
Active:          2379916 kB
Inactive:        1880592 kB
Active(anon):    1134028 kB
Inactive(anon):    11052 kB
Active(file):    1245888 kB
Inactive(file):  1869540 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       1149636 kB
Mapped:            21928 kB
Shmem:               200 kB
Slab:             634112 kB
SReclaimable:      78496 kB
SUnreclaim:       555616 kB
KernelStack:        1600 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1384784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1091584 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= 71376 MiB
End job on node122 at 2012-05-24 19:35:05