Trace number 4121963

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 286.171 141.781

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-28-2.cnf.gz-plain.pb.metafix.opb
MD5SUM2af8a06562c31491dddb58fbfd546536
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 benchmark113.947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113
Total number of constraints236
Number of constraints which are clauses236
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121963-1467309762.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.041s.
0.10/0.15	c declared #vars     113
0.10/0.15	c #constraints  236
0.10/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 236
0.10/0.16	c 236 constraints processed.
0.10/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 236
0.10/0.16	c 236 constraints processed.
1.49/0.59	c cleaning 2500 clauses out of 5000 with flag 44837/5000
2.26/0.73	c cleaning 0 clauses out of 5002 with flag 0/5002
2.95/0.98	c cleaning 4248 clauses out of 8500 with flag 98876/11000
3.41/1.13	c cleaning 0 clauses out of 11000 with flag 0/11000
4.31/1.45	c cleaning 5628 clauses out of 11258 with flag 159241/18006
4.93/1.65	c cleaning 0 clauses out of 18000 with flag 0/18000
5.70/1.98	c cleaning 6808 clauses out of 13625 with flag 225460/26001
6.32/2.29	c cleaning 0 clauses out of 26002 with flag 0/26002
7.32/2.71	c cleaning 7908 clauses out of 15818 with flag 302998/35002
8.12/3.18	c cleaning 0 clauses out of 35000 with flag 0/35000
8.92/3.54	c cleaning 8948 clauses out of 17908 with flag 383352/45000
10.32/4.27	c cleaning 0 clauses out of 45000 with flag 0/45000
10.73/4.48	c cleaning 9977 clauses out of 19962 with flag 474708/56002
12.93/5.52	c cleaning 10983 clauses out of 21983 with flag 566692/68000
13.52/5.83	c cleaning 0 clauses out of 56000 with flag 0/56000
15.18/6.65	c cleaning 11997 clauses out of 24001 with flag 659924/81001
16.77/7.42	c cleaning 0 clauses out of 68001 with flag 0/68001
18.21/8.16	c cleaning 12992 clauses out of 26004 with flag 758235/95001
21.44/9.72	c cleaning 0 clauses out of 81001 with flag 0/81001
21.64/9.90	c cleaning 13998 clauses out of 28012 with flag 869739/110001
25.64/11.83	c cleaning 15007 clauses out of 30015 with flag 1003069/126002
26.64/12.36	c cleaning 0 clauses out of 95000 with flag 0/95000
30.47/14.23	c cleaning 15997 clauses out of 32006 with flag 1140381/143000
33.08/15.58	c cleaning 0 clauses out of 110002 with flag 0/110002
35.67/16.88	c cleaning 16994 clauses out of 34012 with flag 1280827/161003
41.93/19.92	c cleaning 18004 clauses out of 36017 with flag 1423839/180002
42.12/20.03	c cleaning 0 clauses out of 126000 with flag 0/126000
48.15/23.08	c cleaning 19004 clauses out of 38014 with flag 1561443/200003
51.15/24.52	c cleaning 0 clauses out of 143000 with flag 0/143000
55.16/26.53	c cleaning 19997 clauses out of 40007 with flag 1697381/221000
63.40/30.61	c cleaning 0 clauses out of 161000 with flag 0/161000
63.60/30.80	c cleaning 20995 clauses out of 42010 with flag 1850048/243000
72.43/35.13	c cleaning 22005 clauses out of 44016 with flag 2007805/266001
77.04/37.48	c cleaning 0 clauses out of 180000 with flag 0/180000
81.83/39.85	c cleaning 23003 clauses out of 46010 with flag 2163979/290000
92.11/44.95	c cleaning 0 clauses out of 200000 with flag 0/200000
93.07/45.32	c cleaning 24001 clauses out of 48007 with flag 2328641/315000
104.61/51.04	c cleaning 24997 clauses out of 50006 with flag 2501072/341000
110.42/53.95	c cleaning 0 clauses out of 221001 with flag 0/221001
117.45/57.41	c cleaning 25997 clauses out of 52009 with flag 2686101/368000
131.05/64.23	c cleaning 27006 clauses out of 54013 with flag 2874143/396001
133.25/65.33	c cleaning 0 clauses out of 243000 with flag 0/243000
145.89/71.63	c cleaning 27997 clauses out of 56006 with flag 3058651/425000
159.09/78.26	c cleaning 0 clauses out of 266000 with flag 0/266000
162.91/80.11	c cleaning 29000 clauses out of 58009 with flag 3239044/455000
181.36/89.36	c cleaning 29996 clauses out of 60009 with flag 3447241/486000
189.97/93.63	c cleaning 0 clauses out of 290000 with flag 0/290000
201.37/99.37	c cleaning 31000 clauses out of 62014 with flag 3662327/518001
222.56/109.86	c cleaning 32007 clauses out of 64015 with flag 3871245/551002
222.76/109.93	c cleaning 0 clauses out of 315002 with flag 0/315002
244.21/120.65	c cleaning 32998 clauses out of 66005 with flag 4081378/585000
253.63/125.34	c cleaning 0 clauses out of 341001 with flag 0/341001
268.48/132.73	c cleaning 33994 clauses out of 68006 with flag 4301550/620000
285.91/141.35	c And the winner is solver0
285.91/141.69	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
285.91/141.69	c starts		: 116
285.91/141.69	c conflicts		: 646831
285.91/141.69	c decisions		: 781543
285.91/141.69	c propagations		: 9336303
285.91/141.69	c inspects		: 3273506585
285.91/141.69	c shortcuts		: 0
285.91/141.69	c learnt literals	: 16
285.91/141.69	c learnt binary clauses	: 125
285.91/141.69	c learnt ternary clauses	: 577
285.91/141.69	c learnt constraints	: 646814
285.91/141.69	c ignored constraints	: 0
285.91/141.69	c root simplifications	: 0
285.91/141.69	c removed literals (reason simplification)	: 1870680
285.91/141.69	c reason swapping (by a shorter reason)	: 0
285.91/141.69	c Calls to reduceDB	: 31
285.91/141.69	c Number of update (reduction) of LBD	: 204099
285.91/141.69	c Imported unit clauses	: 0
285.91/141.69	c number of reductions to clauses (during analyze)	: 0
285.91/141.69	c number of learned constraints concerned by reduction	: 0
285.91/141.69	c number of learning phase by resolution	: 0
285.91/141.69	c number of learning phase by cutting planes	: 0
285.91/141.69	c speed (assignments/second)	: 65966.95400268494
285.91/141.69	c non guided choices	26
285.92/141.71	c learnt constraints type 
285.92/141.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 125
285.92/141.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60703
285.92/141.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
285.92/141.71	c starts		: 136
285.92/141.71	c conflicts		: 365661
285.92/141.71	c decisions		: 431313
285.92/141.71	c propagations		: 5471750
285.92/141.71	c inspects		: 1517711259
285.92/141.71	c shortcuts		: 0
285.92/141.71	c learnt literals	: 0
285.92/141.72	c learnt binary clauses	: 0
285.92/141.72	c learnt ternary clauses	: 20
285.92/141.72	c learnt constraints	: 365661
285.92/141.72	c ignored constraints	: 0
285.92/141.72	c root simplifications	: 0
285.92/141.72	c removed literals (reason simplification)	: 0
285.92/141.72	c reason swapping (by a shorter reason)	: 0
285.92/141.72	c Calls to reduceDB	: 22
285.92/141.72	c Number of update (reduction) of LBD	: 0
285.92/141.72	c Imported unit clauses	: 0
285.92/141.72	c number of reductions to clauses (during analyze)	: 0
285.92/141.72	c number of learned constraints concerned by reduction	: 0
285.92/141.72	c number of learning phase by resolution	: 0
285.92/141.72	c number of learning phase by cutting planes	: 0
285.92/141.72	c speed (assignments/second)	: 38654.313487241794
285.92/141.72	c non guided choices	26
285.92/141.77	c learnt constraints type 
285.92/141.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 365661
285.92/141.77	s UNSATISFIABLE
285.92/141.77	c Total wall clock time (in seconds): 141.66

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

