Trace number 4099533

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 101.469 100.897

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.opb
MD5SUM40f14c006496c25f6960a32528cf1e51
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.010998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints50
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4099533-1466206118.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.14	c ... done. Wall clock time 0.028s.
0.08/0.14	c declared #vars     300
0.08/0.14	c #constraints  50
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.14	c 50 constraints processed.
0.72/0.54	c cleaning 2500 clauses out of 5001 with flag 37269/5001
1.22/0.93	c cleaning 4250 clauses out of 8503 with flag 77886/11003
1.81/1.50	c cleaning 5617 clauses out of 11250 with flag 122421/18000
2.80/2.40	c cleaning 6810 clauses out of 13633 with flag 170947/26000
4.02/3.62	c cleaning 7911 clauses out of 15823 with flag 239951/35000
5.62/5.27	c cleaning 8953 clauses out of 17912 with flag 331601/45000
7.22/6.80	c cleaning 9980 clauses out of 19964 with flag 417320/56005
8.72/8.36	c cleaning 10988 clauses out of 21981 with flag 517396/68002
11.02/10.60	c cleaning 11984 clauses out of 23991 with flag 634468/81000
13.62/13.28	c cleaning 12997 clauses out of 26007 with flag 785647/95000
16.82/16.45	c cleaning 14001 clauses out of 28012 with flag 947643/110002
19.81/19.46	c cleaning 15001 clauses out of 30009 with flag 1085043/126000
23.53/23.13	c cleaning 15993 clauses out of 32008 with flag 1241702/143000
27.32/26.97	c cleaning 17004 clauses out of 34015 with flag 1410540/161000
31.82/31.46	c cleaning 18006 clauses out of 36012 with flag 1589437/180001
34.92/34.51	c cleaning 18997 clauses out of 38007 with flag 1757992/200002
38.02/37.60	c cleaning 20003 clauses out of 40010 with flag 1949222/221002
43.22/42.85	c cleaning 20995 clauses out of 42005 with flag 2155298/243000
49.42/49.09	c cleaning 21998 clauses out of 44011 with flag 2388151/266001
55.72/55.31	c cleaning 23000 clauses out of 46012 with flag 2586733/290000
62.22/61.88	c cleaning 24002 clauses out of 48013 with flag 2756953/315001
70.52/70.19	c cleaning 25001 clauses out of 50011 with flag 2954739/341001
78.32/77.91	c cleaning 26004 clauses out of 52009 with flag 3163863/368000
86.52/86.17	c cleaning 27000 clauses out of 54005 with flag 3358727/396000
95.03/94.63	c cleaning 27999 clauses out of 56006 with flag 3548219/425001
101.26/100.86	c starts		: 914
101.26/100.86	c conflicts		: 445849
101.26/100.86	c decisions		: 559469
101.26/100.86	c propagations		: 8225375
101.26/100.86	c inspects		: 2176774738
101.26/100.86	c shortcuts		: 0
101.26/100.86	c learnt literals	: 5
101.26/100.86	c learnt binary clauses	: 5
101.26/100.86	c learnt ternary clauses	: 5
101.26/100.86	c learnt constraints	: 445843
101.26/100.86	c ignored constraints	: 0
101.26/100.86	c root simplifications	: 0
101.26/100.86	c removed literals (reason simplification)	: 0
101.26/100.86	c reason swapping (by a shorter reason)	: 0
101.26/100.86	c Calls to reduceDB	: 25
101.26/100.86	c Number of update (reduction) of LBD	: 243783
101.26/100.86	c Imported unit clauses	: 0
101.26/100.86	c number of reductions to clauses (during analyze)	: 0
101.26/100.86	c number of learned constraints concerned by reduction	: 0
101.26/100.86	c number of learning phase by resolution	: 0
101.26/100.86	c number of learning phase by cutting planes	: 0
101.26/100.86	c speed (assignments/second)	: 81673.86555456261
101.26/100.86	c non guided choices	50
101.26/100.88	c learnt constraints type 
101.26/100.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
101.26/100.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48844
101.26/100.88	s UNSATISFIABLE
101.26/100.88	c Total wall clock time (in seconds): 100.764

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-4099533-1466206118/watcher-4099533-1466206118 -o /tmp/evaluation-result-4099533-1466206118/solver-4099533-1466206118 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099533-1466206118.opb 

