Trace number 3742318

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.81 907.862

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	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@5495fd19
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@ae94e92
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-3742318-1338765884.opb
0.07/0.13	c reading problem ... 
1.17/0.60	c ... done. Wall clock time 0.467s.
1.17/0.60	c #vars     15589
1.17/0.60	c #constraints  15853
1.17/0.60	c constraints type 
1.17/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1.17/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1.17/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1.17/0.60	c constraints type 
1.17/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1690
1.17/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14030
1.17/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
7.10/2.90	c cleaning 2488 clauses out of 4986 with flag 5000/5000
12.62/5.42	c cleaning 4215 clauses out of 8496 with flag 11004/11004
18.98/8.68	c cleaning 5584 clauses out of 11275 with flag 18001/18001
26.66/12.47	c cleaning 6789 clauses out of 13686 with flag 26000/26000
39.45/18.84	c cleaning 7860 clauses out of 15895 with flag 35000/35000
48.03/23.16	c cleaning 8865 clauses out of 18035 with flag 45000/45000
60.19/29.23	c cleaning 9933 clauses out of 20170 with flag 56000/56000
71.96/35.20	c cleaning 10954 clauses out of 22237 with flag 68000/68000
87.70/43.09	c cleaning 11926 clauses out of 24279 with flag 81000/81000
108.33/53.36	c cleaning 13068 clauses out of 26349 with flag 95000/95000
120.91/59.61	c cleaning 13872 clauses out of 28278 with flag 110003/110003
136.08/67.24	c cleaning 14881 clauses out of 30398 with flag 126000/126000
161.03/79.77	c cleaning 15540 clauses out of 31519 with flag 142003/142003
178.78/88.66	c cleaning 15722 clauses out of 31967 with flag 158000/158000
194.31/96.47	c cleaning 16046 clauses out of 32245 with flag 174001/174001
211.00/104.88	c cleaning 15904 clauses out of 32197 with flag 190002/190002
229.89/114.33	c cleaning 15873 clauses out of 32287 with flag 206000/206000
244.58/121.73	c cleaning 15979 clauses out of 32411 with flag 222000/222000
261.27/130.13	c cleaning 16106 clauses out of 32431 with flag 238000/238000
275.35/137.21	c cleaning 15928 clauses out of 32320 with flag 254002/254002
298.97/149.16	c cleaning 15734 clauses out of 32390 with flag 270000/270000
316.06/157.72	c cleaning 15024 clauses out of 32654 with flag 286000/286000
350.17/174.90	c cleaning 15296 clauses out of 33630 with flag 302000/302000
372.86/186.25	c cleaning 15362 clauses out of 34335 with flag 318002/318002
393.25/196.59	c cleaning 15228 clauses out of 34969 with flag 334001/334001
415.95/207.95	c cleaning 15224 clauses out of 35739 with flag 350002/350002
430.17/215.12	c cleaning 15038 clauses out of 36513 with flag 366002/366002
444.81/222.50	c cleaning 15100 clauses out of 37473 with flag 382000/382000
465.16/232.90	c cleaning 15586 clauses out of 38372 with flag 398000/398000
494.26/247.45	c cleaning 15484 clauses out of 38786 with flag 414000/414000
514.14/257.45	c cleaning 15265 clauses out of 39304 with flag 430002/430002
531.76/266.34	c cleaning 15164 clauses out of 40034 with flag 446000/446000
546.25/273.78	c cleaning 15044 clauses out of 40873 with flag 462004/462004
562.25/281.84	c cleaning 15181 clauses out of 41824 with flag 478000/478000
589.29/295.49	c cleaning 15568 clauses out of 42643 with flag 494000/494000
607.53/304.66	c cleaning 14975 clauses out of 43076 with flag 510001/510001
627.38/314.72	c cleaning 15531 clauses out of 44108 with flag 526008/526008
650.98/326.63	c cleaning 15185 clauses out of 44568 with flag 542000/542000
669.18/335.84	c cleaning 15103 clauses out of 45381 with flag 558000/558000
683.96/343.32	c cleaning 14935 clauses out of 46277 with flag 574000/574000
702.63/352.89	c cleaning 15436 clauses out of 47342 with flag 590000/590000
718.99/361.15	c cleaning 15382 clauses out of 47905 with flag 606000/606000
740.02/371.78	c cleaning 15296 clauses out of 48524 with flag 622003/622003
755.60/379.60	c cleaning 15059 clauses out of 49227 with flag 638002/638002
776.51/390.25	c cleaning 15110 clauses out of 50166 with flag 654001/654001
794.06/399.13	c cleaning 15263 clauses out of 51054 with flag 670000/670000
813.02/408.71	c cleaning 15051 clauses out of 51788 with flag 686001/686001
835.00/419.85	c cleaning 15355 clauses out of 52736 with flag 702000/702000
858.60/431.83	c cleaning 15461 clauses out of 53381 with flag 718000/718000
881.98/443.63	c cleaning 15362 clauses out of 53920 with flag 734000/734000
897.71/451.69	c cleaning 15173 clauses out of 54558 with flag 750000/750000
926.05/465.91	c cleaning 15348 clauses out of 55386 with flag 766002/766002
956.48/481.30	c cleaning 15244 clauses out of 56036 with flag 782000/782000
1032.64/519.40	c cleaning 0 clauses out of 5000 with flag 0/5000
1039.53/522.94	c cleaning 15492 clauses out of 56792 with flag 798000/798000
1104.69/555.66	c cleaning 15397 clauses out of 57300 with flag 814000/814000
1122.20/564.66	c cleaning 15184 clauses out of 57904 with flag 830001/830001
1142.49/574.97	c cleaning 15231 clauses out of 58720 with flag 846001/846001
1158.76/583.22	c cleaning 15362 clauses out of 59488 with flag 862000/862000
1174.05/591.02	c cleaning 15394 clauses out of 60125 with flag 878001/878001
1190.90/599.74	c cleaning 15043 clauses out of 60729 with flag 894001/894001
1226.80/617.84	c cleaning 15223 clauses out of 61684 with flag 910000/910000
1264.50/636.86	c cleaning 15440 clauses out of 62461 with flag 926000/926000
1302.82/656.10	c cleaning 15331 clauses out of 63023 with flag 942002/942002
1342.04/676.05	c cleaning 15277 clauses out of 63690 with flag 958000/958000
1374.57/692.41	c cleaning 15451 clauses out of 64413 with flag 974000/974000
1412.96/711.70	c cleaning 15318 clauses out of 64962 with flag 990000/990000
1432.60/721.73	c cleaning 15256 clauses out of 65645 with flag 1006001/1006001
1454.97/733.24	c cleaning 15301 clauses out of 66388 with flag 1022000/1022000
1499.48/755.66	c cleaning 15261 clauses out of 67088 with flag 1038001/1038001
1522.09/767.14	c cleaning 15302 clauses out of 67826 with flag 1054000/1054000
1546.93/779.76	c cleaning 15447 clauses out of 68523 with flag 1070000/1070000
1584.93/799.02	c cleaning 15410 clauses out of 69076 with flag 1086000/1086000
1647.05/830.24	c cleaning 15586 clauses out of 69667 with flag 1102001/1102001
1681.92/847.86	c cleaning 15592 clauses out of 70080 with flag 1118000/1118000
1709.74/861.93	c cleaning 15575 clauses out of 70491 with flag 1134003/1134003
1735.51/875.13	c cleaning 15445 clauses out of 70915 with flag 1150002/1150002
1773.94/894.58	c cleaning 15608 clauses out of 71469 with flag 1166001/1166001
1800.16/907.81	c starts		: 171
1800.16/907.81	c conflicts		: 1180249
1800.16/907.81	c decisions		: 21060275
1800.16/907.81	c propagations		: 903425485
1800.16/907.81	c inspects		: 1667100454
1800.16/907.81	c shortcuts		: 0
1800.16/907.81	c learnt literals	: 114
1800.16/907.81	c learnt binary clauses	: 47076
1800.16/907.81	c learnt ternary clauses	: 60851
1800.16/907.81	c learnt constraints	: 1180135
1800.16/907.81	c ignored constraints	: 0
1800.16/907.81	c root simplifications	: 0
1800.16/907.81	c removed literals (reason simplification)	: 13399801
1800.16/907.81	c reason swapping (by a shorter reason)	: 0
1800.16/907.81	c Calls to reduceDB	: 77
1800.16/907.81	c number of reductions to clauses (during analyze)	: 0
1800.16/907.81	c number of learned constraints concerned by reduction	: 0
1800.16/907.81	c number of learning phase by resolution	: 0
1800.16/907.81	c number of learning phase by cutting planes	: 0
1800.16/907.81	c speed (assignments/second)	: 995830.9163940353
1800.16/907.81	c non guided choices	11974
1800.16/907.84	c learnt constraints type 
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47076
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23044
1800.16/907.84	c constraints type 
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1800.16/907.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1800.16/907.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1800.16/907.84	c constraints type 
1800.16/907.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1690
1800.16/907.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14030
1800.16/907.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1800.16/907.84	s UNKNOWN
1800.16/907.84	c Total wall clock time (in seconds): 907.708

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-3742318-1338765884/watcher-3742318-1338765884 -o /tmp/evaluation-result-3742318-1338765884/solver-3742318-1338765884 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742318-1338765884.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.78 3.90 3.90 4/197 1127
/proc/meminfo: memFree=23036708/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=336 CPUtime=0 cores=0,2,4,6
/proc/1127/stat : 1127 (java) R 1125 1127 30010 0 -1 4202496 88 0 0 0 0 0 0 0 20 0 1 0 342715154 344064 42 33554432000 1073741824 1073778376 140736346697648 140736346694824 271778409767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 625 46 36 9 0 29 0

