Trace number 3742266

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K199.opb
MD5SUM2cd10947adfbc402d943437a9cfa9f95
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 variables23681
Total number of constraints24081
Number of constraints which are clauses23882
Number of constraints which are cardinality constraints (but not clauses)199
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint199
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 200
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.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-3742266-1338765409.opb
0.07/0.13	c reading problem ... 
1.14/0.67	c ... done. Wall clock time 0.544s.
1.14/0.67	c #vars     23681
1.14/0.67	c #constraints  24081
1.14/0.67	c constraints type 
1.14/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1.14/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1.14/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1.14/0.67	c constraints type 
1.14/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1.14/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1.14/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
9.15/4.30	c cleaning 2472 clauses out of 4998 with flag 5003/5003
16.84/7.99	c cleaning 4187 clauses out of 8520 with flag 11002/11002
24.84/11.95	c cleaning 5557 clauses out of 11331 with flag 18000/18000
39.61/19.36	c cleaning 6640 clauses out of 13770 with flag 26000/26000
50.36/24.73	c cleaning 7920 clauses out of 16125 with flag 35000/35000
63.08/31.12	c cleaning 8905 clauses out of 18199 with flag 45000/45000
76.83/38.00	c cleaning 9743 clauses out of 20288 with flag 56000/56000
91.55/45.48	c cleaning 10727 clauses out of 22543 with flag 68000/68000
108.00/53.70	c cleaning 12060 clauses out of 24813 with flag 81000/81000
125.30/62.43	c cleaning 13002 clauses out of 26753 with flag 95000/95000
144.19/71.94	c cleaning 13866 clauses out of 28751 with flag 110000/110000
166.29/83.05	c cleaning 15120 clauses out of 30879 with flag 126000/126000
202.43/101.13	c cleaning 16163 clauses out of 32758 with flag 143000/143000
224.91/112.42	c cleaning 16950 clauses out of 34594 with flag 161000/161000
248.02/124.06	c cleaning 17854 clauses out of 36646 with flag 180002/180002
276.51/138.31	c cleaning 19077 clauses out of 38788 with flag 200001/200001
304.15/152.23	c cleaning 19851 clauses out of 40709 with flag 221001/221001
336.03/168.30	c cleaning 20845 clauses out of 42853 with flag 243000/243000
366.91/183.74	c cleaning 22208 clauses out of 45003 with flag 266000/266000
399.62/200.19	c cleaning 22856 clauses out of 46793 with flag 290001/290001
432.42/216.61	c cleaning 23821 clauses out of 48931 with flag 315002/315002
467.69/234.36	c cleaning 23436 clauses out of 50103 with flag 340000/340000
505.35/253.27	c cleaning 23401 clauses out of 51669 with flag 365002/365002
538.66/269.94	c cleaning 23177 clauses out of 53264 with flag 390000/390000
574.84/288.12	c cleaning 23027 clauses out of 55083 with flag 415000/415000
617.73/309.69	c cleaning 23093 clauses out of 57054 with flag 440004/440004
657.37/329.51	c cleaning 23751 clauses out of 58952 with flag 465000/465000
689.07/345.45	c cleaning 23095 clauses out of 60195 with flag 490000/490000
722.41/362.29	c cleaning 23395 clauses out of 62101 with flag 515002/515002
754.11/378.19	c cleaning 23351 clauses out of 63704 with flag 540000/540000
785.76/394.09	c cleaning 22802 clauses out of 65353 with flag 565002/565002
819.01/410.75	c cleaning 23288 clauses out of 67548 with flag 590000/590000
853.31/428.01	c cleaning 22956 clauses out of 69256 with flag 615001/615001
888.49/445.78	c cleaning 23358 clauses out of 71295 with flag 640001/640001
915.45/459.39	c cleaning 0 clauses out of 5000 with flag 0/5000
936.30/469.77	c cleaning 23702 clauses out of 72939 with flag 665003/665003
972.51/488.10	c cleaning 23513 clauses out of 74234 with flag 690000/690000
1011.86/507.87	c cleaning 23689 clauses out of 75717 with flag 715000/715000
1048.02/526.06	c cleaning 22953 clauses out of 77025 with flag 740000/740000
1084.23/544.21	c cleaning 23034 clauses out of 79076 with flag 765006/765006
1122.27/563.44	c cleaning 23542 clauses out of 81037 with flag 790001/790001
1162.30/583.54	c cleaning 23654 clauses out of 82493 with flag 815000/815000
1201.89/603.44	c cleaning 23203 clauses out of 83837 with flag 840000/840000
1237.07/621.11	c cleaning 23425 clauses out of 85634 with flag 865002/865002
1274.84/640.26	c cleaning 23039 clauses out of 87204 with flag 890000/890000
1312.56/659.27	c cleaning 23410 clauses out of 89166 with flag 915003/915003
1356.93/681.52	c cleaning 23324 clauses out of 90751 with flag 940000/940000
1392.66/699.59	c cleaning 23609 clauses out of 92427 with flag 965000/965000
1428.64/717.74	c cleaning 23177 clauses out of 93815 with flag 990000/990000
1464.81/735.95	c cleaning 23488 clauses out of 95638 with flag 1015000/1015000
1506.56/756.96	c cleaning 23824 clauses out of 97148 with flag 1040000/1040000
1556.34/781.98	c cleaning 23243 clauses out of 98326 with flag 1065002/1065002
1598.65/803.36	c cleaning 23736 clauses out of 100082 with flag 1090001/1090001
1635.20/821.79	c cleaning 24023 clauses out of 101344 with flag 1115000/1115000
1667.31/837.97	c cleaning 22832 clauses out of 102320 with flag 1140000/1140000
1701.83/855.31	c cleaning 23436 clauses out of 104489 with flag 1165002/1165002
1739.47/874.45	c cleaning 24024 clauses out of 106051 with flag 1190000/1190000
1777.13/893.47	c cleaning 23864 clauses out of 107026 with flag 1215000/1215000
1800.03/905.01	c starts		: 169
1800.03/905.01	c conflicts		: 1229639
1800.03/905.01	c decisions		: 70868246
1800.03/905.01	c propagations		: 1105805187
1800.03/905.01	c inspects		: 1954013643
1800.03/905.01	c shortcuts		: 0
1800.03/905.01	c learnt literals	: 142
1800.03/905.01	c learnt binary clauses	: 74788
1800.03/905.01	c learnt ternary clauses	: 72967
1800.03/905.01	c learnt constraints	: 1229497
1800.03/905.01	c ignored constraints	: 0
1800.03/905.01	c root simplifications	: 0
1800.03/905.01	c removed literals (reason simplification)	: 7568305
1800.03/905.01	c reason swapping (by a shorter reason)	: 0
1800.03/905.01	c Calls to reduceDB	: 57
1800.03/905.01	c number of reductions to clauses (during analyze)	: 0
1800.03/905.01	c number of learned constraints concerned by reduction	: 0
1800.03/905.01	c number of learning phase by resolution	: 0
1800.03/905.01	c number of learning phase by cutting planes	: 0
1800.03/905.01	c speed (assignments/second)	: 1222781.7160878258
1800.03/905.01	c non guided choices	153898
1800.03/905.05	c learnt constraints type 
1800.03/905.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74790
1800.03/905.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23057
1800.03/905.05	c constraints type 
1800.03/905.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1800.03/905.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1800.03/905.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1800.03/905.05	c constraints type 
1800.03/905.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1800.03/905.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1800.03/905.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
1800.03/905.05	s UNKNOWN
1800.03/905.05	c Total wall clock time (in seconds): 904.919

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-3742266-1338765409/watcher-3742266-1338765409 -o /tmp/evaluation-result-3742266-1338765409/solver-3742266-1338765409 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742266-1338765409.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.81 3.86 3.50 4/197 24387
/proc/meminfo: memFree=25137912/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24387/stat : 24387 (java) D 24385 24387 24098 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342665257 9515008 183 33554432000 1073741824 1073778376 140734630298320 140734630289352 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24387/statm: 2323 183 140 9 0 71 0

