Trace number 3742539

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.07 907.69

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 126
Number of bits of the biggest sum of numbers7
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.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-3742539-1338770862.opb
0.07/0.13	c reading problem ... 
0.97/0.58	c ... done. Wall clock time 0.456s.
0.97/0.58	c #vars     14875
0.97/0.58	c #constraints  15127
0.97/0.58	c constraints type 
0.97/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
0.97/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
0.97/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
0.97/0.58	c constraints type 
0.97/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1612
0.97/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13388
0.97/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
7.34/3.05	c cleaning 2487 clauses out of 4991 with flag 5000/5000
13.18/5.82	c cleaning 4225 clauses out of 8498 with flag 11000/11000
19.94/9.29	c cleaning 5576 clauses out of 11267 with flag 18002/18002
27.93/13.25	c cleaning 6761 clauses out of 13679 with flag 26002/26002
35.94/17.29	c cleaning 7831 clauses out of 15905 with flag 35000/35000
44.08/21.39	c cleaning 8858 clauses out of 18073 with flag 45001/45001
57.80/28.22	c cleaning 9955 clauses out of 20210 with flag 56002/56002
74.38/36.59	c cleaning 11019 clauses out of 22244 with flag 68001/68001
85.47/42.12	c cleaning 11937 clauses out of 24216 with flag 81000/81000
97.59/48.20	c cleaning 12899 clauses out of 26277 with flag 95002/95002
113.30/56.13	c cleaning 13943 clauses out of 28370 with flag 110000/110000
132.84/65.98	c cleaning 14972 clauses out of 30424 with flag 126000/126000
148.31/73.73	c cleaning 15620 clauses out of 31446 with flag 142002/142002
167.41/83.35	c cleaning 15678 clauses out of 31820 with flag 158000/158000
187.89/93.62	c cleaning 15797 clauses out of 32139 with flag 174000/174000
204.59/102.06	c cleaning 15978 clauses out of 32338 with flag 190001/190001
221.04/110.31	c cleaning 15882 clauses out of 32358 with flag 206000/206000
257.36/128.52	c cleaning 16029 clauses out of 32474 with flag 222000/222000
273.85/136.84	c cleaning 15885 clauses out of 32444 with flag 238000/238000
289.71/144.86	c cleaning 16063 clauses out of 32556 with flag 254001/254001
308.30/154.23	c cleaning 16006 clauses out of 32488 with flag 270001/270001
321.97/161.18	c cleaning 15088 clauses out of 32480 with flag 286004/286004
346.84/173.70	c cleaning 15167 clauses out of 33389 with flag 302002/302002
364.30/182.44	c cleaning 15161 clauses out of 34218 with flag 318000/318000
383.11/191.98	c cleaning 15169 clauses out of 35053 with flag 334001/334001
397.77/199.37	c cleaning 15038 clauses out of 35881 with flag 350000/350000
415.60/208.35	c cleaning 15336 clauses out of 36840 with flag 366001/366001
437.44/219.34	c cleaning 15035 clauses out of 37501 with flag 382000/382000
467.82/234.69	c cleaning 15185 clauses out of 38465 with flag 398000/398000
484.68/243.19	c cleaning 15090 clauses out of 39280 with flag 414001/414001
500.89/251.33	c cleaning 15045 clauses out of 40186 with flag 430000/430000
517.72/259.83	c cleaning 15201 clauses out of 41143 with flag 446003/446003
537.64/269.98	c cleaning 15282 clauses out of 41944 with flag 462005/462005
561.45/281.99	c cleaning 15547 clauses out of 42657 with flag 478002/478002
584.07/293.38	c cleaning 15004 clauses out of 43105 with flag 494000/494000
614.08/308.48	c cleaning 15453 clauses out of 44104 with flag 510004/510004
638.15/320.67	c cleaning 15545 clauses out of 44650 with flag 526003/526003
657.59/330.47	c cleaning 15372 clauses out of 45102 with flag 542001/542001
682.43/342.97	c cleaning 15289 clauses out of 45728 with flag 558000/558000
709.67/356.62	c cleaning 15363 clauses out of 46440 with flag 574001/574001
733.92/368.99	c cleaning 14944 clauses out of 47075 with flag 590000/590000
791.77/397.99	c cleaning 15448 clauses out of 48129 with flag 606000/606000
835.81/420.10	c cleaning 15106 clauses out of 48679 with flag 622000/622000
875.61/440.09	c cleaning 14966 clauses out of 49575 with flag 638002/638002
908.56/456.74	c cleaning 15293 clauses out of 50609 with flag 654003/654003
930.93/468.01	c cleaning 15161 clauses out of 51315 with flag 670002/670002
954.65/480.03	c cleaning 15200 clauses out of 52154 with flag 686002/686002
972.81/489.22	c cleaning 15282 clauses out of 52953 with flag 702001/702001
992.75/499.42	c cleaning 15199 clauses out of 53673 with flag 718003/718003
1028.64/517.53	c cleaning 15414 clauses out of 54472 with flag 734001/734001
1053.83/530.27	c cleaning 15197 clauses out of 55056 with flag 750000/750000
1089.33/548.15	c cleaning 15651 clauses out of 55859 with flag 766000/766000
1126.68/567.00	c cleaning 15568 clauses out of 56208 with flag 782000/782000
1171.02/589.34	c cleaning 15461 clauses out of 56640 with flag 798000/798000
1209.33/608.62	c cleaning 15519 clauses out of 57179 with flag 814000/814000
1242.09/625.14	c cleaning 15420 clauses out of 57661 with flag 830001/830001
1265.56/637.12	c cleaning 15483 clauses out of 58242 with flag 846002/846002
1297.86/653.41	c cleaning 15587 clauses out of 58758 with flag 862001/862001
1330.95/670.19	c cleaning 15496 clauses out of 59171 with flag 878001/878001
1355.05/682.32	c cleaning 15548 clauses out of 59675 with flag 894001/894001
1371.72/690.92	c cleaning 15297 clauses out of 60127 with flag 910002/910002
1378.94/694.76	c cleaning 0 clauses out of 5000 with flag 0/5000
1396.04/703.32	c cleaning 15409 clauses out of 60826 with flag 926000/926000
1412.58/711.76	c cleaning 15292 clauses out of 61417 with flag 942002/942002
1435.34/723.40	c cleaning 15236 clauses out of 62123 with flag 958000/958000
1460.01/735.90	c cleaning 15486 clauses out of 62887 with flag 974001/974001
1475.63/743.94	c cleaning 15191 clauses out of 63399 with flag 990000/990000
1510.25/761.43	c cleaning 15300 clauses out of 64208 with flag 1006000/1006000
1529.79/771.56	c cleaning 15127 clauses out of 64910 with flag 1022002/1022002
1563.63/788.66	c cleaning 15376 clauses out of 65789 with flag 1038008/1038008
1600.00/807.04	c cleaning 15444 clauses out of 66405 with flag 1054001/1054001
1656.10/835.23	c cleaning 15576 clauses out of 66961 with flag 1070001/1070001
1729.57/872.27	c cleaning 15579 clauses out of 67388 with flag 1086004/1086004
1800.07/907.64	c starts		: 170
1800.07/907.64	c conflicts		: 1101700
1800.07/907.64	c decisions		: 16700726
1800.07/907.64	c propagations		: 831513287
1800.07/907.64	c inspects		: 1535616198
1800.07/907.64	c shortcuts		: 0
1800.07/907.64	c learnt literals	: 168
1800.07/907.64	c learnt binary clauses	: 43312
1800.07/907.64	c learnt ternary clauses	: 56922
1800.07/907.64	c learnt constraints	: 1101532
1800.07/907.64	c ignored constraints	: 0
1800.07/907.64	c root simplifications	: 0
1800.07/907.64	c removed literals (reason simplification)	: 14308158
1800.07/907.64	c reason swapping (by a shorter reason)	: 0
1800.07/907.64	c Calls to reduceDB	: 72
1800.07/907.64	c number of reductions to clauses (during analyze)	: 0
1800.07/907.64	c number of learned constraints concerned by reduction	: 0
1800.07/907.64	c number of learning phase by resolution	: 0
1800.07/907.64	c number of learning phase by cutting planes	: 0
1800.07/907.64	c speed (assignments/second)	: 916718.6168424187
1800.07/907.64	c non guided choices	13932
1800.07/907.67	c learnt constraints type 
1800.07/907.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43314
1800.07/907.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24216
1800.07/907.67	c constraints type 
1800.07/907.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1800.07/907.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1800.07/907.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1800.07/907.67	c constraints type 
1800.07/907.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1612
1800.07/907.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13388
1800.07/907.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
1800.07/907.67	s UNKNOWN
1800.07/907.67	c Total wall clock time (in seconds): 907.542

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

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

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


