Trace number 3689452

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.01 899.866

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689452-1337882261.opb
0.10/0.10	c reading problem ... 
0.26/0.22	c ... done. Wall clock time 0.12s.
0.26/0.22	c declared #vars     600
0.26/0.22	c #constraints  845
0.26/0.22	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.26/0.23	c 845 constraints processed.
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.26/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.26/0.23	c 845 constraints processed.
2.17/0.73	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.36/1.04	c cleaning 4249 clauses out of 8505 with flag 11000/11000
4.93/1.59	c cleaning 5612 clauses out of 11256 with flag 18000/18000
6.54/2.37	c cleaning 6817 clauses out of 13644 with flag 26000/26000
8.38/3.28	c cleaning 7909 clauses out of 15827 with flag 35000/35000
11.05/4.56	c cleaning 8953 clauses out of 17920 with flag 45002/45002
14.22/6.19	c cleaning 9963 clauses out of 19965 with flag 56000/56000
16.20/7.16	c cleaning 0 clauses out of 5000 with flag 0/5000
18.47/8.19	c cleaning 10981 clauses out of 22002 with flag 68000/68000
23.24/10.47	c cleaning 12000 clauses out of 24024 with flag 81003/81003
28.81/13.28	c cleaning 12993 clauses out of 26024 with flag 95003/95003
36.18/16.93	c cleaning 13986 clauses out of 28028 with flag 110000/110000
41.51/19.64	c cleaning 15007 clauses out of 30043 with flag 126001/126001
48.68/23.21	c cleaning 15994 clauses out of 32040 with flag 143005/143005
57.89/27.80	c cleaning 16986 clauses out of 34044 with flag 161003/161003
67.81/32.83	c cleaning 18005 clauses out of 36055 with flag 180000/180000
78.69/38.38	c cleaning 19009 clauses out of 38054 with flag 200004/200004
90.39/44.28	c cleaning 20007 clauses out of 40041 with flag 221000/221000
103.09/50.66	c cleaning 21009 clauses out of 42034 with flag 243000/243000
117.17/57.73	c cleaning 22002 clauses out of 44025 with flag 266000/266000
134.00/66.29	c cleaning 22994 clauses out of 46023 with flag 290000/290000
153.12/75.84	c cleaning 24002 clauses out of 48029 with flag 315000/315000
168.80/83.72	c cleaning 24998 clauses out of 50027 with flag 341000/341000
187.51/93.11	c cleaning 25992 clauses out of 52029 with flag 368000/368000
209.51/104.21	c cleaning 27012 clauses out of 54038 with flag 396001/396001
233.59/116.38	c cleaning 28004 clauses out of 56027 with flag 425002/425002
237.02/118.16	c cleaning 0 clauses out of 11002 with flag 0/11002
262.08/130.78	c cleaning 29001 clauses out of 58022 with flag 455001/455001
294.46/147.09	c cleaning 29990 clauses out of 60020 with flag 486000/486000
331.74/165.70	c cleaning 30983 clauses out of 62030 with flag 518000/518000
371.40/185.62	c cleaning 32015 clauses out of 64049 with flag 551002/551002
413.67/206.83	c cleaning 33008 clauses out of 66035 with flag 585003/585003
449.03/224.63	c cleaning 33990 clauses out of 68024 with flag 620000/620000
497.30/248.84	c cleaning 34984 clauses out of 70034 with flag 656000/656000
540.01/270.22	c cleaning 36016 clauses out of 72050 with flag 693000/693000
588.06/294.33	c cleaning 37008 clauses out of 74034 with flag 731000/731000
640.63/320.75	c cleaning 37991 clauses out of 76028 with flag 770002/770002
690.72/345.88	c cleaning 38982 clauses out of 78036 with flag 810001/810001
752.46/376.77	c cleaning 40003 clauses out of 80053 with flag 851000/851000
811.80/406.41	c cleaning 41003 clauses out of 82050 with flag 893000/893000
887.63/444.45	c cleaning 42007 clauses out of 84050 with flag 936003/936003
976.76/488.96	c cleaning 42993 clauses out of 86042 with flag 980002/980002
1077.70/539.26	c cleaning 44000 clauses out of 88049 with flag 1025002/1025002
1094.26/547.66	c cleaning 0 clauses out of 18001 with flag 0/18001
1165.81/583.46	c cleaning 44999 clauses out of 90047 with flag 1071000/1071000
1250.27/625.54	c cleaning 46006 clauses out of 92048 with flag 1118000/1118000
1332.89/666.77	c cleaning 46992 clauses out of 94042 with flag 1166000/1166000
1430.58/715.44	c cleaning 48008 clauses out of 96051 with flag 1215001/1215001
1540.90/770.56	c cleaning 49005 clauses out of 98043 with flag 1265001/1265001
1650.79/825.35	c cleaning 50001 clauses out of 100038 with flag 1316001/1316001
1737.21/868.40	c cleaning 50999 clauses out of 102037 with flag 1368001/1368001
1800.01/899.82	c starts		: 205
1800.01/899.82	c conflicts		: 1401531
1800.01/899.82	c decisions		: 1856182
1800.01/899.82	c propagations		: 153371999
1800.01/899.82	c inspects		: 8749070848
1800.01/899.82	c shortcuts		: 0
1800.01/899.82	c learnt literals	: 0
1800.01/899.82	c learnt binary clauses	: 0
1800.01/899.82	c learnt ternary clauses	: 0
1800.01/899.82	c learnt constraints	: 1401531
1800.01/899.82	c ignored constraints	: 0
1800.01/899.82	c root simplifications	: 0
1800.01/899.82	c removed literals (reason simplification)	: 4558885
1800.01/899.82	c reason swapping (by a shorter reason)	: 0
1800.01/899.82	c Calls to reduceDB	: 48
1800.01/899.82	c number of reductions to clauses (during analyze)	: 0
1800.01/899.82	c number of learned constraints concerned by reduction	: 0
1800.01/899.82	c number of learning phase by resolution	: 0
1800.01/899.82	c number of learning phase by cutting planes	: 0
1800.01/899.82	c speed (assignments/second)	: 170491.39939616804
1800.01/899.82	c non guided choices	983
1800.01/899.85	c learnt constraints type 
1800.01/899.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84575
1800.01/899.85	c constraints type 
1800.01/899.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
1800.01/899.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.01/899.85	c 845 constraints processed.
1800.01/899.85	c constraints type 
1800.01/899.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
1800.01/899.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.01/899.85	c 845 constraints processed.
1800.01/899.85	s UNKNOWN
1800.01/899.85	c Total wall clock time (in seconds): 899.743

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-3689452-1337882261/watcher-3689452-1337882261 -o /tmp/evaluation-result-3689452-1337882261/solver-3689452-1337882261 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689452-1337882261.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.85 3.69 3.37 4/197 22002
/proc/meminfo: memFree=26613324/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22002/stat : 22002 (java) R 22000 22002 18255 0 -1 4202496 1089 0 0 0 0 0 0 0 20 0 1 0 254351525 23793664 817 33554432000 1073741824 1073778376 140734056216000 140734056205064 140362234694736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 5809 835 628 9 0 128 0

