Trace number 3688249

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 SnapshotOPT1 38.4032 36.7705

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/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-3688249-1337880991.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.022s.
0.08/0.14	c declared #vars     94
0.08/0.14	c #constraints  8
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.14	c 8 constraints processed.
0.08/0.14	c objective function length is 64 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.057
0.08/0.18	o 120
0.28/0.20	c Got one! Elapsed wall clock time (in seconds):0.075
0.28/0.20	o 35
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.115
0.28/0.24	o 25
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.132
0.28/0.25	o 19
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.28/0.28	o 17
0.46/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.46/0.32	o 16
0.46/0.35	c Got one! Elapsed wall clock time (in seconds):0.224
0.46/0.35	o 15
0.46/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.46/0.36	o 13
0.46/0.38	c Got one! Elapsed wall clock time (in seconds):0.259
0.46/0.38	o 12
0.61/0.41	c Got one! Elapsed wall clock time (in seconds):0.289
0.61/0.41	o 11
0.61/0.45	c Got one! Elapsed wall clock time (in seconds):0.331
0.61/0.45	o 9
0.71/0.56	c cleaning 4779 clauses out of 9558 with flag 2000/9558
0.86/0.67	c Got one! Elapsed wall clock time (in seconds):0.544
0.86/0.67	o 7
0.96/0.75	c cleaning 5185 clauses out of 10369 with flag 2003/15148
1.06/0.86	c Got one! Elapsed wall clock time (in seconds):0.738
1.06/0.86	o 5
1.16/0.96	c cleaning 5283 clauses out of 10573 with flag 2000/20537
1.40/1.17	c cleaning 5646 clauses out of 11292 with flag 8002/26539
1.72/1.41	c cleaning 6325 clauses out of 12649 with flag 15005/33542
1.92/1.66	c cleaning 7160 clauses out of 14320 with flag 23001/41538
2.23/1.99	c cleaning 8081 clauses out of 16162 with flag 32003/50540
2.63/2.37	c cleaning 9037 clauses out of 18078 with flag 42000/60537
3.14/2.82	c cleaning 10021 clauses out of 20044 with flag 53003/71540
3.24/2.96	c Got one! Elapsed wall clock time (in seconds):2.839
3.24/2.96	o 4
3.35/3.08	c cleaning 7963 clauses out of 15933 with flag 2000/77450
3.55/3.29	c cleaning 6986 clauses out of 13971 with flag 8001/83451
3.85/3.52	c cleaning 6993 clauses out of 13985 with flag 15001/90451
4.05/3.79	c cleaning 7493 clauses out of 14992 with flag 23001/98451
4.45/4.12	c cleaning 8247 clauses out of 16499 with flag 32001/107451
4.56/4.29	c Got one! Elapsed wall clock time (in seconds):4.166
4.56/4.29	o 2
4.86/4.53	c cleaning 9445 clauses out of 18892 with flag 5002/118091
5.06/4.74	c cleaning 7723 clauses out of 15447 with flag 11002/124091
5.26/4.99	c cleaning 7359 clauses out of 14723 with flag 18001/131090
5.56/5.28	c cleaning 7682 clauses out of 15364 with flag 26001/139090
5.96/5.60	c cleaning 8339 clauses out of 16682 with flag 35001/148090
6.26/5.95	c cleaning 9171 clauses out of 18342 with flag 45000/158089
6.67/6.35	c cleaning 10084 clauses out of 20171 with flag 56000/169089
7.17/6.80	c cleaning 11038 clauses out of 22087 with flag 68000/181089
7.67/7.31	c cleaning 12022 clauses out of 24050 with flag 81001/194090
8.17/7.85	c cleaning 13014 clauses out of 26027 with flag 95000/208089
8.78/8.45	c cleaning 14005 clauses out of 28013 with flag 110000/223089
9.48/9.10	c cleaning 15004 clauses out of 30010 with flag 126002/239091
10.29/9.93	c cleaning 16003 clauses out of 32005 with flag 143001/256090
11.08/10.78	c cleaning 17000 clauses out of 34001 with flag 161000/274089
12.09/11.70	c cleaning 18000 clauses out of 36002 with flag 180001/293090
12.99/12.67	c cleaning 19001 clauses out of 38001 with flag 200000/313089
14.11/13.70	c cleaning 19996 clauses out of 40000 with flag 221000/334089
15.31/14.90	c cleaning 21002 clauses out of 42005 with flag 243001/356090
16.52/16.16	c cleaning 21998 clauses out of 44002 with flag 266000/379089
17.93/17.56	c cleaning 22998 clauses out of 46004 with flag 290000/403089
19.43/19.08	c cleaning 24002 clauses out of 48006 with flag 315000/428089
21.04/20.60	c cleaning 25000 clauses out of 50004 with flag 341000/454089
22.76/22.35	c cleaning 26001 clauses out of 52005 with flag 368001/481090
24.58/24.16	c cleaning 27003 clauses out of 54005 with flag 396002/509091
26.37/25.99	c cleaning 27997 clauses out of 56000 with flag 425000/538089
26.58/26.18	c Got one! Elapsed wall clock time (in seconds):26.06
26.58/26.18	o 1
27.28/26.82	c cleaning 19148 clauses out of 38301 with flag 5001/548387
27.69/27.21	c cleaning 12573 clauses out of 25152 with flag 11000/554386
28.01/27.50	c cleaning 9789 clauses out of 19580 with flag 18001/561387
28.32/27.80	c cleaning 8895 clauses out of 17791 with flag 26001/569387
28.52/28.09	c cleaning 8943 clauses out of 17896 with flag 35001/578387
28.93/28.44	c cleaning 9477 clauses out of 18953 with flag 45001/588387
29.33/28.81	c cleaning 10236 clauses out of 20477 with flag 56002/599388
29.73/29.23	c cleaning 11119 clauses out of 22240 with flag 68001/611387
30.24/29.70	c cleaning 12062 clauses out of 24123 with flag 81003/624389
30.74/30.28	c cleaning 13027 clauses out of 26059 with flag 95001/638387
31.35/30.88	c cleaning 14015 clauses out of 28033 with flag 110002/653388
32.10/31.59	c cleaning 15003 clauses out of 30016 with flag 126000/669386
33.43/32.42	c cleaning 16006 clauses out of 32013 with flag 143000/686386
34.50/33.33	c cleaning 17004 clauses out of 34007 with flag 161000/704386
35.37/34.19	c cleaning 17996 clauses out of 36002 with flag 180000/723386
36.38/35.18	c cleaning 19003 clauses out of 38006 with flag 200000/743386
37.72/36.25	c cleaning 19999 clauses out of 40001 with flag 221001/764387
38.34/36.76	c starts		: 185
38.34/36.76	c conflicts		: 774270
38.34/36.76	c decisions		: 782752
38.34/36.76	c propagations		: 5387598
38.34/36.76	c inspects		: 478619298
38.34/36.76	c shortcuts		: 0
38.34/36.76	c learnt literals	: 11
38.34/36.76	c learnt binary clauses	: 8
38.34/36.76	c learnt ternary clauses	: 21
38.34/36.76	c learnt constraints	: 774258
38.34/36.76	c ignored constraints	: 0
38.34/36.76	c root simplifications	: 0
38.34/36.76	c removed literals (reason simplification)	: 0
38.34/36.76	c reason swapping (by a shorter reason)	: 0
38.34/36.76	c Calls to reduceDB	: 56
38.34/36.76	c number of reductions to clauses (during analyze)	: 0
38.34/36.76	c number of learned constraints concerned by reduction	: 0
38.34/36.76	c number of learning phase by resolution	: 0
38.34/36.76	c number of learning phase by cutting planes	: 0
38.34/36.76	c speed (assignments/second)	: 147145.84585131373
38.34/36.76	c non guided choices	236
38.34/36.76	c learnt constraints type 
38.34/36.76	c constraints type 
38.34/36.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
38.34/36.76	c 8 constraints processed.
38.34/36.76	s OPTIMUM FOUND
38.34/36.76	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 
38.34/36.76	c objective function=1
38.34/36.76	c Total wall clock time (in seconds): 36.639

