Trace number 3741190

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.75 918.655

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	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@5495fd19
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@ae94e92
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-3741190-1338751676.opb
0.08/0.13	c reading problem ... 
6.81/5.62	c ... done. Wall clock time 5.485s.
6.81/5.62	c #vars     33692
6.81/5.62	c #constraints  737581
6.81/5.62	c constraints type 
6.81/5.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
6.81/5.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
6.81/5.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
6.81/5.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
6.81/5.62	c constraints type 
6.81/5.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
6.81/5.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
6.81/5.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
6.81/5.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
14.47/9.15	c cleaning 0 clauses out of 5004 with flag 0/5004
24.91/14.43	c cleaning 0 clauses out of 11000 with flag 0/11000
27.56/15.98	c cleaning 2465 clauses out of 4987 with flag 5001/5001
36.17/20.47	c cleaning 0 clauses out of 18003 with flag 0/18003
44.51/24.74	c cleaning 4235 clauses out of 8515 with flag 11001/11001
51.11/28.27	c cleaning 0 clauses out of 26001 with flag 0/26001
56.31/31.04	c cleaning 5615 clauses out of 11278 with flag 18000/18000
69.11/37.69	c cleaning 0 clauses out of 35001 with flag 0/35001
78.68/42.70	c cleaning 6772 clauses out of 13656 with flag 26000/26000
90.45/48.88	c cleaning 0 clauses out of 45001 with flag 0/45001
91.63/49.68	c cleaning 7917 clauses out of 15883 with flag 35000/35000
106.79/57.42	c cleaning 8955 clauses out of 17964 with flag 45002/45002
120.54/64.69	c cleaning 0 clauses out of 56001 with flag 0/56001
125.92/67.51	c cleaning 9982 clauses out of 19997 with flag 56000/56000
143.71/76.63	c cleaning 10935 clauses out of 22009 with flag 68000/68000
150.68/80.39	c cleaning 0 clauses out of 68000 with flag 0/68000
159.84/85.24	c cleaning 12030 clauses out of 24074 with flag 81000/81000
182.45/96.76	c cleaning 12927 clauses out of 26038 with flag 95000/95000
192.61/102.04	c cleaning 0 clauses out of 81000 with flag 0/81000
208.39/110.13	c cleaning 14025 clauses out of 28106 with flag 110003/110003
222.57/117.54	c cleaning 15022 clauses out of 30077 with flag 126001/126001
235.93/124.48	c cleaning 0 clauses out of 95001 with flag 0/95001
242.28/127.86	c cleaning 16019 clauses out of 32055 with flag 143002/143002
264.45/139.14	c cleaning 17010 clauses out of 34033 with flag 161000/161000
287.57/151.00	c cleaning 17992 clauses out of 36024 with flag 180002/180002
291.34/153.15	c cleaning 0 clauses out of 110002 with flag 0/110002
314.86/165.14	c cleaning 19009 clauses out of 38022 with flag 200000/200000
333.23/174.52	c cleaning 19981 clauses out of 40011 with flag 221000/221000
349.72/183.13	c cleaning 20927 clauses out of 42031 with flag 243002/243002
363.71/190.34	c cleaning 0 clauses out of 126001 with flag 0/126001
375.24/196.33	c cleaning 22030 clauses out of 44103 with flag 266001/266001
403.21/210.54	c cleaning 23017 clauses out of 46072 with flag 290000/290000
432.51/225.58	c cleaning 24010 clauses out of 48055 with flag 315000/315000
433.62/226.34	c cleaning 0 clauses out of 143000 with flag 0/143000
459.56/239.51	c cleaning 25009 clauses out of 50043 with flag 341000/341000
488.89/254.49	c cleaning 25944 clauses out of 52036 with flag 368003/368003
526.77/273.70	c cleaning 0 clauses out of 161000 with flag 0/161000
532.88/277.06	c cleaning 27035 clauses out of 54087 with flag 396000/396000
564.24/293.00	c cleaning 27814 clauses out of 56052 with flag 425000/425000
607.58/314.82	c cleaning 29098 clauses out of 58238 with flag 455001/455001
627.45/325.14	c cleaning 0 clauses out of 180001 with flag 0/180001
655.18/339.26	c cleaning 30064 clauses out of 60138 with flag 486000/486000
704.55/364.18	c cleaning 30949 clauses out of 62074 with flag 518000/518000
738.86/381.54	c cleaning 0 clauses out of 200004 with flag 0/200004
750.11/387.53	c cleaning 32043 clauses out of 64124 with flag 551000/551000
794.85/410.19	c cleaning 33003 clauses out of 66080 with flag 585001/585001
838.58/432.21	c cleaning 34016 clauses out of 68076 with flag 620000/620000
857.32/441.80	c cleaning 0 clauses out of 221000 with flag 0/221000
885.97/456.59	c cleaning 35008 clauses out of 70057 with flag 656000/656000
943.14/485.31	c cleaning 36016 clauses out of 72050 with flag 693001/693001
993.70/510.87	c cleaning 0 clauses out of 243001 with flag 0/243001
997.98/513.26	c cleaning 36970 clauses out of 74027 with flag 731002/731002
1046.02/537.60	c cleaning 38000 clauses out of 76050 with flag 770000/770000
1099.56/564.68	c cleaning 38987 clauses out of 78049 with flag 810001/810001
1151.67/590.93	c cleaning 40024 clauses out of 80059 with flag 851000/851000
1161.97/596.36	c cleaning 0 clauses out of 266001 with flag 0/266001
1212.41/621.96	c cleaning 40990 clauses out of 82038 with flag 893004/893004
1273.32/652.64	c cleaning 42002 clauses out of 84044 with flag 936000/936000
1356.69/694.53	c cleaning 0 clauses out of 290003 with flag 0/290003
1360.60/696.74	c cleaning 43015 clauses out of 86042 with flag 980000/980000
1429.77/731.70	c cleaning 44009 clauses out of 88027 with flag 1025001/1025001
1506.45/770.35	c cleaning 44955 clauses out of 90014 with flag 1071000/1071000
1575.72/805.28	c cleaning 0 clauses out of 315001 with flag 0/315001
1585.16/810.24	c cleaning 46001 clauses out of 92061 with flag 1118004/1118004
1657.92/847.05	c cleaning 46992 clauses out of 94058 with flag 1166002/1166002
1745.02/890.80	c cleaning 47982 clauses out of 96061 with flag 1215000/1215000
1800.06/918.61	c starts		: 188
1800.06/918.61	c conflicts		: 1245764
1800.06/918.61	c decisions		: 13564028
1800.06/918.61	c propagations		: 1388312713
1800.06/918.61	c inspects		: 7741799046
1800.06/918.61	c shortcuts		: 0
1800.06/918.61	c learnt literals	: 121
1800.06/918.61	c learnt binary clauses	: 748
1800.06/918.61	c learnt ternary clauses	: 1405
1800.06/918.61	c learnt constraints	: 1245643
1800.06/918.61	c ignored constraints	: 0
1800.06/918.61	c root simplifications	: 0
1800.06/918.61	c removed literals (reason simplification)	: 14657688
1800.06/918.61	c reason swapping (by a shorter reason)	: 0
1800.06/918.61	c Calls to reduceDB	: 45
1800.06/918.61	c number of reductions to clauses (during analyze)	: 0
1800.06/918.61	c number of learned constraints concerned by reduction	: 0
1800.06/918.61	c number of learning phase by resolution	: 0
1800.06/918.61	c number of learning phase by cutting planes	: 0
1800.06/918.61	c speed (assignments/second)	: 1520622.0838978698
1800.06/918.61	c non guided choices	2861606
1800.06/918.64	c learnt constraints type 
1800.06/918.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 748
1800.06/918.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78110
1800.06/918.64	c constraints type 
1800.06/918.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
1800.06/918.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.06/918.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.06/918.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
1800.06/918.64	c constraints type 
1800.06/918.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
1800.06/918.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
1800.06/918.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
1800.06/918.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
1800.06/918.64	s UNKNOWN
1800.06/918.64	c Total wall clock time (in seconds): 918.505

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-3741190-1338751676/watcher-3741190-1338751676 -o /tmp/evaluation-result-3741190-1338751676/solver-3741190-1338751676 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741190-1338751676.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.68 3.87 3.76 4/197 30668
/proc/meminfo: memFree=23384672/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=264 CPUtime=0 cores=0,2,4,6
/proc/30668/stat : 30668 (java) R 30666 30668 30010 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 341294448 270336 3 33554432000 0 0 140737039603212 140733403895640 271787388343 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30668/statm: 67 12 6 9 0 24 0

