Trace number 3478847

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
Sat4j Res//CP 2.3.0? (TO) 1800.37 920.498

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
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 variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 628
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-2010 Daniel Le Berre
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.1.v20110525
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.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478847-1307438734.opb
0.10/0.11	c reading problem ... 
7.96/6.99	c ... done. Wall clock time 6.874s.
7.96/6.99	c #vars     42127
7.96/6.99	c #constraints  975848
7.96/6.99	c constraints type 
7.96/6.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 672019
7.96/6.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 3063
7.96/6.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204985
7.96/6.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
7.96/6.99	c constraints type 
7.96/6.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
7.96/6.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
7.96/6.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
7.96/6.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
22.59/13.74	c cleaning 2491 clauses out of 5000 with flag 5000/5000
36.34/20.79	c cleaning 4197 clauses out of 8509 with flag 11000/11000
38.85/22.29	c cleaning 0 clauses out of 5000 with flag 0/5000
49.41/27.78	c cleaning 0 clauses out of 11001 with flag 0/11001
50.35/28.55	c cleaning 5627 clauses out of 11315 with flag 18003/18003
64.26/35.65	c cleaning 0 clauses out of 18002 with flag 0/18002
66.41/36.98	c cleaning 6817 clauses out of 13685 with flag 26000/26000
83.12/45.57	c cleaning 7907 clauses out of 15868 with flag 35000/35000
84.58/46.66	c cleaning 0 clauses out of 26000 with flag 0/26000
99.46/54.39	c cleaning 8971 clauses out of 17961 with flag 45000/45000
108.36/59.03	c cleaning 0 clauses out of 35000 with flag 0/35000
116.45/63.30	c cleaning 9957 clauses out of 19991 with flag 56001/56001
131.49/71.25	c cleaning 10979 clauses out of 22033 with flag 68000/68000
138.79/75.13	c cleaning 0 clauses out of 45000 with flag 0/45000
148.87/80.45	c cleaning 11986 clauses out of 24056 with flag 81002/81002
176.36/94.45	c cleaning 0 clauses out of 56000 with flag 0/56000
185.39/99.39	c cleaning 12929 clauses out of 26069 with flag 95001/95001
212.08/112.96	c cleaning 14009 clauses out of 28140 with flag 110001/110001
222.76/118.57	c cleaning 0 clauses out of 68000 with flag 0/68000
236.83/125.87	c cleaning 15023 clauses out of 30132 with flag 126002/126002
272.86/144.23	c cleaning 16000 clauses out of 32107 with flag 143000/143000
281.13/148.66	c cleaning 0 clauses out of 81001 with flag 0/81001
309.61/163.15	c cleaning 17002 clauses out of 34107 with flag 161000/161000
337.27/177.26	c cleaning 0 clauses out of 95000 with flag 0/95000
344.88/181.49	c cleaning 18043 clauses out of 36107 with flag 180002/180002
377.72/198.10	c cleaning 18990 clauses out of 38062 with flag 200000/200000
410.18/214.62	c cleaning 19981 clauses out of 40074 with flag 221002/221002
424.44/222.09	c cleaning 0 clauses out of 110001 with flag 0/110001
448.82/234.67	c cleaning 20984 clauses out of 42094 with flag 243003/243003
479.46/250.29	c cleaning 21991 clauses out of 44106 with flag 266000/266000
510.94/266.23	c cleaning 22999 clauses out of 46111 with flag 290000/290000
516.15/269.17	c cleaning 0 clauses out of 126001 with flag 0/126001
557.13/290.07	c cleaning 24004 clauses out of 48109 with flag 315000/315000
600.20/311.82	c cleaning 25010 clauses out of 50102 with flag 341000/341000
613.86/318.98	c cleaning 0 clauses out of 143003 with flag 0/143003
640.07/332.36	c cleaning 26001 clauses out of 52092 with flag 368001/368001
686.84/356.19	c cleaning 26999 clauses out of 54089 with flag 396000/396000
701.68/363.86	c cleaning 0 clauses out of 161001 with flag 0/161001
725.94/376.25	c cleaning 27991 clauses out of 56089 with flag 425000/425000
779.93/403.57	c cleaning 29007 clauses out of 58098 with flag 455000/455000
801.08/414.52	c cleaning 0 clauses out of 180002 with flag 0/180002
850.31/439.45	c cleaning 30044 clauses out of 60098 with flag 486007/486007
912.58/470.87	c cleaning 31004 clauses out of 62048 with flag 518002/518002
926.76/478.25	c cleaning 0 clauses out of 200001 with flag 0/200001
975.47/503.04	c cleaning 31991 clauses out of 64042 with flag 551000/551000
1035.08/533.18	c cleaning 33003 clauses out of 66055 with flag 585004/585004
1093.30/562.56	c cleaning 0 clauses out of 221000 with flag 0/221000
1099.49/565.97	c cleaning 34016 clauses out of 68050 with flag 620002/620002
1164.01/598.61	c cleaning 34956 clauses out of 70032 with flag 656000/656000
1218.81/626.33	c cleaning 35977 clauses out of 72079 with flag 693003/693003
1264.40/649.49	c cleaning 0 clauses out of 243001 with flag 0/243001
1286.59/660.85	c cleaning 36950 clauses out of 74099 with flag 731000/731000
1358.92/697.43	c cleaning 38006 clauses out of 76149 with flag 770000/770000
1451.30/743.99	c cleaning 38995 clauses out of 78144 with flag 810001/810001
1470.29/753.70	c cleaning 0 clauses out of 266002 with flag 0/266002
1538.86/788.38	c cleaning 40007 clauses out of 80149 with flag 851001/851001
1620.56/829.60	c cleaning 41061 clauses out of 82145 with flag 893004/893004
1720.15/879.71	c cleaning 41992 clauses out of 84080 with flag 936000/936000
1732.52/886.26	c cleaning 0 clauses out of 290000 with flag 0/290000
1800.10/920.32	c starts		: 186
1800.10/920.32	c conflicts		: 975942
1800.10/920.32	c decisions		: 13281512
1800.10/920.32	c propagations		: 1513997283
1800.10/920.32	c inspects		: 7108598470
1800.10/920.32	c shortcuts		: 0
1800.10/920.32	c learnt literals	: 15
1800.10/920.32	c learnt binary clauses	: 384
1800.10/920.32	c learnt ternary clauses	: 1258
1800.10/920.32	c learnt constraints	: 975927
1800.10/920.32	c ignored constraints	: 0
1800.10/920.32	c root simplifications	: 0
1800.10/920.32	c removed literals (reason simplification)	: 16005850
1800.10/920.32	c reason swapping (by a shorter reason)	: 0
1800.10/920.32	c Calls to reduceDB	: 39
1800.10/920.32	c number of reductions to clauses (during analyze)	: 0
1800.10/920.32	c number of learned constraints concerned by reduction	: 0
1800.10/920.32	c number of learning phase by resolution	: 0
1800.10/920.32	c number of learning phase by cutting planes	: 0
1800.10/920.32	c speed (assignments/second)	: 1657661.922869315
1800.10/920.32	c non guided choices	3297839
1800.10/920.35	c learnt constraints type 
1800.10/920.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 384
1800.10/920.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81665
1800.10/920.35	c constraints type 
1800.10/920.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 672019
1800.10/920.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3063
1800.10/920.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204985
1800.10/920.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
1800.10/920.35	c constraints type 
1800.10/920.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
1800.10/920.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
1800.10/920.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
1800.10/920.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
1800.10/920.35	s UNKNOWN
1800.10/920.35	c Total wall clock time (in seconds): 920.234

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 3.93 3.93 3.40 3/482 15442
/proc/meminfo: memFree=24966448/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 1363 0 1 0 0 0 0 0 23 0 2 0 855471444 36679680 1066 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 8955 1066 828 9 0 386 0
[pid=15442/tid=15443] ppid=15440 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 3660 0 1 0 0 0 0 0 24 0 2 0 855471444 10694979584 4476 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.046952 s]
/proc/loadavg: 3.93 3.93 3.40 3/482 15442
/proc/meminfo: memFree=24966448/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 11274 0 1 0 2 1 0 0 23 0 13 0 855471444 10718699520 10971 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2616870 10971 1673 9 0 2607618 0
[pid=15442/tid=15443] ppid=15440 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 10126 0 1 0 2 0 0 0 25 0 13 0 855471444 10718699520 10971 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 47084836510694 0 4 0 16784584 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100943 s]
/proc/loadavg: 3.93 3.93 3.40 3/482 15442
/proc/meminfo: memFree=24966448/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10605360 CPUtime=0.1 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 13061 0 1 0 9 1 0 0 23 0 18 0 855471444 10859888640 12734 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2651340 12734 2092 9 0 2642074 0
[pid=15442/tid=15443] ppid=15440 vsize=10605360 CPUtime=0.08 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 11109 0 1 0 7 1 0 0 25 0 18 0 855471444 10859888640 12734 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912496202573 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605360

