Trace number 3741056

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.16 893.952

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
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 variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 757
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.2.0.v20100531
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		1349517296
0.04/0.09	c Max memory 		1356595200
0.04/0.09	c Total memory 		1356595200
0.04/0.09	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c ManyCore solver with 2 solvers running in parallel
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	
0.06/0.12	c solving HOME/instance-3741056-1338761719.opb
0.06/0.12	c reading problem ... 
8.85/6.16	c ... done. Wall clock time 6.045s.
8.85/6.16	c #vars     36611
8.85/6.16	c #constraints  726553
8.85/6.16	c constraints type 
8.85/6.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
8.85/6.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
8.85/6.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
8.85/6.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
8.85/6.17	c constraints type 
8.85/6.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
8.85/6.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
8.85/6.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
8.85/6.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
110.01/54.78	c cleaning 2347 clauses out of 4872 with flag 5000/5000
168.84/83.81	c cleaning 0 clauses out of 5001 with flag 0/5001
192.91/95.85	c cleaning 4089 clauses out of 8450 with flag 11000/11000
251.61/124.85	c cleaning 5457 clauses out of 11314 with flag 18000/18000
305.04/151.53	c cleaning 6755 clauses out of 13817 with flag 26000/26000
356.99/177.24	c cleaning 7702 clauses out of 16033 with flag 35000/35000
398.06/197.68	c cleaning 9119 clauses out of 18302 with flag 45000/45000
453.42/225.10	c cleaning 9606 clauses out of 20163 with flag 56000/56000
499.97/248.49	c cleaning 11027 clauses out of 22539 with flag 68000/68000
558.13/277.39	c cleaning 11873 clauses out of 24481 with flag 81001/81001
619.37/307.63	c cleaning 13018 clauses out of 26569 with flag 95000/95000
672.09/333.70	c cleaning 14053 clauses out of 28537 with flag 110000/110000
722.89/359.19	c cleaning 0 clauses out of 11000 with flag 0/11000
733.51/364.65	c cleaning 14723 clauses out of 30466 with flag 126000/126000
795.89/395.57	c cleaning 15890 clauses out of 32728 with flag 143001/143001
873.10/433.69	c cleaning 16922 clauses out of 34807 with flag 161000/161000
941.46/467.70	c cleaning 17783 clauses out of 36870 with flag 180000/180000
1019.40/506.18	c cleaning 18901 clauses out of 39071 with flag 200000/200000
1106.25/548.98	c cleaning 20275 clauses out of 41147 with flag 221000/221000
1186.17/588.62	c cleaning 20987 clauses out of 42858 with flag 243000/243000
1261.41/626.28	c cleaning 22080 clauses out of 44864 with flag 266003/266003
1343.08/666.70	c cleaning 22933 clauses out of 46767 with flag 290000/290000
1421.39/705.60	c cleaning 23976 clauses out of 48824 with flag 315000/315000
1498.84/744.15	c cleaning 24746 clauses out of 50839 with flag 341000/341000
1585.93/787.59	c cleaning 25980 clauses out of 53083 with flag 368000/368000
1672.50/830.57	c cleaning 27112 clauses out of 55089 with flag 396000/396000
1748.67/868.32	c cleaning 28068 clauses out of 56968 with flag 425001/425001
1800.16/893.91	c starts		: 104
1800.16/893.91	c conflicts		: 440365
1800.16/893.91	c decisions		: 44467234
1800.16/893.91	c propagations		: 212922408
1800.16/893.91	c inspects		: 2656184539
1800.16/893.91	c learnt literals	: 688
1800.16/893.91	c learnt binary clauses	: 2368
1800.16/893.91	c learnt ternary clauses	: 3896
1800.16/893.91	c learnt clauses	: 439677
1800.16/893.91	c ignored clauses	: 0
1800.16/893.91	c root simplifications	: 0
1800.16/893.91	c removed literals (reason simplification)	: 11466069
1800.16/893.91	c reason swapping (by a shorter reason)	: 0
1800.16/893.91	c Calls to reduceDB	: 25
1800.16/893.91	c number of reductions to clauses (during analyze)	: 0
1800.16/893.91	c number of learned constraints concerned by reduction	: 0
1800.16/893.91	c number of learning phase by resolution	: 0
1800.16/893.91	c number of learning phase by cutting planes	: 0
1800.16/893.91	c speed (assignments/second)	: 239847.06271972856
1800.16/893.91	c non guided choices	4147096
1800.16/893.93	c learnt constraints type 
1800.16/893.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 41908
1800.16/893.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2368
1800.16/893.93	c constraints type 
1800.16/893.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
1800.16/893.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
1800.16/893.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
1800.16/893.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
1800.16/893.93	c constraints type 
1800.16/893.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
1800.16/893.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
1800.16/893.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
1800.16/893.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
1800.16/893.93	s UNKNOWN
1800.16/893.93	c Total wall clock time (in seconds): 893.81

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-3741056-1338761719/watcher-3741056-1338761719 -o /tmp/evaluation-result-3741056-1338761719/solver-3741056-1338761719 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741056-1338761719.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.77 3.94 3.87 4/197 22079
/proc/meminfo: memFree=26293468/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22079/stat : 22079 (java6) R 22077 22079 17435 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 342298087 2560000 46 33554432000 1073741824 1073778376 140736341695184 140736341692360 266426479570 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22079/statm: 625 46 37 9 0 29 0

