Trace number 4085826

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT5 793.69 791.131

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
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 benchmark11.9682
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 clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint46
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)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4085826-1465256751.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.49/0.33	c ... done. Wall clock time 0.23s.
0.49/0.33	c declared #vars     100
0.49/0.33	c internal #vars     3174
0.49/0.33	c #constraints  6248
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.49/0.33	c 6248 constraints processed.
0.49/0.33	c objective function length is 100 literals
0.49/0.36	c SATISFIABLE
0.49/0.36	c OPTIMIZING...
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.263
0.49/0.36	o 7
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.78/0.42	o 6
2.15/1.45	c cleaning 2501 clauses out of 5010 with flag 11424/5010
3.46/2.66	c cleaning 4243 clauses out of 8508 with flag 25583/11009
4.86/4.09	c cleaning 5623 clauses out of 11266 with flag 41981/18010
6.66/5.87	c cleaning 6816 clauses out of 13642 with flag 61061/26009
8.88/8.05	c cleaning 7902 clauses out of 15826 with flag 82850/35009
11.38/10.54	c cleaning 8956 clauses out of 17925 with flag 107156/45010
14.19/13.36	c cleaning 9975 clauses out of 19968 with flag 133763/56009
17.39/16.56	c cleaning 10992 clauses out of 21999 with flag 163830/68015
20.88/20.08	c cleaning 11993 clauses out of 24001 with flag 196122/81009
24.89/24.06	c cleaning 12989 clauses out of 26008 with flag 231181/95009
29.08/28.22	c cleaning 13996 clauses out of 28022 with flag 269034/110012
34.05/33.11	c cleaning 15012 clauses out of 30024 with flag 309745/126010
40.94/40.09	c cleaning 16007 clauses out of 32013 with flag 356650/143011
48.44/47.50	c cleaning 16991 clauses out of 34004 with flag 404370/161009
56.04/55.16	c cleaning 17996 clauses out of 36015 with flag 453734/180011
64.13/63.29	c cleaning 19009 clauses out of 38017 with flag 506313/200009
74.06/72.88	c cleaning 19993 clauses out of 40008 with flag 563120/221009
83.58/82.16	c cleaning 21007 clauses out of 42015 with flag 620713/243009
94.50/93.07	c cleaning 21974 clauses out of 44008 with flag 683043/266009
105.63/104.12	c cleaning 23019 clauses out of 46038 with flag 747373/290013
117.04/115.59	c cleaning 23997 clauses out of 48016 with flag 815444/315010
128.93/127.40	c cleaning 25005 clauses out of 50018 with flag 886534/341009
140.63/139.08	c cleaning 26001 clauses out of 52017 with flag 961112/368013
152.03/150.49	c cleaning 26983 clauses out of 54012 with flag 1035624/396009
163.43/161.88	c cleaning 28016 clauses out of 56036 with flag 1114909/425016
175.93/174.37	c cleaning 29001 clauses out of 58015 with flag 1201112/455011
189.33/187.64	c cleaning 30001 clauses out of 60012 with flag 1288354/486009
202.63/200.60	c cleaning 30993 clauses out of 62015 with flag 1372901/518013
217.79/215.55	c cleaning 32006 clauses out of 64020 with flag 1465737/551011
232.89/230.61	c cleaning 32996 clauses out of 66013 with flag 1562334/585010
248.49/246.27	c cleaning 33997 clauses out of 68017 with flag 1661026/620010
258.09/255.88	c Got one! Elapsed wall clock time (in seconds):255.78
258.09/255.88	o 5
260.39/258.15	c cleaning 30558 clauses out of 61121 with flag 15445/647111
262.59/260.33	c cleaning 18274 clauses out of 36559 with flag 33287/653107
265.09/262.82	c cleaning 12632 clauses out of 25285 with flag 54191/660107
267.89/265.60	c cleaning 10324 clauses out of 20656 with flag 78387/668110
271.09/268.84	c cleaning 9661 clauses out of 19329 with flag 104775/677107
274.49/272.22	c cleaning 9826 clauses out of 19669 with flag 133966/687108
278.29/276.01	c cleaning 10414 clauses out of 20844 with flag 166486/698109
282.49/280.23	c cleaning 11182 clauses out of 22430 with flag 199593/710109
287.09/284.88	c cleaning 12118 clauses out of 24246 with flag 236144/723107
291.89/289.67	c cleaning 13048 clauses out of 26128 with flag 276366/737107
297.02/294.80	c cleaning 14043 clauses out of 28087 with flag 316933/752114
302.22/299.96	c cleaning 15010 clauses out of 30036 with flag 358548/768107
308.43/306.17	c cleaning 15996 clauses out of 32026 with flag 409489/785107
314.83/312.53	c cleaning 17004 clauses out of 34031 with flag 458352/803108
321.02/318.73	c cleaning 18003 clauses out of 36026 with flag 508570/822107
328.42/326.15	c cleaning 19004 clauses out of 38022 with flag 566308/842107
336.32/334.09	c cleaning 19986 clauses out of 40020 with flag 627700/863109
344.22/341.97	c cleaning 21005 clauses out of 42032 with flag 689212/885107
352.13/349.85	c cleaning 21999 clauses out of 44028 with flag 751088/908109
361.42/359.17	c cleaning 23011 clauses out of 46027 with flag 822264/932107
371.12/368.80	c cleaning 23988 clauses out of 48018 with flag 894700/957109
380.62/378.32	c cleaning 25011 clauses out of 50031 with flag 963812/983110
391.09/388.75	c cleaning 25994 clauses out of 52017 with flag 1040973/1010108
401.80/399.45	c cleaning 27004 clauses out of 54025 with flag 1119284/1038110
412.80/410.49	c cleaning 28005 clauses out of 56018 with flag 1202444/1067108
424.90/422.50	c cleaning 28978 clauses out of 58012 with flag 1291441/1097107
437.34/434.91	c cleaning 30006 clauses out of 60034 with flag 1377876/1128107
449.64/447.29	c cleaning 31011 clauses out of 62030 with flag 1466336/1160110
463.44/461.07	c cleaning 32003 clauses out of 64017 with flag 1562272/1193108
476.85/474.40	c cleaning 33007 clauses out of 66019 with flag 1661697/1227113
490.15/487.71	c cleaning 33988 clauses out of 68008 with flag 1758123/1262110
504.26/501.86	c cleaning 34999 clauses out of 70020 with flag 1858702/1298111
519.06/516.63	c cleaning 36000 clauses out of 72017 with flag 1962552/1335107
535.36/532.97	c cleaning 37001 clauses out of 74019 with flag 2070270/1373110
551.65/549.24	c cleaning 38001 clauses out of 76016 with flag 2178101/1412109
568.25/565.82	c cleaning 39002 clauses out of 78013 with flag 2290371/1452108
585.36/582.96	c cleaning 40002 clauses out of 80009 with flag 2403382/1493107
602.22/599.71	c cleaning 41002 clauses out of 82008 with flag 2520351/1535109
618.82/616.39	c cleaning 41991 clauses out of 84003 with flag 2636096/1578108
636.62/634.14	c cleaning 42990 clauses out of 86010 with flag 2757180/1622107
654.23/651.74	c cleaning 43993 clauses out of 88018 with flag 2878305/1667107
672.53/670.10	c cleaning 45013 clauses out of 90025 with flag 3003645/1713108
691.13/688.62	c cleaning 46002 clauses out of 92011 with flag 3132168/1760109
710.83/708.31	c cleaning 47001 clauses out of 94012 with flag 3261895/1808115
730.53/728.03	c cleaning 47996 clauses out of 96000 with flag 3395491/1857108
750.54/748.05	c cleaning 48993 clauses out of 98001 with flag 3531056/1907109
770.64/768.11	c cleaning 50000 clauses out of 100005 with flag 3666413/1958112
790.19/787.70	c cleaning 50994 clauses out of 101999 with flag 3802360/2010108
793.69/791.12	c starts		: 886
793.69/791.12	c conflicts		: 2021341
793.69/791.12	c decisions		: 3474470
793.69/791.12	c propagations		: 548527111
793.69/791.12	c inspects		: 7685536775
793.69/791.12	c shortcuts		: 0
793.69/791.12	c learnt literals	: 55
793.69/791.12	c learnt binary clauses	: 71
793.69/791.12	c learnt ternary clauses	: 142
793.69/791.12	c learnt constraints	: 2021285
793.69/791.12	c ignored constraints	: 0
793.69/791.12	c root simplifications	: 0
793.69/791.12	c removed literals (reason simplification)	: 0
793.69/791.12	c reason swapping (by a shorter reason)	: 0
793.69/791.12	c Calls to reduceDB	: 79
793.69/791.12	c Number of update (reduction) of LBD	: 578750
793.69/791.12	c Imported unit clauses	: 0
793.69/791.12	c number of reductions to clauses (during analyze)	: 0
793.69/791.12	c number of learned constraints concerned by reduction	: 0
793.69/791.12	c number of learning phase by resolution	: 0
793.69/791.12	c number of learning phase by cutting planes	: 0
793.69/791.12	c speed (assignments/second)	: 693649.7336820168
793.69/791.12	c non guided choices	0
793.69/791.12	c learnt constraints type 
793.69/791.12	s OPTIMUM FOUND
793.69/791.12	c Found 3 solution(s)
793.69/791.12	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
793.69/791.12	c objective function=5
793.69/791.12	c Total wall clock time (in seconds): 791.022

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085826-1465256751/watcher-4085826-1465256751 -o /tmp/evaluation-result-4085826-1465256751/solver-4085826-1465256751 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085826-1465256751.opb 

