Trace number 3689208

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.62 940.259

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689208-1337881444.opb
0.09/0.12	c reading problem ... 
2.70/1.26	c ... done. Wall clock time 1.143s.
2.70/1.26	c declared #vars     25410
2.70/1.29	c #constraints  71077
2.70/1.29	c constraints type 
2.70/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
2.70/1.29	c ignored satisfied constraints => 12915
2.70/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
2.70/1.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 5195
2.70/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
2.70/1.29	c 83992 constraints processed.
2.70/1.29	c constraints type 
2.70/1.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
2.70/1.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
2.70/1.29	c ignored satisfied constraints => 12915
2.70/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
2.70/1.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 5195
2.70/1.29	c 83992 constraints processed.
7.23/2.79	c cleaning 2496 clauses out of 5001 with flag 5001/5001
10.31/4.22	c cleaning 4246 clauses out of 8505 with flag 11001/11001
13.39/5.85	c cleaning 5621 clauses out of 11258 with flag 18000/18000
17.03/7.71	c cleaning 6814 clauses out of 13637 with flag 26000/26000
21.25/9.91	c cleaning 7900 clauses out of 15823 with flag 35000/35000
25.48/12.18	c cleaning 8949 clauses out of 17926 with flag 45003/45003
30.42/14.77	c cleaning 9966 clauses out of 19977 with flag 56003/56003
37.17/18.21	c cleaning 10977 clauses out of 22009 with flag 68001/68001
43.79/21.79	c cleaning 11998 clauses out of 24033 with flag 81002/81002
50.87/25.43	c cleaning 13002 clauses out of 26033 with flag 95000/95000
59.99/30.18	c cleaning 13995 clauses out of 28031 with flag 110000/110000
67.87/34.24	c cleaning 14997 clauses out of 30036 with flag 126000/126000
77.48/39.35	c cleaning 16017 clauses out of 32040 with flag 143001/143001
87.65/44.69	c cleaning 16977 clauses out of 34022 with flag 161000/161000
98.79/50.50	c cleaning 18013 clauses out of 36045 with flag 180000/180000
109.74/56.17	c cleaning 18999 clauses out of 38034 with flag 200002/200002
122.96/63.15	c cleaning 19989 clauses out of 40033 with flag 221000/221000
125.62/64.78	c cleaning 0 clauses out of 5000 with flag 0/5000
137.40/70.75	c cleaning 21000 clauses out of 42044 with flag 243000/243000
151.04/77.78	c cleaning 22007 clauses out of 44044 with flag 266000/266000
164.75/85.08	c cleaning 23006 clauses out of 46037 with flag 290000/290000
182.12/94.07	c cleaning 23988 clauses out of 48032 with flag 315001/315001
201.96/104.29	c cleaning 25006 clauses out of 50044 with flag 341001/341001
220.71/113.97	c cleaning 26001 clauses out of 52039 with flag 368002/368002
240.24/124.24	c cleaning 27004 clauses out of 54037 with flag 396001/396001
258.50/133.75	c cleaning 27998 clauses out of 56032 with flag 425000/425000
280.10/145.21	c cleaning 28988 clauses out of 58034 with flag 455000/455000
300.41/156.13	c cleaning 30011 clauses out of 60046 with flag 486000/486000
320.90/167.30	c cleaning 30997 clauses out of 62037 with flag 518002/518002
345.41/180.33	c cleaning 31998 clauses out of 64039 with flag 551001/551001
371.50/194.21	c cleaning 33003 clauses out of 66040 with flag 585000/585000
392.74/205.77	c cleaning 33993 clauses out of 68038 with flag 620001/620001
416.16/218.56	c cleaning 35003 clauses out of 70045 with flag 656001/656001
441.04/231.89	c cleaning 36000 clauses out of 72042 with flag 693001/693001
469.29/247.82	c cleaning 36988 clauses out of 74041 with flag 731000/731000
500.59/264.01	c cleaning 37991 clauses out of 76053 with flag 770000/770000
525.81/277.14	c cleaning 39017 clauses out of 78066 with flag 810004/810004
557.98/293.73	c cleaning 40000 clauses out of 80045 with flag 851000/851000
584.49/307.51	c cleaning 0 clauses out of 11002 with flag 0/11002
590.70/311.52	c cleaning 41005 clauses out of 82047 with flag 893002/893002
620.22/326.83	c cleaning 41975 clauses out of 84041 with flag 936001/936001
653.50/345.12	c cleaning 42993 clauses out of 86066 with flag 980001/980001
691.89/365.21	c cleaning 44022 clauses out of 88073 with flag 1025001/1025001
735.10/387.44	c cleaning 44955 clauses out of 90050 with flag 1071000/1071000
773.26/407.14	c cleaning 46007 clauses out of 92097 with flag 1118002/1118002
819.43/430.84	c cleaning 47010 clauses out of 94089 with flag 1166001/1166001
865.40/454.84	c cleaning 48020 clauses out of 96078 with flag 1215000/1215000
912.31/478.91	c cleaning 48995 clauses out of 98058 with flag 1265000/1265000
962.76/504.88	c cleaning 50012 clauses out of 100063 with flag 1316000/1316000
995.24/521.75	c cleaning 51011 clauses out of 102051 with flag 1368000/1368000
1034.84/542.69	c cleaning 51994 clauses out of 104040 with flag 1421000/1421000
1079.22/565.59	c cleaning 52979 clauses out of 106046 with flag 1475000/1475000
1125.55/589.49	c cleaning 53994 clauses out of 108067 with flag 1530000/1530000
1181.00/617.89	c cleaning 54991 clauses out of 110075 with flag 1586002/1586002
1228.41/642.76	c cleaning 56012 clauses out of 112084 with flag 1643002/1643002
1283.16/670.88	c cleaning 56982 clauses out of 114071 with flag 1701001/1701001
1339.44/699.78	c cleaning 57985 clauses out of 116088 with flag 1760000/1760000
1389.24/725.47	c cleaning 59029 clauses out of 118104 with flag 1820001/1820001
1450.51/757.32	c cleaning 60013 clauses out of 120078 with flag 1881004/1881004
1506.72/786.22	c cleaning 60992 clauses out of 122062 with flag 1943001/1943001
1562.10/814.71	c cleaning 62032 clauses out of 124070 with flag 2006001/2006001
1586.88/828.07	c cleaning 0 clauses out of 18002 with flag 0/18002
1609.36/840.72	c cleaning 62985 clauses out of 126037 with flag 2070000/2070000
1660.57/867.24	c cleaning 64000 clauses out of 128053 with flag 2135001/2135001
1712.79/894.27	c cleaning 65005 clauses out of 130052 with flag 2201000/2201000
1786.50/931.98	c cleaning 65982 clauses out of 132048 with flag 2268001/2268001
1800.08/940.21	c starts		: 228
1800.08/940.21	c conflicts		: 2281136
1800.08/940.21	c decisions		: 3084437
1800.08/940.21	c propagations		: 740524736
1800.08/940.21	c inspects		: 4976668398
1800.08/940.21	c shortcuts		: 0
1800.08/940.21	c learnt literals	: 0
1800.08/940.21	c learnt binary clauses	: 0
1800.08/940.21	c learnt ternary clauses	: 1509
1800.08/940.21	c learnt constraints	: 2281136
1800.08/940.21	c ignored constraints	: 0
1800.08/940.21	c root simplifications	: 0
1800.08/940.21	c removed literals (reason simplification)	: 75837339
1800.08/940.21	c reason swapping (by a shorter reason)	: 0
1800.08/940.21	c Calls to reduceDB	: 63
1800.08/940.21	c number of reductions to clauses (during analyze)	: 0
1800.08/940.21	c number of learned constraints concerned by reduction	: 0
1800.08/940.21	c number of learning phase by resolution	: 0
1800.08/940.21	c number of learning phase by cutting planes	: 0
1800.08/940.21	c speed (assignments/second)	: 788733.8120607788
1800.08/940.21	c non guided choices	537
1800.08/940.24	c learnt constraints type 
1800.08/940.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79267
1800.08/940.24	c constraints type 
1800.08/940.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
1800.08/940.24	c ignored satisfied constraints => 12915
1800.08/940.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
1800.08/940.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 5195
1800.08/940.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
1800.08/940.24	c 83992 constraints processed.
1800.08/940.24	c constraints type 
1800.08/940.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
1800.08/940.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
1800.08/940.24	c ignored satisfied constraints => 12915
1800.08/940.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
1800.08/940.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 5195
1800.08/940.24	c 83992 constraints processed.
1800.08/940.24	s UNKNOWN
1800.08/940.24	c Total wall clock time (in seconds): 940.12

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-3689208-1337881444/watcher-3689208-1337881444 -o /tmp/evaluation-result-3689208-1337881444/solver-3689208-1337881444 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689208-1337881444.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.62 3.88 3.89 5/197 25471
/proc/meminfo: memFree=27188008/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25471/stat : 25471 (java) D 25469 25471 21308 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254272986 9515008 183 33554432000 1073741824 1073778376 140734420311936 140734420302968 247064247989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25471/statm: 2323 183 140 9 0 71 0

