Trace number 3455449

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
Sat4j Res//CP 2.3.0? (TO) 1800.43 916.219

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_3-sat.opb
MD5SUMcf899369697891a2aa5256c136e26408
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 variables55660
Total number of constraints186884
Number of constraints which are clauses185968
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints916
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
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.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455449-1307197022.opb
0.10/0.11	c reading problem ... 
2.75/1.72	c ... done. Wall clock time 1.61s.
2.75/1.72	c #vars     55660
2.75/1.72	c #constraints  176296
2.75/1.72	c constraints type 
2.75/1.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
2.75/1.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
2.75/1.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 916
2.75/1.72	c constraints type 
2.75/1.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146919
2.75/1.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24246
2.75/1.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 916
9.26/4.55	c cleaning 2493 clauses out of 4999 with flag 5000/5000
15.10/7.43	c cleaning 4249 clauses out of 8505 with flag 11000/11000
21.58/10.76	c cleaning 5613 clauses out of 11256 with flag 18000/18000
28.44/14.28	c cleaning 6820 clauses out of 13644 with flag 26001/26001
36.44/18.39	c cleaning 7900 clauses out of 15822 with flag 35000/35000
45.07/22.71	c cleaning 8950 clauses out of 17922 with flag 45000/45000
56.57/28.61	c cleaning 9947 clauses out of 19972 with flag 56001/56001
67.19/33.96	c cleaning 11003 clauses out of 22024 with flag 68000/68000
79.91/40.43	c cleaning 12004 clauses out of 24021 with flag 81000/81000
93.53/47.36	c cleaning 12997 clauses out of 26019 with flag 95002/95002
107.06/54.23	c cleaning 13963 clauses out of 28020 with flag 110000/110000
123.22/62.42	c cleaning 15011 clauses out of 30060 with flag 126003/126003
138.89/70.47	c cleaning 16015 clauses out of 32048 with flag 143002/143002
151.61/76.97	c cleaning 0 clauses out of 5000 with flag 0/5000
155.05/78.61	c cleaning 17003 clauses out of 34032 with flag 161001/161001
178.26/90.30	c cleaning 17993 clauses out of 36028 with flag 180000/180000
194.64/98.73	c cleaning 18983 clauses out of 38035 with flag 200000/200000
214.53/108.81	c cleaning 19995 clauses out of 40052 with flag 221000/221000
235.99/119.70	c cleaning 21013 clauses out of 42057 with flag 243000/243000
262.04/132.99	c cleaning 22007 clauses out of 44044 with flag 266000/266000
285.51/144.98	c cleaning 23009 clauses out of 46037 with flag 290000/290000
308.75/156.78	c cleaning 24004 clauses out of 48029 with flag 315002/315002
331.40/168.24	c cleaning 24979 clauses out of 50023 with flag 341000/341000
356.61/181.06	c cleaning 26013 clauses out of 52045 with flag 368001/368001
386.64/196.35	c cleaning 27010 clauses out of 54033 with flag 396002/396002
414.20/210.35	c cleaning 27983 clauses out of 56021 with flag 425000/425000
446.55/226.76	c cleaning 29008 clauses out of 58039 with flag 455001/455001
452.48/229.96	c cleaning 0 clauses out of 11000 with flag 0/11000
476.31/242.21	c cleaning 29974 clauses out of 60030 with flag 486000/486000
515.66/262.14	c cleaning 31008 clauses out of 62056 with flag 518000/518000
548.95/279.07	c cleaning 31970 clauses out of 64048 with flag 551000/551000
589.65/299.69	c cleaning 32945 clauses out of 66080 with flag 585002/585002
626.43/318.47	c cleaning 34035 clauses out of 68134 with flag 620001/620001
665.09/338.05	c cleaning 35048 clauses out of 70099 with flag 656001/656001
711.37/361.40	c cleaning 36017 clauses out of 72051 with flag 693001/693001
757.38/384.74	c cleaning 36989 clauses out of 74033 with flag 731000/731000
806.06/409.57	c cleaning 38003 clauses out of 76046 with flag 770002/770002
852.02/432.82	c cleaning 38964 clauses out of 78041 with flag 810000/810000
893.76/454.09	c cleaning 39987 clauses out of 80077 with flag 851000/851000
934.06/474.56	c cleaning 41041 clauses out of 82093 with flag 893003/893003
960.57/488.33	c cleaning 0 clauses out of 18002 with flag 0/18002
980.78/498.83	c cleaning 41979 clauses out of 84049 with flag 936000/936000
1031.42/524.52	c cleaning 43029 clauses out of 86070 with flag 980000/980000
1087.24/552.90	c cleaning 43998 clauses out of 88041 with flag 1025000/1025000
1147.24/583.46	c cleaning 45001 clauses out of 90045 with flag 1071002/1071002
1209.20/614.86	c cleaning 45993 clauses out of 92042 with flag 1118000/1118000
1292.62/656.94	c cleaning 47012 clauses out of 94049 with flag 1166000/1166000
1353.57/687.84	c cleaning 47967 clauses out of 96037 with flag 1215000/1215000
1400.13/711.75	c cleaning 49007 clauses out of 98072 with flag 1265002/1265002
1451.22/737.73	c cleaning 49973 clauses out of 100063 with flag 1316000/1316000
1502.50/763.83	c cleaning 51019 clauses out of 102091 with flag 1368001/1368001
1557.80/791.96	c cleaning 52012 clauses out of 104072 with flag 1421001/1421001
1636.44/831.96	c cleaning 52969 clauses out of 106060 with flag 1475001/1475001
1712.80/870.59	c cleaning 53994 clauses out of 108090 with flag 1530000/1530000
1746.19/887.77	c cleaning 0 clauses out of 26001 with flag 0/26001
1793.56/911.94	c cleaning 55028 clauses out of 110096 with flag 1586000/1586000
1800.14/916.02	c starts		: 208
1800.14/916.02	c conflicts		: 1589966
1800.14/916.02	c decisions		: 2049534
1800.14/916.02	c propagations		: 1529857659
1800.14/916.02	c inspects		: 4891512258
1800.14/916.02	c shortcuts		: 0
1800.14/916.02	c learnt literals	: 5
1800.14/916.02	c learnt binary clauses	: 48
1800.14/916.02	c learnt ternary clauses	: 1309
1800.14/916.02	c learnt constraints	: 1589961
1800.14/916.02	c ignored constraints	: 0
1800.14/916.02	c root simplifications	: 0
1800.14/916.02	c removed literals (reason simplification)	: 24335376
1800.14/916.02	c reason swapping (by a shorter reason)	: 0
1800.14/916.02	c Calls to reduceDB	: 52
1800.14/916.02	c number of reductions to clauses (during analyze)	: 0
1800.14/916.02	c number of learned constraints concerned by reduction	: 0
1800.14/916.02	c number of learning phase by resolution	: 0
1800.14/916.02	c number of learning phase by cutting planes	: 0
1800.14/916.02	c speed (assignments/second)	: 1673260.357126451
1800.14/916.02	c non guided choices	10266
1800.14/916.04	c learnt constraints type 
1800.14/916.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.14/916.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59013
1800.14/916.04	c constraints type 
1800.14/916.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
1800.14/916.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
1800.14/916.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 916
1800.14/916.04	c constraints type 
1800.14/916.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146919
1800.14/916.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24246
1800.14/916.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 916
1800.14/916.04	s UNKNOWN
1800.14/916.04	c Total wall clock time (in seconds): 915.932

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.87 3.83 3.64 3/494 6321
/proc/meminfo: memFree=16720608/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 1237 0 0 0 0 0 0 0 25 0 2 0 831301931 31260672 956 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 7632 956 730 9 0 383 0
[pid=6321/tid=6322] ppid=6319 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 4700 0 1 0 0 0 0 0 25 0 2 0 831301932 10694979584 5515 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.05237 s]
/proc/loadavg: 3.87 3.83 3.64 3/494 6321
/proc/meminfo: memFree=16720608/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 11415 0 1 0 3 1 0 0 25 0 13 0 831301931 10785947648 11111 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2633288 11112 1684 9 0 2624036 0
[pid=6321/tid=6322] ppid=6319 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 10267 0 1 0 3 1 0 0 25 0 13 0 831301932 10785947648 11112 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485794251 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533152

