Trace number 3455459

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.32 913.138

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12058_4-sat.opb
MD5SUMda4c22aa3836e09c7cdc382a7b6da5de
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 variables35332
Total number of constraints122962
Number of constraints which are clauses122382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints580
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 709
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	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-3455459-1307196982.opb
0.10/0.11	c reading problem ... 
2.34/1.31	c ... done. Wall clock time 1.205s.
2.34/1.31	c #vars     35332
2.34/1.31	c #constraints  107258
2.34/1.31	c constraints type 
2.34/1.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
2.34/1.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
2.34/1.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 580
2.34/1.31	c constraints type 
2.34/1.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87354
2.34/1.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12767
2.34/1.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
7.58/3.49	c cleaning 2492 clauses out of 5001 with flag 5001/5001
11.82/5.46	c cleaning 4242 clauses out of 8508 with flag 11000/11000
16.70/7.91	c cleaning 5627 clauses out of 11266 with flag 18000/18000
21.78/10.58	c cleaning 6812 clauses out of 13639 with flag 26000/26000
28.66/14.02	c cleaning 7897 clauses out of 15828 with flag 35001/35001
35.14/17.33	c cleaning 8941 clauses out of 17930 with flag 45000/45000
42.61/21.00	c cleaning 9950 clauses out of 19989 with flag 56000/56000
51.70/25.40	c cleaning 11003 clauses out of 22039 with flag 68000/68000
61.46/30.37	c cleaning 12013 clauses out of 24036 with flag 81000/81000
70.10/34.77	c cleaning 12987 clauses out of 26024 with flag 95001/95001
81.79/40.62	c cleaning 13998 clauses out of 28036 with flag 110000/110000
92.43/46.00	c cleaning 15012 clauses out of 30038 with flag 126000/126000
104.80/52.39	c cleaning 15997 clauses out of 32026 with flag 143000/143000
117.82/58.90	c cleaning 17011 clauses out of 34029 with flag 161000/161000
131.01/65.61	c cleaning 18002 clauses out of 36018 with flag 180000/180000
143.15/71.86	c cleaning 0 clauses out of 5001 with flag 0/5001
147.84/74.21	c cleaning 18994 clauses out of 38019 with flag 200003/200003
164.01/82.50	c cleaning 19956 clauses out of 40022 with flag 221000/221000
182.54/91.82	c cleaning 21008 clauses out of 42067 with flag 243001/243001
201.11/101.26	c cleaning 22008 clauses out of 44058 with flag 266000/266000
222.71/112.25	c cleaning 23005 clauses out of 46051 with flag 290001/290001
243.99/123.09	c cleaning 23995 clauses out of 48045 with flag 315000/315000
263.93/133.14	c cleaning 24991 clauses out of 50050 with flag 341000/341000
287.39/145.09	c cleaning 26007 clauses out of 52060 with flag 368001/368001
310.49/156.82	c cleaning 27010 clauses out of 54052 with flag 396000/396000
333.17/168.32	c cleaning 28006 clauses out of 56042 with flag 425000/425000
358.57/181.24	c cleaning 29001 clauses out of 58036 with flag 455000/455000
387.42/195.83	c cleaning 29986 clauses out of 60035 with flag 486000/486000
418.99/211.96	c cleaning 30985 clauses out of 62049 with flag 518000/518000
448.99/227.19	c cleaning 32001 clauses out of 64064 with flag 551000/551000
479.36/242.54	c cleaning 0 clauses out of 11002 with flag 0/11002
482.49/244.39	c cleaning 33012 clauses out of 66063 with flag 585000/585000
510.42/258.61	c cleaning 34014 clauses out of 68053 with flag 620002/620002
541.00/274.19	c cleaning 35000 clauses out of 70037 with flag 656000/656000
572.71/290.28	c cleaning 36003 clauses out of 72037 with flag 693000/693000
611.45/309.81	c cleaning 37002 clauses out of 74034 with flag 731000/731000
655.41/332.17	c cleaning 37996 clauses out of 76032 with flag 770000/770000
699.50/354.47	c cleaning 38983 clauses out of 78036 with flag 810000/810000
750.85/380.30	c cleaning 39999 clauses out of 80053 with flag 851000/851000
788.36/399.35	c cleaning 41021 clauses out of 82054 with flag 893000/893000
827.31/419.26	c cleaning 41990 clauses out of 84032 with flag 936000/936000
868.18/439.93	c cleaning 42964 clauses out of 86042 with flag 980000/980000
911.00/461.64	c cleaning 44023 clauses out of 88078 with flag 1025000/1025000
961.67/487.28	c cleaning 45007 clauses out of 90055 with flag 1071000/1071000
1006.71/510.26	c cleaning 45962 clauses out of 92048 with flag 1118000/1118000
1058.28/536.30	c cleaning 0 clauses out of 18000 with flag 0/18000
1063.19/539.13	c cleaning 46994 clauses out of 94086 with flag 1166000/1166000
1109.73/562.71	c cleaning 48007 clauses out of 96092 with flag 1215000/1215000
1165.13/590.95	c cleaning 49020 clauses out of 98085 with flag 1265000/1265000
1224.12/620.73	c cleaning 50015 clauses out of 100066 with flag 1316001/1316001
1268.21/643.13	c cleaning 50999 clauses out of 102051 with flag 1368001/1368001
1319.15/668.99	c cleaning 51992 clauses out of 104051 with flag 1421000/1421000
1374.27/697.01	c cleaning 53014 clauses out of 106059 with flag 1475000/1475000
1437.33/728.97	c cleaning 54016 clauses out of 108045 with flag 1530000/1530000
1500.83/761.03	c cleaning 55004 clauses out of 110031 with flag 1586002/1586002
1559.14/790.55	c cleaning 55972 clauses out of 112026 with flag 1643001/1643001
1629.85/826.53	c cleaning 56994 clauses out of 114054 with flag 1701001/1701001
1714.41/869.22	c cleaning 57988 clauses out of 116060 with flag 1760001/1760001
1787.99/906.45	c cleaning 59014 clauses out of 118072 with flag 1820001/1820001
1800.03/912.94	c starts		: 210
1800.03/912.94	c conflicts		: 1831579
1800.03/912.94	c decisions		: 2331900
1800.03/912.94	c propagations		: 966454464
1800.03/912.94	c inspects		: 4653050344
1800.03/912.94	c shortcuts		: 0
1800.03/912.94	c learnt literals	: 1
1800.03/912.94	c learnt binary clauses	: 5
1800.03/912.94	c learnt ternary clauses	: 477
1800.03/912.94	c learnt constraints	: 1831578
1800.03/912.94	c ignored constraints	: 0
1800.03/912.94	c root simplifications	: 0
1800.03/912.94	c removed literals (reason simplification)	: 28974210
1800.03/912.94	c reason swapping (by a shorter reason)	: 0
1800.03/912.94	c Calls to reduceDB	: 56
1800.03/912.94	c number of reductions to clauses (during analyze)	: 0
1800.03/912.94	c number of learned constraints concerned by reduction	: 0
1800.03/912.94	c number of learning phase by resolution	: 0
1800.03/912.94	c number of learning phase by cutting planes	: 0
1800.03/912.94	c speed (assignments/second)	: 1060145.255998903
1800.03/912.94	c non guided choices	3709
1800.03/912.96	c learnt constraints type 
1800.03/912.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.03/912.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70677
1800.03/912.96	c constraints type 
1800.03/912.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
1800.03/912.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
1800.03/912.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 580
1800.03/912.96	c constraints type 
1800.03/912.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87354
1800.03/912.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12767
1800.03/912.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
1800.03/912.96	s UNKNOWN
1800.03/912.96	c Total wall clock time (in seconds): 912.857

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

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

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