[startup+0 s]
/proc/loadavg: 3.93 3.95 3.91 4/197 25200
/proc/meminfo: memFree=24303896/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/25200/stat : 25200 (java) R 25198 25200 24098 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 343210554 278528 33 33554432000 1073741824 1073778376 140734151153232 140734151150408 209874677031 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25200/statm: 68 33 25 9 0 25 0

[startup+0.0812311 s]
/proc/loadavg: 3.93 3.95 3.91 4/197 25200
/proc/meminfo: memFree=24303896/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11586364 CPUtime=0.05 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 4450 0 1 0 4 1 0 0 20 0 18 0 343210554 11864436736 12302 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2896591 12302 1754 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100216 s]
/proc/loadavg: 3.93 3.95 3.91 4/197 25200
/proc/meminfo: memFree=24303896/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 4528 0 1 0 6 1 0 0 20 0 18 0 343210554 11864465408 12380 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2896598 12380 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300195 s]
/proc/loadavg: 3.93 3.95 3.91 4/197 25200
/proc/meminfo: memFree=24303896/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 8461 0 1 0 52 2 0 0 20 0 18 0 343210554 11864465408 18699 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2896598 18699 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700199 s]
/proc/loadavg: 3.93 3.95 3.91 4/197 25200
/proc/meminfo: memFree=24303896/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 10686 0 1 0 156 3 0 0 20 0 22 0 343210554 12137111552 40298 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 40298 2259 9 0 2953849 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 11852648