pid=1287
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.03 4.16 3.34 4/196 1290
/proc/meminfo: memFree=28146216/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1290/stat : 1290 (java) R 1287 1290 31393 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 21004756 9515008 185 33554432000 1073741824 1073778376 140734673699040 140734673690264 248790019511 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2323 185 142 9 0 71 0

[startup+0.100111 s]
/proc/loadavg: 4.03 4.16 3.34 4/196 1290
/proc/meminfo: memFree=28146216/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 21004756 9787879424 6055 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2389619 6055 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.03 4.16 3.34 4/196 1290
/proc/meminfo: memFree=28146216/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 5983 0 1 0 28 2 0 0 20 0 22 0 21004756 10060525568 8757 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 8758 2217 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300242 s]
/proc/loadavg: 4.03 4.16 3.34 4/196 1290
/proc/meminfo: memFree=28146216/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 8170 0 1 0 67 2 0 0 20 0 22 0 21004756 10060525568 9704 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 9704 2241 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700204 s]
/proc/loadavg: 4.03 4.16 3.34 4/196 1290
/proc/meminfo: memFree=28146216/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9825232 CPUtime=2.26 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 26119 0 1 0 220 6 0 0 20 0 22 0 21004756 10061037568 36948 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456308 36948 2259 9 0 2446985 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9825232

