Trace number 4122094

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 Resolution PB16UNSAT 73.96 72.5667

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMa613641d46489695b03cfb753c0c7e27
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 benchmark1.62075
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4122094-1467316325.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.045s.
0.10/0.15	c declared #vars     117
0.10/0.15	c #constraints  312
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.10/0.15	c 312 constraints processed.
0.65/0.44	c cleaning 2499 clauses out of 5000 with flag 20536/5000
0.98/0.68	c cleaning 4248 clauses out of 8502 with flag 49508/11001
1.31/0.98	c cleaning 5624 clauses out of 11253 with flag 82761/18000
1.72/1.39	c cleaning 6810 clauses out of 13629 with flag 122268/26000
2.45/2.00	c cleaning 7907 clauses out of 15819 with flag 166421/35000
3.05/2.64	c cleaning 8955 clauses out of 17913 with flag 212538/45001
3.95/3.53	c cleaning 9978 clauses out of 19957 with flag 262942/56000
4.85/4.45	c cleaning 10988 clauses out of 21979 with flag 312934/68000
6.15/5.70	c cleaning 11993 clauses out of 23992 with flag 374146/81001
8.25/7.88	c cleaning 12998 clauses out of 25999 with flag 440195/95001
11.16/10.77	c cleaning 13999 clauses out of 28001 with flag 522395/110001
13.41/12.89	c cleaning 14998 clauses out of 30001 with flag 597687/126000
16.07/15.11	c cleaning 15997 clauses out of 32004 with flag 671571/143001
19.26/18.08	c cleaning 17001 clauses out of 34006 with flag 747472/161000
22.17/20.92	c cleaning 17999 clauses out of 36005 with flag 826697/180000
25.37/24.10	c cleaning 18997 clauses out of 38007 with flag 915390/200001
29.07/27.83	c cleaning 20002 clauses out of 40010 with flag 1023229/221001
32.87/31.64	c cleaning 21000 clauses out of 42007 with flag 1128318/243000
37.27/36.07	c cleaning 22003 clauses out of 44008 with flag 1222347/266001
41.79/40.57	c cleaning 23002 clauses out of 46004 with flag 1318454/290000
46.59/45.35	c cleaning 23999 clauses out of 48002 with flag 1417109/315000
52.02/50.70	c cleaning 24999 clauses out of 50003 with flag 1515579/341001
57.92/56.56	c cleaning 26001 clauses out of 52004 with flag 1619116/368001
64.76/63.34	c cleaning 26997 clauses out of 54002 with flag 1725985/396001
71.76/70.32	c cleaning 27997 clauses out of 56003 with flag 1841067/425001
73.96/72.53	c starts		: 144
73.96/72.53	c conflicts		: 437887
73.96/72.53	c decisions		: 562520
73.96/72.53	c propagations		: 2425098
73.96/72.53	c inspects		: 1851811054
73.96/72.53	c shortcuts		: 0
73.96/72.53	c learnt literals	: 18
73.96/72.53	c learnt binary clauses	: 16
73.96/72.53	c learnt ternary clauses	: 32
73.96/72.53	c learnt constraints	: 437868
73.96/72.53	c ignored constraints	: 0
73.96/72.53	c root simplifications	: 0
73.96/72.53	c removed literals (reason simplification)	: 0
73.96/72.53	c reason swapping (by a shorter reason)	: 0
73.96/72.53	c Calls to reduceDB	: 25
73.96/72.53	c Number of update (reduction) of LBD	: 43845
73.96/72.53	c Imported unit clauses	: 0
73.96/72.53	c number of reductions to clauses (during analyze)	: 0
73.96/72.53	c number of learned constraints concerned by reduction	: 0
73.96/72.53	c number of learning phase by resolution	: 0
73.96/72.53	c number of learning phase by cutting planes	: 0
73.96/72.53	c speed (assignments/second)	: 33507.861939370494
73.96/72.53	c non guided choices	194
73.96/72.55	c learnt constraints type 
73.96/72.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
73.96/72.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40861
73.96/72.55	s UNSATISFIABLE
73.96/72.55	c Total wall clock time (in seconds): 72.442

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-4122094-1467316325/watcher-4122094-1467316325 -o /tmp/evaluation-result-4122094-1467316325/solver-4122094-1467316325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122094-1467316325.opb 

