Trace number 3741086

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.0? (TO) 1800.04 920.068

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
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 variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3741086-1338751090.opb
0.08/0.13	c reading problem ... 
9.92/7.71	c ... done. Wall clock time 7.585s.
9.92/7.71	c #vars     48368
9.92/7.71	c #constraints  1117418
9.92/7.71	c constraints type 
9.92/7.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
9.92/7.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
9.92/7.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
9.92/7.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
9.92/7.72	c constraints type 
9.92/7.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
9.92/7.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
9.92/7.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
9.92/7.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
30.68/17.30	c cleaning 0 clauses out of 5002 with flag 0/5002
42.10/23.18	c cleaning 0 clauses out of 11000 with flag 0/11000
49.92/27.33	c cleaning 2450 clauses out of 5002 with flag 5002/5002
56.17/30.74	c cleaning 0 clauses out of 18000 with flag 0/18000
74.39/40.26	c cleaning 0 clauses out of 26002 with flag 0/26002
79.42/43.02	c cleaning 4231 clauses out of 8550 with flag 11000/11000
98.27/52.77	c cleaning 0 clauses out of 35000 with flag 0/35000
104.50/56.16	c cleaning 5643 clauses out of 11320 with flag 18001/18001
131.25/69.93	c cleaning 0 clauses out of 45000 with flag 0/45000
136.09/72.67	c cleaning 6838 clauses out of 13677 with flag 26001/26001
161.12/85.41	c cleaning 7881 clauses out of 15839 with flag 35001/35001
167.56/88.99	c cleaning 0 clauses out of 56001 with flag 0/56001
193.69/102.44	c cleaning 8903 clauses out of 17957 with flag 45000/45000
209.12/110.47	c cleaning 0 clauses out of 68000 with flag 0/68000
221.73/117.02	c cleaning 9957 clauses out of 20060 with flag 56006/56006
250.97/131.91	c cleaning 0 clauses out of 81000 with flag 0/81000
255.49/134.64	c cleaning 11001 clauses out of 22097 with flag 68000/68000
287.52/150.93	c cleaning 12032 clauses out of 24098 with flag 81002/81002
312.74/163.89	c cleaning 0 clauses out of 95000 with flag 0/95000
318.75/167.20	c cleaning 13003 clauses out of 26067 with flag 95003/95003
350.45/183.47	c cleaning 13966 clauses out of 28061 with flag 110000/110000
378.85/197.98	c cleaning 0 clauses out of 110001 with flag 0/110001
401.66/209.64	c cleaning 14997 clauses out of 30095 with flag 126000/126000
439.50/228.88	c cleaning 15821 clauses out of 32098 with flag 143000/143000
468.01/243.54	c cleaning 0 clauses out of 126001 with flag 0/126001
473.59/246.69	c cleaning 16916 clauses out of 34277 with flag 161000/161000
507.40/263.90	c cleaning 18154 clauses out of 36361 with flag 180000/180000
544.99/282.99	c cleaning 18999 clauses out of 38207 with flag 200000/200000
546.43/284.11	c cleaning 0 clauses out of 143000 with flag 0/143000
582.45/302.41	c cleaning 20054 clauses out of 40211 with flag 221003/221003
618.63/320.89	c cleaning 21046 clauses out of 42157 with flag 243003/243003
634.41/329.03	c cleaning 0 clauses out of 161002 with flag 0/161002
665.86/345.28	c cleaning 22037 clauses out of 44108 with flag 266000/266000
716.32/370.72	c cleaning 23009 clauses out of 46072 with flag 290001/290001
756.49/391.10	c cleaning 0 clauses out of 180000 with flag 0/180000
784.06/405.30	c cleaning 23978 clauses out of 48062 with flag 315000/315000
831.37/429.36	c cleaning 25016 clauses out of 50083 with flag 341001/341001
876.60/452.25	c cleaning 0 clauses out of 200000 with flag 0/200000
909.17/468.84	c cleaning 26019 clauses out of 52062 with flag 368000/368000
983.38/506.23	c cleaning 26997 clauses out of 54038 with flag 396002/396002
1008.62/519.31	c cleaning 0 clauses out of 221002 with flag 0/221002
1054.41/542.59	c cleaning 27991 clauses out of 56036 with flag 425001/425001
1121.44/576.34	c cleaning 29002 clauses out of 58047 with flag 455005/455005
1178.81/605.33	c cleaning 0 clauses out of 243002 with flag 0/243002
1187.00/609.97	c cleaning 30006 clauses out of 60040 with flag 486000/486000
1253.76/643.62	c cleaning 31006 clauses out of 62035 with flag 518001/518001
1344.74/689.43	c cleaning 31954 clauses out of 64029 with flag 551001/551001
1385.10/709.93	c cleaning 0 clauses out of 266002 with flag 0/266002
1429.88/732.83	c cleaning 32878 clauses out of 66075 with flag 585001/585001
1507.48/771.98	c cleaning 34066 clauses out of 68196 with flag 620000/620000
1570.86/803.99	c cleaning 35042 clauses out of 70130 with flag 656000/656000
1615.79/826.71	c cleaning 0 clauses out of 290001 with flag 0/290001
1652.13/845.49	c cleaning 35947 clauses out of 72088 with flag 693000/693000
1753.72/896.53	c cleaning 37063 clauses out of 74143 with flag 731003/731003
1800.04/920.01	c starts		: 169
1800.04/920.01	c conflicts		: 749181
1800.04/920.01	c decisions		: 22912143
1800.04/920.01	c propagations		: 1360929810
1800.04/920.01	c inspects		: 6787905827
1800.04/920.01	c shortcuts		: 0
1800.04/920.01	c learnt literals	: 20
1800.04/920.01	c learnt binary clauses	: 1163
1800.04/920.01	c learnt ternary clauses	: 1792
1800.04/920.01	c learnt constraints	: 749161
1800.04/920.01	c ignored constraints	: 0
1800.04/920.01	c root simplifications	: 0
1800.04/920.01	c removed literals (reason simplification)	: 10900519
1800.04/920.01	c reason swapping (by a shorter reason)	: 0
1800.04/920.01	c Calls to reduceDB	: 34
1800.04/920.01	c number of reductions to clauses (during analyze)	: 0
1800.04/920.01	c number of learned constraints concerned by reduction	: 0
1800.04/920.01	c number of learning phase by resolution	: 0
1800.04/920.01	c number of learning phase by cutting planes	: 0
1800.04/920.01	c speed (assignments/second)	: 1491765.0694128545
1800.04/920.01	c non guided choices	5720653
1800.04/920.04	c learnt constraints type 
1800.04/920.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1163
1800.04/920.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54114
1800.04/920.04	c constraints type 
1800.04/920.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
1800.04/920.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
1800.04/920.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
1800.04/920.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.04/920.04	c constraints type 
1800.04/920.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 236052
1800.04/920.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 767440
1800.04/920.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3523
1800.04/920.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.04/920.04	s UNKNOWN
1800.04/920.04	c Total wall clock time (in seconds): 919.907

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-3741086-1338751090/watcher-3741086-1338751090 -o /tmp/evaluation-result-3741086-1338751090/solver-3741086-1338751090 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741086-1338751090.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: 4.06 3.97 3.52 4/195 2327
/proc/meminfo: memFree=24604048/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/2327/stat : 2327 (java) R 2325 2327 1918 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 341234584 278528 33 33554432000 1073741824 1073778376 140737299389952 140737299387128 252253924647 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2327/statm: 68 33 25 9 0 25 0