[startup+0.06688 s]
/proc/loadavg: 3.62 3.88 3.89 5/197 25471
/proc/meminfo: memFree=27188008/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 3242 0 1 0 3 0 0 0 20 0 18 0 254272986 9787813888 3939 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2389603 3939 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.100284 s]
/proc/loadavg: 3.62 3.88 3.89 5/197 25471
/proc/meminfo: memFree=27188008/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 4354 0 1 0 8 1 0 0 20 0 18 0 254272986 9787813888 5037 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2389603 5037 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300262 s]
/proc/loadavg: 3.62 3.88 3.89 5/197 25471
/proc/meminfo: memFree=27188008/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 6089 0 1 0 45 2 0 0 20 0 18 0 254272986 9787813888 8331 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2389603 8331 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 3.62 3.88 3.89 5/197 25471
/proc/meminfo: memFree=27188008/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9558412 CPUtime=1.63 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 18768 0 1 0 158 5 0 0 20 0 18 0 254272986 9787813888 29835 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2389603 29835 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.62 3.88 3.89 4/215 25489
/proc/meminfo: memFree=26999032/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=3.83 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 25969 0 1 0 373 10 0 0 20 0 22 0 254272986 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 50286 2269 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2572 0 1 0 117 4 0 0 20 0 22 0 254272987 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254272988 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) R 25469 25471 21308 0 -1 4202560 7992 0 0 0 100 2 0 0 20 0 22 0 254272992 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772211258008 139772397837975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) R 25469 25471 21308 0 -1 4202560 14006 0 0 0 98 3 0 0 20 0 22 0 254272992 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772210198496 139772398787702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 50286 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.62 3.88 3.89 5/219 25493
/proc/meminfo: memFree=26874572/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=8.07 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 29985 0 1 0 781 26 0 0 20 0 22 0 254272986 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 106252 2285 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2572 0 1 0 117 4 0 0 20 0 22 0 254272987 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 83 0 0 0 6 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 111 0 0 0 4 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 22 0 254272988 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 231 0 0 0 12 0 0 0 20 0 22 0 254272989 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) S 25469 25471 21308 0 -1 4202560 8030 0 0 0 147 2 0 0 20 0 22 0 254272992 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772211264056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) S 25469 25471 21308 0 -1 4202560 17184 0 0 0 147 4 0 0 20 0 22 0 254272992 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772210211512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25490] ppid=25469 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25471/task/25490/stat : 25490 (java) R 25469 25471 21308 0 -1 4202560 26 0 0 0 155 0 0 0 20 0 22 0 254273112 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772207050968 139772332801513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25491] ppid=25469 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25471/task/25491/stat : 25491 (java) R 25469 25471 21308 0 -1 4202560 122 0 0 0 152 3 0 0 20 0 22 0 254273112 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772205996136 139772332217132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25492] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25492/stat : 25492 (java) S 25469 25471 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772204946472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25493] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25493/stat : 25493 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 106252 33554432000 1073741824 1073778376 140735098777392 139772203893928 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 3.65 3.88 3.89 5/219 25493
/proc/meminfo: memFree=26597784/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=14.21 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 30257 0 1 0 1390 31 0 0 20 0 22 0 254272986 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 140176 2285 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2573 0 1 0 117 4 0 0 20 0 22 0 254272987 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 121 0 0 0 7 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 112 0 0 0 6 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 117 0 0 0 5 3 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 22 0 254272988 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 242 0 0 0 49 1 0 0 20 0 22 0 254272989 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) S 25469 25471 21308 0 -1 4202560 8030 0 0 0 151 2 0 0 20 0 22 0 254272992 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772211264056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) S 25469 25471 21308 0 -1 4202560 17184 0 0 0 150 4 0 0 20 0 22 0 254272992 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772210211512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25490] ppid=25469 vsize=9824668 CPUtime=4.31 cores=1,3,5,7
/proc/25471/task/25490/stat : 25490 (java) R 25469 25471 21308 0 -1 4202560 30 0 0 0 431 0 0 0 20 0 22 0 254273112 10060460032 140176 33554432000 1073741824 1073778376 140735098777392 139772207051080 139772332851693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=25471/tid=25491] ppid=25469 vsize=9824668 CPUtime=682.86 cores=1,3,5,7
/proc/25471/task/25491/stat : 25491 (java) R 25469 25471 21308 0 -1 4202560 2218 0 0 0 68237 49 0 0 20 0 22 0 254273112 10060460032 914448 33554432000 1073741824 1073778376 140735098777392 139772205996432 139772332819136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25492] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25492/stat : 25492 (java) S 25469 25471 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 914448 33554432000 1073741824 1073778376 140735098777392 139772204946472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25493] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25493/stat : 25493 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 914448 33554432000 1073741824 1073778376 140735098777392 139772203893928 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1458.78
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.95 3.95 3.90 5/219 25499
/proc/meminfo: memFree=21772564/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=1575.49 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 39171 0 1 0 157406 143 0 0 20 0 22 0 254272986 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 924826 2286 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2611 0 1 0 120 5 0 0 20 0 22 0 254272987 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 507 0 0 0 169 7 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 286 0 0 0 141 6 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 730 0 0 0 178 8 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 606 0 0 0 199 8 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 552 0 0 0 165 7 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 365 0 0 0 177 5 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 755 0 0 0 179 7 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 798 0 0 0 173 7 0 0 20 0 22 0 254272988 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=78.24 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 2610 0 0 0 7805 19 0 0 20 0 22 0 254272989 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) S 25469 25471 21308 0 -1 4202560 8542 0 0 0 203 2 0 0 20 0 22 0 254272992 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772211264056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) S 25469 25471 21308 0 -1 4202560 17200 0 0 0 179 4 0 0 20 0 22 0 254272992 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772210211512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 47 0 0 0 20 22 0 0 20 0 22 0 254272992 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25490] ppid=25469 vsize=9824668 CPUtime=738.76 cores=1,3,5,7
/proc/25471/task/25490/stat : 25490 (java) R 25469 25471 21308 0 -1 4202560 154 0 0 0 73859 17 0 0 20 0 22 0 254273112 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772207050848 139772332361086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25491] ppid=25469 vsize=9824668 CPUtime=738.7 cores=1,3,5,7
/proc/25471/task/25491/stat : 25491 (java) R 25469 25471 21308 0 -1 4202560 2219 0 0 0 73820 50 0 0 20 0 22 0 254273112 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772205996256 139772332159936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25492] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25492/stat : 25492 (java) S 25469 25471 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772204946472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25493] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25493/stat : 25493 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 924826 33554432000 1073741824 1073778376 140735098777392 139772203893928 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1575.49
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.69 3.88 3.88 5/219 25642
/proc/meminfo: memFree=24880276/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=1688.98 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 39313 0 1 0 168750 148 0 0 20 0 22 0 254272986 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 933478 2286 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2613 0 1 0 120 5 0 0 20 0 22 0 254272987 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 512 0 0 0 177 7 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 304 0 0 0 148 6 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 739 0 0 0 188 8 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 613 0 0 0 208 8 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 571 0 0 0 173 7 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 384 0 0 0 191 5 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 771 0 0 0 195 7 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 813 0 0 0 185 7 0 0 20 0 22 0 254272988 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=85.16 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 2635 0 0 0 8496 20 0 0 20 0 22 0 254272989 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) S 25469 25471 21308 0 -1 4202560 8542 0 0 0 203 2 0 0 20 0 22 0 254272992 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772211264056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) S 25469 25471 21308 0 -1 4202560 17200 0 0 0 179 4 0 0 20 0 22 0 254272992 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772210211512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 51 0 0 0 20 25 0 0 20 0 22 0 254272992 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25490] ppid=25469 vsize=9824668 CPUtime=791.6 cores=1,3,5,7
/proc/25471/task/25490/stat : 25490 (java) R 25469 25471 21308 0 -1 4202560 155 0 0 0 79142 18 0 0 20 0 22 0 254273112 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772207049088 139772332814196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25491] ppid=25469 vsize=9824668 CPUtime=791.55 cores=1,3,5,7
/proc/25471/task/25491/stat : 25491 (java) R 25469 25471 21308 0 -1 4202560 2221 0 0 0 79104 51 0 0 20 0 22 0 254273112 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772205997200 139772332814148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25492] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25492/stat : 25492 (java) S 25469 25471 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772204946472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25493] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25493/stat : 25493 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 933478 33554432000 1073741824 1073778376 140735098777392 139772203893928 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1688.98
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+940.201 s]
/proc/loadavg: 3.69 3.85 3.87 5/219 25651
/proc/meminfo: memFree=24317696/32873844 swapFree=7100/7100
[pid=25471] ppid=25469 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/25471/stat : 25471 (java) S 25469 25471 21308 0 -1 4202496 39485 0 1 0 179857 151 0 0 20 0 22 0 254272986 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 140735098768528 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25471/statm: 2456167 938746 2286 9 0 2446860 0
[pid=25471/tid=25473] ppid=25469 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/25471/task/25473/stat : 25473 (java) S 25469 25471 21308 0 -1 4202560 2614 0 1 0 121 5 0 0 20 0 22 0 254272987 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772391810040 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25474] ppid=25469 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/25471/task/25474/stat : 25474 (java) S 25469 25471 21308 0 -1 4202560 531 0 0 0 186 7 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772330539176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25475] ppid=25469 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/25471/task/25475/stat : 25475 (java) S 25469 25471 21308 0 -1 4202560 318 0 0 0 160 6 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772233988392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25476] ppid=25469 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25471/task/25476/stat : 25476 (java) S 25469 25471 21308 0 -1 4202560 753 0 0 0 209 8 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772232935848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25477] ppid=25469 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/25471/task/25477/stat : 25477 (java) S 25469 25471 21308 0 -1 4202560 637 0 0 0 216 8 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772231883304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25478] ppid=25469 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/25471/task/25478/stat : 25478 (java) S 25469 25471 21308 0 -1 4202560 592 0 0 0 183 7 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772230830760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25479] ppid=25469 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25471/task/25479/stat : 25479 (java) S 25469 25471 21308 0 -1 4202560 403 0 0 0 205 5 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772229778216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25480] ppid=25469 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/25471/task/25480/stat : 25480 (java) S 25469 25471 21308 0 -1 4202560 804 0 0 0 206 7 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772228725672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25481] ppid=25469 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/25471/task/25481/stat : 25481 (java) S 25469 25471 21308 0 -1 4202560 817 0 0 0 200 7 0 0 20 0 22 0 254272988 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772227673128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25471/tid=25482] ppid=25469 vsize=9824668 CPUtime=90.37 cores=1,3,5,7
/proc/25471/task/25482/stat : 25482 (java) S 25469 25471 21308 0 -1 4202560 2650 0 0 0 9016 21 0 0 20 0 22 0 254272989 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772215474280 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25483] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25483/stat : 25483 (java) S 25469 25471 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772214420600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25484] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25484/stat : 25484 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254272989 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772213367944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25485] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25485/stat : 25485 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772212316688 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25486] ppid=25469 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/25471/task/25486/stat : 25486 (java) S 25469 25471 21308 0 -1 4202560 8542 0 0 0 203 2 0 0 20 0 22 0 254272992 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772211264056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25487] ppid=25469 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25471/task/25487/stat : 25487 (java) S 25469 25471 21308 0 -1 4202560 17201 0 0 0 180 4 0 0 20 0 22 0 254272992 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772210211512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25488] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25488/stat : 25488 (java) S 25469 25471 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254272992 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772209159160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25471/tid=25489] ppid=25469 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/25471/task/25489/stat : 25489 (java) S 25469 25471 21308 0 -1 4202560 55 0 0 0 24 25 0 0 20 0 22 0 254272992 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772208106824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25490] ppid=25469 vsize=9824668 CPUtime=844.01 cores=1,3,5,7
/proc/25471/task/25490/stat : 25490 (java) R 25469 25471 21308 0 -1 4202560 155 0 0 0 84383 18 0 0 20 0 22 0 254273112 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772207050848 139772332550304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25491] ppid=25469 vsize=9824668 CPUtime=843.99 cores=1,3,5,7
/proc/25471/task/25491/stat : 25491 (java) R 25469 25471 21308 0 -1 4202560 2224 0 0 0 84348 51 0 0 20 0 22 0 254273112 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772205998624 139772332868951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25471/tid=25492] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25492/stat : 25492 (java) S 25469 25471 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772204946472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25471/tid=25493] ppid=25469 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25471/task/25493/stat : 25493 (java) S 25469 25471 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254273119 10060460032 938746 33554432000 1073741824 1073778376 140735098777392 139772203893928 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 940.259
CPU time (s): 1800.62
CPU user time (s): 1798.63
CPU system time (s): 1.9927
CPU usage (%): 191.503
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.9927
maximum resident set size= 3755100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39516
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25027
involuntary context switches= 34062

runsolver used 3.35949 second user time and 9.66553 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 19:44:04
IDJOB=3689208
IDBENCH=74369
IDSOLVER=2268
FILE ID=node103/3689208-1337881444
RUNJOBID= node103-1337871881-21325
PBS_JOBID= 14620101
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12039_7-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689208-1337881444/watcher-3689208-1337881444 -o /tmp/evaluation-result-3689208-1337881444/solver-3689208-1337881444 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689208-1337881444.opb

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=855900329

node103.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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
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.189
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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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:        27188272 kB
Buffers:          209524 kB
Cached:          2681864 kB
SwapCached:            0 kB
Active:          2670132 kB
Inactive:        2212240 kB
Active(anon):    1993676 kB
Inactive(anon):        0 kB
Active(file):     676456 kB
Inactive(file):  2212240 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3264 kB
Writeback:             0 kB
AnonPages:       2030964 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             627112 kB
SReclaimable:      69384 kB
SUnreclaim:       557728 kB
KernelStack:        1608 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2657032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 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= 71712 MiB
End job on node103 at 2012-05-24 19:59:46