Trace number 3742305

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.03 905.292

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
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 variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742305-1338765873.opb
0.07/0.13	c reading problem ... 
1.13/0.68	c ... done. Wall clock time 0.551s.
1.13/0.68	c #vars     23324
1.13/0.68	c #constraints  23718
1.13/0.68	c constraints type 
1.13/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1.13/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1.13/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1.13/0.68	c constraints type 
1.13/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1.13/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1.13/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
8.91/3.81	c cleaning 2473 clauses out of 4995 with flag 5000/5000
16.00/7.34	c cleaning 4191 clauses out of 8518 with flag 11000/11000
24.21/11.48	c cleaning 5460 clauses out of 11325 with flag 18001/18001
33.37/16.05	c cleaning 6691 clauses out of 13860 with flag 26000/26000
45.76/22.26	c cleaning 7720 clauses out of 16165 with flag 35000/35000
58.70/28.76	c cleaning 8894 clauses out of 18440 with flag 45000/45000
71.64/35.22	c cleaning 9996 clauses out of 20544 with flag 56000/56000
87.96/43.42	c cleaning 10864 clauses out of 22543 with flag 68001/68001
105.04/52.09	c cleaning 11865 clauses out of 24669 with flag 81000/81000
120.97/60.06	c cleaning 12918 clauses out of 26804 with flag 95001/95001
142.29/70.71	c cleaning 14306 clauses out of 28878 with flag 110001/110001
164.20/81.72	c cleaning 14829 clauses out of 30569 with flag 126000/126000
185.09/92.26	c cleaning 15950 clauses out of 32735 with flag 143000/143000
206.21/102.84	c cleaning 16859 clauses out of 34782 with flag 161001/161001
230.53/115.05	c cleaning 17880 clauses out of 36918 with flag 180001/180001
258.62/129.14	c cleaning 18967 clauses out of 39036 with flag 200000/200000
285.91/142.82	c cleaning 20053 clauses out of 41069 with flag 221000/221000
315.05/157.44	c cleaning 20775 clauses out of 43009 with flag 243000/243000
349.57/174.79	c cleaning 21882 clauses out of 45232 with flag 266000/266000
387.12/193.52	c cleaning 23169 clauses out of 47345 with flag 290000/290000
422.17/211.15	c cleaning 23357 clauses out of 48177 with flag 314001/314001
452.67/226.47	c cleaning 21796 clauses out of 48820 with flag 338001/338001
488.60/244.44	c cleaning 22897 clauses out of 51021 with flag 362000/362000
519.29/259.86	c cleaning 22267 clauses out of 52128 with flag 386005/386005
551.68/276.16	c cleaning 22609 clauses out of 53855 with flag 410001/410001
584.11/292.49	c cleaning 21830 clauses out of 55245 with flag 434000/434000
617.77/309.32	c cleaning 22489 clauses out of 57412 with flag 458000/458000
653.58/327.37	c cleaning 22464 clauses out of 58923 with flag 482001/482001
690.93/346.13	c cleaning 22490 clauses out of 60458 with flag 506000/506000
732.11/366.88	c cleaning 22416 clauses out of 61968 with flag 530000/530000
769.51/385.64	c cleaning 22086 clauses out of 63544 with flag 554000/554000
803.91/402.94	c cleaning 22504 clauses out of 65458 with flag 578002/578002
838.74/420.54	c cleaning 22616 clauses out of 66952 with flag 602001/602001
872.33/437.42	c cleaning 21846 clauses out of 68335 with flag 626000/626000
873.89/438.34	c cleaning 0 clauses out of 5000 with flag 0/5000
911.25/457.00	c cleaning 22507 clauses out of 70490 with flag 650001/650001
947.04/475.18	c cleaning 22723 clauses out of 71982 with flag 674000/674000
977.33/490.36	c cleaning 22559 clauses out of 73261 with flag 698002/698002
1009.78/506.63	c cleaning 22584 clauses out of 74701 with flag 722001/722001
1044.03/523.87	c cleaning 22243 clauses out of 76118 with flag 746002/746002
1074.72/539.31	c cleaning 22579 clauses out of 77873 with flag 770000/770000
1107.92/556.02	c cleaning 22250 clauses out of 79294 with flag 794000/794000
1142.07/573.21	c cleaning 22275 clauses out of 81043 with flag 818000/818000
1178.01/591.35	c cleaning 22490 clauses out of 82768 with flag 842000/842000
1211.78/608.42	c cleaning 22583 clauses out of 84278 with flag 866000/866000
1242.20/623.79	c cleaning 22173 clauses out of 85699 with flag 890004/890004
1275.36/640.40	c cleaning 22639 clauses out of 87522 with flag 914000/914000
1345.06/675.39	c cleaning 22909 clauses out of 88883 with flag 938000/938000
1380.21/693.11	c cleaning 22438 clauses out of 89974 with flag 962000/962000
1415.99/711.10	c cleaning 22482 clauses out of 91541 with flag 986005/986005
1450.84/728.74	c cleaning 22115 clauses out of 93053 with flag 1010000/1010000
1485.73/746.31	c cleaning 22628 clauses out of 94938 with flag 1034001/1034001
1520.19/763.81	c cleaning 22216 clauses out of 96310 with flag 1058001/1058001
1558.24/783.08	c cleaning 22339 clauses out of 98093 with flag 1082000/1082000
1594.34/801.25	c cleaning 22728 clauses out of 99754 with flag 1106000/1106000
1628.39/818.43	c cleaning 23221 clauses out of 101027 with flag 1130002/1130002
1659.65/834.32	c cleaning 22401 clauses out of 101805 with flag 1154001/1154001
1696.21/852.71	c cleaning 22369 clauses out of 103406 with flag 1178003/1178003
1730.70/870.15	c cleaning 22747 clauses out of 105034 with flag 1202000/1202000
1767.45/888.69	c cleaning 22782 clauses out of 106287 with flag 1226000/1226000
1800.03/905.22	c starts		: 187
1800.03/905.22	c conflicts		: 1246891
1800.03/905.22	c decisions		: 69909371
1800.03/905.22	c propagations		: 1115860413
1800.03/905.22	c inspects		: 1973714905
1800.03/905.22	c shortcuts		: 0
1800.03/905.22	c learnt literals	: 106
1800.03/905.22	c learnt binary clauses	: 74469
1800.03/905.22	c learnt ternary clauses	: 73729
1800.03/905.22	c learnt constraints	: 1246784
1800.03/905.22	c ignored constraints	: 0
1800.03/905.22	c root simplifications	: 0
1800.03/905.22	c removed literals (reason simplification)	: 7811937
1800.03/905.22	c reason swapping (by a shorter reason)	: 0
1800.03/905.22	c Calls to reduceDB	: 59
1800.03/905.22	c number of reductions to clauses (during analyze)	: 0
1800.03/905.22	c number of learned constraints concerned by reduction	: 0
1800.03/905.22	c number of learning phase by resolution	: 0
1800.03/905.22	c number of learning phase by cutting planes	: 0
1800.03/905.22	c speed (assignments/second)	: 1233623.3296740109
1800.03/905.22	c non guided choices	121245
1800.03/905.26	c learnt constraints type 
1800.03/905.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74472
1800.03/905.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29983
1800.03/905.26	c constraints type 
1800.03/905.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1800.03/905.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1800.03/905.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1800.03/905.26	c constraints type 
1800.03/905.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
1800.03/905.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
1800.03/905.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
1800.03/905.26	s UNKNOWN
1800.03/905.26	c Total wall clock time (in seconds): 905.132

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-3742305-1338765873/watcher-3742305-1338765873 -o /tmp/evaluation-result-3742305-1338765873/solver-3742305-1338765873 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742305-1338765873.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.74 3.87 3.85 4/195 5118
/proc/meminfo: memFree=24477516/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5118/stat : 5118 (java) R 5116 5118 1918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342712718 9515008 182 33554432000 1073741824 1073778376 140734029921168 140734029912200 252263087797 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5118/statm: 2323 182 140 9 0 71 0