[startup+1.50081 s]
/proc/loadavg: 3.94 3.95 3.91 6/219 25222
/proc/meminfo: memFree=24140608/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=4.28 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 20102 0 1 0 420 8 0 0 20 0 22 0 343210554 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 76272 2265 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3475 0 1 0 52 3 0 0 20 0 22 0 343210555 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529586418840 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) S 25198 25200 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343210559 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529403907048 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7346 0 0 0 95 2 0 0 20 0 22 0 343210562 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529399695800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25216] ppid=25198 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/25200/task/25216/stat : 25216 (java) S 25198 25200 24098 0 -1 4202560 7913 0 0 0 90 1 0 0 20 0 22 0 343210562 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529398643000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25217] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25217/stat : 25217 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529397590392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25218] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25218/stat : 25218 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529396537800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25219] ppid=25198 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/25200/task/25219/stat : 25219 (java) R 25198 25200 24098 0 -1 4202560 32 0 0 0 89 0 0 0 20 0 22 0 343210613 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529395482672 140529459657405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25220] ppid=25198 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/25200/task/25220/stat : 25220 (java) R 25198 25200 24098 0 -1 4202560 135 0 0 0 85 3 0 0 20 0 22 0 343210613 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529394430696 140529459741191 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25221] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25221/stat : 25221 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529393378728 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25222] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25222/stat : 25222 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 76272 33554432000 1073741824 1073778376 140735373439296 140529392325928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 11852648