[startup+0.300907 s]
/proc/loadavg: 3.93 3.93 3.40 3/482 15442
/proc/meminfo: memFree=24966448/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10606236 CPUtime=0.47 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 17181 0 1 0 45 2 0 0 23 0 18 0 855471444 10860785664 16492 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2651559 16492 2198 9 0 2642293 0
[pid=15442/tid=15443] ppid=15440 vsize=10606236 CPUtime=0.28 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 14199 0 1 0 26 2 0 0 25 0 18 0 855471444 10860785664 16492 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505182419 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10606236

[startup+0.70087 s]
/proc/loadavg: 3.93 3.93 3.40 3/482 15442
/proc/meminfo: memFree=24966448/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10610768 CPUtime=1.22 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 59922 0 1 0 114 8 0 0 23 0 18 0 855471444 10865426432 57669 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2652692 57674 2214 9 0 2643426 0
[pid=15442/tid=15443] ppid=15440 vsize=10610768 CPUtime=0.68 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 53582 0 1 0 61 7 0 0 18 0 18 0 855471444 10865426432 57677 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505617438 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10610768

[startup+1.50073 s]
/proc/loadavg: 3.93 3.93 3.40 4/500 15460
/proc/meminfo: memFree=24573120/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10610768 CPUtime=2.09 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 174139 0 1 0 190 19 0 0 23 0 18 0 855471444 10865426432 171885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2652692 171889 2214 9 0 2643426 0
[pid=15442/tid=15443] ppid=15440 vsize=10610768 CPUtime=1.48 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 167750 0 1 0 130 18 0 0 19 0 18 0 855471444 10865426432 171889 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171891 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171894 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171896 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171899 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171902 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171905 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171908 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 171911 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855471447 10865426432 171914 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855471448 10865426432 171917 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855471448 10865426432 171920 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10865426432 171923 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10610768 CPUtime=0.3 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 2028 0 0 0 30 0 0 0 19 0 18 0 855471450 10865426432 171926 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10610768 CPUtime=0.29 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 3214 0 0 0 29 0 0 0 19 0 18 0 855471450 10865426432 171929 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10865426432 171932 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855471450 10865426432 171934 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 10610768