[startup+0 s]
/proc/loadavg: 1.59 2.07 2.82 4/485 19480
/proc/meminfo: memFree=29443328/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 4052 0 1 0 0 0 0 0 25 0 2 0 831297959 10694979584 3755 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2611079 3767 917 9 0 2602235 0
[pid=19480/tid=19481] ppid=19478 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) R 19478 19480 19372 0 -1 4202560 6780 0 1 0 0 0 0 0 25 0 2 0 831297959 10694979584 7597 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0709371 s]
/proc/loadavg: 1.59 2.07 2.82 4/485 19480
/proc/meminfo: memFree=29443328/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 11909 0 1 0 5 1 0 0 25 0 18 0 831297959 10724442112 11607 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2618272 11607 1754 9 0 2609006 0
[pid=19480/tid=19481] ppid=19478 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) R 19478 19480 19372 0 -1 4202560 10735 0 1 0 4 1 0 0 25 0 18 0 831297959 10724442112 11607 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100928 s]
/proc/loadavg: 1.59 2.07 2.82 4/485 19480
/proc/meminfo: memFree=29443328/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10540020 CPUtime=0.1 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 13133 0 1 0 9 1 0 0 25 0 18 0 831297959 10792980480 12786 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2635005 12786 2093 9 0 2625739 0
[pid=19480/tid=19481] ppid=19478 vsize=10540020 CPUtime=0.08 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) R 19478 19480 19372 0 -1 4202560 11180 0 1 0 7 1 0 0 25 0 18 0 831297959 10792980480 12787 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 47619822605848 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540020

