Trace number 3458702

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 698.413 696.482

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark438.709
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458702-1307138805.opb
0.10/0.11	c reading problem ... 
2.57/2.04	c ... done. Wall clock time 1.929s.
2.57/2.04	c #vars     109757
2.57/2.04	c #constraints  313451
2.57/2.04	c constraints type 
2.57/2.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
2.57/2.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
2.57/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
12.48/11.53	c cleaning 2499 clauses out of 4997 with flag 5000/5000
18.12/16.96	c cleaning 4241 clauses out of 8499 with flag 11001/11001
24.53/23.36	c cleaning 5626 clauses out of 11258 with flag 18002/18002
32.86/31.67	c cleaning 6810 clauses out of 13631 with flag 26001/26001
38.89/37.61	c cleaning 7889 clauses out of 15827 with flag 35007/35007
49.81/48.53	c cleaning 8950 clauses out of 17931 with flag 45000/45000
56.23/55.00	c cleaning 9981 clauses out of 19981 with flag 56000/56000
63.24/61.97	c cleaning 10994 clauses out of 22001 with flag 68001/68001
71.15/69.90	c cleaning 11998 clauses out of 24006 with flag 81000/81000
85.17/83.88	c cleaning 12994 clauses out of 26009 with flag 95001/95001
94.48/93.15	c cleaning 13978 clauses out of 28014 with flag 110000/110000
105.50/104.17	c cleaning 14992 clauses out of 30035 with flag 126000/126000
117.52/116.15	c cleaning 15992 clauses out of 32043 with flag 143000/143000
125.43/124.07	c cleaning 17021 clauses out of 34053 with flag 161002/161002
137.05/135.67	c cleaning 17988 clauses out of 36030 with flag 180001/180001
153.36/151.99	c cleaning 19007 clauses out of 38040 with flag 200001/200001
167.08/165.61	c cleaning 19984 clauses out of 40034 with flag 221002/221002
179.90/178.50	c cleaning 20996 clauses out of 42047 with flag 243000/243000
191.41/189.97	c cleaning 22007 clauses out of 44051 with flag 266000/266000
206.14/204.62	c cleaning 22994 clauses out of 46043 with flag 290000/290000
220.46/218.93	c cleaning 24022 clauses out of 48049 with flag 315000/315000
235.88/234.35	c cleaning 24996 clauses out of 50026 with flag 341000/341000
253.79/252.21	c cleaning 26005 clauses out of 52032 with flag 368002/368002
268.31/266.72	c cleaning 26998 clauses out of 54027 with flag 396002/396002
281.93/280.40	c cleaning 27988 clauses out of 56026 with flag 425000/425000
300.87/299.29	c cleaning 29001 clauses out of 58037 with flag 455000/455000
322.67/321.11	c cleaning 30003 clauses out of 60036 with flag 486000/486000
354.80/353.12	c cleaning 31001 clauses out of 62034 with flag 518001/518001
383.00/381.32	c cleaning 31993 clauses out of 64032 with flag 551000/551000
403.41/401.74	c cleaning 32994 clauses out of 66039 with flag 585000/585000
422.73/421.04	c cleaning 34006 clauses out of 68047 with flag 620002/620002
447.04/445.40	c cleaning 35014 clauses out of 70039 with flag 656000/656000
476.56/474.83	c cleaning 36010 clauses out of 72026 with flag 693002/693002
505.17/503.40	c cleaning 36991 clauses out of 74014 with flag 731000/731000
525.19/523.47	c cleaning 38001 clauses out of 76023 with flag 770000/770000
550.41/548.65	c cleaning 38997 clauses out of 78023 with flag 810001/810001
579.23/577.42	c cleaning 40005 clauses out of 80026 with flag 851001/851001
599.54/597.73	c cleaning 40999 clauses out of 82019 with flag 893000/893000
628.16/626.38	c cleaning 41996 clauses out of 84022 with flag 936002/936002
652.77/650.90	c cleaning 42991 clauses out of 86022 with flag 980000/980000
676.68/674.84	c cleaning 44010 clauses out of 88032 with flag 1025001/1025001
698.30/696.41	c starts		: 187
698.30/696.41	c conflicts		: 1065137
698.30/696.41	c decisions		: 3539018
698.30/696.41	c propagations		: 1674253002
698.30/696.41	c inspects		: 5410652105
698.30/696.41	c shortcuts		: 0
698.30/696.41	c learnt literals	: 29
698.30/696.42	c learnt binary clauses	: 451
698.30/696.42	c learnt ternary clauses	: 1097
698.30/696.42	c learnt constraints	: 1065107
698.30/696.42	c ignored constraints	: 0
698.30/696.42	c root simplifications	: 0
698.30/696.42	c removed literals (reason simplification)	: 11448866
698.30/696.42	c reason swapping (by a shorter reason)	: 0
698.30/696.42	c Calls to reduceDB	: 41
698.30/696.42	c number of reductions to clauses (during analyze)	: 0
698.30/696.42	c number of learned constraints concerned by reduction	: 0
698.30/696.42	c number of learning phase by resolution	: 0
698.30/696.42	c number of learning phase by cutting planes	: 0
698.30/696.42	c speed (assignments/second)	: 2411175.856745376
698.30/696.42	c non guided choices	38852
698.30/696.44	c learnt constraints type 
698.30/696.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 451
698.30/696.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83694
698.30/696.44	c constraints type 
698.30/696.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
698.30/696.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
698.30/696.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
698.30/696.44	s UNSATISFIABLE
698.30/696.44	c Total wall clock time (in seconds): 696.33

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.01 2/464 19319
/proc/meminfo: memFree=31129636/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 1357 0 1 0 0 0 0 0 25 0 2 0 825479276 36679680 1061 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 8955 1065 827 9 0 386 0
[pid=19319/tid=19320] ppid=19317 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 3989 0 1 0 0 0 0 0 25 0 2 0 825479277 13850947584 4805 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0908409 s]
/proc/loadavg: 2.03 2.04 2.01 2/464 19319
/proc/meminfo: memFree=31129636/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13620916 CPUtime=0.08 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 14900 0 1 0 6 2 0 0 25 0 18 0 825479276 13947817984 14574 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3405229 14574 1954 9 0 3395963 0
[pid=19319/tid=19320] ppid=19317 vsize=13620916 CPUtime=0.07 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) D 19317 19319 12983 0 -1 4202560 13433 0 1 0 5 2 0 0 18 0 18 0 825479277 13947817984 14574 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 47155131938410 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13620916