[startup+0.0344919 s]
/proc/loadavg: 4.06 3.97 3.52 4/195 2327
/proc/meminfo: memFree=24604048/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=10510056 CPUtime=0.01 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 2703 0 1 0 0 1 0 0 20 0 2 0 341234584 10762297344 6983 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2627514 6983 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100213 s]
/proc/loadavg: 4.06 3.97 3.52 4/195 2327
/proc/meminfo: memFree=24604048/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 3961 0 1 0 6 2 0 0 20 0 18 0 341234584 11864465408 12835 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300177 s]
/proc/loadavg: 4.06 3.97 3.52 4/195 2327
/proc/meminfo: memFree=24604048/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 5863 0 1 0 43 2 0 0 20 0 18 0 341234584 11864465408 17436 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 17436 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700203 s]
/proc/loadavg: 4.06 3.97 3.52 4/195 2327
/proc/meminfo: memFree=24604048/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 9443 0 1 0 118 6 0 0 20 0 18 0 341234584 11864465408 62664 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 62664 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50077 s]
/proc/loadavg: 4.06 3.97 3.52 4/213 2345
/proc/meminfo: memFree=24168924/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=2.14 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 9699 0 1 0 198 16 0 0 20 0 18 0 341234584 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 190669 2239 9 0 2887285 0
[pid=2327/tid=2329] ppid=2325 vsize=11586392 CPUtime=1.44 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) R 2325 2327 1918 0 -1 4202560 3197 0 1 0 130 14 0 0 20 0 18 0 341234585 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860884742144 139860892506963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) S 2325 2327 1918 0 -1 4202560 1771 0 0 0 33 0 0 0 20 0 18 0 341234592 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860227594808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 3546 0 0 0 32 0 0 0 20 0 18 0 341234592 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 190669 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 11586392

