Trace number 3455457

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.34 911.504

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12052_5-unsat.opb
MD5SUM2ff183c8695f0992ee4ac0210b2026e7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark146.198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints131628
Number of constraints which are clauses131008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint96
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 531
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/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@48e5855a
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@398020cc
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-3455457-1307196999.opb
0.10/0.11	c reading problem ... 
2.33/1.33	c ... done. Wall clock time 1.217s.
2.33/1.33	c #vars     37752
2.33/1.33	c #constraints  115348
2.33/1.33	c constraints type 
2.33/1.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
2.33/1.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
2.33/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
2.33/1.33	c constraints type 
2.33/1.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
2.33/1.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
2.33/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
8.12/3.77	c cleaning 2492 clauses out of 5000 with flag 5000/5000
13.63/6.27	c cleaning 4251 clauses out of 8508 with flag 11000/11000
19.73/9.40	c cleaning 5619 clauses out of 11257 with flag 18000/18000
25.64/12.39	c cleaning 6814 clauses out of 13638 with flag 26000/26000
32.70/15.98	c cleaning 7904 clauses out of 15824 with flag 35001/35001
40.59/19.95	c cleaning 8932 clauses out of 17919 with flag 45000/45000
48.46/23.91	c cleaning 9980 clauses out of 19987 with flag 56000/56000
57.30/28.44	c cleaning 10998 clauses out of 22007 with flag 68000/68000
67.06/33.49	c cleaning 11994 clauses out of 24009 with flag 81000/81000
78.30/39.13	c cleaning 13000 clauses out of 26016 with flag 95002/95002
91.73/45.94	c cleaning 13986 clauses out of 28014 with flag 110000/110000
106.13/53.25	c cleaning 14990 clauses out of 30029 with flag 126001/126001
121.04/60.83	c cleaning 16005 clauses out of 32038 with flag 143000/143000
131.03/65.98	c cleaning 0 clauses out of 5000 with flag 0/5000
138.69/69.78	c cleaning 16999 clauses out of 34033 with flag 161000/161000
155.46/78.29	c cleaning 17991 clauses out of 36034 with flag 180001/180001
174.77/88.01	c cleaning 18991 clauses out of 38041 with flag 200000/200000
194.12/97.83	c cleaning 20021 clauses out of 40051 with flag 221001/221001
216.85/109.37	c cleaning 21009 clauses out of 42033 with flag 243004/243004
240.02/121.06	c cleaning 21996 clauses out of 44021 with flag 266001/266001
260.97/131.73	c cleaning 23000 clauses out of 46025 with flag 290001/290001
284.88/143.82	c cleaning 23990 clauses out of 48024 with flag 315000/315000
316.77/159.99	c cleaning 24995 clauses out of 50034 with flag 341000/341000
345.23/174.39	c cleaning 25980 clauses out of 52041 with flag 368002/368002
378.93/191.48	c cleaning 27020 clauses out of 54059 with flag 396000/396000
407.53/205.93	c cleaning 27992 clauses out of 56039 with flag 425000/425000
441.80/223.27	c cleaning 29009 clauses out of 58047 with flag 455000/455000
452.96/229.07	c cleaning 0 clauses out of 11001 with flag 0/11001
475.21/240.43	c cleaning 30000 clauses out of 60037 with flag 486000/486000
513.61/259.83	c cleaning 30966 clauses out of 62037 with flag 518000/518000
557.00/281.72	c cleaning 32026 clauses out of 64071 with flag 551000/551000
598.36/302.61	c cleaning 32999 clauses out of 66045 with flag 585000/585000
639.69/323.65	c cleaning 34015 clauses out of 68046 with flag 620000/620000
676.04/342.05	c cleaning 34982 clauses out of 70031 with flag 656000/656000
713.76/361.18	c cleaning 35993 clauses out of 72051 with flag 693002/693002
762.27/385.61	c cleaning 36977 clauses out of 74056 with flag 731000/731000
803.14/406.40	c cleaning 38004 clauses out of 76079 with flag 770000/770000
846.02/428.18	c cleaning 38992 clauses out of 78075 with flag 810000/810000
896.89/453.88	c cleaning 40015 clauses out of 80083 with flag 851000/851000
953.39/482.34	c cleaning 40999 clauses out of 82069 with flag 893001/893001
999.16/505.65	c cleaning 42012 clauses out of 84069 with flag 936000/936000
1044.59/528.67	c cleaning 43021 clauses out of 86059 with flag 980002/980002
1094.01/553.66	c cleaning 43986 clauses out of 88036 with flag 1025000/1025000
1152.44/583.18	c cleaning 44975 clauses out of 90049 with flag 1071000/1071000
1187.89/601.39	c cleaning 0 clauses out of 18002 with flag 0/18002
1226.25/620.80	c cleaning 46027 clauses out of 92074 with flag 1118000/1118000
1300.23/658.13	c cleaning 47011 clauses out of 94047 with flag 1166000/1166000
1374.37/695.57	c cleaning 47993 clauses out of 96036 with flag 1215000/1215000
1452.74/735.26	c cleaning 48997 clauses out of 98043 with flag 1265000/1265000
1527.03/772.79	c cleaning 49982 clauses out of 100046 with flag 1316000/1316000
1603.90/811.53	c cleaning 51020 clauses out of 102066 with flag 1368002/1368002
1661.92/840.95	c cleaning 51987 clauses out of 104045 with flag 1421001/1421001
1728.42/874.70	c cleaning 52978 clauses out of 106057 with flag 1475000/1475000
1791.87/906.89	c cleaning 54000 clauses out of 108079 with flag 1530000/1530000
1800.05/911.32	c starts		: 207
1800.05/911.32	c conflicts		: 1536428
1800.05/911.32	c decisions		: 2019370
1800.05/911.33	c propagations		: 1231094938
1800.05/911.33	c inspects		: 5045199247
1800.05/911.33	c shortcuts		: 0
1800.05/911.33	c learnt literals	: 6
1800.05/911.33	c learnt binary clauses	: 50
1800.05/911.33	c learnt ternary clauses	: 1079
1800.05/911.33	c learnt constraints	: 1536427
1800.05/911.33	c ignored constraints	: 0
1800.05/911.33	c root simplifications	: 0
1800.05/911.33	c removed literals (reason simplification)	: 36514770
1800.05/911.33	c reason swapping (by a shorter reason)	: 0
1800.05/911.33	c Calls to reduceDB	: 51
1800.05/911.33	c number of reductions to clauses (during analyze)	: 0
1800.05/911.33	c number of learned constraints concerned by reduction	: 0
1800.05/911.33	c number of learning phase by resolution	: 0
1800.05/911.33	c number of learning phase by cutting planes	: 0
1800.05/911.33	c speed (assignments/second)	: 1352862.1420996818
1800.05/911.33	c non guided choices	226
1800.05/911.35	c learnt constraints type 
1800.05/911.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.05/911.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60466
1800.05/911.35	c constraints type 
1800.05/911.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
1800.05/911.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
1800.05/911.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.05/911.35	c constraints type 
1800.05/911.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
1800.05/911.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
1800.05/911.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.05/911.35	s UNKNOWN
1800.05/911.35	c Total wall clock time (in seconds): 911.237

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-3455457-1307196999/watcher-3455457-1307196999 -o /tmp/evaluation-result-3455457-1307196999/solver-3455457-1307196999 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455457-1307196999.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.67 3.60 3.62 3/498 2935
/proc/meminfo: memFree=18482188/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2935/stat : 2935 (java) R 2933 2935 2378 0 -1 4202496 1022 0 0 0 0 0 0 0 24 0 1 0 812115292 23580672 767 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 47767284820512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2935/statm: 5757 783 581 9 0 124 0
[pid=2935/tid=2936] ppid=2933 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) R 2933 2935 2378 0 -1 4202560 3239 0 1 0 0 0 0 0 25 0 2 0 812115293 10694979584 4054 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0429409 s]
/proc/loadavg: 3.67 3.60 3.62 3/498 2935
/proc/meminfo: memFree=18482188/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 11143 0 1 0 2 0 0 0 24 0 13 0 812115292 10718699520 10840 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2616870 10841 1653 9 0 2607618 0
[pid=2935/tid=2936] ppid=2933 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) R 2933 2935 2378 0 -1 4202560 9999 0 1 0 2 0 0 0 25 0 13 0 812115293 10718699520 10843 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 47767282101187 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100883 s]
/proc/loadavg: 3.67 3.60 3.62 3/498 2935
/proc/meminfo: memFree=18482188/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10540272 CPUtime=0.1 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 13015 0 1 0 9 1 0 0 24 0 18 0 812115292 10793238528 12712 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2635068 12713 2093 9 0 2625802 0
[pid=2935/tid=2936] ppid=2933 vsize=10540272 CPUtime=0.08 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) R 2933 2935 2378 0 -1 4202560 11104 0 1 0 7 1 0 0 18 0 18 0 812115293 10793238528 12714 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 47767281242883 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540272