Verifier Data

OK	1

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-3688249-1337880991/watcher-3688249-1337880991 -o /tmp/evaluation-result-3688249-1337880991/solver-3688249-1337880991 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688249-1337880991.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.23 2.09 2.03 3/192 22643
/proc/meminfo: memFree=27932328/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22643/stat : 22643 (java) D 22641 22643 21473 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254227501 9515008 183 33554432000 1073741824 1073778376 140735457637808 140735457628840 226329706165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22643/statm: 2323 183 140 9 0 71 0

[startup+0.0286679 s]
/proc/loadavg: 2.23 2.09 2.03 3/192 22643
/proc/meminfo: memFree=27932328/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 2773 0 1 0 0 1 0 0 20 0 10 0 254227501 9233014784 2962 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2254154 2969 1531 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100324 s]
/proc/loadavg: 2.23 2.09 2.03 3/192 22643
/proc/meminfo: memFree=27932328/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 4239 0 1 0 7 1 0 0 20 0 18 0 254227501 9787813888 4918 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2389603 4919 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300287 s]
/proc/loadavg: 2.23 2.09 2.03 3/192 22643
/proc/meminfo: memFree=27932328/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 6431 0 1 0 44 2 0 0 20 0 19 0 254227501 9855975424 6674 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 6674 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.700291 s]
/proc/loadavg: 2.23 2.09 2.03 3/192 22643
/proc/meminfo: memFree=27932328/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 7183 0 1 0 94 2 0 0 20 0 19 0 254227501 9855975424 8827 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 8827 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 2.23 2.09 2.03 3/211 22662
/proc/meminfo: memFree=27903104/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 7266 0 1 0 180 2 0 0 20 0 19 0 254227501 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 9402 2267 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2519 0 1 0 139 1 0 0 20 0 19 0 254227502 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998356578592 139998228911207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 254227504 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 1563 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 1920 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 9402 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.23 2.09 2.03 3/211 22662
/proc/meminfo: memFree=27902608/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=3.45 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 7296 0 1 0 342 3 0 0 20 0 19 0 254227501 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 9935 2267 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2524 0 1 0 293 1 0 0 20 0 19 0 254227502 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998356578712 139998228891614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 254227504 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 1563 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 1920 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 9935 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 2.21 2.08 2.03 3/210 22662
/proc/meminfo: memFree=27900196/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=6.67 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 7312 0 1 0 664 3 0 0 20 0 19 0 254227501 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 9795 2267 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=6.02 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2535 0 1 0 601 1 0 0 20 0 19 0 254227502 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998356578592 139998228898622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227503 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 33 0 0 0 18 0 0 0 20 0 19 0 254227504 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 1563 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 1920 0 0 0 16 0 0 0 20 0 19 0 254227508 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 9795 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 41 0 0 0 67 0 0 0 20 0 19 0 254227504 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 3137 0 0 0 25 0 0 0 20 0 19 0 254227508 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 12632 0 0 0 77 3 0 0 20 0 19 0 254227508 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 17413 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 36.38
Current children cumulated vsize (KiB) 9624976

