Trace number 3739724

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
PB11: Sat4j Res//CP 2.3.0UNSAT 120.484 60.435

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_8-unsat.opb
MD5SUMac6696aebedde13f32e972b28b72aa2c
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 benchmark20.4299
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints106278
Number of constraints which are clauses105730
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint70
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.1.v20110525
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		9996466904
0.06/0.10	c Max memory 		10048897024
0.06/0.10	c Total memory 		10048897024
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3739724-1338730244.opb
0.06/0.13	c reading problem ... 
1.80/1.06	c ... done. Wall clock time 0.938s.
1.80/1.06	c #vars     33396
1.80/1.06	c #constraints  97006
1.80/1.06	c constraints type 
1.80/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
1.80/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
1.80/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.80/1.06	c constraints type 
1.80/1.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 79702
1.80/1.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13579
1.80/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
9.72/4.40	c cleaning 2485 clauses out of 4997 with flag 5001/5001
16.17/7.52	c cleaning 4250 clauses out of 8509 with flag 11000/11000
23.88/11.45	c cleaning 5623 clauses out of 11259 with flag 18000/18000
33.00/16.10	c cleaning 6809 clauses out of 13636 with flag 26000/26000
43.72/21.49	c cleaning 7905 clauses out of 15827 with flag 35000/35000
56.61/27.90	c cleaning 8937 clauses out of 17922 with flag 45001/45001
70.73/35.05	c cleaning 9979 clauses out of 19984 with flag 56000/56000
85.85/42.68	c cleaning 10977 clauses out of 22005 with flag 68001/68001
102.66/51.15	c cleaning 12006 clauses out of 24024 with flag 81000/81000
120.34/60.09	c  And the winner is Resolution
120.34/60.40	c starts		: 78
120.34/60.40	c conflicts		: 94103
120.34/60.40	c decisions		: 127041
120.34/60.40	c propagations		: 142319411
120.34/60.40	c inspects		: 394385615
120.34/60.40	c shortcuts		: 0
120.34/60.40	c learnt literals	: 23
120.34/60.40	c learnt binary clauses	: 149
120.34/60.40	c learnt ternary clauses	: 511
120.34/60.40	c learnt constraints	: 94079
120.34/60.40	c ignored constraints	: 0
120.34/60.40	c root simplifications	: 0
120.34/60.40	c removed literals (reason simplification)	: 2145796
120.34/60.40	c reason swapping (by a shorter reason)	: 0
120.34/60.40	c Calls to reduceDB	: 9
120.34/60.40	c number of reductions to clauses (during analyze)	: 0
120.34/60.40	c number of learned constraints concerned by reduction	: 0
120.34/60.40	c number of learning phase by resolution	: 0
120.34/60.40	c number of learning phase by cutting planes	: 0
120.34/60.40	c speed (assignments/second)	: 2398614.80769879
120.34/60.40	c non guided choices	110
120.34/60.41	c learnt constraints type 
120.34/60.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149
120.34/60.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24959
120.34/60.41	c constraints type 
120.34/60.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
120.34/60.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
120.34/60.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
120.34/60.41	c constraints type 
120.34/60.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 79702
120.34/60.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13579
120.34/60.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
120.34/60.41	s UNSATISFIABLE
120.34/60.41	c Total wall clock time (in seconds): 60.283

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3739724-1338730244/watcher-3739724-1338730244 -o /tmp/evaluation-result-3739724-1338730244/solver-3739724-1338730244 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739724-1338730244.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: 3.81 3.92 3.81 4/198 30993
/proc/meminfo: memFree=24468664/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/30993/stat : 30993 (java) D 30991 30993 25219 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 339148939 2560000 46 33554432000 1073741824 1073778376 140733345592512 140733345589640 212064103719 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30993/statm: 625 46 37 9 0 29 0

[startup+0.0680621 s]
/proc/loadavg: 3.81 3.92 3.81 4/198 30993
/proc/meminfo: memFree=24468664/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 4355 0 1 0 2 1 0 0 20 0 13 0 339148939 11523600384 11695 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2813379 11695 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100256 s]
/proc/loadavg: 3.81 3.92 3.81 4/198 30993
/proc/meminfo: memFree=24468664/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 4749 0 1 0 5 1 0 0 20 0 18 0 339148939 11864465408 12600 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2896598 12601 1938 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300172 s]
/proc/loadavg: 3.81 3.92 3.81 4/198 30993
/proc/meminfo: memFree=24468664/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11586392 CPUtime=0.44 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 6290 0 1 0 42 2 0 0 20 0 18 0 339148939 11864465408 15944 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2896598 15946 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700186 s]
/proc/loadavg: 3.81 3.92 3.81 4/198 30993
/proc/meminfo: memFree=24468664/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11586392 CPUtime=1.26 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 11147 0 1 0 121 5 0 0 20 0 18 0 339148939 11864465408 48037 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2896598 48037 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 11586392