[startup+0.300879 s]
/proc/loadavg: 3.67 3.60 3.62 3/498 2935
/proc/meminfo: memFree=18482188/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10543440 CPUtime=0.47 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 16760 0 1 0 46 1 0 0 24 0 18 0 812115292 10796482560 16163 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2635860 16163 2201 9 0 2626594 0
[pid=2935/tid=2936] ppid=2933 vsize=10543440 CPUtime=0.28 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) R 2933 2935 2378 0 -1 4202560 13444 0 1 0 27 1 0 0 18 0 18 0 812115293 10796482560 16164 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912505584082 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543440

[startup+0.700812 s]
/proc/loadavg: 3.67 3.60 3.62 3/498 2935
/proc/meminfo: memFree=18482188/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10548444 CPUtime=1.27 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 49957 0 1 0 121 6 0 0 24 0 18 0 812115292 10801606656 47127 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2637111 47132 2222 9 0 2627845 0
[pid=2935/tid=2936] ppid=2933 vsize=10548444 CPUtime=0.68 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) R 2933 2935 2378 0 -1 4202560 42611 0 1 0 63 5 0 0 18 0 18 0 812115293 10801606656 47134 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912505804414 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10548444

[startup+1.50064 s]
/proc/loadavg: 3.67 3.60 3.62 4/516 2956
/proc/meminfo: memFree=18182780/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10556376 CPUtime=3 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 110027 0 1 0 287 13 0 0 24 0 22 0 812115292 10809729024 103842 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2639094 103842 2234 9 0 2629828 0
[pid=2935/tid=2936] ppid=2933 vsize=10556376 CPUtime=1.31 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) S 2933 2935 2378 0 -1 4202560 94529 0 1 0 120 11 0 0 20 0 22 0 812115293 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2378 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2378 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 812115296 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 0 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 812115296 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812115296 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2951] ppid=2933 vsize=10556376 CPUtime=0.67 cores=1,3,5,7
/proc/2935/task/2951/stat : 2951 (java) R 2933 2935 2378 0 -1 4202560 4759 0 0 0 67 0 0 0 21 0 22 0 812115299 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273442485 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2935/tid=2953] ppid=2933 vsize=10556376 CPUtime=0.66 cores=1,3,5,7
/proc/2935/task/2953/stat : 2953 (java) R 2933 2935 2378 0 -1 4202560 7674 0 0 0 66 0 0 0 16 0 22 0 812115299 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 47767281589297 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2935/tid=2954] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2954/stat : 2954 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2955] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2955/stat : 2955 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812115299 10809729024 103844 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10556376