[startup+3.10075 s]
/proc/loadavg: 3.97 3.95 3.51 4/213 2345
/proc/meminfo: memFree=23445984/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=3.79 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 10212 0 1 0 340 39 0 0 20 0 18 0 341234584 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 452814 2239 9 0 2887285 0
[pid=2327/tid=2329] ppid=2325 vsize=11586392 CPUtime=3.03 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) R 2325 2327 1918 0 -1 4202560 3709 0 1 0 267 36 0 0 20 0 18 0 341234585 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860884733920 139860728237566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341234588 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11586392 CPUtime=0.37 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) S 2325 2327 1918 0 -1 4202560 1772 0 0 0 37 0 0 0 20 0 18 0 341234592 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860227594808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 3546 0 0 0 34 0 0 0 20 0 18 0 341234592 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 452814 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 11586392

[startup+6.30076 s]
/proc/loadavg: 3.97 3.95 3.51 4/213 2345
/proc/meminfo: memFree=21854068/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11586392 CPUtime=7.56 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 10872 0 1 0 687 69 0 0 20 0 18 0 341234584 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2896598 688290 2254 9 0 2887285 0
[pid=2327/tid=2329] ppid=2325 vsize=11586392 CPUtime=6.03 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) R 2325 2327 1918 0 -1 4202560 4110 0 1 0 552 51 0 0 20 0 18 0 341234585 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860884733936 252266472717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 28 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 33 0 0 0 5 3 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 341234588 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341234589 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) R 2325 2327 1918 0 -1 4202560 1772 0 0 0 38 0 0 0 20 0 18 0 341234592 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860227594808 139860887471290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 3546 0 0 0 34 0 0 0 20 0 18 0 341234592 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341234592 11864465408 688290 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.90 3.94 3.51 5/217 2349
/proc/meminfo: memFree=21579216/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11852648 CPUtime=21.15 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 21287 0 1 0 2015 100 0 0 20 0 22 0 341234584 12137111552 756355 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2963162 756355 2274 9 0 2953849 0
[pid=2327/tid=2329] ppid=2325 vsize=11852648 CPUtime=7.13 cores=1,3,5,7

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