pid=15773
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.16 2.17 4/192 15776
/proc/meminfo: memFree=29997464/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10658477 98570240 977 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 24065 977 743 9 0 16771 0
[pid=15776/tid=15777] ppid=15773 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10658477 98570240 978 33554432000 1073741824 1073778376 140734295989200 140695183707688 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.12 2.16 2.17 4/192 15776
/proc/meminfo: memFree=29997464/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 10658477 9787879424 6056 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2389619 6056 2140 9 0 2380296 0
[pid=15776/tid=15777] ppid=15773 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 10658477 9787879424 6056 33554432000 1073741824 1073778376 140734295989200 140695183711136 227515884813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.12 2.16 2.17 4/192 15776
/proc/meminfo: memFree=29997464/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 6551 0 1 0 25 2 0 0 20 0 19 0 10658477 9856040960 7551 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 7565 2218 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 19 0 10658477 9856040960 7565 33554432000 1073741824 1073778376 140734295989200 140695183712896 140695025319719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300305 s]
/proc/loadavg: 2.12 2.16 2.17 4/192 15776
/proc/meminfo: memFree=29997464/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 7002 0 1 0 49 2 0 0 20 0 19 0 10658477 9856040960 7661 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 7661 2242 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 19 0 10658477 9856040960 7661 33554432000 1073741824 1073778376 140734295989200 140695183712632 140695025244562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 2.12 2.16 2.17 4/192 15776
/proc/meminfo: memFree=29997464/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 9274 0 1 0 109 2 0 0 20 0 19 0 10658477 9856040960 8484 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 8484 2255 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 10658477 9856040960 8484 33554432000 1073741824 1073778376 140734295989200 140695183712632 140695025716547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.12 2.16 2.17 4/211 15795
/proc/meminfo: memFree=29969384/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 9293 0 1 0 193 2 0 0 20 0 19 0 10658477 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 8999 2257 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2411 0 1 0 146 1 0 0 20 0 19 0 10658477 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695183710744 140695025654445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4294 0 0 0 28 0 0 0 20 0 19 0 10658482 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 1316 0 0 0 16 0 0 0 20 0 19 0 10658482 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 8999 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.11 2.15 2.17 4/211 15795
/proc/meminfo: memFree=29966968/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 9295 0 1 0 353 2 0 0 20 0 19 0 10658477 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 10023 2257 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2413 0 1 0 306 1 0 0 20 0 19 0 10658477 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695183703728 140695025716524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4294 0 0 0 28 0 0 0 20 0 19 0 10658482 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 1316 0 0 0 16 0 0 0 20 0 19 0 10658482 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 10023 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.3007 s]
/proc/loadavg: 2.11 2.15 2.17 4/211 15795
/proc/meminfo: memFree=29960576/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 9299 0 1 0 673 2 0 0 20 0 19 0 10658477 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 11018 2258 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2416 0 1 0 625 1 0 0 20 0 19 0 10658477 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695183703728 140695025716519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4294 0 0 0 28 0 0 0 20 0 19 0 10658482 9856040960 11018 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4308 0 0 0 34 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 12948 0 0 0 106 3 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 72.66
Current children cumulated vsize (KiB) 9625040

[startup+72.0007 s]
/proc/loadavg: 2.03 2.12 2.15 3/211 15797
/proc/meminfo: memFree=29893936/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=73.46 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 20980 0 1 0 7339 7 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 24471 2258 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=71.77 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2445 0 1 0 7174 3 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695183703760 140695025649797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4308 0 0 0 34 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 12948 0 0 0 106 3 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 73.46
Current children cumulated vsize (KiB) 9625040

[startup+72.4007 s]
/proc/loadavg: 2.03 2.12 2.15 3/211 15797
/proc/meminfo: memFree=29893936/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=73.86 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 20980 0 1 0 7379 7 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 24471 2258 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=72.17 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2445 0 1 0 7214 3 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695183703760 140695025897148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4308 0 0 0 34 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 12948 0 0 0 106 3 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 73.86
Current children cumulated vsize (KiB) 9625040