[startup+1.50087 s]
/proc/loadavg: 4.03 4.16 3.34 5/218 1314
/proc/meminfo: memFree=27951820/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 31676 0 1 0 455 8 0 0 20 0 22 0 21004756 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 50715 2275 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 21004757 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375935857528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) R 1287 1290 31393 0 -1 4202560 12945 0 0 0 79 3 0 0 20 0 22 0 21004762 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375285401784 140375943620336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14902 0 0 0 96 2 0 0 20 0 22 0 21004762 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1311] ppid=1287 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1290/task/1311/stat : 1311 (java) R 1287 1290 31393 0 -1 4202560 23 0 0 0 131 0 0 0 20 0 22 0 21004772 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375281089536 140375788797689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1312] ppid=1287 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/1290/task/1312/stat : 1312 (java) R 1287 1290 31393 0 -1 4202560 94 0 0 0 128 3 0 0 20 0 22 0 21004772 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375280029824 140375788890823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1313] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1313/stat : 1313 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375278986920 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1314] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1314/stat : 1314 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 50715 33554432000 1073741824 1073778376 140733255215216 140375277934120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 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: 4.03 4.16 3.34 5/218 1314
/proc/meminfo: memFree=27944000/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=8.12 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 33155 0 1 0 802 10 0 0 20 0 22 0 21004756 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 53380 2275 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 21004757 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375935857528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) S 1287 1290 31393 0 -1 4202560 14402 0 0 0 105 3 0 0 20 0 22 0 21004762 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375285401784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14902 0 0 0 96 2 0 0 20 0 22 0 21004762 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1311] ppid=1287 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/1290/task/1311/stat : 1311 (java) R 1287 1290 31393 0 -1 4202560 23 0 0 0 289 0 0 0 20 0 22 0 21004772 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375281089656 140375788797689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1312] ppid=1287 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/1290/task/1312/stat : 1312 (java) R 1287 1290 31393 0 -1 4202560 96 0 0 0 285 3 0 0 20 0 22 0 21004772 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375280037056 140375788884288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1313] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1313/stat : 1313 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375278986920 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1314] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1314/stat : 1314 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 53380 33554432000 1073741824 1073778376 140733255215216 140375277934120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.10 4.17 3.34 6/218 1314
/proc/meminfo: memFree=27942756/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=14.57 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 33265 0 1 0 1445 12 0 0 20 0 22 0 21004756 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 54258 2275 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 21004757 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375935857528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 21004758 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 54258 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.08 cores=1,3,5,7

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

