Trace number 3737923

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.08 900.432

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3737923-1338755206.opb
0.08/0.11	c reading problem ... 
2.88/2.25	c ... done. Wall clock time 2.137s.
2.88/2.25	c #vars     6620
2.88/2.25	c #constraints  13043
2.88/2.25	c constraints type 
2.88/2.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
2.88/2.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.88/2.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.88/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
2.88/2.25	c constraints type 
2.88/2.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.88/2.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
2.88/2.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
2.88/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
11.06/5.61	c cleaning 2528 clauses out of 5056 with flag 5056/5056
20.17/10.15	c cleaning 4238 clauses out of 8476 with flag 11004/11004
32.57/16.37	c cleaning 5646 clauses out of 11292 with flag 18058/18058
44.77/22.47	c cleaning 6799 clauses out of 13599 with flag 26011/26011
60.95/30.48	c cleaning 7916 clauses out of 15831 with flag 35042/35042
79.12/39.57	c cleaning 8936 clauses out of 17876 with flag 45003/45003
98.21/49.00	c cleaning 9991 clauses out of 19982 with flag 56045/56045
120.49/60.14	c cleaning 10981 clauses out of 21965 with flag 68019/68019
137.68/68.72	c cleaning 11986 clauses out of 23973 with flag 81008/81008
163.50/81.60	c cleaning 12990 clauses out of 25982 with flag 95003/95003
183.67/91.78	c cleaning 13512 clauses out of 27023 with flag 109034/109034
209.15/104.45	c cleaning 13748 clauses out of 27498 with flag 123021/123021
233.52/116.61	c cleaning 13865 clauses out of 27729 with flag 137000/137000
258.98/129.32	c cleaning 13935 clauses out of 27871 with flag 151007/151007
289.25/144.40	c cleaning 13966 clauses out of 27933 with flag 165004/165004
317.88/158.78	c cleaning 13980 clauses out of 27964 with flag 179001/179001
345.71/172.62	c cleaning 13990 clauses out of 27984 with flag 193001/193001
373.28/186.42	c cleaning 13998 clauses out of 27997 with flag 207004/207004
400.75/200.13	c cleaning 13997 clauses out of 27995 with flag 221000/221000
427.95/213.73	c cleaning 14005 clauses out of 28012 with flag 235014/235014
456.27/227.90	c cleaning 14012 clauses out of 28025 with flag 249032/249032
484.85/242.26	c cleaning 13992 clauses out of 27989 with flag 263008/263008
511.47/255.60	c cleaning 14008 clauses out of 28018 with flag 277029/277029
534.28/266.97	c cleaning 13996 clauses out of 27994 with flag 291013/291013
560.25/279.91	c cleaning 14004 clauses out of 28007 with flag 305022/305022
592.52/296.06	c cleaning 14004 clauses out of 28008 with flag 319027/319027
621.56/310.55	c cleaning 13995 clauses out of 27992 with flag 333015/333015
652.18/325.81	c cleaning 14005 clauses out of 28011 with flag 347029/347029
684.11/341.84	c cleaning 13999 clauses out of 27997 with flag 361020/361020
720.75/360.11	c cleaning 13994 clauses out of 27989 with flag 375011/375011
749.39/374.47	c cleaning 13992 clauses out of 27986 with flag 389002/389002
777.28/388.39	c cleaning 14009 clauses out of 28020 with flag 403028/403028
796.94/398.26	c cleaning 0 clauses out of 5004 with flag 0/5004
805.79/402.51	c cleaning 13992 clauses out of 27983 with flag 417000/417000
834.00/416.61	c cleaning 13997 clauses out of 27996 with flag 431005/431005
864.65/431.90	c cleaning 14021 clauses out of 28044 with flag 445050/445050
891.73/445.54	c cleaning 13986 clauses out of 27974 with flag 459001/459001
918.76/459.05	c cleaning 14012 clauses out of 28023 with flag 473036/473036
952.02/475.61	c cleaning 13992 clauses out of 27985 with flag 487010/487010
984.85/492.03	c cleaning 14035 clauses out of 28070 with flag 501087/501087
1019.44/509.37	c cleaning 13996 clauses out of 27993 with flag 515045/515045
1051.50/525.32	c cleaning 14004 clauses out of 28010 with flag 529058/529058
1085.91/542.52	c cleaning 13986 clauses out of 27973 with flag 543025/543025
1134.86/566.95	c cleaning 13981 clauses out of 27964 with flag 557002/557002
1175.87/587.47	c cleaning 14033 clauses out of 28065 with flag 571084/571084
1225.97/612.43	c cleaning 13995 clauses out of 27990 with flag 585042/585042
1279.49/639.11	c cleaning 13977 clauses out of 27954 with flag 599001/599001
1319.59/659.14	c cleaning 14019 clauses out of 28039 with flag 613063/613063
1356.93/677.85	c cleaning 13979 clauses out of 27957 with flag 627000/627000
1391.42/695.01	c cleaning 13997 clauses out of 27993 with flag 641015/641015
1431.85/715.25	c cleaning 13989 clauses out of 27982 with flag 655001/655001
1449.38/724.07	c cleaning 13996 clauses out of 27997 with flag 669005/669005
1470.12/734.56	c cleaning 13997 clauses out of 27997 with flag 683001/683001
1490.41/744.74	c cleaning 14006 clauses out of 28015 with flag 697016/697016
1518.07/758.65	c cleaning 13995 clauses out of 27994 with flag 711001/711001
1541.33/770.33	c cleaning 13999 clauses out of 28002 with flag 725004/725004
1558.13/778.89	c cleaning 13998 clauses out of 27999 with flag 739000/739000
1583.26/791.48	c cleaning 14002 clauses out of 28007 with flag 753006/753006
1609.76/804.78	c cleaning 14000 clauses out of 28004 with flag 767005/767005
1635.10/817.43	c cleaning 14003 clauses out of 28010 with flag 781011/781011
1654.48/827.26	c cleaning 13997 clauses out of 27998 with flag 795002/795002
1676.85/838.46	c cleaning 13999 clauses out of 28003 with flag 809004/809004
1698.57/849.35	c cleaning 14005 clauses out of 28014 with flag 823014/823014
1718.90/859.56	c cleaning 14016 clauses out of 28035 with flag 837040/837040
1742.70/871.53	c cleaning 13996 clauses out of 27996 with flag 851017/851017
1768.62/884.56	c cleaning 14012 clauses out of 28028 with flag 865045/865045
1797.40/898.93	c cleaning 13993 clauses out of 27989 with flag 879018/879018
1800.18/900.41	c starts		: 171
1800.18/900.41	c conflicts		: 881038
1800.18/900.41	c decisions		: 2324749
1800.18/900.41	c propagations		: 29101873
1800.18/900.41	c inspects		: 2110641540
1800.18/900.41	c learnt literals	: 0
1800.18/900.41	c learnt binary clauses	: 0
1800.18/900.41	c learnt ternary clauses	: 139
1800.18/900.41	c learnt clauses	: 881038
1800.18/900.41	c ignored clauses	: 0
1800.18/900.41	c root simplifications	: 0
1800.18/900.41	c removed literals (reason simplification)	: 21307673
1800.18/900.41	c reason swapping (by a shorter reason)	: 0
1800.18/900.41	c Calls to reduceDB	: 66
1800.18/900.41	c number of reductions to clauses (during analyze)	: 0
1800.18/900.41	c number of learned constraints concerned by reduction	: 0
1800.18/900.41	c number of learning phase by resolution	: 0
1800.18/900.41	c number of learning phase by cutting planes	: 0
1800.18/900.41	c speed (assignments/second)	: 32401.775634131187
1800.18/900.41	c non guided choices	6381
1800.18/900.42	c learnt constraints type 
1800.18/900.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16027
1800.18/900.42	c constraints type 
1800.18/900.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.18/900.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.18/900.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.18/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.18/900.42	c constraints type 
1800.18/900.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.18/900.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6220
1800.18/900.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.18/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.18/900.42	s UNKNOWN
1800.18/900.42	c Total wall clock time (in seconds): 900.307

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-3737923-1338755206/watcher-3737923-1338755206 -o /tmp/evaluation-result-3737923-1338755206/solver-3737923-1338755206 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737923-1338755206.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.55 3.63 3.58 4/195 5830
/proc/meminfo: memFree=27010320/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5830/stat : 5830 (java6) D 5828 5830 4574 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 341646504 9515008 185 33554432000 1073741824 1073778376 140736722969808 140736722961032 273448332727 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 2323 185 142 9 0 71 0

