Trace number 4096324

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 975.546 484.554

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_24.opb
MD5SUM064ffb72378141757d6324c18478a4ce
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.209
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables870
Total number of constraints4094
Number of constraints which are clauses4089
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 53
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4096324-1466112244.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.49/0.35	c ... done. Wall clock time 0.227s.
0.49/0.35	c declared #vars     870
0.49/0.35	c #constraints  4098
0.49/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2436
0.49/0.35	c org.sat4j.specs.Constr$1 => 4
0.49/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.49/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1652
0.49/0.35	c 4098 constraints processed.
0.49/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1652
0.49/0.35	c org.sat4j.specs.Constr$1 => 4
0.49/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2436
0.49/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.49/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.49/0.35	c 4098 constraints processed.
3.43/1.14	c cleaning 2500 clauses out of 5002 with flag 24586/5002
5.11/1.86	c cleaning 4251 clauses out of 8502 with flag 61336/11002
6.72/2.68	c cleaning 5621 clauses out of 11249 with flag 95186/18000
9.01/3.70	c cleaning 6814 clauses out of 13628 with flag 133683/26000
11.43/4.95	c cleaning 7907 clauses out of 15814 with flag 181189/35000
14.44/6.42	c cleaning 8955 clauses out of 17909 with flag 231645/45002
17.96/8.17	c cleaning 9974 clauses out of 19954 with flag 286610/56002
22.17/10.21	c cleaning 10986 clauses out of 21978 with flag 339770/68000
26.99/12.62	c cleaning 11991 clauses out of 23992 with flag 403013/81000
32.00/15.17	c cleaning 12997 clauses out of 26002 with flag 470131/95001
37.82/18.09	c cleaning 14001 clauses out of 28005 with flag 543707/110001
40.26/19.20	c cleaning 0 clauses out of 5000 with flag 0/5000
45.20/21.51	c cleaning 15002 clauses out of 30003 with flag 627239/126000
52.36/25.07	c cleaning 16000 clauses out of 32002 with flag 713299/143001
60.80/29.26	c cleaning 16998 clauses out of 34001 with flag 810468/161000
69.84/33.78	c cleaning 17999 clauses out of 36003 with flag 905094/180000
81.10/39.32	c cleaning 18999 clauses out of 38007 with flag 1009274/200003
91.73/44.64	c cleaning 20002 clauses out of 40005 with flag 1114792/221000
103.79/50.70	c cleaning 20998 clauses out of 42004 with flag 1228620/243001
117.61/57.53	c cleaning 22003 clauses out of 44006 with flag 1361172/266001
132.70/65.08	c cleaning 23000 clauses out of 46002 with flag 1505265/290000
149.81/73.52	c cleaning 24000 clauses out of 48003 with flag 1642314/315001
166.47/81.88	c cleaning 24997 clauses out of 50002 with flag 1774388/341000
182.78/89.92	c cleaning 26001 clauses out of 52005 with flag 1915581/368000
199.66/98.39	c cleaning 27002 clauses out of 54005 with flag 2084875/396001
219.92/108.44	c cleaning 28000 clauses out of 56002 with flag 2268887/425000
242.60/119.77	c cleaning 28999 clauses out of 58002 with flag 2451141/455000
252.24/124.56	c cleaning 0 clauses out of 11001 with flag 0/11001
267.74/132.20	c cleaning 30003 clauses out of 60005 with flag 2651250/486002
294.68/145.66	c cleaning 31000 clauses out of 62001 with flag 2853145/518001
324.64/160.58	c cleaning 31995 clauses out of 64002 with flag 3073590/551003
353.15/174.74	c cleaning 32994 clauses out of 66004 with flag 3253678/585000
383.87/190.02	c cleaning 34002 clauses out of 68011 with flag 3446512/620001
417.16/206.69	c cleaning 35000 clauses out of 70010 with flag 3643162/656002
454.19/225.00	c cleaning 36004 clauses out of 72009 with flag 3858623/693001
492.72/244.26	c cleaning 36998 clauses out of 74004 with flag 4087252/731000
534.74/265.16	c cleaning 38003 clauses out of 76009 with flag 4314913/770003
580.78/288.09	c cleaning 38996 clauses out of 78004 with flag 4549902/810001
629.80/312.42	c cleaning 39999 clauses out of 80007 with flag 4816564/851000
681.10/337.94	c cleaning 40997 clauses out of 82008 with flag 5090465/893000
737.16/365.83	c cleaning 41999 clauses out of 84011 with flag 5378637/936000
797.60/395.93	c cleaning 43004 clauses out of 86011 with flag 5671981/980000
861.67/427.88	c cleaning 44002 clauses out of 88007 with flag 5967965/1025000
888.46/441.20	c cleaning 0 clauses out of 18000 with flag 0/18000
934.89/464.28	c cleaning 45000 clauses out of 90005 with flag 6281788/1071001
975.11/484.22	c And the winner is solver0
975.11/484.50	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
975.11/484.50	c starts		: 168
975.11/484.50	c conflicts		: 1099338
975.11/484.50	c decisions		: 1182258
975.11/484.50	c propagations		: 108600606
975.11/484.50	c inspects		: 6464672453
975.11/484.50	c shortcuts		: 0
975.11/484.50	c learnt literals	: 23
975.11/484.50	c learnt binary clauses	: 153
975.11/484.50	c learnt ternary clauses	: 763
975.11/484.50	c learnt constraints	: 1099314
975.11/484.50	c ignored constraints	: 0
975.11/484.50	c root simplifications	: 0
975.11/484.50	c removed literals (reason simplification)	: 14837252
975.11/484.50	c reason swapping (by a shorter reason)	: 0
975.11/484.50	c Calls to reduceDB	: 42
975.11/484.50	c Number of update (reduction) of LBD	: 199880
975.11/484.50	c Imported unit clauses	: 0
975.11/484.50	c number of reductions to clauses (during analyze)	: 0
975.11/484.50	c number of learned constraints concerned by reduction	: 0
975.11/484.50	c number of learning phase by resolution	: 0
975.11/484.50	c number of learning phase by cutting planes	: 0
975.11/484.50	c speed (assignments/second)	: 224316.99573882707
975.11/484.50	c non guided choices	113
975.11/484.52	c learnt constraints type 
975.11/484.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 153
975.11/484.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73168
975.11/484.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
975.11/484.53	c starts		: 45
975.11/484.53	c conflicts		: 18758
975.11/484.53	c decisions		: 21474
975.11/484.53	c propagations		: 2088279
975.11/484.53	c inspects		: 789969999
975.11/484.53	c shortcuts		: 0
975.11/484.53	c learnt literals	: 0
975.11/484.53	c learnt binary clauses	: 0
975.11/484.53	c learnt ternary clauses	: 2
975.11/484.53	c learnt constraints	: 18758
975.11/484.53	c ignored constraints	: 0
975.11/484.53	c root simplifications	: 0
975.11/484.53	c removed literals (reason simplification)	: 0
975.11/484.53	c reason swapping (by a shorter reason)	: 0
975.11/484.53	c Calls to reduceDB	: 3
975.11/484.53	c Number of update (reduction) of LBD	: 0
975.11/484.53	c Imported unit clauses	: 0
975.11/484.53	c number of reductions to clauses (during analyze)	: 0
975.11/484.53	c number of learned constraints concerned by reduction	: 0
975.11/484.53	c number of learning phase by resolution	: 0
975.11/484.53	c number of learning phase by cutting planes	: 0
975.11/484.53	c speed (assignments/second)	: 4313.10218910261
975.11/484.53	c non guided choices	113
975.11/484.53	c learnt constraints type 
975.11/484.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3127
975.11/484.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 343
975.11/484.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15288
975.11/484.53	s UNSATISFIABLE
975.11/484.53	c Total wall clock time (in seconds): 484.414