/proc/2327/statm: 2963162 1006061 2289 9 0 2953849 0
[pid=2327/tid=2329] ppid=2325 vsize=11852648 CPUtime=7.17 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) S 2325 2327 1918 0 -1 4202560 4159 0 1 0 664 53 0 0 20 0 22 0 341234585 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860884743320 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 216 0 0 0 94 11 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 242 0 0 0 111 13 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 200 0 0 0 106 10 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 193 0 0 0 100 9 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 246 0 0 0 104 11 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 178 0 0 0 89 9 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 194 0 0 0 86 11 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 185 0 0 0 82 9 0 0 20 0 22 0 341234588 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11852648 CPUtime=36.52 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 362 0 0 0 3640 12 0 0 20 0 22 0 341234589 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) S 2325 2327 1918 0 -1 4202560 7090 0 0 0 117 2 0 0 20 0 22 0 341234592 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860227594808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 8044 0 0 0 120 2 0 0 20 0 22 0 341234592 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 48 0 0 0 14 23 0 0 20 0 22 0 341234592 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2346] ppid=2325 vsize=11852648 CPUtime=773.81 cores=1,3,5,7
/proc/2327/task/2346/stat : 2346 (java) R 2325 2327 1918 0 -1 4202560 48 0 0 0 77370 11 0 0 20 0 22 0 341235356 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860223381584 139860728732419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2347] ppid=2325 vsize=11852648 CPUtime=774.05 cores=1,3,5,7
/proc/2327/task/2347/stat : 2347 (java) R 2325 2327 1918 0 -1 4202560 149 0 0 0 77391 14 0 0 20 0 22 0 341235356 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860222327280 139860728632124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2348] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2348/stat : 2348 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860221277224 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2349] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2349/stat : 2349 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1006061 33554432000 1073741824 1073778376 140736539150800 139860220224680 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1606.99
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.76 5/218 2421
/proc/meminfo: memFree=20590152/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11852648 CPUtime=1725.31 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 22755 0 1 0 172356 175 0 0 20 0 22 0 341234584 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2963162 1006064 2289 9 0 2953849 0
[pid=2327/tid=2329] ppid=2325 vsize=11852648 CPUtime=7.18 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) S 2325 2327 1918 0 -1 4202560 4161 0 1 0 665 53 0 0 20 0 22 0 341234585 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860884743320 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 218 0 0 0 96 11 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 242 0 0 0 114 13 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 200 0 0 0 109 10 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 193 0 0 0 103 9 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 246 0 0 0 107 11 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 178 0 0 0 94 9 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 195 0 0 0 91 11 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 185 0 0 0 86 9 0 0 20 0 22 0 341234588 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11852648 CPUtime=38.32 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 366 0 0 0 3820 12 0 0 20 0 22 0 341234589 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) S 2325 2327 1918 0 -1 4202560 7090 0 0 0 117 2 0 0 20 0 22 0 341234592 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860227594808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 8044 0 0 0 120 2 0 0 20 0 22 0 341234592 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 52 0 0 0 15 25 0 0 20 0 22 0 341234592 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2346] ppid=2325 vsize=11852648 CPUtime=831.78 cores=1,3,5,7
/proc/2327/task/2346/stat : 2346 (java) R 2325 2327 1918 0 -1 4202560 49 0 0 0 83166 12 0 0 20 0 22 0 341235356 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860223380672 139860728632124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2347] ppid=2325 vsize=11852648 CPUtime=832.01 cores=1,3,5,7
/proc/2327/task/2347/stat : 2347 (java) R 2325 2327 1918 0 -1 4202560 149 0 0 0 83186 15 0 0 20 0 22 0 341235356 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860222327280 139860728632124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2348] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2348/stat : 2348 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860221277224 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2349] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2349/stat : 2349 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1006064 33554432000 1073741824 1073778376 140736539150800 139860220224680 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.001 s]
/proc/loadavg: 3.93 3.93 3.76 5/217 2421
/proc/meminfo: memFree=20573156/32873852 swapFree=7624/7624
[pid=2327] ppid=2325 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/2327/stat : 2327 (java) S 2325 2327 1918 0 -1 4202496 22785 0 1 0 179827 177 0 0 20 0 22 0 341234584 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 140736539141936 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2327/statm: 2963162 1010164 2289 9 0 2953849 0
[pid=2327/tid=2329] ppid=2325 vsize=11852648 CPUtime=7.18 cores=1,3,5,7
/proc/2327/task/2329/stat : 2329 (java) S 2325 2327 1918 0 -1 4202560 4161 0 1 0 665 53 0 0 20 0 22 0 341234585 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860884743320 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2330] ppid=2325 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/2327/task/2330/stat : 2330 (java) S 2325 2327 1918 0 -1 4202560 223 0 0 0 99 11 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860853151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2331] ppid=2325 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/2327/task/2331/stat : 2331 (java) S 2325 2327 1918 0 -1 4202560 243 0 0 0 114 13 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860852099368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2332] ppid=2325 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/2327/task/2332/stat : 2332 (java) S 2325 2327 1918 0 -1 4202560 204 0 0 0 110 10 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860851046824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2333] ppid=2325 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2327/task/2333/stat : 2333 (java) S 2325 2327 1918 0 -1 4202560 194 0 0 0 104 9 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860849994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2334] ppid=2325 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2327/task/2334/stat : 2334 (java) S 2325 2327 1918 0 -1 4202560 252 0 0 0 109 12 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860848941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2335] ppid=2325 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/2327/task/2335/stat : 2335 (java) S 2325 2327 1918 0 -1 4202560 180 0 0 0 95 9 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860847889192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2336] ppid=2325 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/2327/task/2336/stat : 2336 (java) S 2325 2327 1918 0 -1 4202560 195 0 0 0 92 11 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860846836648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2337] ppid=2325 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2327/task/2337/stat : 2337 (java) S 2325 2327 1918 0 -1 4202560 191 0 0 0 87 10 0 0 20 0 22 0 341234588 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860714163240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2338] ppid=2325 vsize=11852648 CPUtime=39.04 cores=1,3,5,7
/proc/2327/task/2338/stat : 2338 (java) S 2325 2327 1918 0 -1 4202560 368 0 0 0 3892 12 0 0 20 0 22 0 341234589 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860231805032 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2327/tid=2339] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2339/stat : 2339 (java) S 2325 2327 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860230751352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2340] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2340/stat : 2340 (java) S 2325 2327 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341234589 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860229698696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2341] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2341/stat : 2341 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860228647440 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2342] ppid=2325 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2327/task/2342/stat : 2342 (java) S 2325 2327 1918 0 -1 4202560 7090 0 0 0 117 2 0 0 20 0 22 0 341234592 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860227594808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2343] ppid=2325 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2327/task/2343/stat : 2343 (java) S 2325 2327 1918 0 -1 4202560 8044 0 0 0 120 2 0 0 20 0 22 0 341234592 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860226542264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2344] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2344/stat : 2344 (java) S 2325 2327 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341234592 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860225489912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2345] ppid=2325 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/2327/task/2345/stat : 2345 (java) S 2325 2327 1918 0 -1 4202560 54 0 0 0 15 26 0 0 20 0 22 0 341234592 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860224437576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2346] ppid=2325 vsize=11852648 CPUtime=868.63 cores=1,3,5,7
/proc/2327/task/2346/stat : 2346 (java) R 2325 2327 1918 0 -1 4202560 50 0 0 0 86850 13 0 0 20 0 22 0 341235356 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860223381584 139860728092610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2327/tid=2347] ppid=2325 vsize=11852648 CPUtime=868.85 cores=1,3,5,7
/proc/2327/task/2347/stat : 2347 (java) R 2325 2327 1918 0 -1 4202560 149 0 0 0 86869 16 0 0 20 0 22 0 341235356 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860222327280 139860728724292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2327/tid=2348] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2348/stat : 2348 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860221277224 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2327/tid=2349] ppid=2325 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2327/task/2349/stat : 2349 (java) S 2325 2327 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341235359 12137111552 1010164 33554432000 1073741824 1073778376 140736539150800 139860220224680 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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 2327 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=629326
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=275654
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 920.068
CPU time (s): 1800.04
CPU user time (s): 1798.27
CPU system time (s): 1.77
CPU usage (%): 195.642
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.27565
maximum resident set size= 4040812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22828
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24104
involuntary context switches= 26913

runsolver used 3.18052 second user time and 9.49556 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 21:18:11
IDJOB=3741086
IDBENCH=89756
IDSOLVER=2328
FILE ID=node131/3741086-1338751090
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71344 MiB

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

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=1484466654

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24604428 kB
Buffers:          563572 kB
Cached:          3167728 kB
SwapCached:         2348 kB
Active:          5150636 kB
Inactive:        2242180 kB
Active(anon):    3657620 kB
Inactive(anon):     3664 kB
Active(file):    1493016 kB
Inactive(file):  2238516 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             50008 kB
Writeback:             0 kB
AnonPages:       3668036 kB
Mapped:            22480 kB
Shmem:                 0 kB
Slab:             730708 kB
SReclaimable:     172536 kB
SUnreclaim:       558172 kB
KernelStack:        1600 kB
PageTables:        11348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3629056 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= 71348 MiB
End job on node131 at 2012-06-03 21:33:33