Trace number 4120611

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 174.417 85.8053

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM11b06e35d269e58f9902509b92ba9c1f
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 benchmark6.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120611-1467308847.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.059s.
0.09/0.17	c declared #vars     141
0.09/0.17	c #constraints  376
0.09/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376
0.09/0.18	c 376 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376
0.09/0.18	c 376 constraints processed.
1.43/0.55	c cleaning 2497 clauses out of 5001 with flag 22142/5001
2.23/0.71	c cleaning 0 clauses out of 5000 with flag 0/5000
2.63/0.80	c cleaning 4248 clauses out of 8504 with flag 49902/11001
3.21/1.00	c cleaning 0 clauses out of 11000 with flag 0/11000
3.87/1.29	c cleaning 5624 clauses out of 11255 with flag 77666/18000
4.17/1.31	c cleaning 0 clauses out of 18000 with flag 0/18000
4.83/1.69	c cleaning 0 clauses out of 26002 with flag 0/26002
6.17/2.11	c cleaning 6814 clauses out of 13631 with flag 116262/26000
6.17/2.19	c cleaning 0 clauses out of 35000 with flag 0/35000
7.39/2.73	c cleaning 0 clauses out of 45001 with flag 0/45001
7.79/2.96	c cleaning 7901 clauses out of 15818 with flag 155053/35001
8.80/3.42	c cleaning 0 clauses out of 56000 with flag 0/56000
9.62/3.88	c cleaning 8953 clauses out of 17918 with flag 200075/45002
10.61/4.31	c cleaning 0 clauses out of 68001 with flag 0/68001
11.03/4.52	c cleaning 9978 clauses out of 19965 with flag 254742/56002
12.64/5.32	c cleaning 0 clauses out of 81001 with flag 0/81001
12.64/5.32	c cleaning 10990 clauses out of 21986 with flag 312243/68001
14.24/6.15	c cleaning 11992 clauses out of 23996 with flag 378307/81001
14.44/6.24	c cleaning 0 clauses out of 95000 with flag 0/95000
16.64/7.31	c cleaning 0 clauses out of 110001 with flag 0/110001
16.84/7.49	c cleaning 12994 clauses out of 26004 with flag 444215/95001
19.52/8.78	c cleaning 14000 clauses out of 28010 with flag 511289/110001
19.52/8.79	c cleaning 0 clauses out of 126000 with flag 0/126000
22.33/10.12	c cleaning 0 clauses out of 143001 with flag 0/143001
22.33/10.16	c cleaning 15000 clauses out of 30009 with flag 586775/126000
25.12/11.51	c cleaning 0 clauses out of 161001 with flag 0/161001
25.80/11.83	c cleaning 16001 clauses out of 32010 with flag 654124/143001
29.19/13.51	c cleaning 16996 clauses out of 34008 with flag 736086/161000
29.19/13.58	c cleaning 0 clauses out of 180001 with flag 0/180001
33.39/15.64	c cleaning 18002 clauses out of 36013 with flag 824887/180001
33.99/15.92	c cleaning 0 clauses out of 200001 with flag 0/200001
37.61/17.77	c cleaning 0 clauses out of 221002 with flag 0/221002
38.59/18.28	c cleaning 19001 clauses out of 38011 with flag 914968/200001
41.39/19.67	c cleaning 0 clauses out of 243001 with flag 0/243001
44.01/20.94	c cleaning 19999 clauses out of 40010 with flag 1009626/221001
48.09/22.93	c cleaning 0 clauses out of 266000 with flag 0/266000
49.69/23.70	c cleaning 20998 clauses out of 42010 with flag 1118356/243000
53.68/25.70	c cleaning 0 clauses out of 290000 with flag 0/290000
55.10/26.43	c cleaning 22001 clauses out of 44014 with flag 1221591/266002
59.28/28.50	c cleaning 0 clauses out of 315000 with flag 0/315000
61.48/29.62	c cleaning 23001 clauses out of 46011 with flag 1329989/290000
65.48/31.69	c cleaning 0 clauses out of 341000 with flag 0/341000
68.68/33.28	c cleaning 23999 clauses out of 48011 with flag 1440158/315001
71.76/34.72	c cleaning 0 clauses out of 368000 with flag 0/368000
77.56/37.64	c cleaning 25002 clauses out of 50012 with flag 1556983/341001
79.76/38.80	c cleaning 0 clauses out of 396001 with flag 0/396001
87.16/42.44	c cleaning 25997 clauses out of 52009 with flag 1677272/368000
91.95/44.84	c cleaning 0 clauses out of 425001 with flag 0/425001
97.35/47.50	c cleaning 27002 clauses out of 54012 with flag 1799712/396000
101.75/49.79	c cleaning 0 clauses out of 455000 with flag 0/455000
107.97/52.83	c cleaning 27998 clauses out of 56010 with flag 1931073/425000
113.17/55.44	c cleaning 0 clauses out of 486000 with flag 0/486000
119.97/58.86	c cleaning 28999 clauses out of 58013 with flag 2068139/455001
124.11/60.79	c cleaning 0 clauses out of 518001 with flag 0/518001
135.31/66.25	c cleaning 30000 clauses out of 60013 with flag 2210548/486000
136.92/67.07	c cleaning 0 clauses out of 551000 with flag 0/551000
146.52/71.89	c cleaning 31002 clauses out of 62014 with flag 2347437/518001
147.11/72.16	c cleaning 0 clauses out of 585001 with flag 0/585001
158.28/77.67	c cleaning 32000 clauses out of 64012 with flag 2494463/551001
166.78/81.81	c cleaning 0 clauses out of 619999 with flag 0/620000
170.39/83.70	c cleaning 32998 clauses out of 66011 with flag 2646165/585000
174.17/85.58	c And the winner is solver1
174.17/85.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
174.17/85.70	c starts		: 450
174.17/85.70	c conflicts		: 602140
174.17/85.70	c decisions		: 771905
174.17/85.70	c propagations		: 5397992
174.17/85.70	c inspects		: 2027548549
174.17/85.70	c shortcuts		: 0
174.17/85.70	c learnt literals	: 0
174.17/85.70	c learnt binary clauses	: 0
174.17/85.70	c learnt ternary clauses	: 0
174.17/85.70	c learnt constraints	: 602140
174.17/85.70	c ignored constraints	: 0
174.17/85.70	c root simplifications	: 0
174.17/85.70	c removed literals (reason simplification)	: 1492988
174.17/85.70	c reason swapping (by a shorter reason)	: 0
174.17/85.70	c Calls to reduceDB	: 30
174.17/85.70	c Number of update (reduction) of LBD	: 101778
174.17/85.70	c Imported unit clauses	: 0
174.17/85.70	c number of reductions to clauses (during analyze)	: 0
174.17/85.70	c number of learned constraints concerned by reduction	: 0
174.17/85.70	c number of learning phase by resolution	: 0
174.17/85.70	c number of learning phase by cutting planes	: 0
174.17/85.70	c speed (assignments/second)	: 63121.12069973573
174.17/85.70	c non guided choices	340
174.17/85.72	c learnt constraints type 
174.17/85.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50153
174.17/85.72	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
174.17/85.72	c starts		: 167
174.17/85.72	c conflicts		: 637484
174.17/85.72	c decisions		: 759492
174.17/85.72	c propagations		: 3791895
174.17/85.72	c inspects		: 745521186
174.17/85.72	c shortcuts		: 0
174.17/85.72	c learnt literals	: 1
174.17/85.72	c learnt binary clauses	: 4
174.17/85.72	c learnt ternary clauses	: 6
174.17/85.72	c learnt constraints	: 637482
174.17/85.72	c ignored constraints	: 0
174.17/85.72	c root simplifications	: 0
174.17/85.72	c removed literals (reason simplification)	: 0
174.17/85.72	c reason swapping (by a shorter reason)	: 0
174.17/85.72	c Calls to reduceDB	: 31
174.17/85.72	c Number of update (reduction) of LBD	: 0
174.17/85.72	c Imported unit clauses	: 0
174.17/85.72	c number of reductions to clauses (during analyze)	: 0
174.17/85.72	c number of learned constraints concerned by reduction	: 0
174.17/85.72	c number of learning phase by resolution	: 0
174.17/85.72	c number of learning phase by cutting planes	: 0
174.17/85.72	c speed (assignments/second)	: 44329.42868165398
174.17/85.72	c non guided choices	255
174.17/85.79	c learnt constraints type 
174.17/85.79	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 637478
174.17/85.79	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
174.17/85.79	s UNSATISFIABLE
174.17/85.79	c Total wall clock time (in seconds): 85.68

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-4120611-1467308847/watcher-4120611-1467308847 -o /tmp/evaluation-result-4120611-1467308847/solver-4120611-1467308847 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4120611-1467308847.opb 