[startup+3.10143 s]
/proc/loadavg: 3.85 3.92 3.39 3/500 15460
/proc/meminfo: memFree=23931916/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10610768 CPUtime=3.75 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 403539 0 1 0 329 46 0 0 23 0 18 0 855471444 10865426432 401286 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2652692 401291 2214 9 0 2643426 0
[pid=15442/tid=15443] ppid=15440 vsize=10610768 CPUtime=3.08 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 397149 0 1 0 264 44 0 0 23 0 18 0 855471444 10865426432 401293 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505608719 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401296 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401299 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401300 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401301 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401303 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401306 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401309 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471446 10865426432 401312 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855471447 10865426432 401315 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855471448 10865426432 401317 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855471448 10865426432 401320 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10865426432 401323 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10610768 CPUtime=0.32 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 2030 0 0 0 32 0 0 0 15 0 18 0 855471450 10865426432 401326 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10610768 CPUtime=0.32 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 3217 0 0 0 32 0 0 0 15 0 18 0 855471450 10865426432 401329 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10865426432 401332 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10610768 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855471450 10865426432 401335 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 10610768

[startup+6.30085 s]
/proc/loadavg: 3.85 3.92 3.39 4/500 15460
/proc/meminfo: memFree=22216556/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10609332 CPUtime=7.35 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 690531 0 1 0 653 82 0 0 23 0 18 0 855471444 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2652333 687885 2230 9 0 2643067 0
[pid=15442/tid=15443] ppid=15440 vsize=10609332 CPUtime=6.13 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) R 15440 15442 15115 0 -1 4202560 650826 0 1 0 536 77 0 0 18 0 18 0 855471444 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505507332 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 128 0 0 0 0 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10609332 CPUtime=0.08 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 4956 0 0 0 8 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10609332 CPUtime=0.14 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 8885 0 0 0 14 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10609332 CPUtime=0.14 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 9932 0 0 0 13 1 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10609332 CPUtime=0.13 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 9400 0 0 0 13 0 0 0 18 0 18 0 855471446 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855471447 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855471448 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855471448 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10609332 CPUtime=0.32 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 2030 0 0 0 32 0 0 0 15 0 18 0 855471450 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10609332 CPUtime=0.32 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 3217 0 0 0 32 0 0 0 15 0 18 0 855471450 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855471450 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10609332 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855471450 10863955968 687885 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 3.98 4.00 3.73 5/504 15537
/proc/meminfo: memFree=21523004/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10621172 CPUtime=1605.94 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 1004613 0 1 0 160472 122 0 0 23 0 22 0 855471444 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2655293 994167 2266 9 0 2646027 0
[pid=15442/tid=15443] ppid=15440 vsize=10621172 CPUtime=6.82 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) S 15440 15442 15115 0 -1 4202560 650945 0 1 0 605 77 0 0 15 0 22 0 855471444 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10621172 CPUtime=0.69 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 26068 0 0 0 67 2 0 0 16 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10621172 CPUtime=0.4 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 8673 0 0 0 40 0 0 0 15 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10621172 CPUtime=0.48 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 21203 0 0 0 45 3 0 0 15 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10621172 CPUtime=0.3 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 5068 0 0 0 30 0 0 0 15 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10621172 CPUtime=0.58 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 14686 0 0 0 57 1 0 0 16 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10621172 CPUtime=0.81 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 37090 0 0 0 76 5 0 0 16 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10621172 CPUtime=0.62 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 17730 0 0 0 60 2 0 0 15 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10621172 CPUtime=0.63 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 28170 0 0 0 60 3 0 0 15 0 22 0 855471446 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10621172 CPUtime=35.62 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 139648 0 0 0 3546 16 0 0 15 0 22 0 855471447 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10621172 CPUtime=1.12 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 7476 0 0 0 112 0 0 0 15 0 22 0 855471450 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10621172 CPUtime=1.29 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 6768 0 0 0 128 1 0 0 15 0 22 0 855471450 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 855471450 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15461] ppid=15440 vsize=10621172 CPUtime=778.13 cores=1,3,5,7
/proc/15442/task/15461/stat : 15461 (java) R 15440 15442 15115 0 -1 4202560 37 0 0 0 77813 0 0 0 25 0 22 0 855472143 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912506043341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15442/tid=15462] ppid=15440 vsize=10621172 CPUtime=778.3 cores=1,3,5,7
/proc/15442/task/15462/stat : 15462 (java) R 15440 15442 15115 0 -1 4202560 39841 0 0 0 77827 3 0 0 25 0 22 0 855472143 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505951788 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15463] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15463/stat : 15463 (java) S 15440 15442 15115 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 855472146 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15464] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15464/stat : 15464 (java) S 15440 15442 15115 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 855472148 10876080128 994167 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1605.94
Current children cumulated vsize (KiB) 10621172