[startup+0.0114609 s]
/proc/loadavg: 3.81 3.86 3.50 4/197 24387
/proc/meminfo: memFree=25137912/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 1197 0 0 0 0 0 0 0 20 0 2 0 342665257 94019584 909 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 22954 915 695 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100214 s]
/proc/loadavg: 3.81 3.86 3.50 4/197 24387
/proc/meminfo: memFree=25137912/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 4986 0 1 0 6 1 0 0 20 0 18 0 342665257 11864465408 12838 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300259 s]
/proc/loadavg: 3.81 3.86 3.50 4/197 24387
/proc/meminfo: memFree=25137912/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11586392 CPUtime=0.55 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 8922 0 1 0 53 2 0 0 20 0 18 0 342665257 11864465408 19067 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2896598 19067 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11586392

[startup+0.700204 s]
/proc/loadavg: 3.81 3.86 3.50 4/197 24387
/proc/meminfo: memFree=25137912/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11719520 CPUtime=1.33 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 9987 0 1 0 127 6 0 0 20 0 20 0 342665257 12000788480 56263 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2929880 56263 2252 9 0 2920567 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 11719520

[startup+1.50078 s]
/proc/loadavg: 3.81 3.86 3.50 4/196 24412
/proc/meminfo: memFree=28043932/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11852648 CPUtime=3.61 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 11020 0 1 0 352 9 0 0 20 0 22 0 342665257 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2963162 85013 2263 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3966 0 1 0 59 5 0 0 20 0 22 0 342665258 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342665262 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 2790 0 0 0 69 0 0 0 20 0 22 0 342665265 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24403] ppid=24385 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/24387/task/24403/stat : 24403 (java) S 24385 24387 24098 0 -1 4202560 2908 0 0 0 61 0 0 0 20 0 22 0 342665265 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410108709048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24404] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24404/stat : 24404 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410107656696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24405] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24405/stat : 24405 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410106604360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24409] ppid=24385 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/24387/task/24409/stat : 24409 (java) R 24385 24387 24098 0 -1 4202560 26 0 0 0 80 0 0 0 20 0 22 0 342665325 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410105549608 140410148857673 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24410] ppid=24385 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/24387/task/24410/stat : 24410 (java) R 24385 24387 24098 0 -1 4202560 123 0 0 0 77 2 0 0 20 0 22 0 342665325 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410104497000 140410148765125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24411] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24411/stat : 24411 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410103445032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24412] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24412/stat : 24412 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 85013 33554432000 1073741824 1073778376 140734594573088 140410102392488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 3.81 3.86 3.50 3/196 24412
/proc/meminfo: memFree=27817320/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11852648 CPUtime=6.88 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 11532 0 1 0 672 16 0 0 20 0 22 0 342665257 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2963162 176662 2263 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3966 0 1 0 59 5 0 0 20 0 22 0 342665258 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342665262 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 2790 0 0 0 71 0 0 0 20 0 22 0 342665265 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24403] ppid=24385 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/24387/task/24403/stat : 24403 (java) S 24385 24387 24098 0 -1 4202560 3238 0 0 0 65 1 0 0 20 0 22 0 342665265 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410108709048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24404] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24404/stat : 24404 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410107656696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24405] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24405/stat : 24405 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410106604360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24409] ppid=24385 vsize=11852648 CPUtime=2.38 cores=1,3,5,7
/proc/24387/task/24409/stat : 24409 (java) R 24385 24387 24098 0 -1 4202560 29 0 0 0 238 0 0 0 20 0 22 0 342665325 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410105547816 140410148894752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24410] ppid=24385 vsize=11852648 CPUtime=2.38 cores=1,3,5,7
/proc/24387/task/24410/stat : 24410 (java) R 24385 24387 24098 0 -1 4202560 301 0 0 0 229 9 0 0 20 0 22 0 342665325 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410104494992 140410149012535 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24411] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24411/stat : 24411 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410103445032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24412] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24412/stat : 24412 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 176662 33554432000 1073741824 1073778376 140734594573088 140410102392488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 11852648