[startup+0.300953 s]
/proc/loadavg: 1.59 2.07 2.82 4/485 19480
/proc/meminfo: memFree=29443328/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10542828 CPUtime=0.49 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 17129 0 1 0 47 2 0 0 25 0 18 0 831297959 10795855872 16321 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2635707 16322 2201 9 0 2626441 0
[pid=19480/tid=19481] ppid=19478 vsize=10542828 CPUtime=0.28 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) R 19478 19480 19372 0 -1 4202560 13551 0 1 0 27 1 0 0 25 0 18 0 831297959 10795855872 16322 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542828

[startup+0.700884 s]
/proc/loadavg: 1.59 2.07 2.82 4/485 19480
/proc/meminfo: memFree=29443328/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10547828 CPUtime=1.27 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 50990 0 1 0 121 6 0 0 25 0 18 0 831297959 10800975872 48165 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2636957 48170 2222 9 0 2627691 0
[pid=19480/tid=19481] ppid=19478 vsize=10547828 CPUtime=0.69 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) R 19478 19480 19372 0 -1 4202560 43609 0 1 0 64 5 0 0 25 0 18 0 831297959 10800975872 48172 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912505726059 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10547828

[startup+1.50064 s]
/proc/loadavg: 1.59 2.07 2.82 4/503 19498
/proc/meminfo: memFree=28699876/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10556172 CPUtime=3.06 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 109616 0 1 0 294 12 0 0 25 0 22 0 831297959 10809520128 103638 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2639043 103643 2236 9 0 2629777 0
[pid=19480/tid=19481] ppid=19478 vsize=10556172 CPUtime=1.3 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) S 19478 19480 19372 0 -1 4202560 93119 0 1 0 120 10 0 0 25 0 22 0 831297959 10809520128 103645 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19483] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19483/stat : 19483 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103647 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19484] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19484/stat : 19484 (java) S 19478 19480 19372 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103650 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19485] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103652 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103654 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103656 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103658 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103661 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 103663 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831297962 10809520128 103664 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831297962 10809520128 103666 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297962 10809520128 103668 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10809520128 103670 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19495] ppid=19478 vsize=10556172 CPUtime=0.73 cores=0,2,4,6
/proc/19480/task/19495/stat : 19495 (java) R 19478 19480 19372 0 -1 4202560 5194 0 0 0 73 0 0 0 16 0 22 0 831297965 10809520128 103671 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 47619822422576 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19480/tid=19496] ppid=19478 vsize=10556172 CPUtime=0.64 cores=0,2,4,6
/proc/19480/task/19496/stat : 19496 (java) R 19478 19480 19372 0 -1 4202560 7182 0 0 0 64 0 0 0 20 0 22 0 831297965 10809520128 103672 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 47619824031789 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19480/tid=19497] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19497/stat : 19497 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10809520128 103674 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19498] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19498/stat : 19498 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831297965 10809520128 103674 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10556172

