Trace number 3741125

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.19 906.674

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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-3741125-1338751396.opb
0.07/0.13	c reading problem ... 
2.46/1.80	c ... done. Wall clock time 1.673s.
2.46/1.80	c #vars     9310
2.46/1.80	c #constraints  197032
2.46/1.80	c constraints type 
2.46/1.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
2.46/1.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.46/1.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
2.46/1.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
2.46/1.80	c constraints type 
2.46/1.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
2.46/1.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
2.46/1.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
2.46/1.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
8.89/4.51	c cleaning 2487 clauses out of 5000 with flag 5000/5000
12.65/6.24	c cleaning 0 clauses out of 5000 with flag 0/5000
14.91/7.31	c cleaning 4238 clauses out of 8513 with flag 11000/11000
17.34/8.59	c cleaning 5630 clauses out of 11275 with flag 18000/18000
20.65/10.20	c cleaning 6799 clauses out of 13646 with flag 26001/26001
24.94/12.47	c cleaning 7846 clauses out of 15846 with flag 35000/35000
28.82/14.46	c cleaning 8968 clauses out of 18001 with flag 45001/45001
31.25/15.72	c cleaning 0 clauses out of 11000 with flag 0/11000
33.64/17.06	c cleaning 9975 clauses out of 20032 with flag 56000/56000
39.50/20.09	c cleaning 11007 clauses out of 22057 with flag 68000/68000
46.15/23.47	c cleaning 12019 clauses out of 24050 with flag 81000/81000
54.41/27.61	c cleaning 13000 clauses out of 26032 with flag 95001/95001
61.27/31.17	c cleaning 13988 clauses out of 28031 with flag 110000/110000
68.52/34.89	c cleaning 14986 clauses out of 30044 with flag 126001/126001
77.55/39.47	c cleaning 16008 clauses out of 32057 with flag 143000/143000
82.20/41.82	c cleaning 0 clauses out of 18000 with flag 0/18000
88.16/44.93	c cleaning 16915 clauses out of 34048 with flag 161001/161001
95.81/48.85	c cleaning 17891 clauses out of 36128 with flag 180001/180001
107.24/54.69	c cleaning 18931 clauses out of 38234 with flag 200000/200000
117.26/59.78	c cleaning 20099 clauses out of 40303 with flag 221001/221001
127.99/65.26	c cleaning 21095 clauses out of 42205 with flag 243002/243002
139.22/70.90	c cleaning 21845 clauses out of 44110 with flag 266003/266003
151.86/77.35	c cleaning 22880 clauses out of 46262 with flag 290000/290000
163.09/83.08	c cleaning 24030 clauses out of 48382 with flag 315000/315000
176.23/89.78	c cleaning 25058 clauses out of 50352 with flag 341000/341000
187.65/95.51	c cleaning 26048 clauses out of 52294 with flag 368000/368000
199.08/101.31	c cleaning 27001 clauses out of 54247 with flag 396001/396001
214.30/109.03	c cleaning 27820 clauses out of 56245 with flag 425000/425000
217.44/110.76	c cleaning 0 clauses out of 26000 with flag 0/26000
229.85/117.06	c cleaning 29207 clauses out of 58427 with flag 455002/455002
244.28/124.32	c cleaning 30096 clauses out of 60219 with flag 486001/486001
259.53/132.05	c cleaning 30832 clauses out of 62122 with flag 518000/518000
274.46/139.66	c cleaning 31891 clauses out of 64292 with flag 551002/551002
294.29/149.66	c cleaning 33034 clauses out of 66399 with flag 585000/585000
318.10/161.60	c cleaning 34177 clauses out of 68365 with flag 620000/620000
336.33/170.85	c cleaning 35014 clauses out of 70189 with flag 656001/656001
355.24/180.48	c cleaning 35770 clauses out of 72175 with flag 693001/693001
379.65/192.70	c cleaning 37185 clauses out of 74406 with flag 731002/731002
412.08/209.07	c cleaning 38002 clauses out of 76221 with flag 770002/770002
430.07/218.19	c cleaning 38997 clauses out of 78217 with flag 810000/810000
447.96/227.23	c cleaning 39915 clauses out of 80220 with flag 851000/851000
470.58/238.67	c cleaning 41043 clauses out of 82306 with flag 893001/893001
475.97/241.48	c cleaning 0 clauses out of 35002 with flag 0/35002
496.98/252.03	c cleaning 41861 clauses out of 84264 with flag 936002/936002
526.68/267.07	c cleaning 43067 clauses out of 86401 with flag 980000/980000
558.94/283.27	c cleaning 44117 clauses out of 88335 with flag 1025001/1025001
583.96/295.80	c cleaning 44599 clauses out of 90217 with flag 1071000/1071000
615.98/311.90	c cleaning 46305 clauses out of 92618 with flag 1118000/1118000
647.12/327.61	c cleaning 47026 clauses out of 94314 with flag 1166001/1166001
687.57/347.95	c cleaning 48141 clauses out of 96287 with flag 1215000/1215000
734.04/371.26	c cleaning 49048 clauses out of 98147 with flag 1265001/1265001
762.47/385.55	c cleaning 49797 clauses out of 100098 with flag 1316000/1316000
799.82/404.38	c cleaning 51107 clauses out of 102301 with flag 1368000/1368000
818.00/413.57	c cleaning 0 clauses out of 45000 with flag 0/45000
844.65/426.91	c cleaning 52093 clauses out of 104197 with flag 1421003/1421003
881.07/445.28	c cleaning 52935 clauses out of 106101 with flag 1475000/1475000
931.41/470.53	c cleaning 54054 clauses out of 108167 with flag 1530001/1530001
987.69/498.70	c cleaning 55045 clauses out of 110115 with flag 1586003/1586003
1042.76/526.39	c cleaning 55773 clauses out of 112067 with flag 1643000/1643000
1090.63/550.37	c cleaning 57142 clauses out of 114294 with flag 1701000/1701000
1138.92/574.65	c cleaning 58035 clauses out of 116152 with flag 1760000/1760000
1196.19/603.38	c cleaning 58864 clauses out of 118117 with flag 1820000/1820000
1253.20/631.90	c cleaning 59821 clauses out of 120253 with flag 1881000/1881000
1317.22/664.04	c cleaning 60908 clauses out of 122432 with flag 1943000/1943000
1386.19/698.62	c cleaning 62097 clauses out of 124525 with flag 2006001/2006001
1430.36/720.88	c cleaning 62999 clauses out of 126427 with flag 2070000/2070000
1487.54/749.54	c cleaning 64110 clauses out of 128430 with flag 2135002/2135002
1540.71/776.21	c cleaning 65033 clauses out of 130318 with flag 2201000/2201000
1554.29/783.24	c cleaning 0 clauses out of 56000 with flag 0/56000
1635.90/824.19	c cleaning 66078 clauses out of 132285 with flag 2268000/2268000
1701.08/856.84	c cleaning 67053 clauses out of 134207 with flag 2336000/2336000
1767.36/890.03	c cleaning 68007 clauses out of 136154 with flag 2405000/2405000
1800.19/906.61	c starts		: 229
1800.19/906.61	c conflicts		: 2438777
1800.19/906.61	c decisions		: 15940018
1800.19/906.61	c propagations		: 599406738
1800.19/906.61	c inspects		: 7235959727
1800.19/906.61	c shortcuts		: 0
1800.19/906.61	c learnt literals	: 11
1800.19/906.61	c learnt binary clauses	: 1121
1800.19/906.61	c learnt ternary clauses	: 2729
1800.19/906.61	c learnt constraints	: 2438765
1800.19/906.61	c ignored constraints	: 0
1800.19/906.61	c root simplifications	: 0
1800.19/906.61	c removed literals (reason simplification)	: 58325395
1800.19/906.61	c reason swapping (by a shorter reason)	: 0
1800.19/906.61	c Calls to reduceDB	: 65
1800.19/906.61	c number of reductions to clauses (during analyze)	: 0
1800.19/906.61	c number of learned constraints concerned by reduction	: 0
1800.19/906.61	c number of learning phase by resolution	: 0
1800.19/906.61	c number of learning phase by cutting planes	: 0
1800.19/906.61	c speed (assignments/second)	: 662467.7020233
1800.19/906.61	c non guided choices	757225
1800.19/906.65	c learnt constraints type 
1800.19/906.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1121
1800.19/906.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100858
1800.19/906.65	c constraints type 
1800.19/906.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
1800.19/906.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.19/906.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
1800.19/906.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.19/906.65	c constraints type 
1800.19/906.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
1800.19/906.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
1800.19/906.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.19/906.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.19/906.65	s UNKNOWN
1800.19/906.65	c Total wall clock time (in seconds): 906.528

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.99 3.94 3.62 4/195 2393
/proc/meminfo: memFree=24394184/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2393/stat : 2393 (java) D 2391 2393 1918 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 341265030 9515008 182 33554432000 1073741824 1073778376 140735046878960 140735046869992 252263087797 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/2393/statm: 2323 182 140 9 0 71 0