/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) S 1287 1290 31393 0 -1 4202560 14494 0 0 0 170 3 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375285401784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14922 0 0 0 103 2 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 2 2 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1311] ppid=1287 vsize=9824732 CPUtime=139.7 cores=1,3,5,7
/proc/1290/task/1311/stat : 1311 (java) R 1287 1290 31393 0 -1 4202560 55 0 0 0 13968 2 0 0 20 0 22 0 21004772 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375281090304 140375788797657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1312] ppid=1287 vsize=9824732 CPUtime=139.64 cores=1,3,5,7
/proc/1290/task/1312/stat : 1312 (java) R 1287 1290 31393 0 -1 4202560 316 0 0 0 13959 5 0 0 20 0 22 0 21004772 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375280036720 140375788792687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1313] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1313/stat : 1313 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375278986920 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1314] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1314/stat : 1314 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375277934120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 284.92
Current children cumulated vsize (KiB) 9824732

[startup+141.201 s]
/proc/loadavg: 4.34 4.23 3.47 5/219 1318
/proc/meminfo: memFree=27764396/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=285.71 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 34648 0 1 0 28533 38 0 0 20 0 22 0 21004756 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 111189 2276 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 22 0 21004757 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375935857528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 172 0 0 0 20 3 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 104 0 0 0 19 3 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 99 0 0 0 19 3 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 168 0 0 0 17 4 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 82 0 0 0 18 2 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 90 0 0 0 19 2 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 134 0 0 0 20 3 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 175 0 0 0 19 3 0 0 20 0 22 0 21004758 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 150 0 0 0 0 3 0 0 20 0 22 0 21004759 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21004759 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) S 1287 1290 31393 0 -1 4202560 14494 0 0 0 170 3 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375285401784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14922 0 0 0 103 2 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 2 2 0 0 20 0 22 0 21004762 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1311] ppid=1287 vsize=9824732 CPUtime=140.09 cores=1,3,5,7
/proc/1290/task/1311/stat : 1311 (java) R 1287 1290 31393 0 -1 4202560 55 0 0 0 14007 2 0 0 20 0 22 0 21004772 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375281090304 140375788841438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1312] ppid=1287 vsize=9824732 CPUtime=140.03 cores=1,3,5,7
/proc/1290/task/1312/stat : 1312 (java) R 1287 1290 31393 0 -1 4202560 316 0 0 0 13998 5 0 0 20 0 22 0 21004772 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375280036720 140375788797689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1313] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1313/stat : 1313 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375278986920 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1314] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1314/stat : 1314 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21004773 10060525568 111189 33554432000 1073741824 1073778376 140733255215216 140375277934120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 285.71
Current children cumulated vsize (KiB) 9824732

[startup+141.601 s]
/proc/loadavg: 4.34 4.23 3.47 5/219 1318
/proc/meminfo: memFree=27764396/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=285.36 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 34649 0 1 0 28494 42 0 0 20 0 19 0 21004756 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 111175 2277 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 19 0 21004757 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375935857528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 172 0 0 0 20 3 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 104 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 99 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 168 0 0 0 17 4 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 82 0 0 0 18 2 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 90 0 0 0 19 2 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 134 0 0 0 20 3 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 175 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 150 0 0 0 0 3 0 0 20 0 19 0 21004759 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 21004759 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 21004759 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21004762 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) S 1287 1290 31393 0 -1 4202560 14494 0 0 0 170 3 0 0 20 0 19 0 21004762 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375285401784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14922 0 0 0 103 2 0 0 20 0 19 0 21004762 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21004762 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 19 0 21004762 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1314] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1314/stat : 1314 (java) S 1287 1290 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 21004773 10060525568 111175 33554432000 1073741824 1073778376 140733255215216 140375277934120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 285.36
Current children cumulated vsize (KiB) 9824732