[startup+3.10135 s]
/proc/loadavg: 1.86 2.12 2.83 5/507 19502
/proc/meminfo: memFree=27918148/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10556172 CPUtime=6.97 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 283342 0 1 0 666 31 0 0 25 0 22 0 831297959 10809520128 273412 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2639043 273417 2241 9 0 2629777 0
[pid=19480/tid=19481] ppid=19478 vsize=10556172 CPUtime=1.3 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) S 19478 19480 19372 0 -1 4202560 93119 0 1 0 120 10 0 0 15 0 22 0 831297959 10809520128 273421 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19483] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19483/stat : 19483 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273424 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19484] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19484/stat : 19484 (java) S 19478 19480 19372 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273428 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19485] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273433 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273436 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273439 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273443 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273448 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297961 10809520128 273451 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831297962 10809520128 273455 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831297962 10809520128 273459 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297962 10809520128 273464 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10809520128 273467 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19495] ppid=19478 vsize=10556172 CPUtime=1.12 cores=0,2,4,6
/proc/19480/task/19495/stat : 19495 (java) S 19478 19480 19372 0 -1 4202560 5263 0 0 0 112 0 0 0 15 0 22 0 831297965 10809520128 273470 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19496] ppid=19478 vsize=10556172 CPUtime=0.97 cores=0,2,4,6
/proc/19480/task/19496/stat : 19496 (java) S 19478 19480 19372 0 -1 4202560 11186 0 0 0 96 1 0 0 16 0 22 0 831297965 10809520128 273474 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19497] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19497/stat : 19497 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10809520128 273479 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19498] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19498/stat : 19498 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831297965 10809520128 273482 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=10556172 CPUtime=1.78 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4202560 852 0 0 0 178 0 0 0 25 0 22 0 831298091 10809520128 273486 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506249942 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19480/tid=19500] ppid=19478 vsize=10556172 CPUtime=1.77 cores=0,2,4,6
/proc/19480/task/19500/stat : 19500 (java) R 19478 19480 19372 0 -1 4202560 171829 0 0 0 159 18 0 0 25 0 22 0 831298091 10809520128 273489 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912505886641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19480/tid=19501] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19501/stat : 19501 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10809520128 273494 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19502] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19502/stat : 19502 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10809520128 273497 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 10556172

[startup+6.30084 s]
/proc/loadavg: 1.86 2.12 2.83 5/507 19502
/proc/meminfo: memFree=26910816/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10556172 CPUtime=13.5 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 372850 0 1 0 1310 40 0 0 25 0 22 0 831297959 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2639043 359395 2267 9 0 2629777 0
[pid=19480/tid=19481] ppid=19478 vsize=10556172 CPUtime=1.3 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) S 19478 19480 19372 0 -1 4202560 93119 0 1 0 120 10 0 0 15 0 22 0 831297959 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19483] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19483/stat : 19483 (java) S 19478 19480 19372 0 -1 4202560 459 0 0 0 0 0 0 0 16 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19484] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19484/stat : 19484 (java) S 19478 19480 19372 0 -1 4202560 369 0 0 0 0 0 0 0 16 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19485] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 377 0 0 0 0 0 0 0 18 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10556172 CPUtime=0.02 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 1800 0 0 0 2 0 0 0 18 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10556172 CPUtime=0.03 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 2402 0 0 0 3 0 0 0 18 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10556172 CPUtime=0.03 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 2280 0 0 0 3 0 0 0 18 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10556172 CPUtime=0.04 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 3020 0 0 0 4 0 0 0 18 0 22 0 831297961 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10556172 CPUtime=0.22 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 10472 0 0 0 22 0 0 0 16 0 22 0 831297962 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297962 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297962 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10556172 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10809520128 359395 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0

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