[startup+0.0959181 s]
/proc/loadavg: 3.99 3.94 3.62 4/195 2393
/proc/meminfo: memFree=24394184/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 4985 0 1 0 6 1 0 0 20 0 18 0 341265030 11864465408 12838 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100252 s]
/proc/loadavg: 3.99 3.94 3.62 4/195 2393
/proc/meminfo: memFree=24394184/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 5401 0 1 0 6 1 0 0 20 0 18 0 341265030 11864465408 13253 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2896598 13258 2036 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300217 s]
/proc/loadavg: 3.99 3.94 3.62 4/195 2393
/proc/meminfo: memFree=24394184/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 6798 0 1 0 43 2 0 0 20 0 18 0 341265030 11864465408 16345 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2896598 16345 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700228 s]
/proc/loadavg: 3.99 3.94 3.62 4/195 2393
/proc/meminfo: memFree=24394184/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11586392 CPUtime=1.22 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 10583 0 1 0 116 6 0 0 20 0 18 0 341265030 11864465408 52916 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2896598 52916 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 11586392

[startup+1.50066 s]
/proc/loadavg: 3.99 3.94 3.62 4/213 2411
/proc/meminfo: memFree=24034692/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11586392 CPUtime=2.12 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 10791 0 1 0 199 13 0 0 20 0 18 0 341265030 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2896598 157878 2239 9 0 2887285 0
[pid=2393/tid=2395] ppid=2391 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1918 0 -1 4202560 4160 0 1 0 135 11 0 0 20 0 18 0 341265031 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099848810784 140099702897148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341265033 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341265034 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099666262888 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341265035 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341265035 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265037 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1918 0 -1 4202560 1872 0 0 0 30 0 0 0 20 0 18 0 341265037 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099662051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 3575 0 0 0 31 0 0 0 20 0 18 0 341265037 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099660999096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265037 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341265038 11864465408 157878 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 11586392