Verifier Data

ERROR: no interpretation found !

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-4096324-1466112244/watcher-4096324-1466112244 -o /tmp/evaluation-result-4096324-1466112244/solver-4096324-1466112244 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096324-1466112244.opb 

pid=31452
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: 3.20 1.65 1.69 4/197 31455
/proc/meminfo: memFree=29283412/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31455/stat : 31455 (java) R 31452 31455 31185 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 13273149 9515008 184 33554432000 1073741824 1073778376 140737304439184 140737304430408 266435456439 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31455/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.20 1.65 1.69 4/197 31455
/proc/meminfo: memFree=29283412/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 13273149 9787879424 6039 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 3.20 1.65 1.69 4/197 31455
/proc/meminfo: memFree=29283412/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 4686 0 1 0 24 1 0 0 20 0 18 0 13273149 9787879424 6773 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2389619 6773 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 3.20 1.65 1.69 4/197 31455
/proc/meminfo: memFree=29283412/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 5788 0 1 0 48 1 0 0 20 0 18 0 13273149 9787879424 9002 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2389619 9002 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 3.20 1.65 1.69 4/197 31455
/proc/meminfo: memFree=29283412/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 14004 0 1 0 196 4 0 0 20 0 22 0 13273149 10060525568 18841 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 18841 2264 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 3.19 1.67 1.69 6/219 31477
/proc/meminfo: memFree=29110152/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 18276 0 1 0 441 6 0 0 20 0 22 0 13273149 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 45891 2289 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) S 31452 31455 31185 0 -1 4202560 2435 0 1 0 31 1 0 0 20 0 22 0 13273150 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13273152 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 5982 0 0 0 91 0 0 0 20 0 22 0 13273155 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8322 0 0 0 89 2 0 0 20 0 22 0 13273155 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31474] ppid=31452 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/31455/task/31474/stat : 31474 (java) R 31452 31455 31185 0 -1 4202560 34 0 0 0 111 0 0 0 20 0 22 0 13273185 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905300705208 139905356005152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31475] ppid=31452 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/31455/task/31475/stat : 31475 (java) R 31452 31455 31185 0 -1 4202560 126 0 0 0 110 1 0 0 20 0 22 0 13273185 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905299651736 139905355936609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31476] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31476/stat : 31476 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905298601000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 45891 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 3.19 1.67 1.69 5/219 31477
/proc/meminfo: memFree=29003908/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=7.75 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 18511 0 1 0 764 11 0 0 20 0 22 0 13273149 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 80336 2290 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) S 31452 31455 31185 0 -1 4202560 2435 0 1 0 31 1 0 0 20 0 22 0 13273150 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13273152 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 5982 0 0 0 93 0 0 0 20 0 22 0 13273155 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8323 0 0 0 96 2 0 0 20 0 22 0 13273155 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31474] ppid=31452 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/31455/task/31474/stat : 31474 (java) R 31452 31455 31185 0 -1 4202560 35 0 0 0 267 0 0 0 20 0 22 0 13273185 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905300703704 139905355826034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31475] ppid=31452 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/31455/task/31475/stat : 31475 (java) R 31452 31455 31185 0 -1 4202560 187 0 0 0 262 4 0 0 20 0 22 0 13273185 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905299652688 139905355990910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31476] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31476/stat : 31476 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905298601000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 80336 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.33 1.72 1.71 5/219 31477
/proc/meminfo: memFree=28702692/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=14.24 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 19570 0 1 0 1402 22 0 0 20 0 22 0 13273149 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 233015 2290 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) S 31452 31455 31185 0 -1 4202560 2435 0 1 0 31 1 0 0 20 0 22 0 13273150 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13273151 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 13273152 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 233015 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=0.95 cores=1,3,5,7

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