[startup+0.0144321 s]
/proc/loadavg: 3.68 3.87 3.76 4/197 30668
/proc/meminfo: memFree=23384672/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 341294448 98578432 990 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 24067 990 756 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100239 s]
/proc/loadavg: 3.68 3.87 3.76 4/197 30668
/proc/meminfo: memFree=23384672/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 4472 0 1 0 6 2 0 0 20 0 18 0 341294448 11864465408 12835 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300235 s]
/proc/loadavg: 3.68 3.87 3.76 4/197 30668
/proc/meminfo: memFree=23384672/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 6211 0 1 0 42 2 0 0 20 0 18 0 341294448 11864465408 16300 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2896598 16300 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700244 s]
/proc/loadavg: 3.68 3.87 3.76 4/197 30668
/proc/meminfo: memFree=23384672/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11586392 CPUtime=1.22 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 9897 0 1 0 117 5 0 0 20 0 18 0 341294448 11864465408 56454 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2896598 56454 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 3.68 3.87 3.76 4/215 30686
/proc/meminfo: memFree=22988344/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11586392 CPUtime=2.13 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 10146 0 1 0 200 13 0 0 20 0 18 0 341294448 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2896598 176276 2239 9 0 2887285 0
[pid=30668/tid=30670] ppid=30666 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) R 30666 30668 30010 0 -1 4202560 3678 0 1 0 134 12 0 0 20 0 18 0 341294449 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828599468000 139828448906680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341294452 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341294453 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341294453 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 2079 0 0 0 30 0 0 0 20 0 18 0 341294456 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 3204 0 0 0 32 0 0 0 20 0 18 0 341294456 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 176276 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 11586392