[startup+141.701 s]
/proc/loadavg: 4.34 4.23 3.47 5/219 1318
/proc/meminfo: memFree=27764396/32872528 swapFree=1394584/1580588
[pid=1290] ppid=1287 vsize=9824732 CPUtime=285.37 cores=1,3,5,7
/proc/1290/stat : 1290 (java) S 1287 1290 31393 0 -1 4202496 34652 0 1 0 28495 42 0 0 20 0 19 0 21004756 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140733255206352 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1290/statm: 2456183 111176 2277 9 0 2446860 0
[pid=1290/tid=1292] ppid=1287 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1290/task/1292/stat : 1292 (java) S 1287 1290 31393 0 -1 4202560 2412 0 1 0 13 1 0 0 20 0 19 0 21004757 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375935857368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1293] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1293/stat : 1293 (java) S 1287 1290 31393 0 -1 4202560 172 0 0 0 20 3 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375908309800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1294] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1294/stat : 1294 (java) S 1287 1290 31393 0 -1 4202560 104 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375907257000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1295] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1295/stat : 1295 (java) S 1287 1290 31393 0 -1 4202560 99 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375777389608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1296] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1296/stat : 1296 (java) S 1287 1290 31393 0 -1 4202560 168 0 0 0 17 4 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375776336808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1297] ppid=1287 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1290/task/1297/stat : 1297 (java) S 1287 1290 31393 0 -1 4202560 82 0 0 0 18 2 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375775283496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1298] ppid=1287 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/1290/task/1298/stat : 1298 (java) S 1287 1290 31393 0 -1 4202560 90 0 0 0 19 2 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375774230696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1299] ppid=1287 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1290/task/1299/stat : 1299 (java) S 1287 1290 31393 0 -1 4202560 134 0 0 0 20 3 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375773178408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1290/tid=1300] ppid=1287 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/1290/task/1300/stat : 1300 (java) S 1287 1290 31393 0 -1 4202560 175 0 0 0 19 3 0 0 20 0 19 0 21004758 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375301810600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1301] ppid=1287 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1290/task/1301/stat : 1301 (java) S 1287 1290 31393 0 -1 4202560 150 0 0 0 0 3 0 0 20 0 19 0 21004759 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375289613032 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1302] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1302/stat : 1302 (java) S 1287 1290 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 21004759 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375288559096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1305] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1305/stat : 1305 (java) S 1287 1290 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 21004759 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375287506696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1306] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1306/stat : 1306 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21004762 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375286455184 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1290/tid=1307] ppid=1287 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/1290/task/1307/stat : 1307 (java) S 1287 1290 31393 0 -1 4202560 14494 0 0 0 170 3 0 0 20 0 19 0 21004762 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375285401784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1308] ppid=1287 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/1290/task/1308/stat : 1308 (java) S 1287 1290 31393 0 -1 4202560 14922 0 0 0 103 2 0 0 20 0 19 0 21004762 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375284348984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1290/tid=1309] ppid=1287 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1290/task/1309/stat : 1309 (java) S 1287 1290 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21004762 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375283296888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1290/tid=1310] ppid=1287 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1290/task/1310/stat : 1310 (java) S 1287 1290 31393 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 19 0 21004762 10060525568 111176 33554432000 1073741824 1073778376 140733255215216 140375282244296 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 285.37
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.549988
#  lost CPU user time (s): 0.589996
#  lost CPU system time (s): -0.04

Real time (s): 141.781
CPU time (s): 286.171
CPU user time (s): 285.628
CPU system time (s): 0.542911
CPU usage (%): 201.84
Max. virtual memory (cumulated for all children) (KiB): 9825232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.038
system time used= 0.582911
maximum resident set size= 450468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34670
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4593
involuntary context switches= 5361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05984 second user time and 1.25081 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 20:02:42
IDJOB=4121963
IDBENCH=110795
IDSOLVER=2543
FILE ID=node139/4121963-1467309762
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-subsetCardinalitySigma-28-2.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-4121963-1467309762/watcher-4121963-1467309762 -o /tmp/evaluation-result-4121963-1467309762/solver-4121963-1467309762 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31410 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121963-1467309762.opb

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

MD5SUM BENCH= 2af8a06562c31491dddb58fbfd546536
RANDOM SEED=1752410082

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:        28146744 kB
Buffers:          177832 kB
Cached:           337528 kB
SwapCached:         3804 kB
Active:          2111784 kB
Inactive:         282388 kB
Active(anon):    1877276 kB
Inactive(anon):     3900 kB
Active(file):     234508 kB
Inactive(file):   278488 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       3505780 kB
Mapped:            15164 kB
Shmem:                 0 kB
Slab:             603668 kB
SReclaimable:      47336 kB
SUnreclaim:       556332 kB
KernelStack:        1776 kB
PageTables:        10424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3667440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2052096 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 20:05:04