[startup+0.100357 s]
/proc/loadavg: 3.87 3.83 3.64 3/494 6321
/proc/meminfo: memFree=16720608/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10540252 CPUtime=0.1 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 13030 0 1 0 8 2 0 0 25 0 18 0 831301931 10793218048 12726 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2635063 12726 2093 9 0 2625797 0
[pid=6321/tid=6322] ppid=6319 vsize=10540252 CPUtime=0.08 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 11115 0 1 0 7 1 0 0 25 0 18 0 831301932 10793218048 12726 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 47056142721824 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540252

[startup+0.300322 s]
/proc/loadavg: 3.87 3.83 3.64 3/494 6321
/proc/meminfo: memFree=16720608/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10543004 CPUtime=0.48 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 17077 0 1 0 46 2 0 0 25 0 18 0 831301931 10796036096 16413 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2635751 16413 2201 9 0 2626485 0
[pid=6321/tid=6322] ppid=6319 vsize=10543004 CPUtime=0.27 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 13657 0 1 0 26 1 0 0 25 0 18 0 831301932 10796036096 16414 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912505584284 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543004

[startup+0.700254 s]
/proc/loadavg: 3.87 3.83 3.64 3/494 6321
/proc/meminfo: memFree=16720608/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10548128 CPUtime=1.27 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 51387 0 1 0 120 7 0 0 25 0 18 0 831301931 10801283072 48184 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2637032 48188 2222 9 0 2627766 0
[pid=6321/tid=6322] ppid=6319 vsize=10548128 CPUtime=0.67 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 43784 0 1 0 62 5 0 0 25 0 18 0 831301932 10801283072 48190 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912505594922 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10548128