[startup+3.1007 s]
/proc/loadavg: 3.68 3.87 3.76 4/215 30686
/proc/meminfo: memFree=22316788/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11586392 CPUtime=3.78 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 10619 0 1 0 349 29 0 0 20 0 18 0 341294448 11864465408 416919 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2896598 416919 2239 9 0 2887285 0
[pid=30668/tid=30670] ppid=30666 vsize=11586392 CPUtime=3.06 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) R 30666 30668 30010 0 -1 4202560 4148 0 1 0 278 28 0 0 20 0 18 0 341294449 11864465408 416919 33554432000 1073741824 1073778376 140737039600144 139828599468000 139828448972112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 416919 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 416919 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341294451 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341294452 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341294453 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341294453 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 2079 0 0 0 32 0 0 0 20 0 18 0 341294456 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11586392 CPUtime=0.36 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 3207 0 0 0 36 0 0 0 20 0 18 0 341294456 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341294456 11864465408 417431 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 11586392

[startup+6.30063 s]
/proc/loadavg: 3.63 3.85 3.76 4/215 30686
/proc/meminfo: memFree=20627528/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11852648 CPUtime=8.85 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 11735 0 1 0 824 61 0 0 20 0 22 0 341294448 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2963162 689996 2276 9 0 2953849 0
[pid=30668/tid=30670] ppid=30666 vsize=11852648 CPUtime=5.4 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) S 30666 30668 30010 0 -1 4202560 4632 0 1 0 496 44 0 0 20 0 22 0 341294449 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828599477400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 71 0 0 0 12 4 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 341294451 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 341294452 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 2277 0 0 0 61 0 0 0 20 0 22 0 341294456 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 3241 0 0 0 76 0 0 0 20 0 22 0 341294456 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 689996 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 11852648

[startup+12.7008 s]
/proc/loadavg: 3.66 3.86 3.76 5/219 30690
/proc/meminfo: memFree=20259328/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11852648 CPUtime=21.47 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 12427 0 1 0 2061 86 0 0 20 0 22 0 341294448 12137111552 781679 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2963162 781679 2288 9 0 2953849 0
[pid=30668/tid=30670] ppid=30666 vsize=11852648 CPUtime=5.4 cores=0,2,4,6

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

