Trace number 4121523

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 382.875 190.358

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM27072c993985960f98e07683b0640f92
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 benchmark21.1878
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
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.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.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-4121523-1467309505.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.049s.
0.09/0.16	c declared #vars     114
0.09/0.16	c #constraints  304
0.09/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.09/0.17	c 304 constraints processed.
0.09/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 304
0.09/0.17	c 304 constraints processed.
1.44/0.57	c cleaning 2500 clauses out of 5000 with flag 24440/5000
2.24/0.72	c cleaning 0 clauses out of 5000 with flag 0/5000
2.64/0.81	c cleaning 4248 clauses out of 8501 with flag 50998/11001
2.92/0.98	c cleaning 0 clauses out of 11000 with flag 0/11000
3.54/1.14	c cleaning 5622 clauses out of 11252 with flag 81328/18000
3.87/1.27	c cleaning 0 clauses out of 18001 with flag 0/18001
4.61/1.56	c cleaning 6815 clauses out of 13630 with flag 114968/26000
4.87/1.64	c cleaning 0 clauses out of 26000 with flag 0/26000
5.94/2.08	c cleaning 0 clauses out of 35000 with flag 0/35000
6.16/2.13	c cleaning 7906 clauses out of 15816 with flag 153604/35001
6.79/2.49	c cleaning 0 clauses out of 45000 with flag 0/45000
7.61/2.83	c cleaning 8955 clauses out of 17911 with flag 201355/45002
8.01/3.08	c cleaning 0 clauses out of 56001 with flag 0/56001
9.41/3.75	c cleaning 0 clauses out of 68000 with flag 0/68000
9.41/3.80	c cleaning 9972 clauses out of 19955 with flag 254422/56001
11.23/4.65	c cleaning 0 clauses out of 81001 with flag 0/81001
11.63/4.85	c cleaning 10990 clauses out of 21982 with flag 311761/68000
12.83/5.49	c cleaning 0 clauses out of 95001 with flag 0/95001
13.68/5.88	c cleaning 11993 clauses out of 23992 with flag 366904/81000
14.67/6.32	c cleaning 0 clauses out of 110000 with flag 0/110000
16.27/7.12	c cleaning 12997 clauses out of 26000 with flag 428069/95001
17.48/7.74	c cleaning 0 clauses out of 126001 with flag 0/126001
18.67/8.38	c cleaning 13997 clauses out of 28003 with flag 497518/110001
20.27/9.14	c cleaning 0 clauses out of 143000 with flag 0/143000
21.53/9.78	c cleaning 15002 clauses out of 30005 with flag 569572/126000
23.13/10.55	c cleaning 0 clauses out of 161000 with flag 0/161000
24.53/11.24	c cleaning 16001 clauses out of 32004 with flag 646516/143001
26.73/12.35	c cleaning 0 clauses out of 180001 with flag 0/180001
28.33/13.14	c cleaning 16999 clauses out of 34002 with flag 726642/161000
30.20/14.06	c cleaning 0 clauses out of 200000 with flag 0/200000
32.60/15.28	c cleaning 17997 clauses out of 36003 with flag 810139/180000
33.81/15.84	c cleaning 0 clauses out of 221001 with flag 0/221001
37.63/17.75	c cleaning 0 clauses out of 243001 with flag 0/243001
37.63/17.78	c cleaning 19003 clauses out of 38007 with flag 900191/200001
42.80/20.38	c cleaning 0 clauses out of 266001 with flag 0/266001
43.81/20.80	c cleaning 19998 clauses out of 40003 with flag 988960/221000
47.61/22.77	c cleaning 0 clauses out of 290000 with flag 0/290000
50.89/24.31	c cleaning 20999 clauses out of 42005 with flag 1086215/243000
52.27/25.02	c cleaning 0 clauses out of 315001 with flag 0/315001
56.67/27.27	c cleaning 0 clauses out of 341000 with flag 0/341000
58.87/28.32	c cleaning 21998 clauses out of 44007 with flag 1191580/266001
61.27/29.50	c cleaning 0 clauses out of 368000 with flag 0/368000
68.67/33.25	c cleaning 0 clauses out of 396001 with flag 0/396001
68.87/33.32	c cleaning 23000 clauses out of 46008 with flag 1304130/290000
79.84/38.70	c cleaning 23998 clauses out of 48008 with flag 1422255/315000
88.25/42.96	c cleaning 0 clauses out of 425000 with flag 0/425000
93.64/45.70	c cleaning 25001 clauses out of 50010 with flag 1544904/341000
107.24/52.44	c cleaning 0 clauses out of 455000 with flag 0/455000
107.84/52.79	c cleaning 26000 clauses out of 52009 with flag 1674080/368000
120.24/58.99	c cleaning 27003 clauses out of 54009 with flag 1809511/396000
126.64/62.17	c cleaning 0 clauses out of 486000 with flag 0/486000
128.86/63.22	c cleaning 27995 clauses out of 56007 with flag 1927086/425001
139.66/68.63	c cleaning 28999 clauses out of 58012 with flag 2048369/455001
147.67/72.69	c cleaning 0 clauses out of 518001 with flag 0/518001
153.47/75.59	c cleaning 29998 clauses out of 60012 with flag 2179682/486000
165.87/81.74	c cleaning 0 clauses out of 551001 with flag 0/551001
171.67/84.68	c cleaning 31004 clauses out of 62015 with flag 2313684/518001
183.26/90.36	c cleaning 0 clauses out of 585000 with flag 0/585000
191.65/94.60	c cleaning 31998 clauses out of 64010 with flag 2449103/551000
211.45/104.45	c cleaning 33005 clauses out of 66013 with flag 2587755/585001
218.05/107.74	c cleaning 0 clauses out of 620001 with flag 0/620001
232.85/115.17	c cleaning 33997 clauses out of 68007 with flag 2743349/620000
248.81/122.91	c cleaning 0 clauses out of 656000 with flag 0/656000
262.82/129.92	c cleaning 35001 clauses out of 70011 with flag 2911370/656001
279.00/138.05	c cleaning 0 clauses out of 693001 with flag 0/693001
291.42/144.23	c cleaning 35997 clauses out of 72010 with flag 3078817/693001
308.61/152.85	c cleaning 0 clauses out of 731001 with flag 0/731001
325.97/161.41	c cleaning 37004 clauses out of 74012 with flag 3251855/731000
335.18/166.05	c cleaning 0 clauses out of 770000 with flag 0/770000
356.63/176.74	c cleaning 38002 clauses out of 76008 with flag 3435012/770000
371.63/184.27	c cleaning 0 clauses out of 809999 with flag 0/810000
382.63/189.74	c And the winner is solver1
382.63/189.76	c cleaning 38995 clauses out of 78006 with flag 3618358/810000
382.63/190.23	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
382.63/190.23	c starts		: 11
382.63/190.23	c conflicts		: 810000
382.63/190.23	c decisions		: 1052525
382.63/190.23	c propagations		: 5781526
382.63/190.23	c inspects		: 4022083388
382.63/190.23	c shortcuts		: 0
382.63/190.23	c learnt literals	: 0
382.63/190.23	c learnt binary clauses	: 0
382.63/190.23	c learnt ternary clauses	: 4
382.63/190.23	c learnt constraints	: 810000
382.63/190.23	c ignored constraints	: 0
382.63/190.23	c root simplifications	: 0
382.63/190.23	c removed literals (reason simplification)	: 2463356
382.63/190.23	c reason swapping (by a shorter reason)	: 0
382.63/190.23	c Calls to reduceDB	: 36
382.63/190.23	c Number of update (reduction) of LBD	: 120363
382.63/190.23	c Imported unit clauses	: 0
382.63/190.23	c number of reductions to clauses (during analyze)	: 0
382.63/190.23	c number of learned constraints concerned by reduction	: 0
382.63/190.23	c number of learning phase by resolution	: 0
382.63/190.23	c number of learning phase by cutting planes	: 0
382.63/190.23	c speed (assignments/second)	: 30419.478059560137
382.63/190.23	c non guided choices	232
382.63/190.25	c learnt constraints type 
382.63/190.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39011
382.63/190.26	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
382.63/190.26	c starts		: 170
382.63/190.26	c conflicts		: 825173
382.63/190.26	c decisions		: 995748
382.63/190.26	c propagations		: 3711384
382.63/190.26	c inspects		: 1620813063
382.63/190.26	c shortcuts		: 0
382.63/190.26	c learnt literals	: 1
382.63/190.26	c learnt binary clauses	: 2
382.63/190.26	c learnt ternary clauses	: 9
382.63/190.26	c learnt constraints	: 825171
382.63/190.26	c ignored constraints	: 0
382.63/190.26	c root simplifications	: 0
382.63/190.26	c removed literals (reason simplification)	: 0
382.63/190.26	c reason swapping (by a shorter reason)	: 0
382.63/190.26	c Calls to reduceDB	: 36
382.63/190.26	c Number of update (reduction) of LBD	: 0
382.63/190.26	c Imported unit clauses	: 0
382.63/190.26	c number of reductions to clauses (during analyze)	: 0
382.63/190.26	c number of learned constraints concerned by reduction	: 0
382.63/190.26	c number of learning phase by resolution	: 0
382.63/190.26	c number of learning phase by cutting planes	: 0
382.63/190.26	c speed (assignments/second)	: 19524.967908924475
382.63/190.26	c non guided choices	125
382.74/190.34	c learnt constraints type 
382.74/190.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 825169
382.74/190.34	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
382.74/190.34	s UNSATISFIABLE
382.74/190.34	c Total wall clock time (in seconds): 190.229

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-4121523-1467309505/watcher-4121523-1467309505 -o /tmp/evaluation-result-4121523-1467309505/solver-4121523-1467309505 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4121523-1467309505.opb 