/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 9755 0 0 0 163 1 0 0 20 0 22 0 13273155 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8618 0 0 0 113 2 0 0 20 0 22 0 13273155 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 29 0 0 0 6 13 0 0 20 0 22 0 13273155 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31474] ppid=31452 vsize=9824732 CPUtime=476.98 cores=1,3,5,7
/proc/31455/task/31474/stat : 31474 (java) R 31452 31455 31185 0 -1 4202560 215 0 0 0 47689 9 0 0 20 0 22 0 13273185 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905300703648 139905355826034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31475] ppid=31452 vsize=9824732 CPUtime=476.96 cores=1,3,5,7
/proc/31455/task/31475/stat : 31475 (java) R 31452 31455 31185 0 -1 4202560 1263 0 0 0 47672 24 0 0 20 0 22 0 13273185 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905299651872 139905355991666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31476] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31476/stat : 31476 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905298601000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 318326 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 973.11
Current children cumulated vsize (KiB) 9824732

[startup+484.001 s]
/proc/loadavg: 4.03 3.69 2.70 5/219 31894
/proc/meminfo: memFree=27266980/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=974.73 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 26432 0 1 0 97374 99 0 0 20 0 22 0 13273149 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 318839 2294 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) S 31452 31455 31185 0 -1 4202560 2441 0 1 0 32 2 0 0 20 0 22 0 13273150 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 254 0 0 0 156 6 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 258 0 0 0 154 6 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 281 0 0 0 160 5 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 259 0 0 0 158 5 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 275 0 0 0 155 6 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 256 0 0 0 154 5 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 243 0 0 0 159 5 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 257 0 0 0 161 6 0 0 20 0 22 0 13273151 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 762 0 0 0 7 24 0 0 20 0 22 0 13273152 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13273153 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 9755 0 0 0 163 1 0 0 20 0 22 0 13273155 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8618 0 0 0 113 2 0 0 20 0 22 0 13273155 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13273155 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 29 0 0 0 6 13 0 0 20 0 22 0 13273155 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31474] ppid=31452 vsize=9824732 CPUtime=477.78 cores=1,3,5,7
/proc/31455/task/31474/stat : 31474 (java) R 31452 31455 31185 0 -1 4202560 215 0 0 0 47769 9 0 0 20 0 22 0 13273185 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905300703648 139905355826034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31475] ppid=31452 vsize=9824732 CPUtime=477.75 cores=1,3,5,7
/proc/31455/task/31475/stat : 31475 (java) R 31452 31455 31185 0 -1 4202560 1264 0 0 0 47751 24 0 0 20 0 22 0 13273185 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905299651696 139905355991354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31476] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31476/stat : 31476 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905298601000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13273185 10060525568 318839 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 974.73
Current children cumulated vsize (KiB) 9824732