[startup+1.50112 s]
/proc/loadavg: 3.87 3.83 3.64 4/512 6339
/proc/meminfo: memFree=16417788/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10556148 CPUtime=2.44 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 130113 0 1 0 227 17 0 0 25 0 18 0 831301931 10809495552 124543 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639037 124543 2226 9 0 2629771 0
[pid=6321/tid=6322] ppid=6319 vsize=10556148 CPUtime=1.48 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) R 6319 6321 5363 0 -1 4202560 116467 0 1 0 133 15 0 0 25 0 18 0 831301932 10809495552 124543 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912505546751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124543 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124545 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124546 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124549 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124551 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124553 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124556 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831301934 10809495552 124558 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 831301935 10809495552 124561 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831301935 10809495552 124564 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831301935 10809495552 124566 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301937 10809495552 124566 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6336] ppid=6319 vsize=10556148 CPUtime=0.49 cores=1,3,5,7
/proc/6321/task/6336/stat : 6336 (java) R 6319 6321 5363 0 -1 4202560 6588 0 0 0 49 0 0 0 19 0 18 0 831301937 10809495552 124566 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 47056144692598 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6321/tid=6337] ppid=6319 vsize=10556148 CPUtime=0.43 cores=1,3,5,7
/proc/6321/task/6337/stat : 6337 (java) R 6319 6321 5363 0 -1 4202560 5903 0 0 0 43 0 0 0 18 0 18 0 831301938 10809495552 124567 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 47056147390356 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6321/tid=6338] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6338/stat : 6338 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831301938 10809495552 124570 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6339] ppid=6319 vsize=10556148 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6339/stat : 6339 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831301938 10809495552 124570 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 10556148