[startup+3.10136 s]
/proc/loadavg: 3.67 3.60 3.62 5/520 2961
/proc/meminfo: memFree=17844952/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10556376 CPUtime=6.92 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 278528 0 1 0 662 30 0 0 24 0 22 0 812115292 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2639094 271359 2242 9 0 2629828 0
[pid=2935/tid=2936] ppid=2933 vsize=10556376 CPUtime=1.31 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) S 2933 2935 2378 0 -1 4202560 94529 0 1 0 120 11 0 0 15 0 22 0 812115293 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2378 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115295 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2378 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 812115296 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 0 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 812115296 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812115296 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2951] ppid=2933 vsize=10556376 CPUtime=1.01 cores=1,3,5,7
/proc/2935/task/2951/stat : 2951 (java) S 2933 2935 2378 0 -1 4202560 4793 0 0 0 101 0 0 0 15 0 22 0 812115299 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2953] ppid=2933 vsize=10556376 CPUtime=1.05 cores=1,3,5,7
/proc/2935/task/2953/stat : 2953 (java) S 2933 2935 2378 0 -1 4202560 8727 0 0 0 104 1 0 0 15 0 22 0 812115299 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2954] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2954/stat : 2954 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2955] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2955/stat : 2955 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812115299 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=10556376 CPUtime=1.76 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4202560 782 0 0 0 176 0 0 0 25 0 22 0 812115426 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506094887 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2935/tid=2959] ppid=2933 vsize=10556376 CPUtime=1.74 cores=1,3,5,7
/proc/2935/task/2959/stat : 2959 (java) R 2933 2935 2378 0 -1 4202560 168528 0 0 0 158 16 0 0 25 0 22 0 812115426 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912505856110 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2935/tid=2960] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2960/stat : 2960 (java) S 2933 2935 2378 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 812115432 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2961] ppid=2933 vsize=10556376 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2961/stat : 2961 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812115432 10809729024 271359 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 10556376