pid=26395
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: 0.79 0.32 0.16 2/170 26398
/proc/meminfo: memFree=30675776/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26398/stat : 26398 (java) D 26395 26398 25977 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 22660478 9515008 185 33554432000 1073741824 1073778376 140736766538928 140736766530152 272886295991 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/26398/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 0.79 0.32 0.16 2/170 26398
/proc/meminfo: memFree=30675776/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 4402 0 1 0 8 0 0 0 20 0 18 0 22660478 9787879424 6038 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 0.79 0.32 0.16 2/170 26398
/proc/meminfo: memFree=30675776/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 5921 0 1 0 28 1 0 0 20 0 19 0 22660478 9856040960 6917 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 6917 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300228 s]
/proc/loadavg: 0.79 0.32 0.16 2/170 26398
/proc/meminfo: memFree=30675776/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 6256 0 1 0 48 1 0 0 20 0 19 0 22660478 9856040960 7476 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 7476 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70015 s]
/proc/loadavg: 0.79 0.32 0.16 2/170 26398
/proc/meminfo: memFree=30675776/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 7747 0 1 0 99 1 0 0 20 0 19 0 22660478 9856040960 8101 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 8101 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 0.89 0.35 0.16 3/212 26449
/proc/meminfo: memFree=30633816/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 7751 0 1 0 180 1 0 0 20 0 19 0 22660478 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 9126 2249 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2407 0 1 0 146 0 0 0 20 0 19 0 22660479 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139692293554304 272889864629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) R 26395 26398 25977 0 -1 4202560 1062 0 0 0 12 0 0 0 20 0 19 0 22660485 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691911629336 139692296197891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) R 26395 26398 25977 0 -1 4202560 3006 0 0 0 20 0 0 0 20 0 19 0 22660485 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889864629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 9126 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 0.89 0.35 0.16 2/190 26459
/proc/meminfo: memFree=30643584/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 8882 0 1 0 350 2 0 0 20 0 19 0 22660478 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 10334 2250 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2409 0 1 0 306 0 0 0 20 0 19 0 22660479 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139692293554552 139692150788215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) S 26395 26398 25977 0 -1 4202560 2191 0 0 0 20 1 0 0 20 0 19 0 22660485 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691911629496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) S 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 10334 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 0.89 0.35 0.16 2/189 26482
/proc/meminfo: memFree=30640492/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 8886 0 1 0 670 2 0 0 20 0 19 0 22660478 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 11108 2251 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2412 0 1 0 626 0 0 0 20 0 19 0 22660479 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139692293545664 139692150830713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) S 26395 26398 25977 0 -1 4202560 2191 0 0 0 20 1 0 0 20 0 19 0 22660485 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691911629496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) S 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 11108 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) S 26395 26398 25977 0 -1 4202560 2193 0 0 0 21 1 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691911629496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) S 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 9625040

[startup+100.001 s]
/proc/loadavg: 1.89 0.82 0.35 4/214 26650
/proc/meminfo: memFree=30186252/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=100.43 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 8952 0 1 0 10039 4 0 0 20 0 19 0 22660478 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 34669 2258 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=99.96 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2468 0 1 0 9993 3 0 0 20 0 19 0 22660479 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692293554520 139692150830576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) S 26395 26398 25977 0 -1 4202560 2193 0 0 0 21 1 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691911629496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) S 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.43
Current children cumulated vsize (KiB) 9625040

[startup+100.401 s]
/proc/loadavg: 1.89 0.82 0.35 4/214 26650
/proc/meminfo: memFree=30186012/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=100.83 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 8952 0 1 0 10079 4 0 0 20 0 19 0 22660478 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 34669 2258 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=100.36 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2468 0 1 0 10033 3 0 0 20 0 19 0 22660479 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692293554520 139692150830718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) S 26395 26398 25977 0 -1 4202560 2193 0 0 0 21 1 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691911629496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) S 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691910576696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22660485 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 34669 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 9625040