[startup+3.10083 s]
/proc/loadavg: 4.04 3.87 3.65 6/516 6343
/proc/meminfo: memFree=16078368/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10557928 CPUtime=6.35 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 274167 0 1 0 601 34 0 0 25 0 22 0 831301931 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639482 267188 2241 9 0 2630216 0
[pid=6321/tid=6322] ppid=6319 vsize=10557928 CPUtime=1.7 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) S 6319 6321 5363 0 -1 4202560 137288 0 1 0 152 18 0 0 15 0 22 0 831301932 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831301934 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831301935 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831301935 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831301935 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301937 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6336] ppid=6319 vsize=10557928 CPUtime=0.99 cores=1,3,5,7
/proc/6321/task/6336/stat : 6336 (java) S 6319 6321 5363 0 -1 4202560 6722 0 0 0 98 1 0 0 15 0 22 0 831301937 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6337] ppid=6319 vsize=10557928 CPUtime=0.89 cores=1,3,5,7
/proc/6321/task/6337/stat : 6337 (java) S 6319 6321 5363 0 -1 4202560 7108 0 0 0 89 0 0 0 15 0 22 0 831301938 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6338] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6338/stat : 6338 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301938 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6339] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6339/stat : 6339 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831301938 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6340] ppid=6319 vsize=10557928 CPUtime=1.37 cores=1,3,5,7
/proc/6321/task/6340/stat : 6340 (java) R 6319 6321 5363 0 -1 4202560 1063 0 0 0 137 0 0 0 25 0 22 0 831302104 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912505366511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6321/tid=6341] ppid=6319 vsize=10557928 CPUtime=1.35 cores=1,3,5,7
/proc/6321/task/6341/stat : 6341 (java) R 6319 6321 5363 0 -1 4202560 120816 0 0 0 123 12 0 0 25 0 22 0 831302104 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506276133 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6321/tid=6342] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6342/stat : 6342 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6343] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6343/stat : 6343 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 267188 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 10557928

[startup+6.30127 s]
/proc/loadavg: 4.04 3.87 3.65 5/516 6343
/proc/meminfo: memFree=14868508/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10557928 CPUtime=12.85 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 484232 0 1 0 1227 58 0 0 25 0 22 0 831301931 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639482 477110 2267 9 0 2630216 0
[pid=6321/tid=6322] ppid=6319 vsize=10557928 CPUtime=1.7 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) S 6319 6321 5363 0 -1 4202560 137288 0 1 0 152 18 0 0 15 0 22 0 831301932 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 193 0 0 0 0 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10557928 CPUtime=0.04 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 3002 0 0 0 4 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10557928 CPUtime=0.05 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 3454 0 0 0 5 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10557928 CPUtime=0.05 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 3837 0 0 0 5 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10557928 CPUtime=0.05 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 3626 0 0 0 5 0 0 0 18 0 22 0 831301934 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10557928 CPUtime=0.21 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 17329 0 0 0 20 1 0 0 16 0 22 0 831301935 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301937 10811318272 477110 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=12253292/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10557928 CPUtime=1617.19 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 1036424 0 1 0 161599 120 0 0 25 0 22 0 831301931 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639482 1021760 2267 9 0 2630216 0
[pid=6321/tid=6322] ppid=6319 vsize=10557928 CPUtime=1.7 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) S 6319 6321 5363 0 -1 4202560 137318 0 1 0 152 18 0 0 15 0 22 0 831301932 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10557928 CPUtime=0.95 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 10101 0 0 0 94 1 0 0 15 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10557928 CPUtime=1.21 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 12013 0 0 0 120 1 0 0 16 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10557928 CPUtime=1.12 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 17550 0 0 0 109 3 0 0 15 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10557928 CPUtime=1.02 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 17114 0 0 0 100 2 0 0 16 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10557928 CPUtime=1.18 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 15167 0 0 0 116 2 0 0 16 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10557928 CPUtime=0.92 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 13504 0 0 0 90 2 0 0 16 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10557928 CPUtime=1.05 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 14940 0 0 0 103 2 0 0 15 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10557928 CPUtime=1 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 16964 0 0 0 99 1 0 0 15 0 22 0 831301934 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10557928 CPUtime=31.96 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 66769 0 0 0 3190 6 0 0 15 0 22 0 831301935 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301937 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6336] ppid=6319 vsize=10557928 CPUtime=1.66 cores=1,3,5,7
/proc/6321/task/6336/stat : 6336 (java) S 6319 6321 5363 0 -1 4202560 11654 0 0 0 165 1 0 0 16 0 22 0 831301937 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6337] ppid=6319 vsize=10557928 CPUtime=1.25 cores=1,3,5,7
/proc/6321/task/6337/stat : 6337 (java) S 6319 6321 5363 0 -1 4202560 7173 0 0 0 125 0 0 0 15 0 22 0 831301938 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6338] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6338/stat : 6338 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301938 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6339] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6339/stat : 6339 (java) S 6319 6321 5363 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831301938 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6340] ppid=6319 vsize=10557928 CPUtime=786.03 cores=1,3,5,7
/proc/6321/task/6340/stat : 6340 (java) R 6319 6321 5363 0 -1 4202560 1450 0 0 0 78603 0 0 0 25 0 22 0 831302104 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506208217 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6321/tid=6341] ppid=6319 vsize=10557928 CPUtime=786 cores=1,3,5,7
/proc/6321/task/6341/stat : 6341 (java) R 6319 6321 5363 0 -1 4202560 693502 0 0 0 78527 73 0 0 25 0 22 0 831302104 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506074064 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6321/tid=6342] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6342/stat : 6342 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6343] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6343/stat : 6343 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1021760 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1617.19
Current children cumulated vsize (KiB) 10557928

