Trace number 3459365

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 Resolution 2.3.0UNSAT 91.3921 90.1025

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
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 benchmark0.758884
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
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-2010 Daniel Le Berre
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 2.3.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459365-1307138060.opb
0.11/0.11	c reading problem ... 
1.10/0.65	c ... done. Wall clock time 0.542s.
1.10/0.65	c #vars     20605
1.10/0.65	c #constraints  59851
1.10/0.65	c constraints type 
1.10/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19084
1.10/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39590
1.10/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1176
6.86/5.86	c cleaning 2498 clauses out of 5001 with flag 5001/5001
11.77/10.67	c cleaning 4251 clauses out of 8503 with flag 11001/11001
16.97/15.82	c cleaning 5626 clauses out of 11252 with flag 18001/18001
22.88/21.77	c cleaning 6811 clauses out of 13625 with flag 26000/26000
29.42/28.25	c cleaning 7908 clauses out of 15816 with flag 35002/35002
36.02/34.82	c cleaning 8950 clauses out of 17906 with flag 45000/45000
42.92/41.78	c cleaning 9975 clauses out of 19956 with flag 56000/56000
51.13/49.97	c cleaning 10991 clauses out of 21982 with flag 68001/68001
59.55/58.36	c cleaning 11991 clauses out of 23990 with flag 81000/81000
69.14/67.92	c cleaning 13001 clauses out of 26004 with flag 95005/95005
77.75/76.55	c cleaning 14000 clauses out of 28001 with flag 110003/110003
87.75/86.58	c cleaning 14999 clauses out of 29997 with flag 126000/126000
91.26/90.08	c starts		: 102
91.26/90.08	c conflicts		: 132317
91.26/90.08	c decisions		: 186623
91.26/90.08	c propagations		: 260164150
91.26/90.08	c inspects		: 795213731
91.26/90.08	c shortcuts		: 0
91.26/90.08	c learnt literals	: 5
91.26/90.08	c learnt binary clauses	: 167
91.26/90.08	c learnt ternary clauses	: 364
91.26/90.08	c learnt constraints	: 132311
91.26/90.08	c ignored constraints	: 0
91.26/90.08	c root simplifications	: 0
91.26/90.08	c removed literals (reason simplification)	: 4915962
91.26/90.08	c reason swapping (by a shorter reason)	: 0
91.26/90.08	c Calls to reduceDB	: 12
91.26/90.08	c number of reductions to clauses (during analyze)	: 0
91.26/90.08	c number of learned constraints concerned by reduction	: 0
91.26/90.08	c number of learning phase by resolution	: 0
91.26/90.08	c number of learning phase by cutting planes	: 0
91.26/90.08	c speed (assignments/second)	: 2909332.5058149938
91.26/90.08	c non guided choices	447
91.26/90.09	c learnt constraints type 
91.26/90.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 167
91.26/90.09	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21143
91.26/90.09	c constraints type 
91.26/90.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19084
91.26/90.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39590
91.26/90.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1176
91.26/90.09	s UNSATISFIABLE
91.26/90.09	c Total wall clock time (in seconds): 89.977

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459365-1307138060/watcher-3459365-1307138060 -o /tmp/evaluation-result-3459365-1307138060/solver-3459365-1307138060 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459365-1307138060.opb 

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.03 2.03 2.03 2/501 17805
/proc/meminfo: memFree=24641184/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 1241 0 0 0 0 0 0 0 25 0 2 0 904036654 31272960 960 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 7634 963 736 9 0 385 0
[pid=17805/tid=17806] ppid=17803 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 4721 0 1 0 0 0 0 0 25 0 2 0 904036654 13850947584 5537 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.10861 s]
/proc/loadavg: 2.03 2.03 2.03 2/501 17805
/proc/meminfo: memFree=24641184/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13622312 CPUtime=0.11 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 15628 0 1 0 9 2 0 0 25 0 18 0 904036654 13949247488 15324 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3405578 15324 2093 9 0 3396312 0
[pid=17805/tid=17806] ppid=17803 vsize=13622312 CPUtime=0.08 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 13718 0 1 0 7 1 0 0 18 0 18 0 904036654 13949247488 15324 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 47972931167768 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622312

[startup+0.203728 s]
/proc/loadavg: 2.03 2.03 2.03 2/501 17805
/proc/meminfo: memFree=24641184/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13623572 CPUtime=0.28 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 16739 0 1 0 26 2 0 0 25 0 18 0 904036654 13950537728 16405 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3405893 16405 2182 9 0 3396627 0
[pid=17805/tid=17806] ppid=17803 vsize=13623572 CPUtime=0.18 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 14414 0 1 0 17 1 0 0 18 0 18 0 904036654 13950537728 16406 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13623572