[startup+35.9007 s]
/proc/loadavg: 2.29 2.11 2.04 3/211 22663
/proc/meminfo: memFree=27869336/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=37.18 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 19804 0 1 0 3712 6 0 0 20 0 19 0 254227501 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 16689 2268 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=34.92 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2570 0 1 0 3491 1 0 0 20 0 19 0 254227502 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998356577712 139998228872287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 43 0 0 0 69 0 0 0 20 0 19 0 254227504 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 3138 0 0 0 26 0 0 0 20 0 19 0 254227508 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 12632 0 0 0 77 3 0 0 20 0 19 0 254227508 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 16689 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.18
Current children cumulated vsize (KiB) 9624976

[startup+36.3069 s]
/proc/loadavg: 2.29 2.11 2.04 4/211 22663
/proc/meminfo: memFree=27856068/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=37.92 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 25635 0 1 0 3785 7 0 0 20 0 19 0 254227501 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 21348 2268 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=35.31 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2572 0 1 0 3530 1 0 0 20 0 19 0 254227502 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998356578712 139998229323492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 58 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 61 0 0 0 71 0 0 0 20 0 19 0 254227504 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) R 22641 22643 21473 0 -1 4202560 8949 0 0 0 57 2 0 0 20 0 19 0 254227508 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998176310920 139998360696227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 12632 0 0 0 77 3 0 0 20 0 19 0 254227508 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 21348 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 9624976