[startup+3.10071 s]
/proc/loadavg: 4.15 3.98 3.63 7/217 2415
/proc/meminfo: memFree=23564864/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11852648 CPUtime=5.92 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 15940 0 1 0 568 24 0 0 20 0 22 0 341265030 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2963162 294785 2262 9 0 2953849 0
[pid=2393/tid=2395] ppid=2391 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1918 0 -1 4202560 4251 0 1 0 162 14 0 0 20 0 22 0 341265031 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099848819864 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341265033 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341265034 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099666262888 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) R 2391 2393 1918 0 -1 4202560 5577 0 0 0 81 2 0 0 20 0 22 0 341265037 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099662029480 140099854662112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 4631 0 0 0 70 0 0 0 20 0 22 0 341265037 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099660999096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265038 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/2393/task/2412/stat : 2412 (java) R 2391 2393 1918 0 -1 4202560 26 0 0 0 127 0 0 0 20 0 22 0 341265210 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099657837584 140099703265468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2413] ppid=2391 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/2393/task/2413/stat : 2413 (java) R 2391 2393 1918 0 -1 4202560 249 0 0 0 121 6 0 0 20 0 22 0 341265210 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099656785256 140099703204620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2414] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2414/stat : 2414 (java) S 2391 2393 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099655734568 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2415] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2415/stat : 2415 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 294785 33554432000 1073741824 1073778376 140733758155408 140099654682024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 11852648