pid=31661
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: 1.62 1.93 1.81 4/197 31664
/proc/meminfo: memFree=29674772/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31664/stat : 31664 (java) R 31661 31664 31393 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 20913263 9515008 151 33554432000 1073741824 1073778376 140735833048752 140735833045880 248789875459 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2323 157 115 9 0 71 0

[startup+0.100214 s]
/proc/loadavg: 1.62 1.93 1.81 4/197 31664
/proc/meminfo: memFree=29674772/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 4471 0 1 0 8 1 0 0 20 0 18 0 20913263 9787879424 5582 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2389619 5582 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 1.62 1.93 1.81 4/197 31664
/proc/meminfo: memFree=29674772/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 4801 0 1 0 23 1 0 0 20 0 22 0 20913263 10060525568 7408 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 7408 2218 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.30017 s]
/proc/loadavg: 1.62 1.93 1.81 4/197 31664
/proc/meminfo: memFree=29674772/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9825164 CPUtime=0.63 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 7601 0 1 0 61 2 0 0 20 0 22 0 20913263 10060967936 9045 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456291 9056 2244 9 0 2446968 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9825164

[startup+0.700171 s]
/proc/loadavg: 1.62 1.93 1.81 4/197 31664
/proc/meminfo: memFree=29674772/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 24615 0 1 0 217 6 0 0 20 0 22 0 20913263 10060525568 34488 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 34503 2260 9 0 2446860 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 1.62 1.93 1.81 6/219 31686
/proc/meminfo: memFree=29478456/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 29451 0 1 0 454 9 0 0 20 0 22 0 20913263 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 48855 2275 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2463 0 1 0 14 1 0 0 20 0 22 0 20913264 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668442841976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913266 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 15735 0 0 0 106 3 0 0 20 0 22 0 20913269 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 9826 0 0 0 71 2 0 0 20 0 22 0 20913269 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31683] ppid=31661 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/31664/task/31683/stat : 31683 (java) R 31661 31664 31393 0 -1 4202560 24 0 0 0 128 0 0 0 20 0 22 0 20913282 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668258579800 139668382979920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31684] ppid=31661 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/31664/task/31684/stat : 31684 (java) R 31661 31664 31393 0 -1 4202560 86 0 0 0 126 3 0 0 20 0 22 0 20913282 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668257525600 139668383102028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31685] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31685/stat : 31685 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668256474536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31686] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31686/stat : 31686 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 48855 33554432000 1073741824 1073778376 140735833048752 139668255421736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 1.62 1.93 1.81 5/219 31686
/proc/meminfo: memFree=29374748/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=8.19 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 33232 0 1 0 808 11 0 0 20 0 22 0 20913263 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 55597 2275 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2463 0 1 0 14 1 0 0 20 0 22 0 20913264 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668442841976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 20913265 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 20913266 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 19419 0 0 0 139 3 0 0 20 0 22 0 20913269 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 9826 0 0 0 71 2 0 0 20 0 22 0 20913269 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31683] ppid=31661 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/31664/task/31683/stat : 31683 (java) R 31661 31664 31393 0 -1 4202560 25 0 0 0 284 0 0 0 20 0 22 0 20913282 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668258570736 139668382979925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31684] ppid=31661 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/31664/task/31684/stat : 31684 (java) R 31661 31664 31393 0 -1 4202560 93 0 0 0 284 3 0 0 20 0 22 0 20913282 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668257517936 139668383044186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31685] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31685/stat : 31685 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668256474536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31686] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31686/stat : 31686 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 55597 33554432000 1073741824 1073778376 140735833048752 139668255421736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 1.89 1.98 1.83 5/219 31686
/proc/meminfo: memFree=29082940/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=14.64 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 33574 0 1 0 1447 17 0 0 20 0 22 0 20913263 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 87932 2275 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2463 0 1 0 14 1 0 0 20 0 22 0 20913264 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668442841976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 52 0 0 0 1 2 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 68 0 0 0 2 1 0 0 20 0 22 0 20913265 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 20913266 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 87932 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.44 cores=1,3,5,7

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