pid=15670
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: 4.07 3.85 2.84 4/261 15673
/proc/meminfo: memFree=31027776/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 12057007 94019584 912 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 22954 916 697 9 0 16769 0
[pid=15673/tid=15674] ppid=15670 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) R 15670 15673 13211 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 12057008 94019584 916 33554432000 1073741824 1073778376 140736773894592 139704472038952 249640873255 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 4.07 3.85 2.84 4/261 15673
/proc/meminfo: memFree=31027776/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 4432 0 1 0 9 0 0 0 20 0 18 0 12057007 9787879424 6046 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2389619 6046 2126 9 0 2380296 0
[pid=15673/tid=15674] ppid=15670 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) R 15670 15673 13211 0 -1 4202560 2367 0 1 0 7 0 0 0 20 0 18 0 12057008 9787879424 6046 33554432000 1073741824 1073778376 140736773894592 139704472042400 139704479234354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.07 3.85 2.84 4/261 15673
/proc/meminfo: memFree=31027776/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 4784 0 1 0 24 1 0 0 20 0 22 0 12057007 10060525568 7882 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 7882 2209 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 7882 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300277 s]
/proc/loadavg: 4.07 3.85 2.84 4/261 15673
/proc/meminfo: memFree=31027776/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 7546 0 1 0 63 1 0 0 20 0 22 0 12057007 10060525568 9687 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 9687 2240 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 9687 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700256 s]
/proc/loadavg: 4.07 3.85 2.84 4/261 15673
/proc/meminfo: memFree=31027776/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 23229 0 1 0 219 5 0 0 20 0 22 0 12057007 10060525568 34696 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 34696 2260 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 34696 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.07 3.85 2.84 6/283 15695
/proc/meminfo: memFree=30835668/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=4.61 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 23513 0 1 0 454 7 0 0 20 0 22 0 12057007 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 52339 2275 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15683/stat : 15683 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704426166568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15684] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15684/stat : 15684 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12057009 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704296004456 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15685] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10058 0 0 0 107 2 0 0 20 0 22 0 12057012 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9618 0 0 0 68 1 0 0 20 0 22 0 12057012 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15692] ppid=15670 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/15673/task/15692/stat : 15692 (java) R 15670 15673 13211 0 -1 4202560 25 0 0 0 129 0 0 0 20 0 22 0 12057024 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704287579280 139704297547616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15693] ppid=15670 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/15673/task/15693/stat : 15693 (java) R 15670 15673 13211 0 -1 4202560 90 0 0 0 127 2 0 0 20 0 22 0 12057024 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704286527040 139704297517798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15694] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15694/stat : 15694 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704285476136 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15695] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15695/stat : 15695 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 52339 33554432000 1073741824 1073778376 140736773894592 139704284423592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.07 3.85 2.84 5/283 15695
/proc/meminfo: memFree=30820588/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 23614 0 1 0 812 9 0 0 20 0 22 0 12057007 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 57015 2275 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15673/task/15683/stat : 15683 (java) S 15670 15673 13211 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 12057008 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704426166568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15684] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15684/stat : 15684 (java) S 15670 15673 13211 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 12057009 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704296004456 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15685] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10059 0 0 0 145 2 0 0 20 0 22 0 12057012 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9618 0 0 0 68 2 0 0 20 0 22 0 12057012 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15692] ppid=15670 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/15673/task/15692/stat : 15692 (java) R 15670 15673 13211 0 -1 4202560 25 0 0 0 284 0 0 0 20 0 22 0 12057024 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704287579280 139704297506468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15693] ppid=15670 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/15673/task/15693/stat : 15693 (java) R 15670 15673 13211 0 -1 4202560 92 0 0 0 285 2 0 0 20 0 22 0 12057024 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704286519808 139704297506463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15694] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15694/stat : 15694 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704285476136 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15695] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15695/stat : 15695 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 57015 33554432000 1073741824 1073778376 140736773894592 139704284423592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.07 3.86 2.85 5/283 15695
/proc/meminfo: memFree=30683368/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=14.67 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 24281 0 1 0 1453 14 0 0 20 0 22 0 12057007 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 92084 2275 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 78 0 0 0 3 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 141 0 0 0 2 1 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 77 0 0 0 2 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12057008 10060525568 92084 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12057010 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10088 0 0 0 190 2 0 0 20 0 22 0 12057012 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9619 0 0 0 70 2 0 0 20 0 22 0 12057012 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12057012 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 11 0 0 0 1 6 0 0 20 0 22 0 12057012 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15692] ppid=15670 vsize=9824732 CPUtime=188.33 cores=1,3,5,7
/proc/15673/task/15692/stat : 15692 (java) R 15670 15673 13211 0 -1 4202560 214 0 0 0 18829 4 0 0 20 0 22 0 12057024 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704287579480 139704297661830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15693] ppid=15670 vsize=9824732 CPUtime=188.37 cores=1,3,5,7
/proc/15673/task/15693/stat : 15693 (java) R 15670 15673 13211 0 -1 4202560 1034 0 0 0 18815 22 0 0 20 0 22 0 12057024 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704286519824 139704297506463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15694] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15694/stat : 15694 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704285476136 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15695] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15695/stat : 15695 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12057025 10060525568 474408 33554432000 1073741824 1073778376 140736773894592 139704284423592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 382.43
Current children cumulated vsize (KiB) 9824732