/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 9957 0 0 0 81 1 0 0 16 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10555500 CPUtime=0.89 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 13574 0 0 0 88 1 0 0 16 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10555500 CPUtime=1.02 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 16616 0 0 0 101 1 0 0 15 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10555500 CPUtime=0.8 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 11620 0 0 0 79 1 0 0 15 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10555500 CPUtime=0.84 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 11210 0 0 0 83 1 0 0 16 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10555500 CPUtime=1.06 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 15777 0 0 0 105 1 0 0 15 0 22 0 831297961 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10555500 CPUtime=28.74 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 56497 0 0 0 2869 5 0 0 15 0 22 0 831297962 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19495] ppid=19478 vsize=10555500 CPUtime=1.6 cores=0,2,4,6
/proc/19480/task/19495/stat : 19495 (java) S 19478 19480 19372 0 -1 4202560 6818 0 0 0 159 1 0 0 15 0 22 0 831297965 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19496] ppid=19478 vsize=10555500 CPUtime=2.11 cores=0,2,4,6
/proc/19480/task/19496/stat : 19496 (java) S 19478 19480 19372 0 -1 4202560 22670 0 0 0 208 3 0 0 16 0 22 0 831297965 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19497] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19497/stat : 19497 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19498] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19498/stat : 19498 (java) S 19478 19480 19372 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831297965 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=10555500 CPUtime=790.13 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4202560 1427 0 0 0 79013 0 0 0 25 0 22 0 831298091 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506107679 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19480/tid=19500] ppid=19478 vsize=10555500 CPUtime=790.18 cores=0,2,4,6
/proc/19480/task/19500/stat : 19500 (java) R 19478 19480 19372 0 -1 4202560 748256 0 0 0 78936 82 0 0 25 0 22 0 831298091 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506125992 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19480/tid=19501] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19501/stat : 19501 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19502] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19502/stat : 19502 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1005438 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1621.45
Current children cumulated vsize (KiB) 10555500