[startup+6.30084 s]
/proc/loadavg: 3.75 3.85 3.49 5/219 24471
/proc/meminfo: memFree=26605040/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11852648 CPUtime=13.45 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 13309 0 1 0 1321 24 0 0 20 0 22 0 342665257 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2963162 271669 2290 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3966 0 1 0 59 5 0 0 20 0 22 0 342665258 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342665261 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 22 0 342665262 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 4215 0 0 0 88 0 0 0 20 0 22 0 342665265 12137111552 271669 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/24387/statm: 2963162 951346 2290 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3981 0 1 0 62 6 0 0 20 0 22 0 342665258 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 145 0 0 0 85 4 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 142 0 0 0 94 4 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 157 0 0 0 94 5 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 115 0 0 0 90 4 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 115 0 0 0 87 5 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 162 0 0 0 95 7 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 113 0 0 0 88 4 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 133 0 0 0 99 6 0 0 20 0 22 0 342665261 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=13.61 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 158 0 0 0 1357 4 0 0 20 0 22 0 342665262 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 4220 0 0 0 105 0 0 0 20 0 22 0 342665265 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24403] ppid=24385 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/24387/task/24403/stat : 24403 (java) S 24385 24387 24098 0 -1 4202560 9152 0 0 0 125 2 0 0 20 0 22 0 342665265 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410108709048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24404] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24404/stat : 24404 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410107656696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24405] ppid=24385 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/24387/task/24405/stat : 24405 (java) S 24385 24387 24098 0 -1 4202560 47 0 0 0 17 19 0 0 20 0 22 0 342665265 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410106604360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24409] ppid=24385 vsize=11852648 CPUtime=803.48 cores=1,3,5,7
/proc/24387/task/24409/stat : 24409 (java) R 24385 24387 24098 0 -1 4202560 93 0 0 0 80334 14 0 0 20 0 22 0 342665325 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410105549512 140410148940316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24410] ppid=24385 vsize=11852648 CPUtime=803.65 cores=1,3,5,7
/proc/24387/task/24410/stat : 24410 (java) R 24385 24387 24098 0 -1 4202560 1593 0 0 0 80302 63 0 0 20 0 22 0 342665325 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410104494992 140410149175718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24411] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24411/stat : 24411 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410103445032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24412] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24412/stat : 24412 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951346 33554432000 1073741824 1073778376 140734594573088 140410102392488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1636.06
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.03 4.03 3.80 5/219 24481
/proc/meminfo: memFree=20764432/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11852648 CPUtime=1754.93 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 21580 0 1 0 175365 128 0 0 20 0 22 0 342665257 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2963162 951393 2291 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3982 0 1 0 62 6 0 0 20 0 22 0 342665258 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 146 0 0 0 94 4 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 146 0 0 0 101 4 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 164 0 0 0 101 5 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 118 0 0 0 96 4 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 116 0 0 0 91 5 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 164 0 0 0 102 7 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 120 0 0 0 97 4 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 135 0 0 0 107 6 0 0 20 0 22 0 342665261 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=15.04 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 169 0 0 0 1500 4 0 0 20 0 22 0 342665262 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 4220 0 0 0 105 0 0 0 20 0 22 0 342665265 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24403] ppid=24385 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24387/task/24403/stat : 24403 (java) S 24385 24387 24098 0 -1 4202560 9166 0 0 0 127 3 0 0 20 0 22 0 342665265 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410108709048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24404] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24404/stat : 24404 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410107656696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24405] ppid=24385 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/24387/task/24405/stat : 24405 (java) S 24385 24387 24098 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 22 0 342665265 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410106604360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24409] ppid=24385 vsize=11852648 CPUtime=861.72 cores=1,3,5,7
/proc/24387/task/24409/stat : 24409 (java) R 24385 24387 24098 0 -1 4202560 96 0 0 0 86157 15 0 0 20 0 22 0 342665325 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410105549392 140410148916108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24410] ppid=24385 vsize=11852648 CPUtime=861.9 cores=1,3,5,7
/proc/24387/task/24410/stat : 24410 (java) R 24385 24387 24098 0 -1 4202560 1594 0 0 0 86126 64 0 0 20 0 22 0 342665325 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410104494800 140410149018189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24411] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24411/stat : 24411 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410103445032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24412] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24412/stat : 24412 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951393 33554432000 1073741824 1073778376 140734594573088 140410102392488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1754.93
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.001 s]
/proc/loadavg: 3.96 4.01 3.80 5/219 24481
/proc/meminfo: memFree=20764184/32873844 swapFree=7632/7632
[pid=24387] ppid=24385 vsize=11852648 CPUtime=1800.03 cores=1,3,5,7
/proc/24387/stat : 24387 (java) S 24385 24387 24098 0 -1 4202496 21595 0 1 0 179875 128 0 0 20 0 22 0 342665257 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140734594564224 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24387/statm: 2963162 951404 2291 9 0 2953849 0
[pid=24387/tid=24389] ppid=24385 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/24387/task/24389/stat : 24389 (java) S 24385 24387 24098 0 -1 4202560 3982 0 1 0 62 6 0 0 20 0 22 0 342665258 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410296632472 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24390] ppid=24385 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/24387/task/24390/stat : 24390 (java) S 24385 24387 24098 0 -1 4202560 147 0 0 0 97 4 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410272037544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24391] ppid=24385 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/24387/task/24391/stat : 24391 (java) S 24385 24387 24098 0 -1 4202560 147 0 0 0 103 4 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410270985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24392] ppid=24385 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/24387/task/24392/stat : 24392 (java) S 24385 24387 24098 0 -1 4202560 164 0 0 0 104 5 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410269932456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24393] ppid=24385 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/24387/task/24393/stat : 24393 (java) S 24385 24387 24098 0 -1 4202560 118 0 0 0 98 4 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410268879912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24394] ppid=24385 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/24387/task/24394/stat : 24394 (java) S 24385 24387 24098 0 -1 4202560 117 0 0 0 94 5 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410267826344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24395] ppid=24385 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/24387/task/24395/stat : 24395 (java) S 24385 24387 24098 0 -1 4202560 164 0 0 0 105 7 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410266773800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24387/tid=24396] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24396/stat : 24396 (java) S 24385 24387 24098 0 -1 4202560 126 0 0 0 101 4 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410127436200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24397] ppid=24385 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/24387/task/24397/stat : 24397 (java) S 24385 24387 24098 0 -1 4202560 137 0 0 0 109 6 0 0 20 0 22 0 342665261 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410126383656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24398] ppid=24385 vsize=11852648 CPUtime=15.45 cores=1,3,5,7
/proc/24387/task/24398/stat : 24398 (java) S 24385 24387 24098 0 -1 4202560 169 0 0 0 1541 4 0 0 20 0 22 0 342665262 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410113972840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24399] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24399/stat : 24399 (java) S 24385 24387 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410112919160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24400] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24400/stat : 24400 (java) S 24385 24387 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342665263 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410111866504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24401] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24401/stat : 24401 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410110815248 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24402] ppid=24385 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/24387/task/24402/stat : 24402 (java) S 24385 24387 24098 0 -1 4202560 4220 0 0 0 105 0 0 0 20 0 22 0 342665265 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410109761592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24403] ppid=24385 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/24387/task/24403/stat : 24403 (java) S 24385 24387 24098 0 -1 4202560 9166 0 0 0 127 3 0 0 20 0 22 0 342665265 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410108709048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24404] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24404/stat : 24404 (java) S 24385 24387 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342665265 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410107656696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24405] ppid=24385 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/24387/task/24405/stat : 24405 (java) S 24385 24387 24098 0 -1 4202560 53 0 0 0 20 21 0 0 20 0 22 0 342665265 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410106604360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24409] ppid=24385 vsize=11852648 CPUtime=883.9 cores=1,3,5,7
/proc/24387/task/24409/stat : 24409 (java) R 24385 24387 24098 0 -1 4202560 97 0 0 0 88375 15 0 0 20 0 22 0 342665325 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410105547736 140410148857224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24387/tid=24410] ppid=24385 vsize=11852648 CPUtime=884.08 cores=1,3,5,7
/proc/24387/task/24410/stat : 24410 (java) R 24385 24387 24098 0 -1 4202560 1595 0 0 0 88344 64 0 0 20 0 22 0 342665325 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410104495608 140410149167020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24387/tid=24411] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24411/stat : 24411 (java) S 24385 24387 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410103445032 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24387/tid=24412] ppid=24385 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/24387/task/24412/stat : 24412 (java) S 24385 24387 24098 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342665328 12137111552 951404 33554432000 1073741824 1073778376 140734594573088 140410102392488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24387 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=689743
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.076
CPU time (s): 1800.03
CPU user time (s): 1798.75
CPU system time (s): 1.28
CPU usage (%): 198.882
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.68974
maximum resident set size= 3807792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21633
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= 24137
involuntary context switches= 27840

runsolver used 3.45247 second user time and 8.59269 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:16:49
IDJOB=3742266
IDBENCH=90145
IDSOLVER=2328
FILE ID=node141/3742266-1338765409
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_K199.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742266-1338765409/watcher-3742266-1338765409 -o /tmp/evaluation-result-3742266-1338765409/solver-3742266-1338765409 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742266-1338765409.opb

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

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=1617173155

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:        25137812 kB
Buffers:          433712 kB
Cached:          3264824 kB
SwapCached:          216 kB
Active:          4416724 kB
Inactive:        2423448 kB
Active(anon):    3132336 kB
Inactive(anon):    11288 kB
Active(file):    1284388 kB
Inactive(file):  2412160 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:       3154404 kB
Mapped:            18940 kB
Shmem:               172 kB
Slab:             742008 kB
SReclaimable:     184104 kB
SUnreclaim:       557904 kB
KernelStack:        1624 kB
PageTables:        10644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3092480 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 01:31:56