[startup+0.074372 s]
/proc/loadavg: 3.78 3.90 3.90 4/197 1127
/proc/meminfo: memFree=23036708/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11253516 CPUtime=0.05 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 4314 0 1 0 4 1 0 0 20 0 13 0 342715154 11523600384 12677 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2813379 12677 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100272 s]
/proc/loadavg: 3.78 3.90 3.90 4/197 1127
/proc/meminfo: memFree=23036708/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 4472 0 1 0 6 1 0 0 20 0 18 0 342715154 11864465408 12835 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300228 s]
/proc/loadavg: 3.78 3.90 3.90 4/197 1127
/proc/meminfo: memFree=23036708/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11586392 CPUtime=0.53 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 7989 0 1 0 50 3 0 0 20 0 18 0 342715154 11864465408 17829 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2896598 17829 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700207 s]
/proc/loadavg: 3.78 3.90 3.90 4/197 1127
/proc/meminfo: memFree=23036708/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 9497 0 1 0 149 5 0 0 20 0 22 0 342715154 12137111552 41728 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 41728 2260 9 0 2953849 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.78 3.90 3.90 7/219 1149
/proc/meminfo: memFree=22838384/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=4.2 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 20601 0 1 0 411 9 0 0 20 0 22 0 342715154 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 69710 2265 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3429 0 1 0 53 4 0 0 20 0 22 0 342715155 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342715158 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) S 1125 1127 30010 0 -1 4202560 8881 0 0 0 91 2 0 0 20 0 22 0 342715162 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958195513912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1143] ppid=1125 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/1127/task/1143/stat : 1143 (java) S 1125 1127 30010 0 -1 4202560 6946 0 0 0 88 2 0 0 20 0 22 0 342715162 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958194461368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1144] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1144/stat : 1144 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958193409016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1145] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1145/stat : 1145 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958192356680 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1146] ppid=1125 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/1127/task/1146/stat : 1146 (java) R 1125 1127 30010 0 -1 4202560 28 0 0 0 87 0 0 0 20 0 22 0 342715215 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958191300888 139958237783032 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 116 0 0 0 85 2 0 0 20 0 22 0 342715215 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958190248472 139958238067485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 69710 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.78 3.90 3.90 5/219 1149
/proc/meminfo: memFree=22659160/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=7.63 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 21676 0 1 0 744 19 0 0 20 0 22 0 342715154 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 202636 2290 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3429 0 1 0 53 4 0 0 20 0 22 0 342715155 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 342715158 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) R 1125 1127 30010 0 -1 4202560 9624 0 0 0 110 2 0 0 20 0 22 0 342715162 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958195501480 139958385170524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1143] ppid=1125 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/1127/task/1143/stat : 1143 (java) S 1125 1127 30010 0 -1 4202560 6948 0 0 0 94 2 0 0 20 0 22 0 342715162 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958194461368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1144] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1144/stat : 1144 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958193409016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1145] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1145/stat : 1145 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958192356680 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1146] ppid=1125 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/1127/task/1146/stat : 1146 (java) R 1125 1127 30010 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 342715215 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958191300808 139958237783643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=2.39 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 359 0 0 0 230 9 0 0 20 0 22 0 342715215 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958190247864 139958238057087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 202636 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 3.80 3.90 3.90 5/219 1149
/proc/meminfo: memFree=21463440/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=14.37 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 22737 0 1 0 1405 32 0 0 20 0 22 0 342715154 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 400144 2290 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3429 0 1 0 53 4 0 0 20 0 22 0 342715155 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715157 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 22 0 342715158 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) S 1125 1127 30010 0 -1 4202560 10281 0 0 0 143 2 0 0 20 0 22 0 342715162 12137111552 400144 33554432000 1073741824 1073778376 140735902427552 139958195513912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=741.24 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 1693 0 0 0 74059 65 0 0 20 0 22 0 342715215 12137111552 955089 33554432000 1073741824 1073778376 140735902427552 139958190245920 139958237571768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 955089 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 955089 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1512.51
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.87 3.94 3.91 5/219 1218
/proc/meminfo: memFree=19254556/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=1631.19 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 26356 0 1 0 163005 114 0 0 20 0 22 0 342715154 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 955113 2291 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3460 0 1 0 57 4 0 0 20 0 22 0 342715155 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 134 0 0 0 112 5 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 95 0 0 0 103 4 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 153 0 0 0 113 4 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 123 0 0 0 103 4 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 113 0 0 0 106 4 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 110 0 0 0 98 5 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 123 0 0 0 100 4 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 114 0 0 0 103 5 0 0 20 0 22 0 342715157 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=19.5 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 154 0 0 0 1944 6 0 0 20 0 22 0 342715158 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) S 1125 1127 30010 0 -1 4202560 10289 0 0 0 151 2 0 0 20 0 22 0 342715162 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958195513912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1143] ppid=1125 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/1127/task/1143/stat : 1143 (java) S 1125 1127 30010 0 -1 4202560 8483 0 0 0 154 2 0 0 20 0 22 0 342715162 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958194461368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1144] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1144/stat : 1144 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958193409016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1145] ppid=1125 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/1127/task/1145/stat : 1145 (java) S 1125 1127 30010 0 -1 4202560 47 0 0 0 15 15 0 0 20 0 22 0 342715162 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958192356680 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1146] ppid=1125 vsize=11852648 CPUtime=799.62 cores=0,2,4,6
/proc/1127/task/1146/stat : 1146 (java) R 1125 1127 30010 0 -1 4202560 76 0 0 0 79948 14 0 0 20 0 22 0 342715215 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958191298704 139958237838476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=799.52 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 1695 0 0 0 79885 67 0 0 20 0 22 0 342715215 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958190246816 139958237905161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 955113 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1631.19
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.90 3.93 3.91 4/219 1218
/proc/meminfo: memFree=19174068/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=1749.49 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 26537 0 1 0 174826 123 0 0 20 0 22 0 342715154 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 974100 2291 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3465 0 1 0 57 4 0 0 20 0 22 0 342715155 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 152 0 0 0 120 6 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 122 0 0 0 119 5 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 171 0 0 0 129 4 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 136 0 0 0 110 5 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 121 0 0 0 119 4 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 144 0 0 0 113 6 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 147 0 0 0 109 6 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 134 0 0 0 116 6 0 0 20 0 22 0 342715157 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=21.66 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 159 0 0 0 2159 7 0 0 20 0 22 0 342715158 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) S 1125 1127 30010 0 -1 4202560 10289 0 0 0 151 2 0 0 20 0 22 0 342715162 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958195513912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1143] ppid=1125 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/1127/task/1143/stat : 1143 (java) S 1125 1127 30010 0 -1 4202560 8483 0 0 0 154 2 0 0 20 0 22 0 342715162 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958194461368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1144] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1144/stat : 1144 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958193409016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1145] ppid=1125 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/1127/task/1145/stat : 1145 (java) S 1125 1127 30010 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 342715162 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958192356680 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1146] ppid=1125 vsize=11852648 CPUtime=857.17 cores=0,2,4,6
/proc/1127/task/1146/stat : 1146 (java) R 1125 1127 30010 0 -1 4202560 78 0 0 0 85702 15 0 0 20 0 22 0 342715215 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958191299728 139958237861644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=857.05 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 1698 0 0 0 85637 68 0 0 20 0 22 0 342715215 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958190245920 139958238056843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 974100 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1749.49
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.801 s]
/proc/loadavg: 3.93 3.94 3.91 4/219 1218
/proc/meminfo: memFree=19173948/32873648 swapFree=6852/6852
[pid=1127] ppid=1125 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/1127/stat : 1127 (java) S 1125 1127 30010 0 -1 4202496 26553 0 1 0 179893 123 0 0 20 0 22 0 342715154 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 140735902418688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1127/statm: 2963162 974109 2291 9 0 2953849 0
[pid=1127/tid=1129] ppid=1125 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/1127/task/1129/stat : 1129 (java) S 1125 1127 30010 0 -1 4202560 3466 0 1 0 57 4 0 0 20 0 22 0 342715155 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958382265496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1130] ppid=1125 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/1127/task/1130/stat : 1130 (java) S 1125 1127 30010 0 -1 4202560 159 0 0 0 125 6 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958357670056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1131] ppid=1125 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/1127/task/1131/stat : 1131 (java) S 1125 1127 30010 0 -1 4202560 122 0 0 0 120 5 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958356617512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1132] ppid=1125 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/1127/task/1132/stat : 1132 (java) S 1125 1127 30010 0 -1 4202560 171 0 0 0 132 4 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958355564968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1133] ppid=1125 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/1127/task/1133/stat : 1133 (java) S 1125 1127 30010 0 -1 4202560 136 0 0 0 113 5 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958216346152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1134] ppid=1125 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/1127/task/1134/stat : 1134 (java) S 1125 1127 30010 0 -1 4202560 121 0 0 0 123 4 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958215293608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1135] ppid=1125 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/1127/task/1135/stat : 1135 (java) S 1125 1127 30010 0 -1 4202560 144 0 0 0 119 6 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958214241064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1136] ppid=1125 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/1127/task/1136/stat : 1136 (java) S 1125 1127 30010 0 -1 4202560 148 0 0 0 112 6 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958213188520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1137] ppid=1125 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/1127/task/1137/stat : 1137 (java) S 1125 1127 30010 0 -1 4202560 135 0 0 0 120 6 0 0 20 0 22 0 342715157 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958212135976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1138] ppid=1125 vsize=11852648 CPUtime=22.12 cores=0,2,4,6
/proc/1127/task/1138/stat : 1138 (java) S 1125 1127 30010 0 -1 4202560 161 0 0 0 2205 7 0 0 20 0 22 0 342715158 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958199724136 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1139] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1139/stat : 1139 (java) S 1125 1127 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958198670456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1140] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1140/stat : 1140 (java) S 1125 1127 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715159 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958197617800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1141] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1141/stat : 1141 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958196566544 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1142] ppid=1125 vsize=11852648 CPUtime=1.53 cores=0,2,4,6
/proc/1127/task/1142/stat : 1142 (java) S 1125 1127 30010 0 -1 4202560 10289 0 0 0 151 2 0 0 20 0 22 0 342715162 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958195513912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1143] ppid=1125 vsize=11852648 CPUtime=1.56 cores=0,2,4,6
/proc/1127/task/1143/stat : 1143 (java) S 1125 1127 30010 0 -1 4202560 8483 0 0 0 154 2 0 0 20 0 22 0 342715162 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958194461368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1144] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1144/stat : 1144 (java) S 1125 1127 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715162 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958193409016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1145] ppid=1125 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/1127/task/1145/stat : 1145 (java) S 1125 1127 30010 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 342715162 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958192356680 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1127/tid=1146] ppid=1125 vsize=11852648 CPUtime=882.14 cores=0,2,4,6
/proc/1127/task/1146/stat : 1146 (java) R 1125 1127 30010 0 -1 4202560 80 0 0 0 88199 15 0 0 20 0 22 0 342715215 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958191299728 139958237782992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1127/tid=1147] ppid=1125 vsize=11852648 CPUtime=882.02 cores=0,2,4,6
/proc/1127/task/1147/stat : 1147 (java) R 1125 1127 30010 0 -1 4202560 1698 0 0 0 88134 68 0 0 20 0 22 0 342715215 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958190245920 139958238091090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1127/tid=1148] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1148/stat : 1148 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958189196328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1127/tid=1149] ppid=1125 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1127/task/1149/stat : 1149 (java) S 1125 1127 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342715217 12137111552 974109 33554432000 1073741824 1073778376 140735902427552 139958188143784 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 907.862
CPU time (s): 1800.81
CPU user time (s): 1799.07
CPU system time (s): 1.74273
CPU usage (%): 198.357
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.74273
maximum resident set size= 3898608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26587
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25027
involuntary context switches= 32274

runsolver used 3.06153 second user time and 8.67368 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 01:24:44
IDJOB=3742318
IDBENCH=90158
IDSOLVER=2328
FILE ID=node115/3742318-1338765884
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=859244219

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23037352 kB
Buffers:         1444496 kB
Cached:          3622476 kB
SwapCached:         1016 kB
Active:          6577820 kB
Inactive:        2309728 kB
Active(anon):    3809120 kB
Inactive(anon):     9868 kB
Active(file):    2768700 kB
Inactive(file):  2299860 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:       3854820 kB
Mapped:            19872 kB
Shmem:                96 kB
Slab:             771892 kB
SReclaimable:     216064 kB
SUnreclaim:       555828 kB
KernelStack:        1624 kB
PageTables:        11692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3784704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 01:39:54