[startup+0.100594 s]
/proc/loadavg: 2.03 2.04 2.01 2/464 19319
/proc/meminfo: memFree=31129636/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13622412 CPUtime=0.1 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 15537 0 1 0 8 2 0 0 25 0 18 0 825479276 13949349888 15187 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3405603 15187 2093 9 0 3396337 0
[pid=19319/tid=19320] ppid=19317 vsize=13622412 CPUtime=0.08 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 13571 0 1 0 6 2 0 0 18 0 18 0 825479277 13949349888 15188 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 47155131081475 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622412

[startup+0.300562 s]
/proc/loadavg: 2.03 2.04 2.01 2/464 19319
/proc/meminfo: memFree=31129636/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13623524 CPUtime=0.49 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 19350 0 1 0 46 3 0 0 25 0 18 0 825479276 13950488576 18452 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3405881 18453 2202 9 0 3396615 0
[pid=19319/tid=19320] ppid=19317 vsize=13623524 CPUtime=0.28 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 16175 0 1 0 26 2 0 0 18 0 18 0 825479277 13950488576 18453 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505553627 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13623524

[startup+0.70055 s]
/proc/loadavg: 2.03 2.04 2.01 2/464 19319
/proc/meminfo: memFree=31129636/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13626984 CPUtime=1.15 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 57509 0 1 0 108 7 0 0 25 0 18 0 825479276 13954031616 54864 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3406746 54869 2214 9 0 3397480 0
[pid=19319/tid=19320] ppid=19317 vsize=13626984 CPUtime=0.68 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 50884 0 1 0 62 6 0 0 18 0 18 0 825479277 13954031616 54872 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505553645 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13626984