[startup+6.30083 s]
/proc/loadavg: 3.70 3.60 3.62 5/520 2961
/proc/meminfo: memFree=16925120/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10555788 CPUtime=13.82 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 401997 0 1 0 1338 44 0 0 24 0 22 0 812115292 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2638947 391621 2271 9 0 2629681 0
[pid=2935/tid=2936] ppid=2933 vsize=10555788 CPUtime=1.31 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) S 2933 2935 2378 0 -1 4202560 94529 0 1 0 120 11 0 0 15 0 22 0 812115293 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2378 0 -1 4202560 456 0 0 0 0 0 0 0 16 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2378 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 439 0 0 0 0 0 0 0 16 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10555788 CPUtime=0.03 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 2533 0 0 0 3 0 0 0 16 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10555788 CPUtime=0.04 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 3142 0 0 0 4 0 0 0 18 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10555788 CPUtime=0.03 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 2271 0 0 0 3 0 0 0 18 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10555788 CPUtime=0.03 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 2286 0 0 0 3 0 0 0 18 0 22 0 812115295 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10555788 CPUtime=0.14 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) R 2933 2935 2378 0 -1 4202560 9562 0 0 0 14 0 0 0 15 0 22 0 812115296 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 47767282110822 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 391621 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0

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

/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 11223 0 0 0 71 1 0 0 15 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10555788 CPUtime=0.92 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 11283 0 0 0 91 1 0 0 15 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10555788 CPUtime=0.84 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 14188 0 0 0 83 1 0 0 16 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10555788 CPUtime=0.78 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 13438 0 0 0 77 1 0 0 15 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10555788 CPUtime=0.67 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 9561 0 0 0 66 1 0 0 16 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10555788 CPUtime=0.84 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 11698 0 0 0 83 1 0 0 16 0 22 0 812115295 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10555788 CPUtime=24.38 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2378 0 -1 4202560 56760 0 0 0 2432 6 0 0 15 0 22 0 812115296 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 0 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2951] ppid=2933 vsize=10555788 CPUtime=1.97 cores=1,3,5,7
/proc/2935/task/2951/stat : 2951 (java) S 2933 2935 2378 0 -1 4202560 9161 0 0 0 196 1 0 0 15 0 22 0 812115299 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2953] ppid=2933 vsize=10555788 CPUtime=1.28 cores=1,3,5,7
/proc/2935/task/2953/stat : 2953 (java) S 2933 2935 2378 0 -1 4202560 9445 0 0 0 127 1 0 0 16 0 22 0 812115299 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2954] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2954/stat : 2954 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2955] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2955/stat : 2955 (java) S 2933 2935 2378 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 812115299 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=10555788 CPUtime=794.71 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4202560 1413 0 0 0 79471 0 0 0 25 0 22 0 812115426 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506094887 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2935/tid=2959] ppid=2933 vsize=10555788 CPUtime=794.68 cores=1,3,5,7
/proc/2935/task/2959/stat : 2959 (java) R 2933 2935 2378 0 -1 4202560 744144 0 0 0 79387 81 0 0 25 0 22 0 812115426 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506192095 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2935/tid=2960] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2960/stat : 2960 (java) S 2933 2935 2378 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 812115432 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2961] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2961/stat : 2961 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812115432 10809126912 988498 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1624.7
Current children cumulated vsize (KiB) 10555788