[startup+1.50065 s]
/proc/loadavg: 3.81 3.92 3.81 5/216 31011
/proc/meminfo: memFree=24146040/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=3.62 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 18894 0 1 0 353 9 0 0 20 0 22 0 339148939 12137111552 97744 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 97744 2261 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3561 0 1 0 97 5 0 0 20 0 22 0 339148940 12137111552 97744 33554432000 1073741824 1073778376 140735325772080 140705415746712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97744 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339148943 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) R 30991 30993 25219 0 -1 4202560 4624 0 0 0 83 1 0 0 20 0 22 0 339148946 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705228982584 140705419599977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) R 30991 30993 25219 0 -1 4202560 9388 0 0 0 84 2 0 0 20 0 22 0 339148946 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705227930040 140705418764144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 97746 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.81 3.92 3.81 7/220 31015
/proc/meminfo: memFree=23842400/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=7.2 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 19733 0 1 0 700 20 0 0 20 0 22 0 339148939 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 263680 2263 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3561 0 1 0 97 5 0 0 20 0 22 0 339148940 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705415746712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339148943 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4648 0 0 0 101 1 0 0 20 0 22 0 339148946 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9875 0 0 0 105 3 0 0 20 0 22 0 339148946 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31012] ppid=30991 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/30993/task/31012/stat : 31012 (java) R 30991 30993 25219 0 -1 4202560 25 0 0 0 199 0 0 0 20 0 22 0 339149045 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705224770728 140705288486230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=31013] ppid=30991 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/30993/task/31013/stat : 31013 (java) R 30991 30993 25219 0 -1 4202560 416 0 0 0 190 11 0 0 20 0 22 0 339149045 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705223715584 140705288454017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31014] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31014/stat : 31014 (java) S 30991 30993 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705222665512 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31015] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31015/stat : 31015 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 263680 33554432000 1073741824 1073778376 140735325772080 140705221612968 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.82 3.92 3.81 5/220 31015
/proc/meminfo: memFree=22712220/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=13.73 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 20189 0 1 0 1339 34 0 0 20 0 22 0 339148939 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 437940 2290 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3561 0 1 0 97 5 0 0 20 0 22 0 339148940 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705415746712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 339148942 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 51 0 0 0 10 0 0 0 20 0 22 0 339148943 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4668 0 0 0 117 1 0 0 20 0 22 0 339148946 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9875 0 0 0 109 3 0 0 20 0 22 0 339148946 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31012] ppid=30991 vsize=11852648 CPUtime=4.99 cores=1,3,5,7
/proc/30993/task/31012/stat : 31012 (java) R 30991 30993 25219 0 -1 4202560 29 0 0 0 499 0 0 0 20 0 22 0 339149045 12137111552 437940 33554432000 1073741824 1073778376 140735325772080 140705224770376 140705288486656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4672 0 0 0 128 1 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9878 0 0 0 112 3 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31012] ppid=30991 vsize=11852648 CPUtime=56.34 cores=1,3,5,7
/proc/30993/task/31012/stat : 31012 (java) R 30991 30993 25219 0 -1 4202560 36 0 0 0 5634 0 0 0 20 0 22 0 339149045 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705224768648 140705288299091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31013] ppid=30991 vsize=11852648 CPUtime=56.4 cores=1,3,5,7
/proc/30993/task/31013/stat : 31013 (java) R 30991 30993 25219 0 -1 4202560 1191 0 0 0 5607 33 0 0 20 0 22 0 339149045 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705223716880 140705288526285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31014] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31014/stat : 31014 (java) S 30991 30993 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705222665512 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31015] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31015/stat : 31015 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705221612968 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 118.54
Current children cumulated vsize (KiB) 11852648

[startup+59.9008 s]
/proc/loadavg: 3.93 3.94 3.82 5/219 31015
/proc/meminfo: memFree=21704372/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=120.14 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 20779 0 1 0 11964 50 0 0 20 0 22 0 339148939 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 689413 2290 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3562 0 1 0 97 5 0 0 20 0 22 0 339148940 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705415746712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 22 0 339148942 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 88 0 0 0 120 2 0 0 20 0 22 0 339148943 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339148944 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4672 0 0 0 128 1 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9878 0 0 0 112 3 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 339148946 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31012] ppid=30991 vsize=11852648 CPUtime=57.14 cores=1,3,5,7
/proc/30993/task/31012/stat : 31012 (java) R 30991 30993 25219 0 -1 4202560 36 0 0 0 5714 0 0 0 20 0 22 0 339149045 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705224768528 140705288480998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31013] ppid=30991 vsize=11852648 CPUtime=57.19 cores=1,3,5,7
/proc/30993/task/31013/stat : 31013 (java) R 30991 30993 25219 0 -1 4202560 1191 0 0 0 5686 33 0 0 20 0 22 0 339149045 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705223716880 140705288820014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31014] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31014/stat : 31014 (java) S 30991 30993 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705222665512 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31015] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31015/stat : 31015 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339149057 12137111552 689413 33554432000 1073741824 1073778376 140735325772080 140705221612968 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 120.14
Current children cumulated vsize (KiB) 11852648