[startup+190.001 s]
/proc/loadavg: 4.09 3.96 3.07 5/284 15928
/proc/meminfo: memFree=27481772/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=381.83 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 27788 0 1 0 38113 70 0 0 20 0 19 0 12057007 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 474395 2277 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 265 0 0 0 19 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 454 0 0 0 23 5 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 312 0 0 0 15 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 326 0 0 0 25 6 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 435 0 0 0 16 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 263 0 0 0 18 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 142 0 0 0 13 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15683/stat : 15683 (java) S 15670 15673 13211 0 -1 4202560 165 0 0 0 17 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704426166568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15684] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15684/stat : 15684 (java) S 15670 15673 13211 0 -1 4202560 781 0 0 0 0 0 0 0 20 0 19 0 12057009 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704296004456 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15685] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10088 0 0 0 190 2 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9619 0 0 0 70 2 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 11 0 0 0 1 6 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15694] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15694/stat : 15694 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12057025 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704285476136 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 381.83
Current children cumulated vsize (KiB) 9824732

[startup+190.201 s]
/proc/loadavg: 4.09 3.96 3.07 5/284 15928
/proc/meminfo: memFree=27481772/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=381.83 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 27788 0 1 0 38113 70 0 0 20 0 19 0 12057007 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 474395 2277 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704472044408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 265 0 0 0 19 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 454 0 0 0 23 5 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 312 0 0 0 15 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 326 0 0 0 25 6 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 435 0 0 0 16 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 263 0 0 0 18 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 142 0 0 0 13 3 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15683/stat : 15683 (java) S 15670 15673 13211 0 -1 4202560 165 0 0 0 17 4 0 0 20 0 19 0 12057008 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704426166568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15684] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15684/stat : 15684 (java) S 15670 15673 13211 0 -1 4202560 781 0 0 0 0 0 0 0 20 0 19 0 12057009 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704296004456 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15685] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10088 0 0 0 190 2 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9619 0 0 0 70 2 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 11 0 0 0 1 6 0 0 20 0 19 0 12057012 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15694] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15694/stat : 15694 (java) S 15670 15673 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12057025 10060525568 474395 33554432000 1073741824 1073778376 140736773894592 139704285476136 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 381.83
Current children cumulated vsize (KiB) 9824732