[startup+0.310328 s]
/proc/loadavg: 2.03 2.03 2.03 2/501 17805
/proc/meminfo: memFree=24641184/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13623608 CPUtime=0.52 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 18842 0 1 0 50 2 0 0 25 0 18 0 904036654 13950574592 18060 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3405902 18061 2202 9 0 3396636 0
[pid=17805/tid=17806] ppid=17803 vsize=13623608 CPUtime=0.29 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 15823 0 1 0 27 2 0 0 18 0 18 0 904036654 13950574592 18062 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505593554 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13623608

[startup+0.700634 s]
/proc/loadavg: 2.03 2.03 2.03 2/501 17805
/proc/meminfo: memFree=24641184/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628000 CPUtime=1.29 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 49361 0 1 0 124 5 0 0 25 0 19 0 904036654 13955072000 46586 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407000 46586 2227 9 0 3397734 0
[pid=17805/tid=17806] ppid=17803 vsize=13628000 CPUtime=0.68 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 42715 0 1 0 64 4 0 0 19 0 19 0 904036654 13955072000 46586 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505357412 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13628000

[startup+1.50136 s]
/proc/loadavg: 2.03 2.03 2.03 4/520 17825
/proc/meminfo: memFree=24460880/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=2.52 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 52504 0 1 0 246 6 0 0 25 0 19 0 904036654 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 46871 2235 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=1.48 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 42808 0 1 0 144 4 0 0 20 0 19 0 904036654 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505962679 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 904036658 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904036658 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904036658 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.51 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5841 0 0 0 50 1 0 0 15 0 19 0 904036660 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.52 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2693 0 0 0 52 0 0 0 22 0 19 0 904036660 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 46871 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 13628444

[startup+3.10117 s]
/proc/loadavg: 2.03 2.03 2.03 3/520 17825
/proc/meminfo: memFree=24459144/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=4.12 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 52683 0 1 0 406 6 0 0 25 0 19 0 904036654 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 47049 2235 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=3.08 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 42987 0 1 0 304 4 0 0 25 0 19 0 904036654 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505962564 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036656 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 904036658 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904036658 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904036658 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.51 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5841 0 0 0 50 1 0 0 15 0 19 0 904036660 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.52 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2693 0 0 0 52 0 0 0 22 0 19 0 904036660 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 47049 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 13628444

[startup+6.3016 s]
/proc/loadavg: 2.02 2.03 2.02 3/520 17825
/proc/meminfo: memFree=24457656/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=7.42 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 58108 0 1 0 735 7 0 0 25 0 19 0 904036654 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 52450 2263 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=6.22 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 43195 0 1 0 618 4 0 0 25 0 19 0 904036654 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505930879 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 382 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 987 0 0 0 1 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 979 0 0 0 1 0 0 0 18 0 19 0 904036656 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0.03 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 2842 0 0 0 3 0 0 0 16 0 19 0 904036658 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.54 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5844 0 0 0 53 1 0 0 15 0 19 0 904036660 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.57 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2722 0 0 0 57 0 0 0 15 0 19 0 904036660 13955526656 52450 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0

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