[startup+100.801 s]
/proc/loadavg: 1.89 0.82 0.35 4/214 26650
/proc/meminfo: memFree=30186012/32872528 swapFree=1244176/1391344
[pid=26398] ppid=26395 vsize=9625040 CPUtime=101.26 cores=0,2,4,6
/proc/26398/stat : 26398 (java) S 26395 26398 25977 0 -1 4202496 10360 0 1 0 10122 4 0 0 20 0 19 0 22660478 9856040960 35936 33554432000 1073741824 1073778376 140734623490496 140734623481632 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26398/statm: 2406260 35937 2258 9 0 2396937 0
[pid=26398/tid=26400] ppid=26395 vsize=9625040 CPUtime=100.76 cores=0,2,4,6
/proc/26398/task/26400/stat : 26400 (java) R 26395 26398 25977 0 -1 4202560 2468 0 1 0 10073 3 0 0 20 0 19 0 22660479 9856040960 35940 33554432000 1073741824 1073778376 140734623490496 139692293554520 139692150856336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26401] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26401/stat : 26401 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139692271655208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26402] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26402/stat : 26402 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139692270602408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26403] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26403/stat : 26403 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139692269550120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26398/tid=26404] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26404/stat : 26404 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139691932248488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26405] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26405/stat : 26405 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139691931196200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26406] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26406/stat : 26406 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35941 33554432000 1073741824 1073778376 140734623490496 139691930143400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26407] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26407/stat : 26407 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691929091112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26398/tid=26408] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26408/stat : 26408 (java) S 26395 26398 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660481 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691928038312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26409] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26409/stat : 26409 (java) S 26395 26398 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691915839720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26410] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26410/stat : 26410 (java) S 26395 26398 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691914785784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26411] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26411/stat : 26411 (java) S 26395 26398 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660482 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691913733384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26412] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26412/stat : 26412 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691912681872 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26413] ppid=26395 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26398/task/26413/stat : 26413 (java) R 26395 26398 25977 0 -1 4202560 3607 0 0 0 24 1 0 0 20 0 19 0 22660485 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691911629376 272886147382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26414] ppid=26395 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26398/task/26414/stat : 26414 (java) R 26395 26398 25977 0 -1 4202560 3006 0 0 0 21 0 0 0 20 0 19 0 22660485 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691910568384 139692300016792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26415] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26415/stat : 26415 (java) S 26395 26398 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660485 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691909524600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26398/tid=26416] ppid=26395 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26398/task/26416/stat : 26416 (java) S 26395 26398 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22660485 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691908472008 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26398/tid=26417] ppid=26395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26398/task/26417/stat : 26417 (java) S 26395 26398 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660493 9856040960 35942 33554432000 1073741824 1073778376 140734623490496 139691907318696 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 100.897
CPU time (s): 101.469
CPU user time (s): 101.377
CPU system time (s): 0.091986
CPU usage (%): 100.567
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.377
system time used= 0.091986
maximum resident set size= 144380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10755
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2389
involuntary context switches= 189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.612906 second user time and 0.687895 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 01:28:39
IDJOB=4099533
IDBENCH=1435
IDSOLVER=2546
FILE ID=node119/4099533-1466206118
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099533-1466206118/watcher-4099533-1466206118 -o /tmp/evaluation-result-4099533-1466206118/solver-4099533-1466206118 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099533-1466206118.opb

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

MD5SUM BENCH= 40f14c006496c25f6960a32528cf1e51
RANDOM SEED=239907459

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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:        30676676 kB
Buffers:           35516 kB
Cached:            65156 kB
SwapCached:          944 kB
Active:            41748 kB
Inactive:          61732 kB
Active(anon):       3740 kB
Inactive(anon):     1688 kB
Active(file):      38008 kB
Inactive(file):    60044 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              1128 kB
Writeback:             8 kB
AnonPages:       1393840 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             567772 kB
SReclaimable:      11300 kB
SUnreclaim:       556472 kB
KernelStack:        1376 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1488092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71728 MiB
End job on node119 at 2016-06-18 01:30:19