/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 23024 0 0 0 188 4 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 11023 0 0 0 96 2 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31683] ppid=31661 vsize=9824732 CPUtime=83.94 cores=1,3,5,7
/proc/31664/task/31683/stat : 31683 (java) R 31661 31664 31393 0 -1 4202560 49 0 0 0 8393 1 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668258570768 139668382979980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31684] ppid=31661 vsize=9824732 CPUtime=83.95 cores=1,3,5,7
/proc/31664/task/31684/stat : 31684 (java) R 31661 31664 31393 0 -1 4202560 1327 0 0 0 8369 26 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668257517968 139668383103265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31685] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31685/stat : 31685 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668256474536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31686] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31686/stat : 31686 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668255421736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.79
Current children cumulated vsize (KiB) 9824732

[startup+85.2009 s]
/proc/loadavg: 3.59 2.48 2.01 5/219 31687
/proc/meminfo: memFree=27154576/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=173.57 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 41332 0 1 0 17296 61 0 0 20 0 22 0 20913263 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 449084 2276 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 20913264 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668442841976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 155 0 0 0 11 3 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 214 0 0 0 15 4 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 199 0 0 0 11 3 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 82 0 0 0 8 0 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 257 0 0 0 15 4 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 234 0 0 0 16 5 0 0 20 0 22 0 20913265 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 767 0 0 0 0 1 0 0 20 0 22 0 20913266 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20913267 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 23024 0 0 0 188 4 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 11023 0 0 0 96 2 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 20913269 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31683] ppid=31661 vsize=9824732 CPUtime=84.34 cores=1,3,5,7
/proc/31664/task/31683/stat : 31683 (java) R 31661 31664 31393 0 -1 4202560 49 0 0 0 8433 1 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668258570768 139668382991767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31684] ppid=31661 vsize=9824732 CPUtime=84.34 cores=1,3,5,7
/proc/31664/task/31684/stat : 31684 (java) R 31661 31664 31393 0 -1 4202560 1327 0 0 0 8408 26 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668257517968 139668383101989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31685] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31685/stat : 31685 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668256474536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31686] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31686/stat : 31686 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20913282 10060525568 449084 33554432000 1073741824 1073778376 140735833048752 139668255421736 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 173.57
Current children cumulated vsize (KiB) 9824732