[startup+0.0852219 s]
/proc/loadavg: 3.77 3.94 3.87 4/197 22079
/proc/meminfo: memFree=26293468/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 3893 0 1 0 4 0 0 0 20 0 18 0 342298087 2764726272 5613 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 5614 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100259 s]
/proc/loadavg: 3.77 3.94 3.87 4/197 22079
/proc/meminfo: memFree=26293468/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 4141 0 1 0 6 0 0 0 20 0 18 0 342298087 2764726272 5861 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 5861 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300228 s]
/proc/loadavg: 3.77 3.94 3.87 4/197 22079
/proc/meminfo: memFree=26293468/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 5802 0 1 0 44 1 0 0 20 0 18 0 342298087 2764726272 9587 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 9587 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700242 s]
/proc/loadavg: 3.77 3.94 3.87 4/197 22079
/proc/meminfo: memFree=26293468/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=1.21 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 11521 0 1 0 116 5 0 0 20 0 18 0 342298087 2764726272 57979 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 57979 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 3.77 3.94 3.87 4/215 22097
/proc/meminfo: memFree=25893284/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=2.21 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 11698 0 1 0 209 12 0 0 20 0 18 0 342298087 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 107154 2248 9 0 665676 0
[pid=22079/tid=22081] ppid=22077 vsize=2699928 CPUtime=1.4 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) S 22077 22079 17435 0 -1 4202560 2958 0 1 0 134 6 0 0 20 0 18 0 342298089 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139736042188072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) R 22077 22079 17435 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139736026470568 139736049085315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) R 22077 22079 17435 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139736025418200 139736044660409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) R 22077 22079 17435 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139736024365656 139736049087570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) R 22077 22079 17435 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735905331928 139736045945996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) R 22077 22079 17435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735904279384 139736049087570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) R 22077 22079 17435 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735903226664 139736049085448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) R 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735902174120 139736049085356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) R 22077 22079 17435 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 342298090 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735901121752 139736049085356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342298091 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735418790920 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342298092 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298092 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) S 22077 22079 17435 0 -1 4202560 4073 0 0 0 27 0 0 0 20 0 18 0 342298094 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735414581816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) S 22077 22079 17435 0 -1 4202560 3386 0 0 0 30 0 0 0 20 0 18 0 342298094 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735413529272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 107154 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 2699928