[startup+0.0925199 s]
/proc/loadavg: 3.85 3.69 3.37 4/197 22002
/proc/meminfo: memFree=26613324/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 4318 0 1 0 9 0 0 0 20 0 18 0 254351525 9787813888 6019 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2389603 6019 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100268 s]
/proc/loadavg: 3.85 3.69 3.37 4/197 22002
/proc/meminfo: memFree=26613324/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 4421 0 1 0 10 0 0 0 20 0 18 0 254351525 9787813888 6122 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2389603 6122 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300184 s]
/proc/loadavg: 3.85 3.69 3.37 4/197 22002
/proc/meminfo: memFree=26613324/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 8051 0 1 0 56 1 0 0 20 0 22 0 254351525 10060460032 10808 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 10809 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824668

[startup+0.7002 s]
/proc/loadavg: 3.85 3.69 3.37 4/197 22002
/proc/meminfo: memFree=26613324/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 15684 0 1 0 213 4 0 0 20 0 22 0 254351525 10060460032 24297 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 24297 2240 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824668

[startup+1.50086 s]
/proc/loadavg: 3.85 3.69 3.37 7/219 22024
/proc/meminfo: memFree=26472624/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=4.93 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 26950 0 1 0 484 9 0 0 20 0 22 0 254351525 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 47053 2276 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2454 0 1 0 20 0 0 0 20 0 22 0 254351526 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351526 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254351526 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351526 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 254351528 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 13358 0 0 0 113 3 0 0 20 0 22 0 254351530 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22018] ppid=22000 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/22002/task/22018/stat : 22018 (java) S 22000 22002 18255 0 -1 4202560 9690 0 0 0 101 2 0 0 20 0 22 0 254351530 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362048899128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22019] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22019/stat : 22019 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362047847032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22020] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22020/stat : 22020 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362046794440 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22021] ppid=22000 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/22002/task/22021/stat : 22021 (java) R 22000 22002 18255 0 -1 4202560 28 0 0 0 120 0 0 0 20 0 22 0 254351548 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362045738152 140362098650932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22022] ppid=22000 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/22002/task/22022/stat : 22022 (java) R 22000 22002 18255 0 -1 4202560 151 0 0 0 118 2 0 0 20 0 22 0 254351548 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362044685840 140362099248336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22023] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22023/stat : 22023 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362043635368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22024] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22024/stat : 22024 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 47053 33554432000 1073741824 1073778376 140734056216000 140362042582568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 3.85 3.69 3.37 5/219 22024
/proc/meminfo: memFree=26428620/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=8.17 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 27228 0 1 0 803 14 0 0 20 0 22 0 254351525 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 81034 2278 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2454 0 1 0 20 0 0 0 20 0 22 0 254351526 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254351526 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254351526 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254351526 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351527 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254351527 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254351527 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254351527 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254351527 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 207 0 0 0 7 0 0 0 20 0 22 0 254351528 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 13360 0 0 0 117 3 0 0 20 0 22 0 254351530 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22018] ppid=22000 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/22002/task/22018/stat : 22018 (java) S 22000 22002 18255 0 -1 4202560 9692 0 0 0 102 2 0 0 20 0 22 0 254351530 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362048899128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22019] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22019/stat : 22019 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362047847032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22020] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22020/stat : 22020 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362046794440 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22021] ppid=22000 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/22002/task/22021/stat : 22021 (java) R 22000 22002 18255 0 -1 4202560 31 0 0 0 268 0 0 0 20 0 22 0 254351548 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362045738072 140362098632175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22022] ppid=22000 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/22002/task/22022/stat : 22022 (java) R 22000 22002 18255 0 -1 4202560 209 0 0 0 263 6 0 0 20 0 22 0 254351548 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362044685760 140362098816468 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22023] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22023/stat : 22023 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362043635368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22024] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22024/stat : 22024 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 81034 33554432000 1073741824 1073778376 140734056216000 140362042582568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.86 3.69 3.38 5/219 22024
/proc/meminfo: memFree=26034964/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=14.6 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 28701 0 1 0 1437 23 0 0 20 0 22 0 254351525 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 190409 2278 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2454 0 1 0 20 0 0 0 20 0 22 0 254351526 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254351526 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 254351526 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254351526 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254351527 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254351527 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254351527 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 254351527 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 254351527 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 465 0 0 0 19 1 0 0 20 0 22 0 254351528 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 14339 0 0 0 125 3 0 0 20 0 22 0 254351530 10060460032 190409 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/22002/statm: 2456167 615112 2278 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2462 0 1 0 23 3 0 0 20 0 22 0 254351526 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 273 0 0 0 214 6 0 0 20 0 22 0 254351526 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 299 0 0 0 190 3 0 0 20 0 22 0 254351526 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 268 0 0 0 210 4 0 0 20 0 22 0 254351526 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 426 0 0 0 217 4 0 0 20 0 22 0 254351527 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 215 0 0 0 198 4 0 0 20 0 22 0 254351527 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 226 0 0 0 202 4 0 0 20 0 22 0 254351527 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 340 0 0 0 212 4 0 0 20 0 22 0 254351527 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 368 0 0 0 215 4 0 0 20 0 22 0 254351527 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=9.86 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 1385 0 0 0 965 21 0 0 20 0 22 0 254351528 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 18571 0 0 0 193 4 0 0 20 0 22 0 254351530 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22018] ppid=22000 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/22002/task/22018/stat : 22018 (java) S 22000 22002 18255 0 -1 4202560 9693 0 0 0 109 2 0 0 20 0 22 0 254351530 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362048899128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22019] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22019/stat : 22019 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362047847032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22020] ppid=22000 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/22002/task/22020/stat : 22020 (java) S 22000 22002 18255 0 -1 4202560 47 0 0 0 19 22 0 0 20 0 22 0 254351530 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362046794440 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22021] ppid=22000 vsize=9824668 CPUtime=805.09 cores=1,3,5,7
/proc/22002/task/22021/stat : 22021 (java) R 22000 22002 18255 0 -1 4202560 127 0 0 0 80493 16 0 0 20 0 22 0 254351548 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362045738768 140362098632087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22022] ppid=22000 vsize=9824668 CPUtime=805.15 cores=1,3,5,7
/proc/22002/task/22022/stat : 22022 (java) R 22000 22002 18255 0 -1 4202560 2042 0 0 0 80452 63 0 0 20 0 22 0 254351548 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362044685040 140362099270936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22023] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22023/stat : 22023 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362043635368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22024] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22024/stat : 22024 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 615112 33554432000 1073741824 1073778376 140734056216000 140362042582568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1644.74
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.16 4.03 3.73 5/219 22208
/proc/meminfo: memFree=24222148/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=1764.8 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 38169 0 1 0 176332 148 0 0 20 0 22 0 254351525 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 607799 2278 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2463 0 1 0 23 3 0 0 20 0 22 0 254351526 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 292 0 0 0 240 6 0 0 20 0 22 0 254351526 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 322 0 0 0 214 3 0 0 20 0 22 0 254351526 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 283 0 0 0 232 4 0 0 20 0 22 0 254351526 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 457 0 0 0 243 5 0 0 20 0 22 0 254351527 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 240 0 0 0 232 4 0 0 20 0 22 0 254351527 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 250 0 0 0 227 4 0 0 20 0 22 0 254351527 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 364 0 0 0 240 4 0 0 20 0 22 0 254351527 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 404 0 0 0 241 4 0 0 20 0 22 0 254351527 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=10.73 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 1389 0 0 0 1049 24 0 0 20 0 22 0 254351528 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 18571 0 0 0 193 4 0 0 20 0 22 0 254351530 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22018] ppid=22000 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/22002/task/22018/stat : 22018 (java) S 22000 22002 18255 0 -1 4202560 9693 0 0 0 109 2 0 0 20 0 22 0 254351530 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362048899128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22019] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22019/stat : 22019 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362047847032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22020] ppid=22000 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/22002/task/22020/stat : 22020 (java) S 22000 22002 18255 0 -1 4202560 51 0 0 0 20 24 0 0 20 0 22 0 254351530 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362046794440 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22021] ppid=22000 vsize=9824668 CPUtime=863.48 cores=1,3,5,7
/proc/22002/task/22021/stat : 22021 (java) R 22000 22002 18255 0 -1 4202560 135 0 0 0 86331 17 0 0 20 0 22 0 254351548 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362045738888 140362098632275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22022] ppid=22000 vsize=9824668 CPUtime=863.54 cores=1,3,5,7
/proc/22002/task/22022/stat : 22022 (java) R 22000 22002 18255 0 -1 4202560 2062 0 0 0 86290 64 0 0 20 0 22 0 254351548 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362044685040 140362098815873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22023] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22023/stat : 22023 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362043635368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22024] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22024/stat : 22024 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 607799 33554432000 1073741824 1073778376 140734056216000 140362042582568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1764.8
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.808 s]
/proc/loadavg: 4.12 4.03 3.74 5/219 22208
/proc/meminfo: memFree=24235168/32873844 swapFree=7384/7384
[pid=22002] ppid=22000 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/22002/stat : 22002 (java) S 22000 22002 18255 0 -1 4202496 38216 0 1 0 179851 150 0 0 20 0 22 0 254351525 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140734056207136 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22002/statm: 2456167 605080 2278 9 0 2446860 0
[pid=22002/tid=22004] ppid=22000 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/22002/task/22004/stat : 22004 (java) S 22000 22002 18255 0 -1 4202560 2463 0 1 0 23 3 0 0 20 0 22 0 254351526 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362230379512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22005] ppid=22000 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/22002/task/22005/stat : 22005 (java) S 22000 22002 18255 0 -1 4202560 301 0 0 0 250 6 0 0 20 0 22 0 254351526 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362219440936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22006] ppid=22000 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/22002/task/22006/stat : 22006 (java) S 22000 22002 18255 0 -1 4202560 325 0 0 0 220 3 0 0 20 0 22 0 254351526 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362218388136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22007] ppid=22000 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/22002/task/22007/stat : 22007 (java) S 22000 22002 18255 0 -1 4202560 288 0 0 0 240 4 0 0 20 0 22 0 254351526 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362217335848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22008] ppid=22000 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/22002/task/22008/stat : 22008 (java) S 22000 22002 18255 0 -1 4202560 460 0 0 0 248 5 0 0 20 0 22 0 254351527 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362070571944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22009] ppid=22000 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/22002/task/22009/stat : 22009 (java) S 22000 22002 18255 0 -1 4202560 240 0 0 0 238 4 0 0 20 0 22 0 254351527 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362069518632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22010] ppid=22000 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/22002/task/22010/stat : 22010 (java) S 22000 22002 18255 0 -1 4202560 258 0 0 0 234 4 0 0 20 0 22 0 254351527 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362068465832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22011] ppid=22000 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/22002/task/22011/stat : 22011 (java) S 22000 22002 18255 0 -1 4202560 373 0 0 0 248 4 0 0 20 0 22 0 254351527 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362067413544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22012] ppid=22000 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/22002/task/22012/stat : 22012 (java) S 22000 22002 18255 0 -1 4202560 405 0 0 0 246 4 0 0 20 0 22 0 254351527 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362066360744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22013] ppid=22000 vsize=9824668 CPUtime=10.74 cores=1,3,5,7
/proc/22002/task/22013/stat : 22013 (java) S 22000 22002 18255 0 -1 4202560 1389 0 0 0 1049 25 0 0 20 0 22 0 254351528 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362054163176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22014] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22014/stat : 22014 (java) S 22000 22002 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362053109240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22015] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22015/stat : 22015 (java) S 22000 22002 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254351528 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362052056840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22016] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22016/stat : 22016 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362051005328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22002/tid=22017] ppid=22000 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22002/task/22017/stat : 22017 (java) S 22000 22002 18255 0 -1 4202560 18571 0 0 0 193 4 0 0 20 0 22 0 254351530 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362049951928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22018] ppid=22000 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/22002/task/22018/stat : 22018 (java) S 22000 22002 18255 0 -1 4202560 9693 0 0 0 109 2 0 0 20 0 22 0 254351530 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362048899128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22019] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22019/stat : 22019 (java) S 22000 22002 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254351530 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362047847032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22002/tid=22020] ppid=22000 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/22002/task/22020/stat : 22020 (java) S 22000 22002 18255 0 -1 4202560 51 0 0 0 21 24 0 0 20 0 22 0 254351530 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362046794440 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22021] ppid=22000 vsize=9824668 CPUtime=880.76 cores=1,3,5,7
/proc/22002/task/22021/stat : 22021 (java) R 22000 22002 18255 0 -1 4202560 137 0 0 0 88058 18 0 0 20 0 22 0 254351548 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362045737952 140362098632263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22002/tid=22022] ppid=22000 vsize=9824668 CPUtime=880.83 cores=1,3,5,7
/proc/22002/task/22022/stat : 22022 (java) R 22000 22002 18255 0 -1 4202560 2069 0 0 0 88019 64 0 0 20 0 22 0 254351548 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362044685840 140362099250166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22023] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22023/stat : 22023 (java) S 22000 22002 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362043635368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22002/tid=22024] ppid=22000 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22002/task/22024/stat : 22024 (java) S 22000 22002 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254351549 10060460032 605080 33554432000 1073741824 1073778376 140734056216000 140362042582568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22002 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=230235
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=910709
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.866
CPU time (s): 1800.01
CPU user time (s): 1798.51
CPU system time (s): 1.5
CPU usage (%): 200.031
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.91071
maximum resident set size= 2862760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38270
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30688
involuntary context switches= 42975

runsolver used 3.41948 second user time and 8.86565 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 19:57:41
IDJOB=3689452
IDBENCH=89818
IDSOLVER=2268
FILE ID=node136/3689452-1337882261
RUNJOBID= node136-1337871880-18272
PBS_JOBID= 14620068
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689452-1337882261/watcher-3689452-1337882261 -o /tmp/evaluation-result-3689452-1337882261/solver-3689452-1337882261 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689452-1337882261.opb

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=743895823

node136.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.247
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.49
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.247
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.91
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.247
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.94
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.247
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.90
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.247
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.247
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.90
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.247
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.91
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.247
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26614232 kB
Buffers:          285376 kB
Cached:          1958560 kB
SwapCached:        24460 kB
Active:          3862968 kB
Inactive:        1622332 kB
Active(anon):    3215952 kB
Inactive(anon):    25096 kB
Active(file):     647016 kB
Inactive(file):  1597236 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               172 kB
Writeback:             0 kB
AnonPages:       3226420 kB
Mapped:            17944 kB
Shmem:                 0 kB
Slab:             626784 kB
SReclaimable:      68508 kB
SUnreclaim:       558276 kB
KernelStack:        1616 kB
PageTables:        10500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3512220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3166208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node136 at 2012-05-24 20:12:43