[startup+36.7007 s]
/proc/loadavg: 2.29 2.11 2.04 4/211 22663
/proc/meminfo: memFree=27856068/32873844 swapFree=6080/6080
[pid=22643] ppid=22641 vsize=9624976 CPUtime=38.34 cores=1,3,5,7
/proc/22643/stat : 22643 (java) S 22641 22643 21473 0 -1 4202496 25725 0 1 0 3827 7 0 0 20 0 19 0 254227501 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 140737044024320 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22643/statm: 2406244 21438 2268 9 0 2396937 0
[pid=22643/tid=22645] ppid=22641 vsize=9624976 CPUtime=35.7 cores=1,3,5,7
/proc/22643/task/22645/stat : 22645 (java) R 22641 22643 21473 0 -1 4202560 2572 0 1 0 3569 1 0 0 20 0 19 0 254227502 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998356579144 139998229041747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22646] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22646/stat : 22646 (java) S 22641 22643 21473 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998200101544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22647] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22647/stat : 22647 (java) S 22641 22643 21473 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998199049000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22648] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22648/stat : 22648 (java) S 22641 22643 21473 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998197996456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22649] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22649/stat : 22649 (java) S 22641 22643 21473 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998196943912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22650] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22650/stat : 22650 (java) S 22641 22643 21473 0 -1 4202560 58 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998195890344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22651] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22651/stat : 22651 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998194837800 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22652] ppid=22641 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/22643/task/22652/stat : 22652 (java) S 22641 22643 21473 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998193785256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22653] ppid=22641 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22643/task/22653/stat : 22653 (java) S 22641 22643 21473 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 254227503 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998192732712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22643/tid=22654] ppid=22641 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22643/task/22654/stat : 22654 (java) S 22641 22643 21473 0 -1 4202560 61 0 0 0 71 0 0 0 20 0 19 0 254227504 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998180534888 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22655] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22655/stat : 22655 (java) S 22641 22643 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998179481208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22656] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22656/stat : 22656 (java) S 22641 22643 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254227505 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998178428552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22657] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22657/stat : 22657 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998177377296 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22658] ppid=22641 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22643/task/22658/stat : 22658 (java) S 22641 22643 21473 0 -1 4202560 9039 0 0 0 60 2 0 0 20 0 19 0 254227508 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998176323640 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22643/tid=22659] ppid=22641 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22643/task/22659/stat : 22659 (java) S 22641 22643 21473 0 -1 4202560 12632 0 0 0 77 3 0 0 20 0 19 0 254227508 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998175271096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22660] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22660/stat : 22660 (java) S 22641 22643 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998174218744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22643/tid=22661] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22661/stat : 22661 (java) S 22641 22643 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254227508 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998173166408 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22643/tid=22662] ppid=22641 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22643/task/22662/stat : 22662 (java) S 22641 22643 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254227516 9855975424 21438 33554432000 1073741824 1073778376 140737044033184 139998172112168 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 38.34
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 36.7705
CPU time (s): 38.4032
CPU user time (s): 38.2152
CPU system time (s): 0.187971
CPU usage (%): 104.44
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2152
system time used= 0.187971
maximum resident set size= 85812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25743
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= 2553
involuntary context switches= 2143

runsolver used 0.149977 second user time and 0.397939 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 19:36:31
IDJOB=3688249
IDBENCH=2928
IDSOLVER=2269
FILE ID=node110/3688249-1337880991
RUNJOBID= node110-1337871882-21490
PBS_JOBID= 14620094
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1287820316

node110.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.893
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.78
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.893
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.893
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.893
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.893
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.893
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.90
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.893
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.893
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:       32873844 kB
MemFree:        27932692 kB
Buffers:          203916 kB
Cached:          3208584 kB
SwapCached:            0 kB
Active:          1306444 kB
Inactive:        2868616 kB
Active(anon):     765012 kB
Inactive(anon):        0 kB
Active(file):     541432 kB
Inactive(file):  2868616 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        768604 kB
Mapped:            21496 kB
Shmem:               200 kB
Slab:             627772 kB
SReclaimable:      70508 kB
SUnreclaim:       557264 kB
KernelStack:        1584 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1117204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node110 at 2012-05-24 19:37:08