[startup+0.0724231 s]
/proc/loadavg: 3.74 3.87 3.85 4/195 5118
/proc/meminfo: memFree=24477516/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 4322 0 1 0 3 1 0 0 20 0 13 0 342712718 11523600384 12685 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2813379 12685 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100276 s]
/proc/loadavg: 3.74 3.87 3.85 4/195 5118
/proc/meminfo: memFree=24477516/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 4949 0 1 0 6 1 0 0 20 0 18 0 342712718 11864465408 13312 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2896598 13312 2042 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300222 s]
/proc/loadavg: 3.74 3.87 3.85 4/195 5118
/proc/meminfo: memFree=24477516/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11586392 CPUtime=0.54 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 8475 0 1 0 51 3 0 0 20 0 18 0 342712718 11864465408 18950 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2896598 18950 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700169 s]
/proc/loadavg: 3.74 3.87 3.85 4/195 5118
/proc/meminfo: memFree=24477516/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11719520 CPUtime=1.31 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 9862 0 1 0 125 6 0 0 20 0 20 0 342712718 12000788480 55216 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2929880 55218 2252 9 0 2920567 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11719520

[startup+1.5007 s]
/proc/loadavg: 3.74 3.87 3.85 7/217 5140
/proc/meminfo: memFree=24245844/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11852648 CPUtime=4.15 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 21650 0 1 0 406 9 0 0 20 0 22 0 342712718 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2963162 76866 2263 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3457 0 1 0 60 4 0 0 20 0 22 0 342712719 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 6377 0 0 0 90 1 0 0 20 0 22 0 342712725 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5134] ppid=5116 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/5118/task/5134/stat : 5134 (java) S 5116 5118 1918 0 -1 4202560 10487 0 0 0 91 3 0 0 20 0 22 0 342712725 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374728682040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5135] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5135/stat : 5135 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374727629944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5136] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5136/stat : 5136 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374726577352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5137] ppid=5116 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/5118/task/5137/stat : 5137 (java) R 5116 5118 1918 0 -1 4202560 31 0 0 0 79 0 0 0 20 0 22 0 342712786 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374725521880 140374782506032 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5138] ppid=5116 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/5118/task/5138/stat : 5138 (java) R 5116 5118 1918 0 -1 4202560 97 0 0 0 79 1 0 0 20 0 22 0 342712786 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374724466480 140374782794750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5139] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5139/stat : 5139 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374723417256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5140] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5140/stat : 5140 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 76866 33554432000 1073741824 1073778376 140735770718944 140374722364456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 11852648