[startup+882.301 s]
/proc/loadavg: 4.04 4.02 3.75 5/504 15539
/proc/meminfo: memFree=21335244/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10621172 CPUtime=1724.72 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 1008165 0 1 0 172350 122 0 0 23 0 22 0 855471444 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2655293 997560 2266 9 0 2646027 0
[pid=15442/tid=15443] ppid=15440 vsize=10621172 CPUtime=6.82 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) S 15440 15442 15115 0 -1 4202560 650947 0 1 0 605 77 0 0 15 0 22 0 855471444 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10621172 CPUtime=0.73 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 26464 0 0 0 71 2 0 0 16 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10621172 CPUtime=0.44 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 8689 0 0 0 44 0 0 0 16 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10621172 CPUtime=0.52 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 21812 0 0 0 49 3 0 0 15 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10621172 CPUtime=0.32 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 5883 0 0 0 32 0 0 0 16 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10621172 CPUtime=0.6 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 15749 0 0 0 59 1 0 0 16 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10621172 CPUtime=0.86 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 37191 0 0 0 81 5 0 0 15 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10621172 CPUtime=0.63 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 17733 0 0 0 61 2 0 0 15 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10621172 CPUtime=0.65 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 28170 0 0 0 62 3 0 0 15 0 22 0 855471446 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10621172 CPUtime=36.92 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 140189 0 0 0 3676 16 0 0 15 0 22 0 855471447 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10621172 CPUtime=1.12 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 7476 0 0 0 112 0 0 0 15 0 22 0 855471450 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10621172 CPUtime=1.29 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 6768 0 0 0 128 1 0 0 15 0 22 0 855471450 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 855471450 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15461] ppid=15440 vsize=10621172 CPUtime=836.74 cores=1,3,5,7
/proc/15442/task/15461/stat : 15461 (java) R 15440 15442 15115 0 -1 4202560 38 0 0 0 83674 0 0 0 23 0 22 0 855472143 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912506047583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15442/tid=15462] ppid=15440 vsize=10621172 CPUtime=836.92 cores=1,3,5,7
/proc/15442/task/15462/stat : 15462 (java) R 15440 15442 15115 0 -1 4202560 39842 0 0 0 83689 3 0 0 23 0 22 0 855472143 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912506008448 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15463] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15463/stat : 15463 (java) S 15440 15442 15115 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 855472146 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15464] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15464/stat : 15464 (java) S 15440 15442 15115 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 855472148 10876080128 997560 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.72
Current children cumulated vsize (KiB) 10621172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.301 s]
/proc/loadavg: 4.02 4.01 3.75 5/504 15540
/proc/meminfo: memFree=21314160/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=10621172 CPUtime=1800.1 cores=1,3,5,7
/proc/15442/stat : 15442 (java) S 15440 15442 15115 0 -1 4202496 1009580 0 1 0 179887 123 0 0 23 0 22 0 855471444 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 2655293 998972 2266 9 0 2646027 0
[pid=15442/tid=15443] ppid=15440 vsize=10621172 CPUtime=6.82 cores=1,3,5,7
/proc/15442/task/15443/stat : 15443 (java) S 15440 15442 15115 0 -1 4202560 650948 0 1 0 605 77 0 0 15 0 22 0 855471444 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15445] ppid=15440 vsize=10621172 CPUtime=0.73 cores=1,3,5,7
/proc/15442/task/15445/stat : 15445 (java) S 15440 15442 15115 0 -1 4202560 26464 0 0 0 71 2 0 0 15 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15446] ppid=15440 vsize=10621172 CPUtime=0.45 cores=1,3,5,7
/proc/15442/task/15446/stat : 15446 (java) S 15440 15442 15115 0 -1 4202560 8689 0 0 0 45 0 0 0 16 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15447] ppid=15440 vsize=10621172 CPUtime=0.52 cores=1,3,5,7
/proc/15442/task/15447/stat : 15447 (java) S 15440 15442 15115 0 -1 4202560 21812 0 0 0 49 3 0 0 15 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15448] ppid=15440 vsize=10621172 CPUtime=0.33 cores=1,3,5,7
/proc/15442/task/15448/stat : 15448 (java) S 15440 15442 15115 0 -1 4202560 5883 0 0 0 33 0 0 0 16 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15449] ppid=15440 vsize=10621172 CPUtime=0.6 cores=1,3,5,7
/proc/15442/task/15449/stat : 15449 (java) S 15440 15442 15115 0 -1 4202560 15749 0 0 0 59 1 0 0 15 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15450] ppid=15440 vsize=10621172 CPUtime=0.86 cores=1,3,5,7
/proc/15442/task/15450/stat : 15450 (java) S 15440 15442 15115 0 -1 4202560 37191 0 0 0 81 5 0 0 15 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 1 0 0 0
[pid=15442/tid=15451] ppid=15440 vsize=10621172 CPUtime=0.65 cores=1,3,5,7
/proc/15442/task/15451/stat : 15451 (java) S 15440 15442 15115 0 -1 4202560 17733 0 0 0 63 2 0 0 16 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15452] ppid=15440 vsize=10621172 CPUtime=0.65 cores=1,3,5,7
/proc/15442/task/15452/stat : 15452 (java) S 15440 15442 15115 0 -1 4202560 28170 0 0 0 62 3 0 0 15 0 22 0 855471446 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15453] ppid=15440 vsize=10621172 CPUtime=37.58 cores=1,3,5,7
/proc/15442/task/15453/stat : 15453 (java) S 15440 15442 15115 0 -1 4202560 141601 0 0 0 3741 17 0 0 15 0 22 0 855471447 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 0 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15454] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15454/stat : 15454 (java) S 15440 15442 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15455] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15455/stat : 15455 (java) S 15440 15442 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855471448 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15456] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15456/stat : 15456 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134537649 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15457] ppid=15440 vsize=10621172 CPUtime=1.12 cores=1,3,5,7
/proc/15442/task/15457/stat : 15457 (java) S 15440 15442 15115 0 -1 4202560 7476 0 0 0 112 0 0 0 15 0 22 0 855471450 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 5 0 0 0
[pid=15442/tid=15458] ppid=15440 vsize=10621172 CPUtime=1.29 cores=1,3,5,7
/proc/15442/task/15458/stat : 15458 (java) S 15440 15442 15115 0 -1 4202560 6768 0 0 0 128 1 0 0 15 0 22 0 855471450 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15459] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15459/stat : 15459 (java) S 15440 15442 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855471450 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134529945 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15460] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15460/stat : 15460 (java) S 15440 15442 15115 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 855471450 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
[pid=15442/tid=15461] ppid=15440 vsize=10621172 CPUtime=874.09 cores=1,3,5,7
/proc/15442/task/15461/stat : 15461 (java) R 15440 15442 15115 0 -1 4202560 38 0 0 0 87409 0 0 0 25 0 22 0 855472143 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505951788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15442/tid=15462] ppid=15440 vsize=10621172 CPUtime=874.27 cores=1,3,5,7
/proc/15442/task/15462/stat : 15462 (java) R 15440 15442 15115 0 -1 4202560 39842 0 0 0 87424 3 0 0 25 0 22 0 855472143 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 46912505951788 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15442/tid=15463] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15463/stat : 15463 (java) S 15440 15442 15115 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 855472146 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 7 0 0 0
[pid=15442/tid=15464] ppid=15440 vsize=10621172 CPUtime=0 cores=1,3,5,7
/proc/15442/task/15464/stat : 15464 (java) S 15440 15442 15115 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 855472148 10876080128 998972 33554432000 1073741824 1073778376 140734943812272 18446744073709551615 228134530560 0 4 0 16800975 18446604462593154048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10621172

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

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