[startup+3.10089 s]
/proc/loadavg: 3.94 3.95 3.91 3/196 25225
/proc/meminfo: memFree=27780644/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=7.6 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 20465 0 1 0 739 21 0 0 20 0 22 0 343210554 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 225818 2284 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3475 0 1 0 52 3 0 0 20 0 22 0 343210555 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529586418552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) R 25198 25200 24098 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 343210559 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529403905904 140529593272388 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7351 0 0 0 105 2 0 0 20 0 22 0 343210562 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529399681896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25216] ppid=25198 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/25200/task/25216/stat : 25216 (java) S 25198 25200 24098 0 -1 4202560 7919 0 0 0 94 1 0 0 20 0 22 0 343210562 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529398643000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25217] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25217/stat : 25217 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529397590392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25218] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25218/stat : 25218 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529396537800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25219] ppid=25198 vsize=11852648 CPUtime=2.44 cores=1,3,5,7
/proc/25200/task/25219/stat : 25219 (java) S 25198 25200 24098 0 -1 4202560 36 0 0 0 244 0 0 0 20 0 22 0 343210613 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529395483720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25220] ppid=25198 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/25200/task/25220/stat : 25220 (java) S 25198 25200 24098 0 -1 4202560 417 0 0 0 227 14 0 0 20 0 22 0 343210613 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529394428728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25221] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25221/stat : 25221 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529393378728 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25222] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25222/stat : 25222 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 225818 33554432000 1073741824 1073778376 140735373439296 140529392325928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 11852648