[startup+72.5007 s]
/proc/loadavg: 2.03 2.12 2.15 3/211 15797
/proc/meminfo: memFree=29893936/32872528 swapFree=1299868/1463388
[pid=15776] ppid=15773 vsize=9625040 CPUtime=73.96 cores=0,2,4,6
/proc/15776/stat : 15776 (java) S 15773 15776 12018 0 -1 4202496 20980 0 1 0 7389 7 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140734295980336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15776/statm: 2406260 24471 2258 9 0 2396937 0
[pid=15776/tid=15777] ppid=15773 vsize=9625040 CPUtime=72.27 cores=0,2,4,6
/proc/15776/task/15777/stat : 15777 (java) R 15773 15776 12018 0 -1 4202560 2445 0 1 0 7224 3 0 0 20 0 19 0 10658477 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695183703760 140695025897148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15779] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15779/stat : 15779 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695145204776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15780] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15780/stat : 15780 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695144151976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15781] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15781/stat : 15781 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695025216296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15782] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15782/stat : 15782 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695024163496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15783] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15783/stat : 15783 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695023110696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15776/tid=15784] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15784/stat : 15784 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695022057896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15785] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15785/stat : 15785 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695021005096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15786] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15786/stat : 15786 (java) S 15773 15776 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658478 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140695019952296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15787] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15787/stat : 15787 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694537624552 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15788] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15788/stat : 15788 (java) S 15773 15776 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658479 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694536570616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15789] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15789/stat : 15789 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658480 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694535517704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15790] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15790/stat : 15790 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694534466192 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15791] ppid=15773 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15776/task/15791/stat : 15791 (java) S 15773 15776 12018 0 -1 4202560 4308 0 0 0 34 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694533413304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15776/tid=15792] ppid=15773 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/15776/task/15792/stat : 15792 (java) S 15773 15776 12018 0 -1 4202560 12948 0 0 0 106 3 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694532360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15793] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15793/stat : 15793 (java) S 15773 15776 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694531307896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15776/tid=15794] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15794/stat : 15794 (java) S 15773 15776 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10658482 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694530255304 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15776/tid=15795] ppid=15773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15776/task/15795/stat : 15795 (java) S 15773 15776 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658493 9856040960 24471 33554432000 1073741824 1073778376 140734295989200 140694529201832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 73.96
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15776 and gives
#  childrusage.ru_utime.tv_sec=73
#  childrusage.ru_utime.tv_usec=741789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 73.8528
# while last known CPU time is 73.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 72.5667
CPU time (s): 73.96
CPU user time (s): 73.89
CPU system time (s): 0.07
CPU usage (%): 101.92
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.7418
system time used= 0.110983
maximum resident set size= 100032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1816
involuntary context switches= 532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.45993 second user time and 0.604908 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 21:52:05
IDJOB=4122094
IDBENCH=110883
IDSOLVER=2546
FILE ID=node121/4122094-1467316325
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n78-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122094-1467316325/watcher-4122094-1467316325 -o /tmp/evaluation-result-4122094-1467316325/solver-4122094-1467316325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122094-1467316325.opb

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

MD5SUM BENCH= a613641d46489695b03cfb753c0c7e27
RANDOM SEED=335645576

node121.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.172
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.34
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.172
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.172
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.54
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.172
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.172
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		: 2667.172
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.56
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.172
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.56
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.172
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:        29997720 kB
Buffers:          122948 kB
Cached:           339040 kB
SwapCached:            0 kB
Active:           431992 kB
Inactive:         233160 kB
Active(anon):     191420 kB
Inactive(anon):    14568 kB
Active(file):     240572 kB
Inactive(file):   218592 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               952 kB
Writeback:             0 kB
AnonPages:       1668608 kB
Mapped:            21972 kB
Shmem:               204 kB
Slab:             610524 kB
SReclaimable:      54232 kB
SUnreclaim:       556292 kB
KernelStack:        1608 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2145788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71700 MiB
End job on node121 at 2016-06-30 21:53:18