[pid=30668/tid=30688] ppid=30666 vsize=11852648 CPUtime=722.36 cores=0,2,4,6
/proc/30668/task/30688/stat : 30688 (java) R 30666 30668 30010 0 -1 4202560 271 0 0 0 72217 19 0 0 20 0 22 0 341295010 12137111552 973541 33554432000 1073741824 1073778376 140737039600144 139828204407408 139828449422435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30689] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30689/stat : 30689 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 973541 33554432000 1073741824 1073778376 140737039600144 139828203357096 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30690] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30690/stat : 30690 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 973541 33554432000 1073741824 1073778376 140737039600144 139828202304296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1490.46
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.84 3.91 3.82 5/219 30945
/proc/meminfo: memFree=18426696/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11852648 CPUtime=1608.51 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 20036 0 1 0 160723 128 0 0 20 0 22 0 341294448 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2963162 976677 2290 9 0 2953849 0
[pid=30668/tid=30670] ppid=30666 vsize=11852648 CPUtime=5.43 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) S 30666 30668 30010 0 -1 4202560 4683 0 1 0 498 45 0 0 20 0 22 0 341294449 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828599477400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 169 0 0 0 65 8 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 130 0 0 0 62 5 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 143 0 0 0 67 6 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 173 0 0 0 71 7 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 180 0 0 0 74 9 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 148 0 0 0 62 7 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 109 0 0 0 56 6 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 163 0 0 0 59 5 0 0 20 0 22 0 341294451 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11852648 CPUtime=34.85 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 297 0 0 0 3474 11 0 0 20 0 22 0 341294452 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 3872 0 0 0 88 0 0 0 20 0 22 0 341294456 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 8416 0 0 0 110 2 0 0 20 0 22 0 341294456 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 48 0 0 0 21 14 0 0 20 0 22 0 341294456 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30687] ppid=30666 vsize=11852648 CPUtime=780.13 cores=0,2,4,6
/proc/30668/task/30687/stat : 30687 (java) R 30666 30668 30010 0 -1 4202560 47 0 0 0 78002 11 0 0 20 0 22 0 341295010 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828205461968 139828449351050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30688] ppid=30666 vsize=11852648 CPUtime=780.27 cores=0,2,4,6
/proc/30668/task/30688/stat : 30688 (java) R 30666 30668 30010 0 -1 4202560 271 0 0 0 78007 20 0 0 20 0 22 0 341295010 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828204407408 139828449244860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30689] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30689/stat : 30689 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828203357096 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30690] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30690/stat : 30690 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 976677 33554432000 1073741824 1073778376 140737039600144 139828202304296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1608.51
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.88 3.91 3.82 5/219 30945
/proc/meminfo: memFree=18403740/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11852648 CPUtime=1728.03 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 20065 0 1 0 172674 129 0 0 20 0 22 0 341294448 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2963162 976696 2290 9 0 2953849 0
[pid=30668/tid=30670] ppid=30666 vsize=11852648 CPUtime=5.44 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) S 30666 30668 30010 0 -1 4202560 4684 0 1 0 499 45 0 0 20 0 22 0 341294449 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828599477400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 169 0 0 0 66 8 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 130 0 0 0 64 5 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 143 0 0 0 70 6 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 173 0 0 0 74 7 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 199 0 0 0 78 9 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11852648 CPUtime=0.73 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 148 0 0 0 66 7 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 109 0 0 0 58 6 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 163 0 0 0 62 5 0 0 20 0 22 0 341294451 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11852648 CPUtime=35.44 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 301 0 0 0 3533 11 0 0 20 0 22 0 341294452 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 3872 0 0 0 88 0 0 0 20 0 22 0 341294456 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 8416 0 0 0 110 2 0 0 20 0 22 0 341294456 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 52 0 0 0 23 14 0 0 20 0 22 0 341294456 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30687] ppid=30666 vsize=11852648 CPUtime=839.48 cores=0,2,4,6
/proc/30668/task/30687/stat : 30687 (java) R 30666 30668 30010 0 -1 4202560 47 0 0 0 83936 12 0 0 20 0 22 0 341295010 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828205460112 139828449244860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30688] ppid=30666 vsize=11852648 CPUtime=839.64 cores=0,2,4,6
/proc/30668/task/30688/stat : 30688 (java) R 30666 30668 30010 0 -1 4202560 272 0 0 0 83943 21 0 0 20 0 22 0 341295010 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828204408128 139828449244860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30689] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30689/stat : 30689 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828203357096 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30690] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30690/stat : 30690 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 976696 33554432000 1073741824 1073778376 140737039600144 139828202304296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.03
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.601 s]
/proc/loadavg: 3.78 3.87 3.81 5/219 30945
/proc/meminfo: memFree=18398780/32873648 swapFree=6852/6852
[pid=30668] ppid=30666 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/30668/stat : 30668 (java) S 30666 30668 30010 0 -1 4202496 20080 0 1 0 179876 130 0 0 20 0 22 0 341294448 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 140737039591280 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30668/statm: 2963162 977728 2290 9 0 2953849 0
[pid=30668/tid=30670] ppid=30666 vsize=11852648 CPUtime=5.44 cores=0,2,4,6
/proc/30668/task/30670/stat : 30670 (java) S 30666 30668 30010 0 -1 4202560 4685 0 1 0 499 45 0 0 20 0 22 0 341294449 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828599477400 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30671] ppid=30666 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/30668/task/30671/stat : 30671 (java) S 30666 30668 30010 0 -1 4202560 172 0 0 0 67 8 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828567886376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30672] ppid=30666 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/30668/task/30672/stat : 30672 (java) S 30666 30668 30010 0 -1 4202560 131 0 0 0 66 5 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828434799016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30668/tid=30673] ppid=30666 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/30668/task/30673/stat : 30673 (java) S 30666 30668 30010 0 -1 4202560 143 0 0 0 70 6 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828433746216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30674] ppid=30666 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/30668/task/30674/stat : 30674 (java) S 30666 30668 30010 0 -1 4202560 173 0 0 0 74 7 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828230351016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30675] ppid=30666 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/30668/task/30675/stat : 30675 (java) S 30666 30668 30010 0 -1 4202560 199 0 0 0 79 9 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828229299240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30676] ppid=30666 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/30668/task/30676/stat : 30676 (java) S 30666 30668 30010 0 -1 4202560 148 0 0 0 68 7 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828228246440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30677] ppid=30666 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/30668/task/30677/stat : 30677 (java) S 30666 30668 30010 0 -1 4202560 115 0 0 0 60 6 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828227193640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30678] ppid=30666 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30668/task/30678/stat : 30678 (java) S 30666 30668 30010 0 -1 4202560 163 0 0 0 62 5 0 0 20 0 22 0 341294451 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828226140840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30679] ppid=30666 vsize=11852648 CPUtime=36.02 cores=0,2,4,6
/proc/30668/task/30679/stat : 30679 (java) S 30666 30668 30010 0 -1 4202560 302 0 0 0 3591 11 0 0 20 0 22 0 341294452 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828213942760 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30680] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30680/stat : 30680 (java) S 30666 30668 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828212888824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30681] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30681/stat : 30681 (java) S 30666 30668 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341294453 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828211835912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30682] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30682/stat : 30682 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828210784400 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30683] ppid=30666 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/30668/task/30683/stat : 30683 (java) S 30666 30668 30010 0 -1 4202560 3873 0 0 0 88 0 0 0 20 0 22 0 341294456 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828209732536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30684] ppid=30666 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30668/task/30684/stat : 30684 (java) S 30666 30668 30010 0 -1 4202560 8416 0 0 0 110 2 0 0 20 0 22 0 341294456 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828208679736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30685] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30685/stat : 30685 (java) S 30666 30668 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341294456 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828207627128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30668/tid=30686] ppid=30666 vsize=11852648 CPUtime=0.39 cores=0,2,4,6
/proc/30668/task/30686/stat : 30686 (java) S 30666 30668 30010 0 -1 4202560 54 0 0 0 24 15 0 0 20 0 22 0 341294456 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828206574536 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30687] ppid=30666 vsize=11852648 CPUtime=875.17 cores=0,2,4,6
/proc/30668/task/30687/stat : 30687 (java) R 30666 30668 30010 0 -1 4202560 47 0 0 0 87504 13 0 0 20 0 22 0 341295010 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828205461968 139828449325628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30688] ppid=30666 vsize=11852648 CPUtime=875.32 cores=0,2,4,6
/proc/30668/task/30688/stat : 30688 (java) R 30666 30668 30010 0 -1 4202560 272 0 0 0 87510 22 0 0 20 0 22 0 341295010 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828204407408 139828449245447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30668/tid=30689] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30689/stat : 30689 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828203357096 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30668/tid=30690] ppid=30666 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30668/task/30690/stat : 30690 (java) S 30666 30668 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341295013 12137111552 977728 33554432000 1073741824 1073778376 140737039600144 139828202304296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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
Real time (s): 918.655
CPU time (s): 1800.75
CPU user time (s): 1798.97
CPU system time (s): 1.78173
CPU usage (%): 196.02
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.78173
maximum resident set size= 3911032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20113
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= 23893
involuntary context switches= 21829

runsolver used 2.85057 second user time and 8.85465 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 21:27:57
IDJOB=3741190
IDBENCH=89805
IDSOLVER=2328
FILE ID=node115/3741190-1338751676
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70792 MiB

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

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=1238577383

node115.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.462
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	: 5332.92
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.462
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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.92
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.462
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.462
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		: 2666.462
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:       32873648 kB
MemFree:        23384672 kB
Buffers:         1438932 kB
Cached:          3530832 kB
SwapCached:         1016 kB
Active:          6361444 kB
Inactive:        2192516 kB
Active(anon):    3572404 kB
Inactive(anon):     9868 kB
Active(file):    2789040 kB
Inactive(file):  2182648 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             33280 kB
Writeback:            40 kB
AnonPages:       3606188 kB
Mapped:            19936 kB
Shmem:                96 kB
Slab:             772396 kB
SReclaimable:     216256 kB
SUnreclaim:       556140 kB
KernelStack:        1624 kB
PageTables:        11412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3553280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70564 MiB
End job on node115 at 2012-06-03 21:43:17