[startup+1.50135 s]
/proc/loadavg: 2.03 2.04 2.01 3/482 19337
/proc/meminfo: memFree=30789740/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13626984 CPUtime=1.94 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 142389 0 1 0 178 16 0 0 25 0 18 0 825479276 13954031616 139745 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3406746 139749 2214 9 0 3397480 0
[pid=19319/tid=19320] ppid=19317 vsize=13626984 CPUtime=1.48 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 135763 0 1 0 132 16 0 0 19 0 18 0 825479277 13954031616 139751 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505602123 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139754 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139756 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139759 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139762 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139764 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139767 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139769 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479279 13954031616 139772 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 825479280 13954031616 139774 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 825479281 13954031616 139777 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 825479281 13954031616 139780 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479283 13954031616 139782 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13626984 CPUtime=0.23 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 2845 0 0 0 23 0 0 0 25 0 18 0 825479283 13954031616 139785 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13626984 CPUtime=0.21 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 2639 0 0 0 21 0 0 0 25 0 18 0 825479283 13954031616 139787 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825479283 13954031616 139790 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13626984 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 825479283 13954031616 139792 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13626984

[startup+3.10107 s]
/proc/loadavg: 2.03 2.04 2.01 6/483 19338
/proc/meminfo: memFree=30352824/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13628236 CPUtime=4.03 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 199536 0 1 0 379 24 0 0 25 0 19 0 825479276 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3407059 195741 2235 9 0 3397793 0
[pid=19319/tid=19320] ppid=19317 vsize=13628236 CPUtime=3.08 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 191653 0 1 0 285 23 0 0 25 0 19 0 825479277 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505678831 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 825479280 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 825479281 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825479281 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13628236 CPUtime=0.51 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3624 0 0 0 51 0 0 0 15 0 19 0 825479283 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13628236 CPUtime=0.42 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3099 0 0 0 42 0 0 0 15 0 19 0 825479283 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825479283 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19338] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19338/stat : 19338 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 825479485 13955313664 195741 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 13628236

[startup+6.30157 s]
/proc/loadavg: 2.11 2.06 2.01 3/483 19338
/proc/meminfo: memFree=30350444/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13628236 CPUtime=7.28 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 199765 0 1 0 704 24 0 0 25 0 19 0 825479276 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3407059 195904 2236 9 0 3397793 0
[pid=19319/tid=19320] ppid=19317 vsize=13628236 CPUtime=6.28 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 191875 0 1 0 605 23 0 0 25 0 19 0 825479277 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505859978 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479279 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825479280 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 825479281 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825479281 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13628236 CPUtime=0.51 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3624 0 0 0 51 0 0 0 15 0 19 0 825479283 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13628236 CPUtime=0.46 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3106 0 0 0 46 0 0 0 15 0 19 0 825479283 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13628236 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 13955313664 195904 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0

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

/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 26 0 0 0 12 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13693772 CPUtime=0.07 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13693772 CPUtime=0.1 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13693772 CPUtime=0.11 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 257 0 0 0 11 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1067 0 0 0 12 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 3201 0 0 0 16 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13693772 CPUtime=0.18 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 3676 0 0 0 18 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 4194 0 0 0 16 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13693772 CPUtime=5.85 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 17869 0 0 0 584 1 0 0 15 0 19 0 825479280 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13693772 CPUtime=0.58 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3654 0 0 0 58 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13693772 CPUtime=0.54 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3118 0 0 0 54 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19338] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19338/stat : 19338 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 825479485 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 697.01
Current children cumulated vsize (KiB) 13693772