[startup+6.30082 s]
/proc/loadavg: 4.15 3.98 3.63 5/217 2415
/proc/meminfo: memFree=22549324/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11852648 CPUtime=12.83 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 21916 0 1 0 1242 41 0 0 20 0 22 0 341265030 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2963162 462939 2288 9 0 2953849 0
[pid=2393/tid=2395] ppid=2391 vsize=11852648 CPUtime=1.76 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1918 0 -1 4202560 4251 0 1 0 162 14 0 0 20 0 22 0 341265031 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099848819864 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 341265033 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) R 2391 2393 1918 0 -1 4202560 61 0 0 0 26 2 0 0 20 0 22 0 341265034 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099666261864 140099852955997 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1918 0 -1 4202560 6313 0 0 0 102 3 0 0 20 0 22 0 341265037 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099662041784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 9430 0 0 0 116 1 0 0 20 0 22 0 341265037 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099660975400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265038 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=11852648 CPUtime=4.1 cores=0,2,4,6
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1918 0 -1 4202560 28 0 0 0 410 0 0 0 20 0 22 0 341265210 12137111552 462939 33554432000 1073741824 1073778376 140733758155408 140099657837864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/2393/statm: 2963162 914998 2291 9 0 2953849 0
[pid=2393/tid=2395] ppid=2391 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1918 0 -1 4202560 4280 0 1 0 164 16 0 0 20 0 22 0 341265031 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099848819864 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 221 0 0 0 119 2 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 164 0 0 0 109 2 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 146 0 0 0 113 3 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 145 0 0 0 102 3 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 135 0 0 0 101 3 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 180 0 0 0 114 3 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 237 0 0 0 103 2 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 140 0 0 0 104 3 0 0 20 0 22 0 341265033 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11852648 CPUtime=17.6 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1918 0 -1 4202560 148 0 0 0 1751 9 0 0 20 0 22 0 341265034 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099666262888 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1918 0 -1 4202560 7139 0 0 0 136 3 0 0 20 0 22 0 341265037 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099662051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 10176 0 0 0 158 2 0 0 20 0 22 0 341265037 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099660999096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 341265038 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=11852648 CPUtime=858 cores=0,2,4,6
/proc/2393/task/2412/stat : 2412 (java) R 2391 2393 1918 0 -1 4202560 96 0 0 0 85786 14 0 0 20 0 22 0 341265210 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099657838432 140099703338068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2413] ppid=2391 vsize=11852648 CPUtime=857.91 cores=0,2,4,6
/proc/2393/task/2413/stat : 2413 (java) R 2391 2393 1918 0 -1 4202560 1350 0 0 0 85725 66 0 0 20 0 22 0 341265210 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099656785024 140099703298104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2414] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2414/stat : 2414 (java) S 2391 2393 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099655734568 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2415] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2415/stat : 2415 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 914998 33554432000 1073741824 1073778376 140733758155408 140099654682024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1751.91
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.601 s]
/proc/loadavg: 3.91 3.89 3.77 5/217 2484
/proc/meminfo: memFree=23665768/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 25869 0 1 0 179899 120 0 0 20 0 22 0 341265030 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2963162 916079 2291 9 0 2953849 0
[pid=2393/tid=2395] ppid=2391 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1918 0 -1 4202560 4280 0 1 0 164 16 0 0 20 0 22 0 341265031 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099848819864 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 224 0 0 0 122 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 173 0 0 0 113 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 152 0 0 0 115 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 145 0 0 0 103 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 141 0 0 0 106 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 204 0 0 0 119 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 246 0 0 0 108 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 148 0 0 0 109 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11852648 CPUtime=18.04 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1918 0 -1 4202560 148 0 0 0 1795 9 0 0 20 0 22 0 341265034 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099666262888 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1918 0 -1 4202560 7139 0 0 0 136 3 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099662051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 10176 0 0 0 158 2 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099660999096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 341265038 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=11852648 CPUtime=881.72 cores=0,2,4,6
/proc/2393/task/2412/stat : 2412 (java) R 2391 2393 1918 0 -1 4202560 97 0 0 0 88158 14 0 0 20 0 22 0 341265210 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099657838512 140099703265468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2413] ppid=2391 vsize=11852648 CPUtime=881.63 cores=0,2,4,6
/proc/2393/task/2413/stat : 2413 (java) R 2391 2393 1918 0 -1 4202560 1352 0 0 0 88097 66 0 0 20 0 22 0 341265210 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099656784896 140099703298137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2414] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2414/stat : 2414 (java) S 2391 2393 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099655734568 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2415] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2415/stat : 2415 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099654682024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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