pid=10238
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.01 2.02 2.00 3/191 10241
/proc/meminfo: memFree=31227428/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107609969 98570240 977 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 24065 977 743 9 0 16771 0
[pid=10241/tid=10242] ppid=10238 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107609970 98570240 977 33554432000 1073741824 1073778376 140734829743280 140381285764648 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100142 s]
/proc/loadavg: 2.01 2.02 2.00 3/191 10241
/proc/meminfo: memFree=31227428/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 4483 0 1 0 10 2 0 0 20 0 18 0 107609969 9787879424 6119 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2389619 6119 2157 9 0 2380296 0
[pid=10241/tid=10242] ppid=10238 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 107609970 9787879424 6119 33554432000 1073741824 1073778376 140734829743280 140381285767672 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.20036 s]
/proc/loadavg: 2.01 2.02 2.00 3/191 10241
/proc/meminfo: memFree=31227428/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 4717 0 1 0 24 2 0 0 20 0 18 0 107609969 9787879424 6803 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2389619 6803 2214 9 0 2380296 0
[pid=10241/tid=10242] ppid=10238 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 107609970 9787879424 6803 33554432000 1073741824 1073778376 140734829743280 140381285767672 140381157178140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 2.01 2.02 2.00 3/191 10241
/proc/meminfo: memFree=31227428/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9558692 CPUtime=0.49 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 6813 0 1 0 47 2 0 0 20 0 18 0 107609969 9788100608 9268 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2389673 9268 2242 9 0 2380350 0
[pid=10241/tid=10242] ppid=10238 vsize=9558692 CPUtime=0.27 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 107609970 9788100608 9268 33554432000 1073741824 1073778376 140734829743280 140381285769416 140381157548953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558692