[startup+6.30086 s]
/proc/loadavg: 3.94 3.95 3.91 6/219 25284
/proc/meminfo: memFree=26693652/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=14.13 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 20624 0 1 0 1388 25 0 0 20 0 22 0 343210554 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 283990 2290 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3475 0 1 0 52 3 0 0 20 0 22 0 343210555 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529586418840 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343210558 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) S 25198 25200 24098 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 22 0 343210559 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529403907048 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7351 0 0 0 114 2 0 0 20 0 22 0 343210562 12137111552 283990 33554432000 1073741824 1073778376 140735373439296 140529399695800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/25200/statm: 2963162 980344 2291 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3504 0 1 0 55 4 0 0 20 0 22 0 343210555 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529586418840 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 137 0 0 0 124 6 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 139 0 0 0 108 5 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 116 0 0 0 106 4 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 158 0 0 0 123 7 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 128 0 0 0 121 6 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 140 0 0 0 120 6 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 135 0 0 0 111 5 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 145 0 0 0 120 7 0 0 20 0 22 0 343210558 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=20.95 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) S 25198 25200 24098 0 -1 4202560 181 0 0 0 2085 10 0 0 20 0 22 0 343210559 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529403907048 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7356 0 0 0 126 2 0 0 20 0 22 0 343210562 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529399695800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25216] ppid=25198 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/25200/task/25216/stat : 25216 (java) S 25198 25200 24098 0 -1 4202560 9162 0 0 0 162 2 0 0 20 0 22 0 343210562 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529398643000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25217] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25217/stat : 25217 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529397590392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25218] ppid=25198 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25200/task/25218/stat : 25218 (java) S 25198 25200 24098 0 -1 4202560 47 0 0 0 20 18 0 0 20 0 22 0 343210562 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529396537800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25219] ppid=25198 vsize=11852648 CPUtime=795.78 cores=1,3,5,7
/proc/25200/task/25219/stat : 25219 (java) R 25198 25200 24098 0 -1 4202560 99 0 0 0 79565 13 0 0 20 0 22 0 343210613 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529395483600 140529459532181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25220] ppid=25198 vsize=11852648 CPUtime=795.62 cores=1,3,5,7
/proc/25200/task/25220/stat : 25220 (java) R 25198 25200 24098 0 -1 4202560 1661 0 0 0 79497 65 0 0 20 0 22 0 343210613 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529394428896 140529459904133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25221] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25221/stat : 25221 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529393378728 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25222] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25222/stat : 25222 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980344 33554432000 1073741824 1073778376 140735373439296 140529392325928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1630.23
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.89 3.98 3.92 5/220 25317
/proc/meminfo: memFree=20506160/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=1749.37 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 24334 0 1 0 174798 139 0 0 20 0 22 0 343210554 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 980880 2291 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3506 0 1 0 56 4 0 0 20 0 22 0 343210555 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529586418840 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 140 0 0 0 132 6 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 153 0 0 0 121 5 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 117 0 0 0 115 4 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 158 0 0 0 129 7 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 128 0 0 0 132 6 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 143 0 0 0 126 6 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 139 0 0 0 117 5 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 145 0 0 0 125 8 0 0 20 0 22 0 343210558 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=22.13 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) S 25198 25200 24098 0 -1 4202560 185 0 0 0 2203 10 0 0 20 0 22 0 343210559 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529403907048 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7356 0 0 0 126 2 0 0 20 0 22 0 343210562 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529399695800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25216] ppid=25198 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/25200/task/25216/stat : 25216 (java) S 25198 25200 24098 0 -1 4202560 9163 0 0 0 164 2 0 0 20 0 22 0 343210562 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529398643000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25217] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25217/stat : 25217 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529397590392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25218] ppid=25198 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/25200/task/25218/stat : 25218 (java) S 25198 25200 24098 0 -1 4202560 51 0 0 0 21 20 0 0 20 0 22 0 343210562 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529396537800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25219] ppid=25198 vsize=11852648 CPUtime=854.26 cores=1,3,5,7
/proc/25200/task/25219/stat : 25219 (java) R 25198 25200 24098 0 -1 4202560 99 0 0 0 85413 13 0 0 20 0 22 0 343210613 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529395483600 140529459514871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25220] ppid=25198 vsize=11852648 CPUtime=854.1 cores=1,3,5,7
/proc/25200/task/25220/stat : 25220 (java) R 25198 25200 24098 0 -1 4202560 1664 0 0 0 85345 65 0 0 20 0 22 0 343210613 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529394428896 140529459380759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25221] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25221/stat : 25221 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529393378728 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25222] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25222/stat : 25222 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980880 33554432000 1073741824 1073778376 140735373439296 140529392325928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1749.37
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.601 s]
/proc/loadavg: 3.92 3.98 3.92 5/220 25317
/proc/meminfo: memFree=20506036/32873844 swapFree=7632/7632
[pid=25200] ppid=25198 vsize=11852648 CPUtime=1800.07 cores=1,3,5,7
/proc/25200/stat : 25200 (java) S 25198 25200 24098 0 -1 4202496 24341 0 1 0 179866 141 0 0 20 0 22 0 343210554 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140735373430432 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25200/statm: 2963162 980884 2291 9 0 2953849 0
[pid=25200/tid=25202] ppid=25198 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/25200/task/25202/stat : 25202 (java) S 25198 25200 24098 0 -1 4202560 3506 0 1 0 56 4 0 0 20 0 22 0 343210555 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529586418840 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25203] ppid=25198 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/25200/task/25203/stat : 25203 (java) S 25198 25200 24098 0 -1 4202560 144 0 0 0 133 6 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529423686696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25204] ppid=25198 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/25200/task/25204/stat : 25204 (java) S 25198 25200 24098 0 -1 4202560 153 0 0 0 123 5 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529422633896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25205] ppid=25198 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/25200/task/25205/stat : 25205 (java) S 25198 25200 24098 0 -1 4202560 117 0 0 0 118 4 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529421581096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25206] ppid=25198 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/25200/task/25206/stat : 25206 (java) S 25198 25200 24098 0 -1 4202560 158 0 0 0 130 7 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529420528296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25207] ppid=25198 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/25200/task/25207/stat : 25207 (java) S 25198 25200 24098 0 -1 4202560 128 0 0 0 133 6 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529419475496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25208] ppid=25198 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/25200/task/25208/stat : 25208 (java) S 25198 25200 24098 0 -1 4202560 143 0 0 0 128 6 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529418422696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25209] ppid=25198 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/25200/task/25209/stat : 25209 (java) S 25198 25200 24098 0 -1 4202560 139 0 0 0 118 5 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529417369896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25210] ppid=25198 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/25200/task/25210/stat : 25210 (java) S 25198 25200 24098 0 -1 4202560 145 0 0 0 127 8 0 0 20 0 22 0 343210558 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529416317096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25211] ppid=25198 vsize=11852648 CPUtime=22.13 cores=1,3,5,7
/proc/25200/task/25211/stat : 25211 (java) S 25198 25200 24098 0 -1 4202560 185 0 0 0 2203 10 0 0 20 0 22 0 343210559 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529403907048 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25212] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25212/stat : 25212 (java) S 25198 25200 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529402853112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25213] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25213/stat : 25213 (java) S 25198 25200 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343210560 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529401800200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25214] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25214/stat : 25214 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529400748688 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25215] ppid=25198 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/25200/task/25215/stat : 25215 (java) S 25198 25200 24098 0 -1 4202560 7356 0 0 0 126 2 0 0 20 0 22 0 343210562 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529399695800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25200/tid=25216] ppid=25198 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/25200/task/25216/stat : 25216 (java) S 25198 25200 24098 0 -1 4202560 9163 0 0 0 164 2 0 0 20 0 22 0 343210562 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529398643000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25217] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25217/stat : 25217 (java) S 25198 25200 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343210562 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529397590392 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25218] ppid=25198 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/25200/task/25218/stat : 25218 (java) S 25198 25200 24098 0 -1 4202560 53 0 0 0 23 20 0 0 20 0 22 0 343210562 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529396537800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25219] ppid=25198 vsize=11852648 CPUtime=879.47 cores=1,3,5,7
/proc/25200/task/25219/stat : 25219 (java) R 25198 25200 24098 0 -1 4202560 99 0 0 0 87933 14 0 0 20 0 22 0 343210613 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529395481616 140529459615434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25200/tid=25220] ppid=25198 vsize=11852648 CPUtime=879.3 cores=1,3,5,7
/proc/25200/task/25220/stat : 25220 (java) R 25198 25200 24098 0 -1 4202560 1665 0 0 0 87864 66 0 0 20 0 22 0 343210613 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529394429696 140529459929241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25200/tid=25221] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25221/stat : 25221 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529393378728 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25200/tid=25222] ppid=25198 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25200/task/25222/stat : 25222 (java) S 25198 25200 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343210615 12137111552 980884 33554432000 1073741824 1073778376 140735373439296 140529392325928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 25200 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=149247
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=832721
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 907.69
CPU time (s): 1800.07
CPU user time (s): 1798.66
CPU system time (s): 1.41
CPU usage (%): 198.313
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.83272
maximum resident set size= 3927788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25199
involuntary context switches= 32210

runsolver used 3.2805 second user time and 9.28559 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:47:42
IDJOB=3742539
IDBENCH=90201
IDSOLVER=2328
FILE ID=node141/3742539-1338770862
RUNJOBID= node141-1338763554-24115
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

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

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=219725703

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.744
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:       32873844 kB
MemFree:        24303896 kB
Buffers:          436164 kB
Cached:          3267020 kB
SwapCached:          216 kB
Active:          5233192 kB
Inactive:        2424624 kB
Active(anon):    3945100 kB
Inactive(anon):    11288 kB
Active(file):    1288092 kB
Inactive(file):  2413336 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       3981528 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             742120 kB
SReclaimable:     184192 kB
SUnreclaim:       557928 kB
KernelStack:        1624 kB
PageTables:        11972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3917824 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= 70720 MiB
End job on node141 at 2012-06-04 03:02:52