[startup+3.10071 s]
/proc/loadavg: 3.74 3.87 3.85 5/217 5140
/proc/meminfo: memFree=24104120/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11852648 CPUtime=7.43 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 21799 0 1 0 730 13 0 0 20 0 22 0 342712718 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2963162 133222 2263 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3457 0 1 0 60 4 0 0 20 0 22 0 342712719 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 6377 0 0 0 90 1 0 0 20 0 22 0 342712725 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5134] ppid=5116 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/5118/task/5134/stat : 5134 (java) S 5116 5118 1918 0 -1 4202560 10522 0 0 0 100 3 0 0 20 0 22 0 342712725 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374728682040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5135] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5135/stat : 5135 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374727629944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5136] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5136/stat : 5136 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374726577352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5137] ppid=5116 vsize=11852648 CPUtime=2.37 cores=0,2,4,6
/proc/5118/task/5137/stat : 5137 (java) R 5116 5118 1918 0 -1 4202560 34 0 0 0 237 0 0 0 20 0 22 0 342712786 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374725519928 140374782620720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5138] ppid=5116 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/5118/task/5138/stat : 5138 (java) R 5116 5118 1918 0 -1 4202560 207 0 0 0 235 4 0 0 20 0 22 0 342712786 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374724467024 140374782860030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5139] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5139/stat : 5139 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374723417256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5140] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5140/stat : 5140 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 133222 33554432000 1073741824 1073778376 140735770718944 140374722364456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.76 3.87 3.85 5/217 5140
/proc/meminfo: memFree=23640588/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11852648 CPUtime=13.94 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 22093 0 1 0 1372 22 0 0 20 0 22 0 342712718 12137111552 239881 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2963162 239881 2290 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3457 0 1 0 60 4 0 0 20 0 22 0 342712719 12137111552 239881 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 239881 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 239881 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342712721 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 342712722 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 6384 0 0 0 95 1 0 0 20 0 22 0 342712725 12137111552 240393 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/5118/statm: 2963162 951003 2291 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3478 0 1 0 62 6 0 0 20 0 22 0 342712719 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 125 0 0 0 107 5 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 154 0 0 0 118 6 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 105 0 0 0 89 5 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 128 0 0 0 105 5 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 93 0 0 0 100 3 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 108 0 0 0 105 4 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 114 0 0 0 108 5 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 141 0 0 0 118 5 0 0 20 0 22 0 342712721 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=14.89 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 160 0 0 0 1483 6 0 0 20 0 22 0 342712722 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 9368 0 0 0 157 2 0 0 20 0 22 0 342712725 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5134] ppid=5116 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/5118/task/5134/stat : 5134 (java) S 5116 5118 1918 0 -1 4202560 10537 0 0 0 116 3 0 0 20 0 22 0 342712725 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374728682040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5135] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5135/stat : 5135 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374727629944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5136] ppid=5116 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/5118/task/5136/stat : 5136 (java) S 5116 5118 1918 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 342712725 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374726577352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5137] ppid=5116 vsize=11852648 CPUtime=801.98 cores=0,2,4,6
/proc/5118/task/5137/stat : 5137 (java) R 5116 5118 1918 0 -1 4202560 88 0 0 0 80185 13 0 0 20 0 22 0 342712786 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374725521616 140374782384871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5138] ppid=5116 vsize=11852648 CPUtime=802.04 cores=0,2,4,6
/proc/5118/task/5138/stat : 5138 (java) R 5116 5118 1918 0 -1 4202560 1628 0 0 0 80135 69 0 0 20 0 22 0 342712786 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374724467024 140374782438302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5139] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5139/stat : 5139 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374723417256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5140] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5140/stat : 5140 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 951003 33554432000 1073741824 1073778376 140735770718944 140374722364456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1635.59
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.96 3.97 3.91 5/217 5209
/proc/meminfo: memFree=20712284/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11852648 CPUtime=1754.78 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 27510 0 1 0 175346 132 0 0 20 0 22 0 342712718 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2963162 952562 2291 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3480 0 1 0 62 6 0 0 20 0 22 0 342712719 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 129 0 0 0 120 5 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 154 0 0 0 131 6 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 111 0 0 0 103 5 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 128 0 0 0 113 5 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 104 0 0 0 111 3 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 113 0 0 0 116 4 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 116 0 0 0 124 5 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 144 0 0 0 130 5 0 0 20 0 22 0 342712721 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=16.12 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 165 0 0 0 1606 6 0 0 20 0 22 0 342712722 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 9368 0 0 0 157 2 0 0 20 0 22 0 342712725 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5134] ppid=5116 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/5118/task/5134/stat : 5134 (java) S 5116 5118 1918 0 -1 4202560 10537 0 0 0 116 3 0 0 20 0 22 0 342712725 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374728682040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5135] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5135/stat : 5135 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374727629944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5136] ppid=5116 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/5118/task/5136/stat : 5136 (java) S 5116 5118 1918 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 342712725 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374726577352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5137] ppid=5116 vsize=11852648 CPUtime=860.32 cores=0,2,4,6
/proc/5118/task/5137/stat : 5137 (java) R 5116 5118 1918 0 -1 4202560 90 0 0 0 86018 14 0 0 20 0 22 0 342712786 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374725519744 140374782620748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5138] ppid=5116 vsize=11852648 CPUtime=860.38 cores=0,2,4,6
/proc/5118/task/5138/stat : 5138 (java) R 5116 5118 1918 0 -1 4202560 1632 0 0 0 85968 70 0 0 20 0 22 0 342712786 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374724467408 140374782794623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5139] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5139/stat : 5139 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374723417256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5140] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5140/stat : 5140 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 952562 33554432000 1073741824 1073778376 140735770718944 140374722364456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1754.78
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.97 3.97 3.91 5/217 5209
/proc/meminfo: memFree=20677468/32873852 swapFree=7624/7624
[pid=5118] ppid=5116 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/5118/stat : 5118 (java) S 5116 5118 1918 0 -1 4202496 27580 0 1 0 179866 137 0 0 20 0 22 0 342712718 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140735770710080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5118/statm: 2963162 961268 2291 9 0 2953849 0
[pid=5118/tid=5120] ppid=5116 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/5118/task/5120/stat : 5120 (java) S 5116 5118 1918 0 -1 4202560 3480 0 1 0 62 6 0 0 20 0 22 0 342712719 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374916445336 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5121] ppid=5116 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/5118/task/5121/stat : 5121 (java) S 5116 5118 1918 0 -1 4202560 142 0 0 0 124 6 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374905506088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5122] ppid=5116 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/5118/task/5122/stat : 5122 (java) S 5116 5118 1918 0 -1 4202560 170 0 0 0 137 7 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374904453288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5123] ppid=5116 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5118/task/5123/stat : 5123 (java) S 5116 5118 1918 0 -1 4202560 128 0 0 0 110 6 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374903401000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5124] ppid=5116 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/5118/task/5124/stat : 5124 (java) S 5116 5118 1918 0 -1 4202560 129 0 0 0 114 6 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374902348200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5125] ppid=5116 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5118/task/5125/stat : 5125 (java) S 5116 5118 1918 0 -1 4202560 108 0 0 0 112 4 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374901295912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5126] ppid=5116 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/5118/task/5126/stat : 5126 (java) S 5116 5118 1918 0 -1 4202560 117 0 0 0 117 5 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374900243112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5118/tid=5127] ppid=5116 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/5118/task/5127/stat : 5127 (java) S 5116 5118 1918 0 -1 4202560 118 0 0 0 126 5 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374747409448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5128] ppid=5116 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/5118/task/5128/stat : 5128 (java) S 5116 5118 1918 0 -1 4202560 153 0 0 0 133 6 0 0 20 0 22 0 342712721 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374746356648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5129] ppid=5116 vsize=11852648 CPUtime=16.83 cores=0,2,4,6
/proc/5118/task/5129/stat : 5129 (java) S 5116 5118 1918 0 -1 4202560 165 0 0 0 1677 6 0 0 20 0 22 0 342712722 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374733945064 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5118/tid=5130] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5130/stat : 5130 (java) S 5116 5118 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374732891128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5131] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5131/stat : 5131 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712722 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374731838728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5132] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5132/stat : 5132 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374730787216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5133] ppid=5116 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/5118/task/5133/stat : 5133 (java) S 5116 5118 1918 0 -1 4202560 9368 0 0 0 157 2 0 0 20 0 22 0 342712725 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374729734840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5134] ppid=5116 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/5118/task/5134/stat : 5134 (java) S 5116 5118 1918 0 -1 4202560 10537 0 0 0 116 3 0 0 20 0 22 0 342712725 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374728682040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5135] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5135/stat : 5135 (java) S 5116 5118 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342712725 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374727629944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5136] ppid=5116 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/5118/task/5136/stat : 5136 (java) S 5116 5118 1918 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 342712725 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374726577352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5137] ppid=5116 vsize=11852648 CPUtime=882.37 cores=0,2,4,6
/proc/5118/task/5137/stat : 5137 (java) R 5116 5118 1918 0 -1 4202560 92 0 0 0 88223 14 0 0 20 0 22 0 342712786 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374725521616 140374782620804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5138] ppid=5116 vsize=11852648 CPUtime=882.43 cores=0,2,4,6
/proc/5118/task/5138/stat : 5138 (java) R 5116 5118 1918 0 -1 4202560 1632 0 0 0 88173 70 0 0 20 0 22 0 342712786 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374724466976 140374782693133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5118/tid=5139] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5139/stat : 5139 (java) S 5116 5118 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374723417256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5118/tid=5140] ppid=5116 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5118/task/5140/stat : 5140 (java) S 5116 5118 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342712788 12137111552 961268 33554432000 1073741824 1073778376 140735770718944 140374722364456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5118 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=257231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=813724
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.292
CPU time (s): 1800.03
CPU user time (s): 1798.66
CPU system time (s): 1.37
CPU usage (%): 198.834
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.81372
maximum resident set size= 3847244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27616
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24381
involuntary context switches= 29979

runsolver used 2.98055 second user time and 8.18375 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 01:24:33
IDJOB=3742305
IDBENCH=90154
IDSOLVER=2328
FILE ID=node131/3742305-1338765873
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=1207928802

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24477788 kB
Buffers:          567352 kB
Cached:          3136108 kB
SwapCached:         2348 kB
Active:          5254692 kB
Inactive:        2265292 kB
Active(anon):    3812460 kB
Inactive(anon):     3664 kB
Active(file):    1442232 kB
Inactive(file):  2261628 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       3820588 kB
Mapped:            22420 kB
Shmem:                 0 kB
Slab:             729168 kB
SReclaimable:     171412 kB
SUnreclaim:       557756 kB
KernelStack:        1608 kB
PageTables:        11548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10461252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3760128 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= 71400 MiB
End job on node131 at 2012-06-04 01:39:40