[startup+484.401 s]
/proc/loadavg: 4.03 3.69 2.70 5/219 31894
/proc/meminfo: memFree=27266980/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=972.62 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 26434 0 1 0 97148 114 0 0 20 0 19 0 13273149 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 318826 2295 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) S 31452 31455 31185 0 -1 4202560 2441 0 1 0 32 2 0 0 20 0 19 0 13273150 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 254 0 0 0 156 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 258 0 0 0 154 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 281 0 0 0 160 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 259 0 0 0 158 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 275 0 0 0 155 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 256 0 0 0 154 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 243 0 0 0 159 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 257 0 0 0 161 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 762 0 0 0 7 24 0 0 20 0 19 0 13273152 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13273153 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13273153 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 9755 0 0 0 163 1 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8618 0 0 0 113 2 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 29 0 0 0 6 13 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13273185 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 972.62
Current children cumulated vsize (KiB) 9824732

[startup+484.501 s]
/proc/loadavg: 4.03 3.69 2.70 5/219 31894
/proc/meminfo: memFree=27266980/32872528 swapFree=1430864/1543284
[pid=31455] ppid=31452 vsize=9824732 CPUtime=972.62 cores=1,3,5,7
/proc/31455/stat : 31455 (java) S 31452 31455 31185 0 -1 4202496 26434 0 1 0 97148 114 0 0 20 0 19 0 13273149 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 140735366730448 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31455/statm: 2456183 318826 2295 9 0 2446860 0
[pid=31455/tid=31457] ppid=31452 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/31455/task/31457/stat : 31457 (java) R 31452 31455 31185 0 -1 4202560 2441 0 1 0 32 2 0 0 20 0 19 0 13273150 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905485693816 266439025077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31458] ppid=31452 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/31455/task/31458/stat : 31458 (java) S 31452 31455 31185 0 -1 4202560 254 0 0 0 156 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905474754728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31459] ppid=31452 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31455/task/31459/stat : 31459 (java) S 31452 31455 31185 0 -1 4202560 258 0 0 0 154 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905327642920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31460] ppid=31452 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/31455/task/31460/stat : 31460 (java) S 31452 31455 31185 0 -1 4202560 281 0 0 0 160 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905326590376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31461] ppid=31452 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/31455/task/31461/stat : 31461 (java) S 31452 31455 31185 0 -1 4202560 259 0 0 0 158 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905325537832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31462] ppid=31452 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/31455/task/31462/stat : 31462 (java) S 31452 31455 31185 0 -1 4202560 275 0 0 0 155 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905324485288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31455/tid=31463] ppid=31452 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/31455/task/31463/stat : 31463 (java) S 31452 31455 31185 0 -1 4202560 256 0 0 0 154 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905323432744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31464] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31464/stat : 31464 (java) S 31452 31455 31185 0 -1 4202560 243 0 0 0 159 5 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905322380200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31465] ppid=31452 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/31455/task/31465/stat : 31465 (java) S 31452 31455 31185 0 -1 4202560 257 0 0 0 161 6 0 0 20 0 19 0 13273151 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905321327656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31466] ppid=31452 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/31455/task/31466/stat : 31466 (java) S 31452 31455 31185 0 -1 4202560 762 0 0 0 7 24 0 0 20 0 19 0 13273152 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905309128808 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31467] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31467/stat : 31467 (java) S 31452 31455 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13273153 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905308075128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31468] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31468/stat : 31468 (java) S 31452 31455 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13273153 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905307022472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31469] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31469/stat : 31469 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905305971216 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31470] ppid=31452 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31455/task/31470/stat : 31470 (java) S 31452 31455 31185 0 -1 4202560 9755 0 0 0 163 1 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905304918584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31455/tid=31471] ppid=31452 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/31455/task/31471/stat : 31471 (java) S 31452 31455 31185 0 -1 4202560 8618 0 0 0 113 2 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905303866040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31472] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31472/stat : 31472 (java) S 31452 31455 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905302813688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31455/tid=31473] ppid=31452 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31455/task/31473/stat : 31473 (java) S 31452 31455 31185 0 -1 4202560 29 0 0 0 6 13 0 0 20 0 19 0 13273155 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905301761352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31455/tid=31477] ppid=31452 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31455/task/31477/stat : 31477 (java) S 31452 31455 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13273185 10060525568 318826 33554432000 1073741824 1073778376 140735366739312 139905297548456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 972.62
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.48999
#  lost CPU user time (s): 2.64001
#  lost CPU system time (s): -0.15