[startup+882.301 s]
/proc/loadavg: 3.91 3.75 3.44 5/507 19787
/proc/meminfo: memFree=21950316/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10555500 CPUtime=1739.67 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 1029298 0 1 0 173851 116 0 0 25 0 22 0 831297959 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2638875 1005442 2268 9 0 2629609 0
[pid=19480/tid=19481] ppid=19478 vsize=10555500 CPUtime=1.3 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) S 19478 19480 19372 0 -1 4202560 93158 0 1 0 120 10 0 0 15 0 22 0 831297959 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19483] ppid=19478 vsize=10555500 CPUtime=0.98 cores=0,2,4,6
/proc/19480/task/19483/stat : 19483 (java) S 19478 19480 19372 0 -1 4202560 10238 0 0 0 97 1 0 0 15 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19484] ppid=19478 vsize=10555500 CPUtime=0.97 cores=0,2,4,6
/proc/19480/task/19484/stat : 19484 (java) S 19478 19480 19372 0 -1 4202560 10259 0 0 0 96 1 0 0 15 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19485] ppid=19478 vsize=10555500 CPUtime=0.82 cores=0,2,4,6
/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 9957 0 0 0 81 1 0 0 15 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10555500 CPUtime=0.98 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 13575 0 0 0 97 1 0 0 16 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10555500 CPUtime=1.04 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 16616 0 0 0 103 1 0 0 16 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10555500 CPUtime=0.82 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 11622 0 0 0 81 1 0 0 16 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10555500 CPUtime=0.9 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 11211 0 0 0 89 1 0 0 16 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10555500 CPUtime=1.08 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 15777 0 0 0 107 1 0 0 15 0 22 0 831297961 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10555500 CPUtime=30.68 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 56499 0 0 0 3063 5 0 0 15 0 22 0 831297962 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19495] ppid=19478 vsize=10555500 CPUtime=1.6 cores=0,2,4,6
/proc/19480/task/19495/stat : 19495 (java) S 19478 19480 19372 0 -1 4202560 6818 0 0 0 159 1 0 0 15 0 22 0 831297965 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19496] ppid=19478 vsize=10555500 CPUtime=2.11 cores=0,2,4,6
/proc/19480/task/19496/stat : 19496 (java) S 19478 19480 19372 0 -1 4202560 22670 0 0 0 208 3 0 0 16 0 22 0 831297965 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19497] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19497/stat : 19497 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19498] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19498/stat : 19498 (java) S 19478 19480 19372 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831297965 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=10555500 CPUtime=848.11 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4202560 1431 0 0 0 84811 0 0 0 25 0 22 0 831298091 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506117556 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19480/tid=19500] ppid=19478 vsize=10555500 CPUtime=848.16 cores=0,2,4,6
/proc/19480/task/19500/stat : 19500 (java) R 19478 19480 19372 0 -1 4202560 748256 0 0 0 84734 82 0 0 25 0 22 0 831298091 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506293341 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19480/tid=19501] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19501/stat : 19501 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19502] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19502/stat : 19502 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1005442 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1739.67
Current children cumulated vsize (KiB) 10555500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.901 s]
/proc/loadavg: 3.89 3.76 3.45 5/507 19791
/proc/meminfo: memFree=21922996/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=10555500 CPUtime=1800.03 cores=0,2,4,6
/proc/19480/stat : 19480 (java) S 19478 19480 19372 0 -1 4202496 1032731 0 1 0 179886 117 0 0 25 0 22 0 831297959 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 2638875 1008806 2268 9 0 2629609 0
[pid=19480/tid=19481] ppid=19478 vsize=10555500 CPUtime=1.3 cores=0,2,4,6
/proc/19480/task/19481/stat : 19481 (java) S 19478 19480 19372 0 -1 4202560 93159 0 1 0 120 10 0 0 15 0 22 0 831297959 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19483] ppid=19478 vsize=10555500 CPUtime=1.04 cores=0,2,4,6
/proc/19480/task/19483/stat : 19483 (java) S 19478 19480 19372 0 -1 4202560 10789 0 0 0 103 1 0 0 16 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19484] ppid=19478 vsize=10555500 CPUtime=0.99 cores=0,2,4,6
/proc/19480/task/19484/stat : 19484 (java) S 19478 19480 19372 0 -1 4202560 10263 0 0 0 98 1 0 0 15 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19485] ppid=19478 vsize=10555500 CPUtime=0.87 cores=0,2,4,6
/proc/19480/task/19485/stat : 19485 (java) S 19478 19480 19372 0 -1 4202560 10544 0 0 0 86 1 0 0 16 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
[pid=19480/tid=19486] ppid=19478 vsize=10555500 CPUtime=1.02 cores=0,2,4,6
/proc/19480/task/19486/stat : 19486 (java) S 19478 19480 19372 0 -1 4202560 13575 0 0 0 101 1 0 0 15 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19487] ppid=19478 vsize=10555500 CPUtime=1.09 cores=0,2,4,6
/proc/19480/task/19487/stat : 19487 (java) S 19478 19480 19372 0 -1 4202560 17263 0 0 0 107 2 0 0 16 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19488] ppid=19478 vsize=10555500 CPUtime=0.86 cores=0,2,4,6
/proc/19480/task/19488/stat : 19488 (java) S 19478 19480 19372 0 -1 4202560 11623 0 0 0 85 1 0 0 15 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19489] ppid=19478 vsize=10555500 CPUtime=0.95 cores=0,2,4,6
/proc/19480/task/19489/stat : 19489 (java) S 19478 19480 19372 0 -1 4202560 12056 0 0 0 94 1 0 0 16 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19490] ppid=19478 vsize=10555500 CPUtime=1.08 cores=0,2,4,6
/proc/19480/task/19490/stat : 19490 (java) S 19478 19480 19372 0 -1 4202560 15777 0 0 0 107 1 0 0 15 0 22 0 831297961 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19491] ppid=19478 vsize=10555500 CPUtime=31.71 cores=0,2,4,6
/proc/19480/task/19491/stat : 19491 (java) S 19478 19480 19372 0 -1 4202560 57294 0 0 0 3166 5 0 0 15 0 22 0 831297962 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 0 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19492] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19492/stat : 19492 (java) S 19478 19480 19372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19493] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19493/stat : 19493 (java) S 19478 19480 19372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831297962 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19494] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19494/stat : 19494 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101521841 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19495] ppid=19478 vsize=10555500 CPUtime=1.6 cores=0,2,4,6
/proc/19480/task/19495/stat : 19495 (java) S 19478 19480 19372 0 -1 4202560 6818 0 0 0 159 1 0 0 15 0 22 0 831297965 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19496] ppid=19478 vsize=10555500 CPUtime=2.11 cores=0,2,4,6
/proc/19480/task/19496/stat : 19496 (java) S 19478 19480 19372 0 -1 4202560 22670 0 0 0 208 3 0 0 16 0 22 0 831297965 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19497] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19497/stat : 19497 (java) S 19478 19480 19372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297965 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514137 0 4 0 16800975 18446604460764452736 0 0 -1 6 0 0 0
[pid=19480/tid=19498] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19498/stat : 19498 (java) S 19478 19480 19372 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831297965 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 2 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=10555500 CPUtime=877.62 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4202560 1433 0 0 0 87762 0 0 0 25 0 22 0 831298091 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506045923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19480/tid=19500] ppid=19478 vsize=10555500 CPUtime=877.67 cores=0,2,4,6
/proc/19480/task/19500/stat : 19500 (java) R 19478 19480 19372 0 -1 4202560 748256 0 0 0 87685 82 0 0 25 0 22 0 831298091 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 46912506123167 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19480/tid=19501] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19501/stat : 19501 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 0 0 0 0
[pid=19480/tid=19502] ppid=19478 vsize=10555500 CPUtime=0 cores=0,2,4,6
/proc/19480/task/19502/stat : 19502 (java) S 19478 19480 19372 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831298096 10808832000 1008806 33554432000 1073741824 1073778376 140733935634512 18446744073709551615 248101514752 0 4 0 16800975 18446604460764452736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10555500

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

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