[startup+60.3011 s]
/proc/loadavg: 3.93 3.94 3.82 5/219 31015
/proc/meminfo: memFree=21704372/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=120.34 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 20780 0 1 0 11982 52 0 0 20 0 19 0 339148939 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 689402 2291 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3562 0 1 0 97 5 0 0 20 0 19 0 339148940 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705415746712 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 19 0 339148942 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 88 0 0 0 120 2 0 0 20 0 19 0 339148943 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339148944 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339148944 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339148946 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4672 0 0 0 130 1 0 0 20 0 19 0 339148946 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9878 0 0 0 112 3 0 0 20 0 19 0 339148946 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339148946 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 339148946 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31015] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31015/stat : 31015 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 339149057 12137111552 689402 33554432000 1073741824 1073778376 140735325772080 140705221612968 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 120.34
Current children cumulated vsize (KiB) 11852648

[startup+60.4007 s]
/proc/loadavg: 3.93 3.94 3.82 3/216 31015
/proc/meminfo: memFree=21704152/32873648 swapFree=7388/7388
[pid=30993] ppid=30991 vsize=11852648 CPUtime=120.34 cores=1,3,5,7
/proc/30993/stat : 30993 (java) S 30991 30993 25219 0 -1 4202496 20784 0 1 0 11982 52 0 0 20 0 20 0 339148939 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140735325763216 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30993/statm: 2963162 689405 2291 9 0 2953849 0
[pid=30993/tid=30995] ppid=30991 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 25219 0 -1 4202560 3563 0 1 0 97 5 0 0 20 0 20 0 339148940 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705415746264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 25219 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705252973480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 25219 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705251920936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 25219 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705250867880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705249815336 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 25219 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705248762280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 25219 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705247709736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 25219 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705246656680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 25219 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 20 0 339148942 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705245604136 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 25219 0 -1 4202560 88 0 0 0 120 2 0 0 20 0 20 0 339148943 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705233193832 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339148944 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705232140152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339148944 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705231086984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31007] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31007/stat : 31007 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339148946 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705230035728 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31008] ppid=30991 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/30993/task/31008/stat : 31008 (java) S 30991 30993 25219 0 -1 4202560 4672 0 0 0 130 1 0 0 20 0 20 0 339148946 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705228982584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31009] ppid=30991 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30993/task/31009/stat : 31009 (java) S 30991 30993 25219 0 -1 4202560 9878 0 0 0 112 3 0 0 20 0 20 0 339148946 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705227930040 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31010] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31010/stat : 31010 (java) S 30991 30993 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339148946 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705226877176 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30993/tid=31011] ppid=30991 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30993/task/31011/stat : 31011 (java) S 30991 30993 25219 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 20 0 339148946 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705225824840 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30993/tid=31015] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31015/stat : 31015 (java) S 30991 30993 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339149057 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705221612968 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30993/tid=31016] ppid=30991 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30993/task/31016/stat : 31016 (java) R 30991 30993 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339154979 12137111552 689405 33554432000 1073741824 1073778376 140735325772080 140705223719656 140705287571171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 120.34
Current children cumulated vsize (KiB) 11852648

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0700073
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): -0.00999999

Real time (s): 60.435
CPU time (s): 120.484
CPU user time (s): 119.883
CPU system time (s): 0.600907
CPU usage (%): 199.361
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.803
system time used= 0.610907
maximum resident set size= 2759680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20792
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2265
involuntary context switches= 2536

runsolver used 0.283956 second user time and 0.693894 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 15:30:44
IDJOB=3739724
IDBENCH=74295
IDSOLVER=2328
FILE ID=node148/3739724-1338730244
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71324 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_8-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739724-1338730244/watcher-3739724-1338730244 -o /tmp/evaluation-result-3739724-1338730244/solver-3739724-1338730244 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739724-1338730244.opb

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

MD5SUM BENCH= ac6696aebedde13f32e972b28b72aa2c
RANDOM SEED=1683786168

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24469200 kB
Buffers:          598804 kB
Cached:          2933780 kB
SwapCached:          628 kB
Active:          5368604 kB
Inactive:        2116592 kB
Active(anon):    3942112 kB
Inactive(anon):    10660 kB
Active(file):    1426492 kB
Inactive(file):  2105932 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3576 kB
Writeback:             0 kB
AnonPages:       3956764 kB
Mapped:            19088 kB
Shmem:                36 kB
Slab:             766964 kB
SReclaimable:     211000 kB
SUnreclaim:       555964 kB
KernelStack:        1632 kB
PageTables:        11536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3891200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71324 MiB
End job on node148 at 2012-06-03 15:31:45