[startup+190.301 s]
/proc/loadavg: 4.09 3.96 3.07 4/281 15929
/proc/meminfo: memFree=27481780/32872528 swapFree=189444/189444
[pid=15673] ppid=15670 vsize=9824732 CPUtime=381.94 cores=1,3,5,7
/proc/15673/stat : 15673 (java) S 15670 15673 13211 0 -1 4202496 27804 0 1 0 38124 70 0 0 20 0 19 0 12057007 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 140736773885728 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15673/statm: 2456183 474409 2287 9 0 2446860 0
[pid=15673/tid=15674] ppid=15670 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15673/task/15674/stat : 15674 (java) S 15670 15673 13211 0 -1 4202560 2413 0 1 0 15 0 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704472044248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15676] ppid=15670 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15673/task/15676/stat : 15676 (java) S 15670 15673 13211 0 -1 4202560 265 0 0 0 19 4 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704433535912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15677] ppid=15670 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15673/task/15677/stat : 15677 (java) S 15670 15673 13211 0 -1 4202560 454 0 0 0 23 5 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704432483368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15678] ppid=15670 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15673/task/15678/stat : 15678 (java) S 15670 15673 13211 0 -1 4202560 312 0 0 0 15 3 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704431430312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15679] ppid=15670 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/15673/task/15679/stat : 15679 (java) S 15670 15673 13211 0 -1 4202560 326 0 0 0 25 6 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704430377768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15680] ppid=15670 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15673/task/15680/stat : 15680 (java) S 15670 15673 13211 0 -1 4202560 435 0 0 0 16 4 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704429324712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15681] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15681/stat : 15681 (java) S 15670 15673 13211 0 -1 4202560 263 0 0 0 18 3 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704428272168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15682] ppid=15670 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/15673/task/15682/stat : 15682 (java) S 15670 15673 13211 0 -1 4202560 142 0 0 0 13 3 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704427219112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15683] ppid=15670 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15673/task/15683/stat : 15683 (java) S 15670 15673 13211 0 -1 4202560 165 0 0 0 17 4 0 0 20 0 19 0 12057008 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704426166568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15684] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15684/stat : 15684 (java) S 15670 15673 13211 0 -1 4202560 781 0 0 0 0 0 0 0 20 0 19 0 12057009 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704296004456 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15685] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15685/stat : 15685 (java) S 15670 15673 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704294950776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15686] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15686/stat : 15686 (java) S 15670 15673 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12057010 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704293897608 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15687] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15687/stat : 15687 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704292846352 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15688] ppid=15670 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/15673/task/15688/stat : 15688 (java) S 15670 15673 13211 0 -1 4202560 10098 0 0 0 191 2 0 0 20 0 19 0 12057012 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704291793208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15673/tid=15689] ppid=15670 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15673/task/15689/stat : 15689 (java) S 15670 15673 13211 0 -1 4202560 9619 0 0 0 73 2 0 0 20 0 19 0 12057012 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704290740664 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15673/tid=15690] ppid=15670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15673/task/15690/stat : 15690 (java) S 15670 15673 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12057012 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704289687800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15673/tid=15691] ppid=15670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15673/task/15691/stat : 15691 (java) S 15670 15673 13211 0 -1 4202560 11 0 0 0 1 6 0 0 20 0 19 0 12057012 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704288635464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15673/tid=15929] ppid=15670 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15673/task/15929/stat : 15929 (java) R 15670 15673 13211 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 12076031 10060525568 474409 33554432000 1073741824 1073778376 140736773894592 139704287580504 139704297720075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 381.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.799988
#  lost CPU user time (s): 0.839996
#  lost CPU system time (s): -0.04