[startup+882.301 s]
/proc/loadavg: 2.73 3.62 3.71 3/489 6386
/proc/meminfo: memFree=16237164/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10557928 CPUtime=1735.35 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 1042994 0 1 0 173415 120 0 0 25 0 22 0 831301931 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639482 1028182 2267 9 0 2630216 0
[pid=6321/tid=6322] ppid=6319 vsize=10557928 CPUtime=1.7 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) S 6319 6321 5363 0 -1 4202560 137320 0 1 0 152 18 0 0 15 0 22 0 831301932 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10557928 CPUtime=0.99 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 10103 0 0 0 98 1 0 0 16 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10557928 CPUtime=1.31 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 12640 0 0 0 130 1 0 0 16 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10557928 CPUtime=1.12 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 17551 0 0 0 109 3 0 0 15 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10557928 CPUtime=1.08 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 17519 0 0 0 106 2 0 0 15 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10557928 CPUtime=1.32 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 16602 0 0 0 130 2 0 0 16 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10557928 CPUtime=1 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 14986 0 0 0 98 2 0 0 15 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10557928 CPUtime=1.18 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 16616 0 0 0 116 2 0 0 16 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10557928 CPUtime=1.07 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 17190 0 0 0 106 1 0 0 15 0 22 0 831301934 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10557928 CPUtime=34.15 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 67470 0 0 0 3409 6 0 0 15 0 22 0 831301935 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301937 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6336] ppid=6319 vsize=10557928 CPUtime=1.66 cores=1,3,5,7
/proc/6321/task/6336/stat : 6336 (java) S 6319 6321 5363 0 -1 4202560 11654 0 0 0 165 1 0 0 16 0 22 0 831301937 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6337] ppid=6319 vsize=10557928 CPUtime=1.33 cores=1,3,5,7
/proc/6321/task/6337/stat : 6337 (java) S 6319 6321 5363 0 -1 4202560 7178 0 0 0 133 0 0 0 15 0 22 0 831301938 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6338] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6338/stat : 6338 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301938 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6339] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6339/stat : 6339 (java) S 6319 6321 5363 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831301938 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6340] ppid=6319 vsize=10557928 CPUtime=843.66 cores=1,3,5,7
/proc/6321/task/6340/stat : 6340 (java) R 6319 6321 5363 0 -1 4202560 1455 0 0 0 84366 0 0 0 25 0 22 0 831302104 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912505758262 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6321/tid=6341] ppid=6319 vsize=10557928 CPUtime=843.63 cores=1,3,5,7
/proc/6321/task/6341/stat : 6341 (java) R 6319 6321 5363 0 -1 4202560 693503 0 0 0 84290 73 0 0 25 0 22 0 831302104 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506179755 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6321/tid=6342] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6342/stat : 6342 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6343] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6343/stat : 6343 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1028182 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1735.35
Current children cumulated vsize (KiB) 10557928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.001 s]
/proc/loadavg: 2.44 3.46 3.65 3/489 6387
/proc/meminfo: memFree=16206632/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=10557928 CPUtime=1800.14 cores=1,3,5,7
/proc/6321/stat : 6321 (java) S 6319 6321 5363 0 -1 4202496 1050764 0 1 0 179892 122 0 0 25 0 22 0 831301931 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 2639482 1035785 2268 9 0 2630216 0
[pid=6321/tid=6322] ppid=6319 vsize=10557928 CPUtime=1.7 cores=1,3,5,7
/proc/6321/task/6322/stat : 6322 (java) S 6319 6321 5363 0 -1 4202560 137321 0 1 0 152 18 0 0 15 0 22 0 831301932 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6324] ppid=6319 vsize=10557928 CPUtime=1.01 cores=1,3,5,7
/proc/6321/task/6324/stat : 6324 (java) S 6319 6321 5363 0 -1 4202560 10537 0 0 0 100 1 0 0 15 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6325] ppid=6319 vsize=10557928 CPUtime=1.34 cores=1,3,5,7
/proc/6321/task/6325/stat : 6325 (java) S 6319 6321 5363 0 -1 4202560 12648 0 0 0 133 1 0 0 15 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6326] ppid=6319 vsize=10557928 CPUtime=1.14 cores=1,3,5,7
/proc/6321/task/6326/stat : 6326 (java) S 6319 6321 5363 0 -1 4202560 18241 0 0 0 111 3 0 0 15 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6327] ppid=6319 vsize=10557928 CPUtime=1.13 cores=1,3,5,7
/proc/6321/task/6327/stat : 6327 (java) S 6319 6321 5363 0 -1 4202560 19026 0 0 0 111 2 0 0 16 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6328] ppid=6319 vsize=10557928 CPUtime=1.37 cores=1,3,5,7
/proc/6321/task/6328/stat : 6328 (java) S 6319 6321 5363 0 -1 4202560 17338 0 0 0 135 2 0 0 16 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6329] ppid=6319 vsize=10557928 CPUtime=1.02 cores=1,3,5,7
/proc/6321/task/6329/stat : 6329 (java) S 6319 6321 5363 0 -1 4202560 15667 0 0 0 100 2 0 0 15 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6330] ppid=6319 vsize=10557928 CPUtime=1.23 cores=1,3,5,7
/proc/6321/task/6330/stat : 6330 (java) S 6319 6321 5363 0 -1 4202560 17584 0 0 0 121 2 0 0 15 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6331] ppid=6319 vsize=10557928 CPUtime=1.12 cores=1,3,5,7
/proc/6321/task/6331/stat : 6331 (java) S 6319 6321 5363 0 -1 4202560 18101 0 0 0 111 1 0 0 16 0 22 0 831301934 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6332] ppid=6319 vsize=10557928 CPUtime=36.98 cores=1,3,5,7
/proc/6321/task/6332/stat : 6332 (java) S 6319 6321 5363 0 -1 4202560 69294 0 0 0 3691 7 0 0 15 0 22 0 831301935 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 0 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6333] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6333/stat : 6333 (java) S 6319 6321 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6334] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6334/stat : 6334 (java) S 6319 6321 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831301935 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6335] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6335/stat : 6335 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301937 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485791153 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6336] ppid=6319 vsize=10557928 CPUtime=1.66 cores=1,3,5,7
/proc/6321/task/6336/stat : 6336 (java) S 6319 6321 5363 0 -1 4202560 11654 0 0 0 165 1 0 0 16 0 22 0 831301937 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 5 0 0 0
[pid=6321/tid=6337] ppid=6319 vsize=10557928 CPUtime=1.38 cores=1,3,5,7
/proc/6321/task/6337/stat : 6337 (java) S 6319 6321 5363 0 -1 4202560 7184 0 0 0 138 0 0 0 15 0 22 0 831301938 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
[pid=6321/tid=6338] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6338/stat : 6338 (java) S 6319 6321 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831301938 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485783449 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6339] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6339/stat : 6339 (java) S 6319 6321 5363 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831301938 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 1 0 0 0
[pid=6321/tid=6340] ppid=6319 vsize=10557928 CPUtime=874.48 cores=1,3,5,7
/proc/6321/task/6340/stat : 6340 (java) R 6319 6321 5363 0 -1 4202560 1456 0 0 0 87448 0 0 0 22 0 22 0 831302104 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506092221 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6321/tid=6341] ppid=6319 vsize=10557928 CPUtime=874.44 cores=1,3,5,7
/proc/6321/task/6341/stat : 6341 (java) R 6319 6321 5363 0 -1 4202560 693504 0 0 0 87371 73 0 0 21 0 22 0 831302104 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 46912506184420 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6321/tid=6342] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6342/stat : 6342 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 7 0 0 0
[pid=6321/tid=6343] ppid=6319 vsize=10557928 CPUtime=0 cores=1,3,5,7
/proc/6321/task/6343/stat : 6343 (java) S 6319 6321 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831302110 10811318272 1035785 33554432000 1073741824 1073778376 140735264289344 18446744073709551615 274485784064 0 4 0 16800975 18446604454553013248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 10557928

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

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