[startup+695.901 s]
/proc/loadavg: 2.00 2.04 2.00 3/483 19357
/proc/meminfo: memFree=30209328/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13693772 CPUtime=697.8 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 230407 0 1 0 69753 27 0 0 25 0 19 0 825479276 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3423443 226407 2263 9 0 3414177 0
[pid=19319/tid=19320] ppid=19317 vsize=13693772 CPUtime=689.7 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 192121 0 1 0 68947 23 0 0 25 0 19 0 825479277 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505892897 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 26 0 0 0 12 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13693772 CPUtime=0.07 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13693772 CPUtime=0.1 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13693772 CPUtime=0.11 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 257 0 0 0 11 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1067 0 0 0 12 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 3201 0 0 0 16 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13693772 CPUtime=0.18 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 3676 0 0 0 18 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 4194 0 0 0 16 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13693772 CPUtime=5.85 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 17869 0 0 0 584 1 0 0 15 0 19 0 825479280 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13693772 CPUtime=0.58 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3654 0 0 0 58 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13693772 CPUtime=0.54 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3118 0 0 0 54 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19338] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19338/stat : 19338 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 825479485 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 697.8
Current children cumulated vsize (KiB) 13693772

[startup+696.317 s]
/proc/loadavg: 2.00 2.04 2.00 3/483 19357
/proc/meminfo: memFree=30209444/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13693772 CPUtime=698.21 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 230407 0 1 0 69794 27 0 0 25 0 19 0 825479276 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3423443 226407 2263 9 0 3414177 0
[pid=19319/tid=19320] ppid=19317 vsize=13693772 CPUtime=690.12 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 192121 0 1 0 68989 23 0 0 25 0 19 0 825479277 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505859978 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 26 0 0 0 12 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13693772 CPUtime=0.07 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13693772 CPUtime=0.1 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13693772 CPUtime=0.11 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 257 0 0 0 11 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1067 0 0 0 12 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 3201 0 0 0 16 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13693772 CPUtime=0.18 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 3676 0 0 0 18 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 4194 0 0 0 16 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13693772 CPUtime=5.85 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 17869 0 0 0 584 1 0 0 15 0 19 0 825479280 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13693772 CPUtime=0.58 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3654 0 0 0 58 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13693772 CPUtime=0.54 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3118 0 0 0 54 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19338] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19338/stat : 19338 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 825479485 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 698.21
Current children cumulated vsize (KiB) 13693772