[startup+882.301 s]
/proc/loadavg: 4.07 3.98 3.82 5/520 3269
/proc/meminfo: memFree=13587172/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10555788 CPUtime=1742.8 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 1003324 0 1 0 174164 116 0 0 24 0 22 0 812115292 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2638947 989652 2271 9 0 2629681 0
[pid=2935/tid=2936] ppid=2933 vsize=10555788 CPUtime=1.31 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) S 2933 2935 2378 0 -1 4202560 94549 0 1 0 120 11 0 0 15 0 22 0 812115293 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=10555788 CPUtime=0.83 cores=1,3,5,7
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2378 0 -1 4202560 7607 0 0 0 82 1 0 0 16 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=10555788 CPUtime=0.7 cores=1,3,5,7
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2378 0 -1 4202560 6468 0 0 0 69 1 0 0 15 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=10555788 CPUtime=0.78 cores=1,3,5,7
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 11229 0 0 0 77 1 0 0 15 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10555788 CPUtime=0.99 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 11652 0 0 0 98 1 0 0 15 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10555788 CPUtime=0.9 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 14579 0 0 0 88 2 0 0 16 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10555788 CPUtime=0.83 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 13438 0 0 0 82 1 0 0 16 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10555788 CPUtime=0.75 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 9934 0 0 0 74 1 0 0 16 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10555788 CPUtime=0.9 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 11730 0 0 0 89 1 0 0 15 0 22 0 812115295 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10555788 CPUtime=26.44 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2378 0 -1 4202560 56764 0 0 0 2638 6 0 0 15 0 22 0 812115296 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 0 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2951] ppid=2933 vsize=10555788 CPUtime=1.97 cores=1,3,5,7
/proc/2935/task/2951/stat : 2951 (java) S 2933 2935 2378 0 -1 4202560 9161 0 0 0 196 1 0 0 15 0 22 0 812115299 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2953] ppid=2933 vsize=10555788 CPUtime=1.28 cores=1,3,5,7
/proc/2935/task/2953/stat : 2953 (java) S 2933 2935 2378 0 -1 4202560 9445 0 0 0 127 1 0 0 16 0 22 0 812115299 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2954] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2954/stat : 2954 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2955] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2955/stat : 2955 (java) S 2933 2935 2378 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 812115299 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=10555788 CPUtime=852.5 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4202560 1416 0 0 0 85250 0 0 0 25 0 22 0 812115426 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506219234 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2935/tid=2959] ppid=2933 vsize=10555788 CPUtime=852.47 cores=1,3,5,7
/proc/2935/task/2959/stat : 2959 (java) R 2933 2935 2378 0 -1 4202560 744144 0 0 0 85166 81 0 0 25 0 22 0 812115426 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506115765 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2935/tid=2960] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2960/stat : 2960 (java) S 2933 2935 2378 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 812115432 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2961] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2961/stat : 2961 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812115432 10809126912 989652 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1742.8
Current children cumulated vsize (KiB) 10555788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.301 s]
/proc/loadavg: 3.91 3.95 3.82 4/520 3270
/proc/meminfo: memFree=13586660/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=10555788 CPUtime=1800.05 cores=1,3,5,7
/proc/2935/stat : 2935 (java) S 2933 2935 2378 0 -1 4202496 1003375 0 1 0 179889 116 0 0 24 0 22 0 812115292 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 2638947 989695 2271 9 0 2629681 0
[pid=2935/tid=2936] ppid=2933 vsize=10555788 CPUtime=1.31 cores=1,3,5,7
/proc/2935/task/2936/stat : 2936 (java) S 2933 2935 2378 0 -1 4202560 94550 0 1 0 120 11 0 0 15 0 22 0 812115293 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2938] ppid=2933 vsize=10555788 CPUtime=0.84 cores=1,3,5,7
/proc/2935/task/2938/stat : 2938 (java) S 2933 2935 2378 0 -1 4202560 7607 0 0 0 83 1 0 0 15 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2940] ppid=2933 vsize=10555788 CPUtime=0.73 cores=1,3,5,7
/proc/2935/task/2940/stat : 2940 (java) S 2933 2935 2378 0 -1 4202560 6468 0 0 0 72 1 0 0 15 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2941] ppid=2933 vsize=10555788 CPUtime=0.85 cores=1,3,5,7
/proc/2935/task/2941/stat : 2941 (java) S 2933 2935 2378 0 -1 4202560 11229 0 0 0 84 1 0 0 16 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2942] ppid=2933 vsize=10555788 CPUtime=1.02 cores=1,3,5,7
/proc/2935/task/2942/stat : 2942 (java) S 2933 2935 2378 0 -1 4202560 11658 0 0 0 101 1 0 0 16 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2943] ppid=2933 vsize=10555788 CPUtime=0.98 cores=1,3,5,7
/proc/2935/task/2943/stat : 2943 (java) S 2933 2935 2378 0 -1 4202560 14579 0 0 0 96 2 0 0 16 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2944] ppid=2933 vsize=10555788 CPUtime=0.86 cores=1,3,5,7
/proc/2935/task/2944/stat : 2944 (java) S 2933 2935 2378 0 -1 4202560 13452 0 0 0 85 1 0 0 15 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2945] ppid=2933 vsize=10555788 CPUtime=0.79 cores=1,3,5,7
/proc/2935/task/2945/stat : 2945 (java) S 2933 2935 2378 0 -1 4202560 9957 0 0 0 78 1 0 0 16 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 5 0 0 0
[pid=2935/tid=2946] ppid=2933 vsize=10555788 CPUtime=0.92 cores=1,3,5,7
/proc/2935/task/2946/stat : 2946 (java) S 2933 2935 2378 0 -1 4202560 11730 0 0 0 91 1 0 0 15 0 22 0 812115295 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2947] ppid=2933 vsize=10555788 CPUtime=27.31 cores=1,3,5,7
/proc/2935/task/2947/stat : 2947 (java) S 2933 2935 2378 0 -1 4202560 56766 0 0 0 2725 6 0 0 15 0 22 0 812115296 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 0 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2948] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2948/stat : 2948 (java) S 2933 2935 2378 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2949] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2949/stat : 2949 (java) S 2933 2935 2378 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 812115296 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2950] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2950/stat : 2950 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273440177 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2951] ppid=2933 vsize=10555788 CPUtime=1.97 cores=1,3,5,7
/proc/2935/task/2951/stat : 2951 (java) S 2933 2935 2378 0 -1 4202560 9161 0 0 0 196 1 0 0 15 0 22 0 812115299 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2953] ppid=2933 vsize=10555788 CPUtime=1.28 cores=1,3,5,7
/proc/2935/task/2953/stat : 2953 (java) S 2933 2935 2378 0 -1 4202560 9445 0 0 0 127 1 0 0 16 0 22 0 812115299 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2954] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2954/stat : 2954 (java) S 2933 2935 2378 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812115299 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273432473 0 4 0 16800975 18446604464596728768 0 0 -1 1 0 0 0
[pid=2935/tid=2955] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2955/stat : 2955 (java) S 2933 2935 2378 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 812115299 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=10555788 CPUtime=880.55 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4202560 1418 0 0 0 88055 0 0 0 25 0 22 0 812115426 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506110127 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2935/tid=2959] ppid=2933 vsize=10555788 CPUtime=880.52 cores=1,3,5,7
/proc/2935/task/2959/stat : 2959 (java) R 2933 2935 2378 0 -1 4202560 744145 0 0 0 87971 81 0 0 25 0 22 0 812115426 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 46912506115693 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2935/tid=2960] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2960/stat : 2960 (java) S 2933 2935 2378 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 812115432 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 7 0 0 0
[pid=2935/tid=2961] ppid=2933 vsize=10555788 CPUtime=0 cores=1,3,5,7
/proc/2935/task/2961/stat : 2961 (java) S 2933 2935 2378 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812115432 10809126912 989695 33554432000 1073741824 1073778376 140736848981920 18446744073709551615 254273433088 0 4 0 16800975 18446604464596728768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10555788

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

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