[startup+3.10071 s]
/proc/loadavg: 3.77 3.94 3.87 4/215 22097
/proc/meminfo: memFree=25819184/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2699928 CPUtime=4.34 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 11931 0 1 0 410 24 0 0 20 0 18 0 342298087 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 674982 129732 2248 9 0 665676 0
[pid=22079/tid=22081] ppid=22077 vsize=2699928 CPUtime=2.84 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) R 22077 22079 17435 0 -1 4202560 2961 0 1 0 277 7 0 0 20 0 18 0 342298089 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139736042180576 139735905838247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 17435 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139736026470568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 17435 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139736025418024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 17435 0 -1 4202560 29 0 0 0 8 1 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139736024365480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 17435 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735905331752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 17435 0 -1 4202560 39 0 0 0 6 3 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735904279208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 17435 0 -1 4202560 27 0 0 0 8 1 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735903226664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 17435 0 -1 4202560 32 0 0 0 8 2 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735902174120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 17435 0 -1 4202560 33 0 0 0 5 3 0 0 20 0 18 0 342298090 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735901121576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342298091 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735418792040 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342298092 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298092 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) S 22077 22079 17435 0 -1 4202560 4093 0 0 0 28 0 0 0 20 0 18 0 342298094 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735414581816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) S 22077 22079 17435 0 -1 4202560 3414 0 0 0 33 0 0 0 20 0 18 0 342298094 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735413529272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298094 2764726272 129732 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 2699928

[startup+6.30066 s]
/proc/loadavg: 3.71 3.92 3.87 4/215 22097
/proc/meminfo: memFree=25656716/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2966184 CPUtime=9.37 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 13525 0 1 0 900 37 0 0 20 0 22 0 342298087 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 741546 167705 2260 9 0 732240 0
[pid=22079/tid=22081] ppid=22077 vsize=2966184 CPUtime=5.38 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) S 22077 22079 17435 0 -1 4202560 2981 0 1 0 530 8 0 0 20 0 22 0 342298089 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139736042189976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 17435 0 -1 4202560 414 0 0 0 36 4 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139736026470568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 17435 0 -1 4202560 139 0 0 0 32 4 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139736025418024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 17435 0 -1 4202560 71 0 0 0 29 3 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139736024365480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 17435 0 -1 4202560 122 0 0 0 36 3 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735905331752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 17435 0 -1 4202560 363 0 0 0 35 4 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735904279208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 17435 0 -1 4202560 182 0 0 0 24 3 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735903226664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 17435 0 -1 4202560 121 0 0 0 27 3 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735902174120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 17435 0 -1 4202560 314 0 0 0 29 3 0 0 20 0 22 0 342298090 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735901121576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298091 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735418792040 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) R 22077 22079 17435 0 -1 4202560 4139 0 0 0 40 0 0 0 20 0 22 0 342298094 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735414581816 139736049005911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) R 22077 22079 17435 0 -1 4202560 3434 0 0 0 44 0 0 0 20 0 22 0 342298094 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735413529272 139736048152334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 167705 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 2966184

[startup+12.7008 s]
/proc/loadavg: 3.65 3.90 3.86 5/219 22101
/proc/meminfo: memFree=25574868/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2966184 CPUtime=23.73 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 20064 0 1 0 2329 44 0 0 20 0 22 0 342298087 3037372416 179220 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 741546 179220 2267 9 0 732240 0
[pid=22079/tid=22081] ppid=22077 vsize=2966184 CPUtime=5.38 cores=0,2,4,6

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