Real time (s): 190.358
CPU time (s): 382.875
CPU user time (s): 382.073
CPU system time (s): 0.801872
CPU usage (%): 201.134
Max. virtual memory (cumulated for all children) (KiB): 9825208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 381.233
system time used= 0.841872
maximum resident set size= 1897640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27806
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5083
involuntary context switches= 3304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39979 second user time and 1.71174 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 19:58:25
IDJOB=4121523
IDBENCH=110536
IDSOLVER=2543
FILE ID=node102/4121523-1467309505
RUNJOBID= node102-1467308727-13228
PBS_JOBID= 20005272
Free space on /tmp= 71668 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-n76-d3-i2-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-4121523-1467309505/watcher-4121523-1467309505 -o /tmp/evaluation-result-4121523-1467309505/solver-4121523-1467309505 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121523-1467309505.opb

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

MD5SUM BENCH= 27072c993985960f98e07683b0640f92
RANDOM SEED=1346258043

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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:        31028296 kB
Buffers:          153428 kB
Cached:           537236 kB
SwapCached:            0 kB
Active:           494364 kB
Inactive:         417348 kB
Active(anon):     223616 kB
Inactive(anon):        0 kB
Active(file):     270748 kB
Inactive(file):   417348 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:            24 kB
AnonPages:        427428 kB
Mapped:            22528 kB
Shmem:               204 kB
Slab:             608916 kB
SReclaimable:      51784 kB
SUnreclaim:       557132 kB
KernelStack:        2360 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     799196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71668 MiB
End job on node102 at 2016-06-30 20:01:35