[startup+85.6009 s]
/proc/loadavg: 3.59 2.48 2.01 5/219 31687
/proc/meminfo: memFree=27154576/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=173.94 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 41334 0 1 0 17330 64 0 0 20 0 19 0 20913263 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 449071 2277 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 19 0 20913264 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668442841976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 155 0 0 0 11 3 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 214 0 0 0 15 4 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 199 0 0 0 11 3 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 82 0 0 0 8 0 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 257 0 0 0 15 4 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 234 0 0 0 16 5 0 0 20 0 19 0 20913265 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 767 0 0 0 0 1 0 0 20 0 19 0 20913266 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20913267 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20913267 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20913269 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 23024 0 0 0 188 4 0 0 20 0 19 0 20913269 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 11023 0 0 0 97 2 0 0 20 0 19 0 20913269 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20913269 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 20913269 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31685] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31685/stat : 31685 (java) S 31661 31664 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 20913282 10060525568 449071 33554432000 1073741824 1073778376 140735833048752 139668256474536 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 173.94
Current children cumulated vsize (KiB) 9824732

[startup+85.7012 s]
/proc/loadavg: 3.59 2.48 2.01 5/219 31687
/proc/meminfo: memFree=27154576/32872528 swapFree=1394584/1580588
[pid=31664] ppid=31661 vsize=9824732 CPUtime=173.94 cores=1,3,5,7
/proc/31664/stat : 31664 (java) S 31661 31664 31393 0 -1 4202496 41337 0 1 0 17330 64 0 0 20 0 19 0 20913263 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 140735833039888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31664/statm: 2456183 449072 2277 9 0 2446860 0
[pid=31664/tid=31666] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31666/stat : 31666 (java) S 31661 31664 31393 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 19 0 20913264 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668442841816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31667] ppid=31661 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/31664/task/31667/stat : 31667 (java) S 31661 31664 31393 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668381572136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31668] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31668/stat : 31668 (java) S 31661 31664 31393 0 -1 4202560 155 0 0 0 11 3 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668380519336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31669] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31669/stat : 31669 (java) S 31661 31664 31393 0 -1 4202560 214 0 0 0 15 4 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668379466536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31670] ppid=31661 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/31664/task/31670/stat : 31670 (java) S 31661 31664 31393 0 -1 4202560 199 0 0 0 11 3 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668378413736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31671] ppid=31661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/31664/task/31671/stat : 31671 (java) S 31661 31664 31393 0 -1 4202560 82 0 0 0 8 0 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668282358312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31672] ppid=31661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/31664/task/31672/stat : 31672 (java) S 31661 31664 31393 0 -1 4202560 175 0 0 0 11 4 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668281305512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31673] ppid=31661 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/31664/task/31673/stat : 31673 (java) S 31661 31664 31393 0 -1 4202560 257 0 0 0 15 4 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668280252712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31674] ppid=31661 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/31664/task/31674/stat : 31674 (java) S 31661 31664 31393 0 -1 4202560 234 0 0 0 16 5 0 0 20 0 19 0 20913265 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668279199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31664/tid=31675] ppid=31661 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31664/task/31675/stat : 31675 (java) S 31661 31664 31393 0 -1 4202560 767 0 0 0 0 1 0 0 20 0 19 0 20913266 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668267002856 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31676] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31676/stat : 31676 (java) S 31661 31664 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20913267 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668265948920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31677] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31677/stat : 31677 (java) S 31661 31664 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20913267 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668264896008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31678] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31678/stat : 31678 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20913269 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668263844496 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31679] ppid=31661 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/31664/task/31679/stat : 31679 (java) S 31661 31664 31393 0 -1 4202560 23024 0 0 0 188 4 0 0 20 0 19 0 20913269 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668262791608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31664/tid=31680] ppid=31661 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/31664/task/31680/stat : 31680 (java) S 31661 31664 31393 0 -1 4202560 11023 0 0 0 97 2 0 0 20 0 19 0 20913269 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668261738808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31664/tid=31681] ppid=31661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31664/task/31681/stat : 31681 (java) S 31661 31664 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20913269 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668260686200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31664/tid=31682] ppid=31661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31664/task/31682/stat : 31682 (java) S 31661 31664 31393 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 20913269 10060525568 449072 33554432000 1073741824 1073778376 140735833048752 139668259633608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 173.94
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): 0.229996
#  lost CPU user time (s): 0.259995
#  lost CPU system time (s): -0.03