[pid=22079/tid=22099] ppid=22077 vsize=2966184 CPUtime=721.39 cores=0,2,4,6
/proc/22079/task/22099/stat : 22099 (java) R 22077 22079 17435 0 -1 4202560 494 0 0 0 72126 13 0 0 20 0 22 0 342298704 3037372416 205464 33554432000 1073741824 1073778376 140736932058448 139735409314224 139735906150723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22100] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22100/stat : 22100 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 205464 33554432000 1073741824 1073778376 140736932058448 139735408264232 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22101] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22101/stat : 22101 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 205464 33554432000 1073741824 1073778376 140736932058448 139735407211688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1534.78
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.89 3.95 3.90 5/219 22170
/proc/meminfo: memFree=25874008/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2966184 CPUtime=1655.76 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 123679 0 1 0 165415 161 0 0 20 0 22 0 342298087 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 741546 205466 2283 9 0 732240 0
[pid=22079/tid=22081] ppid=22077 vsize=2966184 CPUtime=5.41 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) S 22077 22079 17435 0 -1 4202560 3012 0 1 0 532 9 0 0 20 0 22 0 342298089 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139736042189976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2966184 CPUtime=8.87 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 17435 0 -1 4202560 431 0 0 0 878 9 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139736026470568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2966184 CPUtime=9.16 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 17435 0 -1 4202560 363 0 0 0 906 10 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139736025418024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2966184 CPUtime=8.98 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 17435 0 -1 4202560 340 0 0 0 890 8 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139736024365480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2966184 CPUtime=8.74 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 17435 0 -1 4202560 352 0 0 0 863 11 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735905331752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2966184 CPUtime=9.1 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 17435 0 -1 4202560 389 0 0 0 901 9 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735904279208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2966184 CPUtime=8.89 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 17435 0 -1 4202560 334 0 0 0 880 9 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735903226664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2966184 CPUtime=8.78 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 17435 0 -1 4202560 338 0 0 0 869 9 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735902174120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2966184 CPUtime=9.19 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 17435 0 -1 4202560 340 0 0 0 911 8 0 0 20 0 22 0 342298090 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735901121576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2966184 CPUtime=17.14 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 96450 0 0 0 1652 62 0 0 20 0 22 0 342298091 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735418792040 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) S 22077 22079 17435 0 -1 4202560 8207 0 0 0 134 2 0 0 20 0 22 0 342298094 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735414581816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) S 22077 22079 17435 0 -1 4202560 10857 0 0 0 119 3 0 0 20 0 22 0 342298094 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735413529272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 45 0 0 0 14 14 0 0 20 0 22 0 342298094 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22098] ppid=22077 vsize=2966184 CPUtime=779.56 cores=0,2,4,6
/proc/22079/task/22098/stat : 22098 (java) R 22077 22079 17435 0 -1 4202560 502 0 0 0 77942 14 0 0 20 0 22 0 342298704 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735410367568 139735906177930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22099] ppid=22077 vsize=2966184 CPUtime=779.64 cores=0,2,4,6
/proc/22079/task/22099/stat : 22099 (java) R 22077 22079 17435 0 -1 4202560 532 0 0 0 77950 14 0 0 20 0 22 0 342298704 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735409314208 139735906178352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22100] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22100/stat : 22100 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735408264232 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22101] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22101/stat : 22101 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 205466 33554432000 1073741824 1073778376 140736932058448 139735407211688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.89 3.94 3.90 5/220 22173
/proc/meminfo: memFree=25847376/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2966184 CPUtime=1776.63 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 133182 0 1 0 177493 170 0 0 20 0 22 0 342298087 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 741546 207512 2283 9 0 732240 0
[pid=22079/tid=22081] ppid=22077 vsize=2966184 CPUtime=5.41 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) S 22077 22079 17435 0 -1 4202560 3013 0 1 0 532 9 0 0 20 0 22 0 342298089 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736042189976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2966184 CPUtime=9.45 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 17435 0 -1 4202560 433 0 0 0 935 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736026470568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2966184 CPUtime=9.79 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 17435 0 -1 4202560 366 0 0 0 968 11 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736025418024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2966184 CPUtime=9.64 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 17435 0 -1 4202560 341 0 0 0 956 8 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736024365480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2966184 CPUtime=9.33 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 17435 0 -1 4202560 352 0 0 0 921 12 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735905331752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2966184 CPUtime=9.72 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 17435 0 -1 4202560 391 0 0 0 962 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735904279208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2966184 CPUtime=9.55 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 17435 0 -1 4202560 337 0 0 0 946 9 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735903226664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2966184 CPUtime=9.33 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 17435 0 -1 4202560 339 0 0 0 923 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735902174120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2966184 CPUtime=9.81 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 17435 0 -1 4202560 342 0 0 0 973 8 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735901121576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2966184 CPUtime=18.42 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 105862 0 0 0 1775 67 0 0 20 0 22 0 342298091 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735418792040 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) S 22077 22079 17435 0 -1 4202560 8207 0 0 0 134 2 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735414581816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) S 22077 22079 17435 0 -1 4202560 10857 0 0 0 119 3 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735413529272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 49 0 0 0 15 16 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22098] ppid=22077 vsize=2966184 CPUtime=836.94 cores=0,2,4,6
/proc/22079/task/22098/stat : 22098 (java) R 22077 22079 17435 0 -1 4202560 538 0 0 0 83678 16 0 0 20 0 22 0 342298704 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735410367016 139735905956847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22099] ppid=22077 vsize=2966184 CPUtime=837 cores=0,2,4,6
/proc/22079/task/22099/stat : 22099 (java) R 22077 22079 17435 0 -1 4202560 568 0 0 0 83684 16 0 0 20 0 22 0 342298704 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735409315160 139735906149849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22100] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22100/stat : 22100 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735408264232 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22101] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22101/stat : 22101 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735407211688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1776.63
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.901 s]
/proc/loadavg: 3.99 3.96 3.91 5/220 22173
/proc/meminfo: memFree=25845420/32873648 swapFree=6860/6860
[pid=22079] ppid=22077 vsize=2966184 CPUtime=1800.16 cores=0,2,4,6
/proc/22079/stat : 22079 (java) S 22077 22079 17435 0 -1 4202496 133199 0 1 0 179845 171 0 0 20 0 22 0 342298087 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 140736932049584 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22079/statm: 741546 207512 2283 9 0 732240 0
[pid=22079/tid=22081] ppid=22077 vsize=2966184 CPUtime=5.41 cores=0,2,4,6
/proc/22079/task/22081/stat : 22081 (java) S 22077 22079 17435 0 -1 4202560 3013 0 1 0 532 9 0 0 20 0 22 0 342298089 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736042189976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22082] ppid=22077 vsize=2966184 CPUtime=9.53 cores=0,2,4,6
/proc/22079/task/22082/stat : 22082 (java) S 22077 22079 17435 0 -1 4202560 433 0 0 0 943 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736026470568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22083] ppid=22077 vsize=2966184 CPUtime=9.9 cores=0,2,4,6
/proc/22079/task/22083/stat : 22083 (java) S 22077 22079 17435 0 -1 4202560 366 0 0 0 979 11 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736025418024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22084] ppid=22077 vsize=2966184 CPUtime=9.76 cores=0,2,4,6
/proc/22079/task/22084/stat : 22084 (java) S 22077 22079 17435 0 -1 4202560 341 0 0 0 968 8 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139736024365480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22085] ppid=22077 vsize=2966184 CPUtime=9.41 cores=0,2,4,6
/proc/22079/task/22085/stat : 22085 (java) S 22077 22079 17435 0 -1 4202560 352 0 0 0 929 12 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735905331752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22086] ppid=22077 vsize=2966184 CPUtime=9.84 cores=0,2,4,6
/proc/22079/task/22086/stat : 22086 (java) S 22077 22079 17435 0 -1 4202560 391 0 0 0 974 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735904279208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22087] ppid=22077 vsize=2966184 CPUtime=9.69 cores=0,2,4,6
/proc/22079/task/22087/stat : 22087 (java) S 22077 22079 17435 0 -1 4202560 337 0 0 0 960 9 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735903226664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22088] ppid=22077 vsize=2966184 CPUtime=9.44 cores=0,2,4,6
/proc/22079/task/22088/stat : 22088 (java) S 22077 22079 17435 0 -1 4202560 339 0 0 0 934 10 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735902174120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22089] ppid=22077 vsize=2966184 CPUtime=9.92 cores=0,2,4,6
/proc/22079/task/22089/stat : 22089 (java) S 22077 22079 17435 0 -1 4202560 342 0 0 0 984 8 0 0 20 0 22 0 342298090 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735901121576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22090] ppid=22077 vsize=2966184 CPUtime=18.43 cores=0,2,4,6
/proc/22079/task/22090/stat : 22090 (java) S 22077 22079 17435 0 -1 4202560 105862 0 0 0 1775 68 0 0 20 0 22 0 342298091 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735418792040 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22079/tid=22091] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22091/stat : 22091 (java) S 22077 22079 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735417738360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22092] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22092/stat : 22092 (java) S 22077 22079 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298092 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735416685704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22093] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22093/stat : 22093 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735415634448 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22094] ppid=22077 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/22079/task/22094/stat : 22094 (java) S 22077 22079 17435 0 -1 4202560 8207 0 0 0 134 2 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735414581816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22095] ppid=22077 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/22079/task/22095/stat : 22095 (java) S 22077 22079 17435 0 -1 4202560 10857 0 0 0 119 3 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735413529272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22096] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22096/stat : 22096 (java) S 22077 22079 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735412476920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22079/tid=22097] ppid=22077 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/22079/task/22097/stat : 22097 (java) S 22077 22079 17435 0 -1 4202560 49 0 0 0 15 16 0 0 20 0 22 0 342298094 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735411424584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22098] ppid=22077 vsize=2966184 CPUtime=848.26 cores=0,2,4,6
/proc/22079/task/22098/stat : 22098 (java) R 22077 22079 17435 0 -1 4202560 546 0 0 0 84810 16 0 0 20 0 22 0 342298704 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735410366888 139735906150325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22079/tid=22099] ppid=22077 vsize=2966184 CPUtime=848.32 cores=0,2,4,6
/proc/22079/task/22099/stat : 22099 (java) R 22077 22079 17435 0 -1 4202560 577 0 0 0 84816 16 0 0 20 0 22 0 342298704 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735409315024 139735906178352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22100] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22100/stat : 22100 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735408264232 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22079/tid=22101] ppid=22077 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22079/task/22101/stat : 22101 (java) S 22077 22079 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298707 3037372416 207512 33554432000 1073741824 1073778376 140736932058448 139735407211688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 2966184

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): 893.952
CPU time (s): 1801.16
CPU user time (s): 1798.92
CPU system time (s): 2.24166
CPU usage (%): 201.483
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 2.24166
maximum resident set size= 848612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133231
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49909
involuntary context switches= 117196

runsolver used 3.18252 second user time and 8.43372 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 00:15:20
IDJOB=3741056
IDBENCH=89740
IDSOLVER=2324
FILE ID=node116/3741056-1338761719
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 70952 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-123.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741056-1338761719/watcher-3741056-1338761719 -o /tmp/evaluation-result-3741056-1338761719/solver-3741056-1338761719 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741056-1338761719.opb

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=565751242

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:        26293848 kB
Buffers:          558332 kB
Cached:          4201720 kB
SwapCached:         3028 kB
Active:          3221928 kB
Inactive:        2439964 kB
Active(anon):     891760 kB
Inactive(anon):     8500 kB
Active(file):    2330168 kB
Inactive(file):  2431464 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             37704 kB
Writeback:             0 kB
AnonPages:        902840 kB
Mapped:            20112 kB
Shmem:                68 kB
Slab:             776964 kB
SReclaimable:     220816 kB
SUnreclaim:       556148 kB
KernelStack:        1616 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 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= 71000 MiB
End job on node116 at 2012-06-04 00:30:16