[startup+913.041 s]
/proc/loadavg: 3.89 3.76 3.45 5/507 19791
/proc/meminfo: memFree=21922996/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/19480/stat : 19480 (java) Z 19478 19480 19372 0 -1 4203548 1032760 0 1 0 179896 124 0 0 17 0 2 0 831297959 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 0 0 0 0 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=0 CPUtime=877.73 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4203588 1433 0 0 0 87765 8 0 0 25 0 2 0 831298091 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+913.101 s]
/proc/loadavg: 3.89 3.76 3.45 5/507 19791
/proc/meminfo: memFree=21922996/32950928 swapFree=45617076/67111528
[pid=19480] ppid=19478 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/19480/stat : 19480 (java) Z 19478 19480 19372 0 -1 4203548 1032760 0 1 0 179896 130 0 0 17 0 2 0 831297959 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19480/statm: 0 0 0 0 0 0 0
[pid=19480/tid=19499] ppid=19478 vsize=0 CPUtime=877.79 cores=0,2,4,6
/proc/19480/task/19499/stat : 19499 (java) R 19478 19480 19372 0 -1 4203588 1433 0 0 0 87765 14 0 0 25 0 2 0 831298091 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.138
CPU time (s): 1800.32
CPU user time (s): 1798.97
CPU system time (s): 1.3468
CPU usage (%): 197.157
Max. virtual memory (cumulated for all children) (KiB): 10562232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.34679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1032760
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= 24332
involuntary context switches= 14635

runsolver used 4.23136 second user time and 9.93249 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 16:16:22
IDJOB=3455459
IDBENCH=74310
IDSOLVER=1950
FILE ID=node123/3455459-1307196982
RUNJOBID= node123-1307196979-19390
PBS_JOBID= 13508908
Free space on /tmp= 73856 MiB

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

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

MD5SUM BENCH= da4c22aa3836e09c7cdc382a7b6da5de
RANDOM SEED=1500877781

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29443980 kB
Buffers:        316316 kB
Cached:         409628 kB
SwapCached:       9456 kB
Active:        2875512 kB
Inactive:       346348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29443980 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            7872 kB
Writeback:          20 kB
AnonPages:     2492912 kB
Mapped:          31696 kB
Slab:           135972 kB
PageTables:      79724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143728964 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= 73848 MiB
End job on node123 at 2011-06-04 16:31:37