Real time (s): 484.554
CPU time (s): 975.546
CPU user time (s): 974.345
CPU system time (s): 1.20079
CPU usage (%): 201.329
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 971.705
system time used= 1.35079
maximum resident set size= 1275360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26445
page faults= 1
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23539
involuntary context switches= 30723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.87556 second user time and 2.88056 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 23:24:04
IDJOB=4096324
IDBENCH=107598
IDSOLVER=2543
FILE ID=node116/4096324-1466112244
RUNJOBID= node116-1466112168-31202
PBS_JOBID= 19904124
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_24.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096324-1466112244/watcher-4096324-1466112244 -o /tmp/evaluation-result-4096324-1466112244/solver-4096324-1466112244 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096324-1466112244.opb

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

MD5SUM BENCH= 064ffb72378141757d6324c18478a4ce
RANDOM SEED=1964237751

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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:        29283420 kB
Buffers:           55108 kB
Cached:           133800 kB
SwapCached:         2820 kB
Active:          1233140 kB
Inactive:         101764 kB
Active(anon):    1145440 kB
Inactive(anon):     3180 kB
Active(file):      87700 kB
Inactive(file):    98584 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099552 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2739508 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             571132 kB
SReclaimable:      15256 kB
SUnreclaim:       555876 kB
KernelStack:        1784 kB
PageTables:        10024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3613452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 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= 71632 MiB
End job on node116 at 2016-06-16 23:32:09