[startup+0.0839101 s]
/proc/loadavg: 3.55 3.63 3.58 4/195 5830
/proc/meminfo: memFree=27010320/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 3951 0 1 0 4 1 0 0 20 0 18 0 341646504 2764726272 5158 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 674982 5158 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.10024 s]
/proc/loadavg: 3.55 3.63 3.58 4/195 5830
/proc/meminfo: memFree=27010320/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 4754 0 1 0 7 1 0 0 20 0 18 0 341646504 2764726272 5945 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 674982 5945 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300209 s]
/proc/loadavg: 3.55 3.63 3.58 4/195 5830
/proc/meminfo: memFree=27010320/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 5560 0 1 0 42 1 0 0 20 0 18 0 341646504 2764726272 7625 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 674982 7625 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700208 s]
/proc/loadavg: 3.55 3.63 3.58 4/195 5830
/proc/meminfo: memFree=27010320/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2699928 CPUtime=1.04 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 8166 0 1 0 103 1 0 0 20 0 18 0 341646504 2764726272 12053 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 674982 12057 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.55 3.63 3.58 4/213 5848
/proc/meminfo: memFree=26956008/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2699928 CPUtime=2.11 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 13182 0 1 0 208 3 0 0 20 0 18 0 341646504 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 674982 18304 2236 9 0 665676 0
[pid=5830/tid=5832] ppid=5828 vsize=2699928 CPUtime=1.46 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) R 5828 5830 4574 0 -1 4202560 2851 0 1 0 144 2 0 0 20 0 18 0 341646505 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583804927368 140583745034869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341646506 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341646507 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341646507 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341646507 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646510 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 6421 0 0 0 39 1 0 0 20 0 18 0 341646510 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 2723 0 0 0 21 0 0 0 20 0 18 0 341646510 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646510 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341646510 2764726272 18304 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 2699928