[startup+906.601 s]
/proc/loadavg: 3.91 3.89 3.77 5/217 2484
/proc/meminfo: memFree=23665768/32873852 swapFree=7624/7624
[pid=2393] ppid=2391 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/2393/stat : 2393 (java) S 2391 2393 1918 0 -1 4202496 25869 0 1 0 179899 120 0 0 20 0 22 0 341265030 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140733758146544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2393/statm: 2963162 916079 2291 9 0 2953849 0
[pid=2393/tid=2395] ppid=2391 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1918 0 -1 4202560 4280 0 1 0 164 16 0 0 20 0 22 0 341265031 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099848819864 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2396] ppid=2391 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/2393/task/2396/stat : 2396 (java) S 2391 2393 1918 0 -1 4202560 224 0 0 0 122 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099824225192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1918 0 -1 4202560 173 0 0 0 113 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099823172648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1918 0 -1 4202560 152 0 0 0 115 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099822119592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1918 0 -1 4202560 145 0 0 0 103 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099821067048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1918 0 -1 4202560 141 0 0 0 106 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099681831336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1918 0 -1 4202560 204 0 0 0 119 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099680778792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1918 0 -1 4202560 246 0 0 0 108 2 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099679725736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1918 0 -1 4202560 148 0 0 0 109 3 0 0 20 0 22 0 341265033 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099678673192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=11852648 CPUtime=18.04 cores=0,2,4,6
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1918 0 -1 4202560 148 0 0 0 1795 9 0 0 20 0 22 0 341265034 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099666262888 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099665209208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341265035 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099664156040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099663104784 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1918 0 -1 4202560 7139 0 0 0 136 3 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099662051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=11852648 CPUtime=1.6 cores=0,2,4,6
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1918 0 -1 4202560 10176 0 0 0 158 2 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099660999096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341265037 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099659946232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1918 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 341265038 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099658893896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=11852648 CPUtime=881.72 cores=0,2,4,6
/proc/2393/task/2412/stat : 2412 (java) R 2391 2393 1918 0 -1 4202560 97 0 0 0 88158 14 0 0 20 0 22 0 341265210 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099657838512 140099703265468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2393/tid=2413] ppid=2391 vsize=11852648 CPUtime=881.63 cores=0,2,4,6
/proc/2393/task/2413/stat : 2413 (java) R 2391 2393 1918 0 -1 4202560 1352 0 0 0 88097 66 0 0 20 0 22 0 341265210 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099656784896 140099703298137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2393/tid=2414] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2414/stat : 2414 (java) S 2391 2393 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099655734568 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2393/tid=2415] ppid=2391 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2393/task/2415/stat : 2415 (java) S 2391 2393 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341265212 12137111552 916079 33554432000 1073741824 1073778376 140733758155408 140099654682024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 906.674
CPU time (s): 1800.19
CPU user time (s): 1798.99
CPU system time (s): 1.2
CPU usage (%): 198.549
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.67274
maximum resident set size= 3664440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25902
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= 24945
involuntary context switches= 29869

runsolver used 3.77243 second user time and 7.35188 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 21:23:16
IDJOB=3741125
IDBENCH=89784
IDSOLVER=2328
FILE ID=node131/3741125-1338751396
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71348 MiB

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

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=1892128657

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24394184 kB
Buffers:          563644 kB
Cached:          3163984 kB
SwapCached:         2348 kB
Active:          5343308 kB
Inactive:        2241672 kB
Active(anon):    3853192 kB
Inactive(anon):     3664 kB
Active(file):    1490116 kB
Inactive(file):  2238008 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              8636 kB
Writeback:             0 kB
AnonPages:       3879356 kB
Mapped:            22416 kB
Shmem:                 0 kB
Slab:             728912 kB
SReclaimable:     171088 kB
SUnreclaim:       557824 kB
KernelStack:        1616 kB
PageTables:        11496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3835904 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= 71396 MiB
End job on node131 at 2012-06-03 21:38:24