[startup+0.700327 s]
/proc/loadavg: 2.01 2.02 2.00 3/191 10241
/proc/meminfo: memFree=31227428/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 10333 0 1 0 139 3 0 0 20 0 19 0 107609969 9856040960 11311 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 11311 2267 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 107609970 9856040960 11311 33554432000 1073741824 1073778376 140734829743280 140381285769528 140381157782097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.06 2.01 3/210 10260
/proc/meminfo: memFree=31188584/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 10383 0 1 0 226 3 0 0 20 0 19 0 107609969 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 11831 2274 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2416 0 1 0 146 2 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381285769504 140381157399088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 2470 0 0 0 41 0 0 0 20 0 19 0 107609974 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 4223 0 0 0 36 0 0 0 20 0 19 0 107609974 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 11831 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.16 2.06 2.01 3/211 10261
/proc/meminfo: memFree=31186396/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=3.96 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 10385 0 1 0 393 3 0 0 20 0 19 0 107609969 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 12855 2274 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2418 0 1 0 306 2 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381285769704 140381157647901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 2470 0 0 0 48 0 0 0 20 0 19 0 107609974 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 4223 0 0 0 36 0 0 0 20 0 19 0 107609974 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 12855 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.15 2.06 2.01 3/211 10261
/proc/meminfo: memFree=31180240/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=7.18 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 10390 0 1 0 715 3 0 0 20 0 19 0 107609969 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 14324 2274 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2423 0 1 0 625 2 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381285769480 140381157667788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107609970 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 2470 0 0 0 49 0 0 0 20 0 19 0 107609974 9856040960 14324 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=0.38 cores=1,3,5,7

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