[startup+3.10063 s]
/proc/loadavg: 3.55 3.63 3.58 4/213 5848
/proc/meminfo: memFree=26933916/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2966184 CPUtime=5.75 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 18680 0 1 0 567 8 0 0 20 0 22 0 341646504 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 741546 64289 2256 9 0 732240 0
[pid=5830/tid=5832] ppid=5828 vsize=2966184 CPUtime=2.22 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) S 5828 5830 4574 0 -1 4202560 2871 0 1 0 219 3 0 0 20 0 22 0 341646505 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583804929176 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341646506 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 6513 0 0 0 99 2 0 0 20 0 22 0 341646510 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 7921 0 0 0 80 1 0 0 20 0 22 0 341646510 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 64289 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.67 3.66 3.59 5/217 5852
/proc/meminfo: memFree=26570824/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2966184 CPUtime=12.45 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 18966 0 1 0 1228 17 0 0 20 0 22 0 341646504 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 741546 121099 2284 9 0 732240 0
[pid=5830/tid=5832] ppid=5828 vsize=2966184 CPUtime=2.22 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) S 5828 5830 4574 0 -1 4202560 2871 0 1 0 219 3 0 0 20 0 22 0 341646505 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583804929176 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 341646506 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 45 0 0 0 6 0 0 0 20 0 22 0 341646507 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2966184 CPUtime=1.19 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 6534 0 0 0 117 2 0 0 20 0 22 0 341646510 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 7936 0 0 0 85 1 0 0 20 0 22 0 341646510 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5849] ppid=5828 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/5830/task/5849/stat : 5849 (java) R 5828 5830 4574 0 -1 4202560 127 0 0 0 382 4 0 0 20 0 22 0 341646729 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583643525144 140583745367522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5850] ppid=5828 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/5830/task/5850/stat : 5850 (java) R 5828 5830 4574 0 -1 4202560 119 0 0 0 383 2 0 0 20 0 22 0 341646729 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583642470368 140583745837799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5851] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5851/stat : 5851 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583641420968 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5852] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5852/stat : 5852 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 121099 33554432000 1073741824 1073778376 140734370008672 140583640368168 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 2966184

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