[startup+696.401 s]
/proc/loadavg: 2.00 2.04 2.00 3/483 19357
/proc/meminfo: memFree=30209444/32950928 swapFree=34365992/67111528
[pid=19319] ppid=19317 vsize=13693772 CPUtime=698.3 cores=1,3,5,7
/proc/19319/stat : 19319 (java) S 19317 19319 12983 0 -1 4202496 230407 0 1 0 69803 27 0 0 25 0 19 0 825479276 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19319/statm: 3423443 226407 2263 9 0 3414177 0
[pid=19319/tid=19320] ppid=19317 vsize=13693772 CPUtime=690.2 cores=1,3,5,7
/proc/19319/task/19320/stat : 19320 (java) R 19317 19319 12983 0 -1 4202560 192121 0 1 0 68997 23 0 0 25 0 19 0 825479277 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 46912505874386 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19319/tid=19322] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19322/stat : 19322 (java) S 19317 19319 12983 0 -1 4202560 26 0 0 0 12 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19323] ppid=19317 vsize=13693772 CPUtime=0.07 cores=1,3,5,7
/proc/19319/task/19323/stat : 19323 (java) S 19317 19319 12983 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19324] ppid=19317 vsize=13693772 CPUtime=0.1 cores=1,3,5,7
/proc/19319/task/19324/stat : 19324 (java) S 19317 19319 12983 0 -1 4202560 22 0 0 0 10 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19325] ppid=19317 vsize=13693772 CPUtime=0.11 cores=1,3,5,7
/proc/19319/task/19325/stat : 19325 (java) S 19317 19319 12983 0 -1 4202560 257 0 0 0 11 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19326] ppid=19317 vsize=13693772 CPUtime=0.12 cores=1,3,5,7
/proc/19319/task/19326/stat : 19326 (java) S 19317 19319 12983 0 -1 4202560 1067 0 0 0 12 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19327] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19327/stat : 19327 (java) S 19317 19319 12983 0 -1 4202560 3201 0 0 0 16 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19328] ppid=19317 vsize=13693772 CPUtime=0.18 cores=1,3,5,7
/proc/19319/task/19328/stat : 19328 (java) S 19317 19319 12983 0 -1 4202560 3676 0 0 0 18 0 0 0 16 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19329] ppid=19317 vsize=13693772 CPUtime=0.16 cores=1,3,5,7
/proc/19319/task/19329/stat : 19329 (java) S 19317 19319 12983 0 -1 4202560 4194 0 0 0 16 0 0 0 15 0 19 0 825479279 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 7 0 0 0
[pid=19319/tid=19330] ppid=19317 vsize=13693772 CPUtime=5.85 cores=1,3,5,7
/proc/19319/task/19330/stat : 19330 (java) S 19317 19319 12983 0 -1 4202560 17869 0 0 0 584 1 0 0 15 0 19 0 825479280 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 0 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19331] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19331/stat : 19331 (java) S 19317 19319 12983 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19332] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19332/stat : 19332 (java) S 19317 19319 12983 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825479281 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19333] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19333/stat : 19333 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606690225 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19334] ppid=19317 vsize=13693772 CPUtime=0.58 cores=1,3,5,7
/proc/19319/task/19334/stat : 19334 (java) S 19317 19319 12983 0 -1 4202560 3654 0 0 0 58 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19335] ppid=19317 vsize=13693772 CPUtime=0.54 cores=1,3,5,7
/proc/19319/task/19335/stat : 19335 (java) S 19317 19319 12983 0 -1 4202560 3118 0 0 0 54 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 1 0 0 0
[pid=19319/tid=19336] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19336/stat : 19336 (java) S 19317 19319 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606682521 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
[pid=19319/tid=19337] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19337/stat : 19337 (java) S 19317 19319 12983 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 825479283 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 5 0 0 0
[pid=19319/tid=19338] ppid=19317 vsize=13693772 CPUtime=0 cores=1,3,5,7
/proc/19319/task/19338/stat : 19338 (java) S 19317 19319 12983 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 825479485 14022422528 226407 33554432000 1073741824 1073778376 140734257110784 18446744073709551615 235606683136 0 4 0 16800975 18446604465333237888 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 698.3
Current children cumulated vsize (KiB) 13693772

Child status: 20
Real time (s): 696.482
CPU time (s): 698.413
CPU user time (s): 698.104
CPU system time (s): 0.308953
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 13693772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698.104
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230430
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= 15733
involuntary context switches= 2712

runsolver used 3.11553 second user time and 7.33089 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 00:06:45
IDJOB=3458702
IDBENCH=1489
IDSOLVER=1952
FILE ID=node120/3458702-1307138805
RUNJOBID= node120-1307134082-15999
PBS_JOBID= 13508796
Free space on /tmp= 73804 MiB

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

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=634362449

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:      31129916 kB
Buffers:        284992 kB
Cached:         986344 kB
SwapCached:      12852 kB
Active:         577296 kB
Inactive:       950772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31129916 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           11336 kB
Writeback:           0 kB
AnonPages:      253760 kB
Mapped:          17468 kB
Slab:           133376 kB
PageTables:      91932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118812040 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= 73800 MiB
End job on node120 at 2011-06-04 00:18:22