Real time (s): 85.8053
CPU time (s): 174.417
CPU user time (s): 173.646
CPU system time (s): 0.770878
CPU usage (%): 203.27
Max. virtual memory (cumulated for all children) (KiB): 9825164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.386
system time used= 0.800878
maximum resident set size= 1841960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41355
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2730
involuntary context switches= 2794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.563914 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 19:47:27
IDJOB=4120611
IDBENCH=110039
IDSOLVER=2543
FILE ID=node139/4120611-1467308847
RUNJOBID= node139-1467308838-31410
PBS_JOBID= 20005284
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n94-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120611-1467308847/watcher-4120611-1467308847 -o /tmp/evaluation-result-4120611-1467308847/solver-4120611-1467308847 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120611-1467308847.opb

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

MD5SUM BENCH= 11b06e35d269e58f9902509b92ba9c1f
RANDOM SEED=1555360548

node139.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		: 2667.092
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	: 5334.18
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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.56
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		: 2667.092
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		: 2667.092
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.48
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		: 2667.092
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29675424 kB
Buffers:          176048 kB
Cached:           336472 kB
SwapCached:         3804 kB
Active:           577496 kB
Inactive:         281284 kB
Active(anon):     344700 kB
Inactive(anon):     3900 kB
Active(file):     232796 kB
Inactive(file):   277384 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:              1832 kB
Writeback:             0 kB
AnonPages:       1944648 kB
Mapped:            16264 kB
Shmem:                 0 kB
Slab:             603448 kB
SReclaimable:      46920 kB
SUnreclaim:       556528 kB
KernelStack:        1600 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2653852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 71708 MiB
End job on node139 at 2016-06-30 19:48:53