[startup+916.2 s]
/proc/loadavg: 2.44 3.46 3.65 2/470 6390
/proc/meminfo: memFree=19949724/32950928 swapFree=61858088/67111528
[pid=6321] ppid=6319 vsize=0 CPUtime=1800.41 cores=1,3,5,7
/proc/6321/stat : 6321 (java) Z 6319 6321 5363 0 -1 4203548 1050791 0 1 0 179903 138 0 0 17 0 2 0 831301931 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6321/statm: 0 0 0 0 0 0 0
[pid=6321/tid=6341] ppid=6319 vsize=0 CPUtime=874.63 cores=1,3,5,7
/proc/6321/task/6341/stat : 6341 (java) R 6319 6321 5363 0 -1 4203588 693504 0 0 0 87373 90 0 0 22 0 2 0 831302104 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.219
CPU time (s): 1800.43
CPU user time (s): 1799.04
CPU system time (s): 1.39079
CPU usage (%): 196.507
Max. virtual memory (cumulated for all children) (KiB): 10557928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1050791
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24796
involuntary context switches= 23184

runsolver used 4.35034 second user time and 10.6744 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 16:17:03
IDJOB=3455449
IDBENCH=74391
IDSOLVER=1950
FILE ID=node125/3455449-1307197022
RUNJOBID= node125-1307196005-5383
PBS_JOBID= 13508885
Free space on /tmp= 73780 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_3-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455449-1307197022/watcher-3455449-1307197022 -o /tmp/evaluation-result-3455449-1307197022/solver-3455449-1307197022 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455449-1307197022.opb

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

MD5SUM BENCH= cf899369697891a2aa5256c136e26408
RANDOM SEED=893615458

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16720764 kB
Buffers:        360348 kB
Cached:        3531808 kB
SwapCached:       3616 kB
Active:       12511076 kB
Inactive:      3367944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16720764 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            6684 kB
Writeback:           0 kB
AnonPages:    11984476 kB
Mapped:          42348 kB
Slab:           214584 kB
PageTables:      68964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140395144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node125 at 2011-06-04 16:32:21