[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 11672 0 0 0 106 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 15207 0 0 0 126 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 45 0 0 0 9 9 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 792.99
Current children cumulated vsize (KiB) 9625040

[startup+790.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 10280
/proc/meminfo: memFree=30770708/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=793.39 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 31361 0 1 0 79319 20 0 0 20 0 19 0 107609969 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 58570 2289 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=788.63 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2491 0 1 0 78848 15 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381285760672 140381157668015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 136 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 171 0 0 0 4 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 11672 0 0 0 106 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 15207 0 0 0 126 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 45 0 0 0 9 9 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 793.39
Current children cumulated vsize (KiB) 9625040

[startup+791.007 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 10280
/proc/meminfo: memFree=30770708/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=793.6 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 31361 0 1 0 79340 20 0 0 20 0 19 0 107609969 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 58570 2289 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=788.84 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2491 0 1 0 78869 15 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381285760672 140381157609602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 136 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 171 0 0 0 4 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 11672 0 0 0 106 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 15207 0 0 0 126 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 45 0 0 0 9 9 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 793.6
Current children cumulated vsize (KiB) 9625040

[startup+791.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 10280
/proc/meminfo: memFree=30770708/32872528 swapFree=13256/481332
[pid=10241] ppid=10238 vsize=9625040 CPUtime=793.69 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 8435 0 -1 4202496 31362 0 1 0 79349 20 0 0 20 0 19 0 107609969 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140734829734416 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10241/statm: 2406260 58570 2289 9 0 2396937 0
[pid=10241/tid=10242] ppid=10238 vsize=9625040 CPUtime=788.93 cores=1,3,5,7
/proc/10241/task/10242/stat : 10242 (java) R 10238 10241 8435 0 -1 4202560 2491 0 1 0 78878 15 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381285760672 140381157874620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10244] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 8435 0 -1 4202560 136 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381129489320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10245] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 8435 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381128436776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10246] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 8435 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381127383720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10247] ppid=10238 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 8435 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381126331176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10248] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 8435 0 -1 4202560 171 0 0 0 4 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381125278120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10249] ppid=10238 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 8435 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381124225576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10250] ppid=10238 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 8435 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381123172520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10251] ppid=10238 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 8435 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 107609970 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381122119976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10252] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 8435 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 107609971 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381109922664 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10253] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381108868984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10254] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107609972 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381107815816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10255] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381106764560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10256] ppid=10238 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 8435 0 -1 4202560 11672 0 0 0 106 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381105711416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10241/tid=10257] ppid=10238 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 8435 0 -1 4202560 15208 0 0 0 126 3 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381104658872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10241/tid=10258] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10258/stat : 10258 (java) S 10238 10241 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381103606008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10241/tid=10259] ppid=10238 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10241/task/10259/stat : 10259 (java) S 10238 10241 8435 0 -1 4202560 45 0 0 0 9 9 0 0 20 0 19 0 107609974 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381102553672 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10241/tid=10260] ppid=10238 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10260/stat : 10260 (java) S 10238 10241 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107610003 9856040960 58570 33554432000 1073741824 1073778376 140734829743280 140381101278760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 793.69
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10241 and gives
#  childrusage.ru_utime.tv_sec=791
#  childrusage.ru_utime.tv_usec=530669
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=442932
# CPU time returned by wait4() is 791.974
# while last known CPU time is 793.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 791.131
CPU time (s): 793.69
CPU user time (s): 793.49
CPU system time (s): 0.2
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 791.531
system time used= 0.442932
maximum resident set size= 234328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31377
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17034
involuntary context switches= 1869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05438 second user time and 5.96309 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 01:45:51
IDJOB=4085826
IDBENCH=48156
IDSOLVER=2546
FILE ID=node104/4085826-1465256751
RUNJOBID= node104-1465245095-8452
PBS_JOBID= 19843252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085826-1465256751/watcher-4085826-1465256751 -o /tmp/evaluation-result-4085826-1465256751/solver-4085826-1465256751 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085826-1465256751.opb

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=824969267

node104.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.775
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.55
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.775
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	: 5332.55
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.775
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.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.55
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.775
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31228096 kB
Buffers:           46516 kB
Cached:           118912 kB
SwapCached:         1720 kB
Active:           351692 kB
Inactive:          99032 kB
Active(anon):     284768 kB
Inactive(anon):     2360 kB
Active(file):      66924 kB
Inactive(file):    96672 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097236 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        779088 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             567336 kB
SReclaimable:      11464 kB
SUnreclaim:       555872 kB
KernelStack:        1616 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1244380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-07 01:59:02