[startup+920.424 s]
/proc/loadavg: 4.02 4.01 3.75 5/504 15540
/proc/meminfo: memFree=21314160/32951124 swapFree=41830676/67111528
[pid=15442] ppid=15440 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/15442/stat : 15442 (java) Z 15440 15442 15115 0 -1 4203548 1009613 0 1 0 179899 130 0 0 17 0 2 0 855471444 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.498
CPU time (s): 1800.37
CPU user time (s): 1798.99
CPU system time (s): 1.37679
CPU usage (%): 195.586
Max. virtual memory (cumulated for all children) (KiB): 10628312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.37679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1009613
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23182
involuntary context switches= 20150

runsolver used 4.22436 second user time and 10.0305 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:25:35
IDJOB=3478847
IDBENCH=89747
IDSOLVER=1950
FILE ID=node138/3478847-1307438734
RUNJOBID= node138-1307436783-15134
PBS_JOBID= 13519950
Free space on /tmp= 73812 MiB

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

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=910190845

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24966728 kB
Buffers:        341396 kB
Cached:        1329596 kB
SwapCached:      44568 kB
Active:        5853244 kB
Inactive:      1825128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24966728 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           69904 kB
Writeback:          44 kB
AnonPages:     5974212 kB
Mapped:          24864 kB
Slab:           137616 kB
PageTables:      99560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141009256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73828 MiB
End job on node138 at 2011-06-07 11:40:57