[pid=5830/tid=5850] ppid=5828 vsize=2966184 CPUtime=743.28 cores=0,2,4,6
/proc/5830/task/5850/stat : 5850 (java) R 5828 5830 4574 0 -1 4202560 478 0 0 0 74311 17 0 0 20 0 22 0 341646729 3037372416 189528 33554432000 1073741824 1073778376 140734370008672 140583642470512 140583745493611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5851] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5851/stat : 5851 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 189528 33554432000 1073741824 1073778376 140734370008672 140583641420968 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5852] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5852/stat : 5852 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 189528 33554432000 1073741824 1073778376 140734370008672 140583640368168 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1525.28
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.02 3.91 3.75 4/218 5922
/proc/meminfo: memFree=26139592/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2966184 CPUtime=1644.6 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 24160 0 1 0 164347 113 0 0 20 0 22 0 341646504 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 741546 193228 2285 9 0 732240 0
[pid=5830/tid=5832] ppid=5828 vsize=2966184 CPUtime=2.24 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) S 5828 5830 4574 0 -1 4202560 2887 0 1 0 221 3 0 0 20 0 22 0 341646505 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583804929176 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2966184 CPUtime=3.26 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 245 0 0 0 319 7 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2966184 CPUtime=3.36 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 258 0 0 0 330 6 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2966184 CPUtime=3.33 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 263 0 0 0 327 6 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2966184 CPUtime=3.25 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 270 0 0 0 318 7 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 291 0 0 0 332 7 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2966184 CPUtime=3.37 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 262 0 0 0 331 6 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 272 0 0 0 332 7 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2966184 CPUtime=3.32 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 259 0 0 0 326 6 0 0 20 0 22 0 341646506 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2966184 CPUtime=10.88 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 116 0 0 0 1056 32 0 0 20 0 22 0 341646507 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 8415 0 0 0 168 2 0 0 20 0 22 0 341646510 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 8492 0 0 0 124 2 0 0 20 0 22 0 341646510 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 341646510 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5849] ppid=5828 vsize=2966184 CPUtime=800.97 cores=0,2,4,6
/proc/5830/task/5849/stat : 5849 (java) R 5828 5830 4574 0 -1 4202560 391 0 0 0 80076 21 0 0 20 0 22 0 341646729 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583643523504 140583745478852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5850] ppid=5828 vsize=2966184 CPUtime=801.08 cores=0,2,4,6
/proc/5830/task/5850/stat : 5850 (java) R 5828 5830 4574 0 -1 4202560 503 0 0 0 80090 18 0 0 20 0 22 0 341646729 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583642471152 140583745479663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5851] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5851/stat : 5851 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583641420968 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5852] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5852/stat : 5852 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 193228 33554432000 1073741824 1073778376 140734370008672 140583640368168 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1644.6
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.01 3.92 3.76 4/217 5923
/proc/meminfo: memFree=26089952/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2966184 CPUtime=1764.21 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 24362 0 1 0 176302 119 0 0 20 0 22 0 341646504 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 741546 194393 2285 9 0 732240 0
[pid=5830/tid=5832] ppid=5828 vsize=2966184 CPUtime=2.24 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) S 5828 5830 4574 0 -1 4202560 2887 0 1 0 221 3 0 0 20 0 22 0 341646505 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583804929176 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 267 0 0 0 357 7 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 270 0 0 0 363 6 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 281 0 0 0 359 6 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2966184 CPUtime=3.56 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 284 0 0 0 348 8 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 301 0 0 0 366 7 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2966184 CPUtime=3.71 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 278 0 0 0 365 6 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 306 0 0 0 367 7 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 277 0 0 0 363 6 0 0 20 0 22 0 341646506 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2966184 CPUtime=12.39 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 120 0 0 0 1203 36 0 0 20 0 22 0 341646507 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 8415 0 0 0 168 2 0 0 20 0 22 0 341646510 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 8492 0 0 0 124 2 0 0 20 0 22 0 341646510 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 341646510 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5849] ppid=5828 vsize=2966184 CPUtime=858.67 cores=0,2,4,6
/proc/5830/task/5849/stat : 5849 (java) R 5828 5830 4574 0 -1 4202560 406 0 0 0 85845 22 0 0 20 0 22 0 341646729 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583643523656 140583745557758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5850] ppid=5828 vsize=2966184 CPUtime=858.8 cores=0,2,4,6
/proc/5830/task/5850/stat : 5850 (java) R 5828 5830 4574 0 -1 4202560 538 0 0 0 85860 20 0 0 20 0 22 0 341646729 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583642471352 140583745493584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5851] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5851/stat : 5851 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583641420968 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5852] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5852/stat : 5852 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 194393 33554432000 1073741824 1073778376 140734370008672 140583640368168 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1764.21
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 3.78 3.88 3.74 5/217 5923
/proc/meminfo: memFree=26087904/32873852 swapFree=6856/6856
[pid=5830] ppid=5828 vsize=2966184 CPUtime=1800.18 cores=0,2,4,6
/proc/5830/stat : 5830 (java) S 5828 5830 4574 0 -1 4202496 24418 0 1 0 179896 122 0 0 20 0 22 0 341646504 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140734369999808 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5830/statm: 741546 194940 2285 9 0 732240 0
[pid=5830/tid=5832] ppid=5828 vsize=2966184 CPUtime=2.24 cores=0,2,4,6
/proc/5830/task/5832/stat : 5832 (java) S 5828 5830 4574 0 -1 4202560 2888 0 1 0 221 3 0 0 20 0 22 0 341646505 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583804929176 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5833] ppid=5828 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/5830/task/5833/stat : 5833 (java) S 5828 5830 4574 0 -1 4202560 271 0 0 0 367 7 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583671728424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5834] ppid=5828 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/5830/task/5834/stat : 5834 (java) S 5828 5830 4574 0 -1 4202560 271 0 0 0 373 6 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583670675624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5835] ppid=5828 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/5830/task/5835/stat : 5835 (java) S 5828 5830 4574 0 -1 4202560 285 0 0 0 368 6 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583669623336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5830/tid=5836] ppid=5828 vsize=2966184 CPUtime=3.64 cores=0,2,4,6
/proc/5830/task/5836/stat : 5836 (java) S 5828 5830 4574 0 -1 4202560 287 0 0 0 356 8 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583668570536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5837] ppid=5828 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/5830/task/5837/stat : 5837 (java) S 5828 5830 4574 0 -1 4202560 302 0 0 0 375 7 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583667518248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5838] ppid=5828 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/5830/task/5838/stat : 5838 (java) S 5828 5830 4574 0 -1 4202560 278 0 0 0 376 6 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583666465448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5839] ppid=5828 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/5830/task/5839/stat : 5839 (java) S 5828 5830 4574 0 -1 4202560 313 0 0 0 374 7 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583665413160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5840] ppid=5828 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/5830/task/5840/stat : 5840 (java) S 5828 5830 4574 0 -1 4202560 293 0 0 0 374 7 0 0 20 0 22 0 341646506 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583664360360 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5841] ppid=5828 vsize=2966184 CPUtime=12.95 cores=0,2,4,6
/proc/5830/task/5841/stat : 5841 (java) S 5828 5830 4574 0 -1 4202560 123 0 0 0 1258 37 0 0 20 0 22 0 341646507 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583651948776 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5842] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5842/stat : 5842 (java) S 5828 5830 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583650894840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5843] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5843/stat : 5843 (java) S 5828 5830 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341646507 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583649842440 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5844] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5844/stat : 5844 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583648790928 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5845] ppid=5828 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/5830/task/5845/stat : 5845 (java) S 5828 5830 4574 0 -1 4202560 8415 0 0 0 168 2 0 0 20 0 22 0 341646510 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583647738552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5846] ppid=5828 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/5830/task/5846/stat : 5846 (java) S 5828 5830 4574 0 -1 4202560 8492 0 0 0 124 2 0 0 20 0 22 0 341646510 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583646685752 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5847] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5847/stat : 5847 (java) S 5828 5830 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341646510 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583645633656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5830/tid=5848] ppid=5828 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/5830/task/5848/stat : 5848 (java) S 5828 5830 4574 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 341646510 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583644581064 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5849] ppid=5828 vsize=2966184 CPUtime=875.99 cores=0,2,4,6
/proc/5830/task/5849/stat : 5849 (java) R 5828 5830 4574 0 -1 4202560 412 0 0 0 87577 22 0 0 20 0 22 0 341646729 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583643524520 140583745458756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5830/tid=5850] ppid=5828 vsize=2966184 CPUtime=876.13 cores=0,2,4,6
/proc/5830/task/5850/stat : 5850 (java) R 5828 5830 4574 0 -1 4202560 546 0 0 0 87593 20 0 0 20 0 22 0 341646729 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583642470632 140583745478252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5851] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5851/stat : 5851 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583641420968 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5830/tid=5852] ppid=5828 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/5830/task/5852/stat : 5852 (java) S 5828 5830 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341646731 3037372416 194940 33554432000 1073741824 1073778376 140734370008672 140583640368168 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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): 900.432
CPU time (s): 1801.08
CPU user time (s): 1799.37
CPU system time (s): 1.71274
CPU usage (%): 200.024
Max. virtual memory (cumulated for all children) (KiB): 2967552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.71274
maximum resident set size= 779876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41976
involuntary context switches= 60995

runsolver used 2.95055 second user time and 8.48471 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 22:26:46
IDJOB=3737923
IDBENCH=48359
IDSOLVER=2324
FILE ID=node128/3737923-1338755206
RUNJOBID= node128-1338749491-4590
PBS_JOBID= 14636803
Free space on /tmp= 70420 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737923-1338755206/watcher-3737923-1338755206 -o /tmp/evaluation-result-3737923-1338755206/solver-3737923-1338755206 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737923-1338755206.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=866265327

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.389
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:       32873852 kB
MemFree:        27010584 kB
Buffers:          552376 kB
Cached:          3752872 kB
SwapCached:          744 kB
Active:          2650684 kB
Inactive:        2316420 kB
Active(anon):     652356 kB
Inactive(anon):    11420 kB
Active(file):    1998328 kB
Inactive(file):  2305000 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:               100 kB
Writeback:             0 kB
AnonPages:        667524 kB
Mapped:            22292 kB
Shmem:               200 kB
Slab:             756940 kB
SReclaimable:     199124 kB
SUnreclaim:       557816 kB
KernelStack:        1608 kB
PageTables:         5812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1571956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node128 at 2012-06-03 22:41:48