[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0.02 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1199 0 0 0 2 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 984 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0.43 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 3843 0 0 0 43 0 0 0 15 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.59 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5877 0 0 0 58 1 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.6 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2723 0 0 0 60 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.27
Current children cumulated vsize (KiB) 13628444

[startup+88.8014 s]
/proc/loadavg: 1.96 2.02 2.02 3/520 17921
/proc/meminfo: memFree=24423584/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=90.06 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 59545 0 1 0 8998 8 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 53834 2263 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=88.27 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 43207 0 1 0 8823 4 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505935294 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0.02 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1199 0 0 0 2 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 984 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0.43 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 3843 0 0 0 43 0 0 0 15 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.59 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5877 0 0 0 58 1 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.6 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2723 0 0 0 60 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.06
Current children cumulated vsize (KiB) 13628444

[startup+89.6012 s]
/proc/loadavg: 1.96 2.02 2.02 3/520 17921
/proc/meminfo: memFree=24423956/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=90.86 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 59545 0 1 0 9078 8 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 53834 2263 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=89.08 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 43207 0 1 0 8903 5 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505963030 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0.02 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1199 0 0 0 2 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 984 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0.43 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 3843 0 0 0 43 0 0 0 15 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.59 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5877 0 0 0 58 1 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.6 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2723 0 0 0 60 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.86
Current children cumulated vsize (KiB) 13628444

[startup+90.0012 s]
/proc/loadavg: 1.96 2.02 2.02 3/520 17921
/proc/meminfo: memFree=24423956/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=13628444 CPUtime=91.26 cores=0,2,4,6
/proc/17805/stat : 17805 (java) S 17803 17805 14759 0 -1 4202496 59545 0 1 0 9118 8 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 3407111 53834 2263 9 0 3397845 0
[pid=17805/tid=17806] ppid=17803 vsize=13628444 CPUtime=89.48 cores=0,2,4,6
/proc/17805/task/17806/stat : 17806 (java) R 17803 17805 14759 0 -1 4202560 43207 0 1 0 8943 5 0 0 25 0 19 0 904036654 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 46912505795580 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17805/tid=17808] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17808/stat : 17808 (java) S 17803 17805 14759 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17809] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17809/stat : 17809 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17810] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17810/stat : 17810 (java) S 17803 17805 14759 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17811] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17811/stat : 17811 (java) S 17803 17805 14759 0 -1 4202560 53 0 0 0 1 0 0 0 16 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17812] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17812/stat : 17812 (java) S 17803 17805 14759 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17813] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17813/stat : 17813 (java) S 17803 17805 14759 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17814] ppid=17803 vsize=13628444 CPUtime=0.02 cores=0,2,4,6
/proc/17805/task/17814/stat : 17814 (java) S 17803 17805 14759 0 -1 4202560 1199 0 0 0 2 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17815] ppid=17803 vsize=13628444 CPUtime=0.01 cores=0,2,4,6
/proc/17805/task/17815/stat : 17815 (java) S 17803 17805 14759 0 -1 4202560 984 0 0 0 1 0 0 0 15 0 19 0 904036656 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17816] ppid=17803 vsize=13628444 CPUtime=0.43 cores=0,2,4,6
/proc/17805/task/17816/stat : 17816 (java) S 17803 17805 14759 0 -1 4202560 3843 0 0 0 43 0 0 0 15 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 0 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17817] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17817/stat : 17817 (java) S 17803 17805 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17818] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17818/stat : 17818 (java) S 17803 17805 14759 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 904036658 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17819] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17819/stat : 17819 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917217713 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17820] ppid=17803 vsize=13628444 CPUtime=0.59 cores=0,2,4,6
/proc/17805/task/17820/stat : 17820 (java) S 17803 17805 14759 0 -1 4202560 5877 0 0 0 58 1 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 6 0 0 0
[pid=17805/tid=17821] ppid=17803 vsize=13628444 CPUtime=0.6 cores=0,2,4,6
/proc/17805/task/17821/stat : 17821 (java) S 17803 17805 14759 0 -1 4202560 2723 0 0 0 60 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17822] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17822/stat : 17822 (java) S 17803 17805 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210009 0 4 0 16800975 18446604447883004864 0 0 -1 4 0 0 0
[pid=17805/tid=17823] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17823/stat : 17823 (java) S 17803 17805 14759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 904036660 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
[pid=17805/tid=17825] ppid=17803 vsize=13628444 CPUtime=0 cores=0,2,4,6
/proc/17805/task/17825/stat : 17825 (java) S 17803 17805 14759 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 904036722 13955526656 53834 33554432000 1073741824 1073778376 140736057402064 18446744073709551615 260917210624 0 4 0 16800975 18446604447883004864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.26
Current children cumulated vsize (KiB) 13628444

[startup+90.1012 s]
/proc/loadavg: 1.96 2.02 2.02 3/520 17921
/proc/meminfo: memFree=24423956/32950928 swapFree=61542356/67111528
[pid=17805] ppid=17803 vsize=0 CPUtime=91.38 cores=0,2,4,6
/proc/17805/stat : 17805 (java) R 17803 17805 14759 0 -1 4203524 59559 0 1 0 9129 9 0 0 18 0 1 0 904036654 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17805/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.38
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 90.1025
CPU time (s): 91.3921
CPU user time (s): 91.2941
CPU system time (s): 0.097985
CPU usage (%): 101.431
Max. virtual memory (cumulated for all children) (KiB): 13628444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.2941
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59559
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2496
involuntary context switches= 602

runsolver used 0.474927 second user time and 1.00485 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 23:54:20
IDJOB=3459365
IDBENCH=1450
IDSOLVER=1952
FILE ID=node116/3459365-1307138060
RUNJOBID= node116-1307134118-15945
PBS_JOBID= 13508800
Free space on /tmp= 73836 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459365-1307138060/watcher-3459365-1307138060 -o /tmp/evaluation-result-3459365-1307138060/solver-3459365-1307138060 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459365-1307138060.opb

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

MD5SUM BENCH= 6d44efaff34237725f88a3d0685c8f91
RANDOM SEED=397355351

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24641348 kB
Buffers:        250912 kB
Cached:         449340 kB
SwapCached:      12580 kB
Active:        7685376 kB
Inactive:       354268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24641348 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            2028 kB
Writeback:          48 kB
AnonPages:     7337276 kB
Mapped:          30784 kB
Slab:           139428 kB
PageTables:      63160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153023892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73836 MiB
End job on node116 at 2011-06-03 23:55:50