[startup+911.425 s]
/proc/loadavg: 3.91 3.95 3.82 4/520 3270
/proc/meminfo: memFree=13586660/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/2935/stat : 2935 (java) Z 2933 2935 2378 0 -1 4203548 1003405 0 1 0 179902 123 0 0 17 0 2 0 812115292 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 0 0 0 0 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=0 CPUtime=880.63 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4203588 1418 0 0 0 88057 6 0 0 25 0 2 0 812115426 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+911.501 s]
/proc/loadavg: 3.91 3.95 3.82 4/520 3270
/proc/meminfo: memFree=13586660/32951124 swapFree=67057928/67111528
[pid=2935] ppid=2933 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/2935/stat : 2935 (java) Z 2933 2935 2378 0 -1 4203548 1003405 0 1 0 179902 130 0 0 17 0 2 0 812115292 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2935/statm: 0 0 0 0 0 0 0
[pid=2935/tid=2957] ppid=2933 vsize=0 CPUtime=880.71 cores=1,3,5,7
/proc/2935/task/2957/stat : 2957 (java) R 2933 2935 2378 0 -1 4203588 1418 0 0 0 88057 14 0 0 25 0 2 0 812115426 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 911.504
CPU time (s): 1800.34
CPU user time (s): 1799.03
CPU system time (s): 1.3128
CPU usage (%): 197.513
Max. virtual memory (cumulated for all children) (KiB): 10564104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.3128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1003405
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= 24035
involuntary context switches= 16887

runsolver used 4.26035 second user time and 10.6634 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 16:16:40
IDJOB=3455457
IDBENCH=74340
IDSOLVER=1950
FILE ID=node140/3455457-1307196999
RUNJOBID= node140-1307195509-2397
PBS_JOBID= 13508871
Free space on /tmp= 73640 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12052_5-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455457-1307196999/watcher-3455457-1307196999 -o /tmp/evaluation-result-3455457-1307196999/solver-3455457-1307196999 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455457-1307196999.opb

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

MD5SUM BENCH= 2ff183c8695f0992ee4ac0210b2026e7
RANDOM SEED=2045689017

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      18482344 kB
Buffers:        319020 kB
Cached:        4011524 kB
SwapCached:       6932 kB
Active:       10311540 kB
Inactive:      3814112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18482344 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            4356 kB
Writeback:           0 kB
AnonPages:     9793184 kB
Mapped:          46232 kB
Slab:           215720 kB
PageTables:      57692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151763964 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= 73636 MiB
End job on node140 at 2011-06-04 16:31:53