Trace number 3689442

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.74 904.265

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689442-1337882206.opb
0.08/0.13	c reading problem ... 
2.76/1.61	c ... done. Wall clock time 1.479s.
2.76/1.61	c declared #vars     7351
2.76/1.61	c #constraints  156112
2.76/1.61	c constraints type 
2.76/1.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
2.76/1.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.76/1.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
2.76/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
2.76/1.61	c 156112 constraints processed.
2.76/1.61	c constraints type 
2.76/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
2.76/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
2.76/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.76/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
2.76/1.61	c 156112 constraints processed.
6.73/3.05	c cleaning 2494 clauses out of 5000 with flag 5000/5000
7.75/3.51	c cleaning 0 clauses out of 5001 with flag 0/5001
9.70/4.48	c cleaning 4238 clauses out of 8508 with flag 11002/11002
12.00/5.59	c cleaning 0 clauses out of 11000 with flag 0/11000
12.89/6.03	c cleaning 5622 clauses out of 11268 with flag 18000/18000
16.23/7.74	c cleaning 6803 clauses out of 13646 with flag 26000/26000
17.67/8.52	c cleaning 0 clauses out of 18000 with flag 0/18000
20.54/10.03	c cleaning 7908 clauses out of 15843 with flag 35000/35000
25.78/12.71	c cleaning 8946 clauses out of 17936 with flag 45001/45001
26.24/13.06	c cleaning 0 clauses out of 26000 with flag 0/26000
31.69/15.84	c cleaning 9979 clauses out of 19989 with flag 56000/56000
36.34/18.25	c cleaning 10989 clauses out of 22009 with flag 68000/68000
41.56/20.99	c cleaning 11900 clauses out of 24020 with flag 81000/81000
44.01/22.28	c cleaning 0 clauses out of 35000 with flag 0/35000
47.45/24.07	c cleaning 12935 clauses out of 26118 with flag 95000/95000
52.30/26.58	c cleaning 14049 clauses out of 28184 with flag 110001/110001
58.71/29.83	c cleaning 15028 clauses out of 30134 with flag 126001/126001
67.18/34.13	c cleaning 15998 clauses out of 32103 with flag 143001/143001
73.81/37.50	c cleaning 17030 clauses out of 34104 with flag 161000/161000
79.65/40.55	c cleaning 18017 clauses out of 36075 with flag 180001/180001
87.01/44.34	c cleaning 0 clauses out of 45002 with flag 0/45002
88.24/45.01	c cleaning 19015 clauses out of 38057 with flag 200000/200000
97.45/49.79	c cleaning 19988 clauses out of 40042 with flag 221000/221000
105.50/53.81	c cleaning 21012 clauses out of 42056 with flag 243002/243002
118.45/60.43	c cleaning 22006 clauses out of 44043 with flag 266001/266001
127.47/65.05	c cleaning 22995 clauses out of 46036 with flag 290000/290000
141.10/71.98	c cleaning 0 clauses out of 56000 with flag 0/56000
141.51/72.29	c cleaning 24011 clauses out of 48041 with flag 315000/315000
154.23/78.75	c cleaning 24987 clauses out of 50030 with flag 341000/341000
169.47/86.42	c cleaning 25990 clauses out of 52044 with flag 368001/368001
187.32/95.48	c cleaning 27006 clauses out of 54053 with flag 396000/396000
205.77/104.71	c cleaning 27990 clauses out of 56051 with flag 425004/425004
211.73/107.84	c cleaning 0 clauses out of 68000 with flag 0/68000
226.92/115.56	c cleaning 29026 clauses out of 58057 with flag 455000/455000
246.57/125.46	c cleaning 29984 clauses out of 60031 with flag 486000/486000
265.09/134.71	c cleaning 31003 clauses out of 62047 with flag 518000/518000
285.24/144.93	c cleaning 31995 clauses out of 64046 with flag 551002/551002
304.65/154.75	c cleaning 32987 clauses out of 66050 with flag 585001/585001
321.48/163.27	c cleaning 34017 clauses out of 68065 with flag 620003/620003
343.25/174.28	c cleaning 35015 clauses out of 70046 with flag 656001/656001
358.14/181.84	c cleaning 36007 clauses out of 72030 with flag 693000/693000
383.15/194.43	c cleaning 36909 clauses out of 74023 with flag 731000/731000
391.92/198.90	c cleaning 0 clauses out of 81000 with flag 0/81000
404.32/205.26	c cleaning 38025 clauses out of 76114 with flag 770000/770000
430.45/218.40	c cleaning 39035 clauses out of 78089 with flag 810000/810000
461.26/233.94	c cleaning 39982 clauses out of 80055 with flag 851001/851001
489.48/248.14	c cleaning 40991 clauses out of 82072 with flag 893000/893000
520.14/263.52	c cleaning 42015 clauses out of 84081 with flag 936000/936000
552.77/279.92	c cleaning 42983 clauses out of 86069 with flag 980003/980003
590.11/298.68	c cleaning 43980 clauses out of 88084 with flag 1025001/1025001
624.57/315.91	c cleaning 45009 clauses out of 90104 with flag 1071001/1071001
673.82/340.50	c cleaning 46040 clauses out of 92094 with flag 1118000/1118000
714.83/361.19	c cleaning 46994 clauses out of 94054 with flag 1166000/1166000
756.16/381.89	c cleaning 47990 clauses out of 96061 with flag 1215001/1215001
758.68/383.20	c cleaning 0 clauses out of 95001 with flag 0/95001
790.58/399.24	c cleaning 48946 clauses out of 98071 with flag 1265001/1265001
818.53/413.35	c cleaning 50015 clauses out of 100125 with flag 1316001/1316001
856.63/432.41	c cleaning 50973 clauses out of 102110 with flag 1368001/1368001
911.86/460.05	c cleaning 52035 clauses out of 104136 with flag 1421000/1421000
965.90/487.02	c cleaning 52998 clauses out of 106104 with flag 1475003/1475003
1029.42/518.80	c cleaning 54005 clauses out of 108103 with flag 1530000/1530000
1091.48/549.87	c cleaning 55043 clauses out of 110101 with flag 1586003/1586003
1157.38/582.72	c cleaning 56011 clauses out of 112056 with flag 1643001/1643001
1225.54/616.87	c cleaning 57019 clauses out of 114045 with flag 1701001/1701001
1304.09/656.14	c cleaning 57998 clauses out of 116024 with flag 1760001/1760001
1398.56/703.24	c cleaning 59003 clauses out of 118025 with flag 1820000/1820000
1475.29/741.58	c cleaning 59998 clauses out of 120022 with flag 1881000/1881000
1500.66/754.30	c cleaning 0 clauses out of 110000 with flag 0/110000
1566.33/787.20	c cleaning 61004 clauses out of 122024 with flag 1943000/1943000
1635.54/821.87	c cleaning 61978 clauses out of 124019 with flag 2006000/2006000
1714.29/861.16	c cleaning 62995 clauses out of 126044 with flag 2070003/2070003
1787.18/897.60	c cleaning 63983 clauses out of 128046 with flag 2135000/2135000
1800.06/904.22	c starts		: 210
1800.06/904.22	c conflicts		: 2150902
1800.06/904.22	c decisions		: 5580486
1800.06/904.22	c propagations		: 731777965
1800.06/904.22	c inspects		: 8200748253
1800.06/904.22	c shortcuts		: 0
1800.06/904.22	c learnt literals	: 10
1800.06/904.22	c learnt binary clauses	: 397
1800.06/904.22	c learnt ternary clauses	: 1497
1800.06/904.22	c learnt constraints	: 2150892
1800.06/904.22	c ignored constraints	: 0
1800.06/904.22	c root simplifications	: 0
1800.06/904.22	c removed literals (reason simplification)	: 80636336
1800.06/904.22	c reason swapping (by a shorter reason)	: 0
1800.06/904.22	c Calls to reduceDB	: 61
1800.06/904.22	c number of reductions to clauses (during analyze)	: 0
1800.06/904.22	c number of learned constraints concerned by reduction	: 0
1800.06/904.22	c number of learning phase by resolution	: 0
1800.06/904.22	c number of learning phase by cutting planes	: 0
1800.06/904.22	c speed (assignments/second)	: 810749.8687117352
1800.06/904.22	c non guided choices	157084
1800.06/904.25	c learnt constraints type 
1800.06/904.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 397
1800.06/904.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79631
1800.06/904.25	c constraints type 
1800.06/904.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
1800.06/904.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.06/904.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
1800.06/904.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1800.06/904.25	c 156112 constraints processed.
1800.06/904.25	c constraints type 
1800.06/904.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
1800.06/904.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
1800.06/904.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1800.06/904.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
1800.06/904.25	c 156112 constraints processed.
1800.06/904.25	s UNKNOWN
1800.06/904.25	c Total wall clock time (in seconds): 904.119

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689442-1337882206/watcher-3689442-1337882206 -o /tmp/evaluation-result-3689442-1337882206/solver-3689442-1337882206 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689442-1337882206.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: 2.95 2.96 3.10 4/199 29663
/proc/meminfo: memFree=25940764/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29663/stat : 29663 (java) D 29661 29663 26250 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254345468 9515008 182 33554432000 1073741824 1073778376 140736557275664 140736557266696 215143497397 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/29663/statm: 2323 182 140 9 0 71 0

[startup+0.092449 s]
/proc/loadavg: 2.95 2.96 3.10 4/199 29663
/proc/meminfo: memFree=25940764/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 3466 0 1 0 5 1 0 0 20 0 18 0 254345468 9787813888 4164 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2389603 4164 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100295 s]
/proc/loadavg: 2.95 2.96 3.10 4/199 29663
/proc/meminfo: memFree=25940764/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 4229 0 1 0 7 1 0 0 20 0 18 0 254345468 9787813888 4911 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2389603 4911 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300252 s]
/proc/loadavg: 2.95 2.96 3.10 4/199 29663
/proc/meminfo: memFree=25940764/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 5425 0 1 0 45 2 0 0 20 0 18 0 254345468 9787813888 7903 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2389603 7903 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.703785 s]
/proc/loadavg: 2.95 2.96 3.10 4/199 29663
/proc/meminfo: memFree=25940764/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9558412 CPUtime=1.41 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 12220 0 1 0 133 8 0 0 20 0 18 0 254345468 9787813888 43889 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2389603 43889 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 2.95 2.96 3.10 4/217 29681
/proc/meminfo: memFree=25754812/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9558412 CPUtime=2.65 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 13691 0 1 0 246 19 0 0 20 0 18 0 254345468 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2389603 86739 2250 9 0 2380296 0
[pid=29663/tid=29665] ppid=29661 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) R 29661 29663 26250 0 -1 4202560 2625 0 1 0 128 8 0 0 20 0 18 0 254345469 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399325419560 140399265568154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 254345470 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) S 29661 29663 26250 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254345471 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399149639784 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254345472 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254345472 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345474 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 4750 0 0 0 42 2 0 0 20 0 18 0 254345474 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 4803 0 0 0 41 1 0 0 20 0 18 0 254345474 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399144377016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345474 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345474 9787813888 86739 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 2.95 2.96 3.10 7/221 29685
/proc/meminfo: memFree=25592004/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9824668 CPUtime=7.02 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 18251 0 1 0 674 28 0 0 20 0 22 0 254345468 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2456167 102642 2277 9 0 2446860 0
[pid=29663/tid=29665] ppid=29661 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) S 29661 29663 26250 0 -1 4202560 2637 0 1 0 139 8 0 0 20 0 22 0 254345469 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399325422584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 55 0 0 0 9 3 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 62 0 0 0 8 3 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 254345470 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) R 29661 29663 26250 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 22 0 254345471 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399149638760 140399329558848 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 4911 0 0 0 104 2 0 0 20 0 22 0 254345474 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 8902 0 0 0 95 2 0 0 20 0 22 0 254345474 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399144363112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29682] ppid=29661 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/29663/task/29682/stat : 29682 (java) S 29661 29663 26250 0 -1 4202560 28 0 0 0 137 0 0 0 20 0 22 0 254345629 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399141216152 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29683] ppid=29661 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/29663/task/29683/stat : 29683 (java) S 29661 29663 26250 0 -1 4202560 70 0 0 0 135 0 0 0 20 0 22 0 254345629 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399140162072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29684] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29684/stat : 29684 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399139111976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29685] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29685/stat : 29685 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 102642 33554432000 1073741824 1073778376 140734945200800 140399138059432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.04 2.97 3.11 5/221 29685
/proc/meminfo: memFree=25481908/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9824668 CPUtime=13.41 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 22941 0 1 0 1310 31 0 0 20 0 22 0 254345468 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2456167 116301 2282 9 0 2446860 0
[pid=29663/tid=29665] ppid=29661 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) S 29661 29663 26250 0 -1 4202560 2637 0 1 0 139 8 0 0 20 0 22 0 254345469 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399325422584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 57 0 0 0 10 4 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 17 0 0 0 3 2 0 0 20 0 22 0 254345470 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) S 29661 29663 26250 0 -1 4202560 229 0 0 0 70 0 0 0 20 0 22 0 254345471 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399149639784 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 6825 0 0 0 131 2 0 0 20 0 22 0 254345474 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 11636 0 0 0 137 3 0 0 20 0 22 0 254345474 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399144377016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29682] ppid=29661 vsize=9824668 CPUtime=3.85 cores=1,3,5,7
/proc/29663/task/29682/stat : 29682 (java) R 29661 29663 26250 0 -1 4202560 28 0 0 0 385 0 0 0 20 0 22 0 254345629 10060460032 116301 33554432000 1073741824 1073778376 140734945200800 140399141216352 140399266024131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=29663/tid=29683] ppid=29661 vsize=9824668 CPUtime=736.42 cores=1,3,5,7
/proc/29663/task/29683/stat : 29683 (java) R 29661 29663 26250 0 -1 4202560 2033 0 0 0 73583 59 0 0 20 0 22 0 254345629 10060460032 580512 33554432000 1073741824 1073778376 140734945200800 140399140161856 140399266242346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29684] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29684/stat : 29684 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 580512 33554432000 1073741824 1073778376 140734945200800 140399139111976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29685] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29685/stat : 29685 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 580512 33554432000 1073741824 1073778376 140734945200800 140399138059432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.03 3.89 3.56 5/222 29779
/proc/meminfo: memFree=26047624/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9824668 CPUtime=1636.16 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 50096 0 1 0 163455 161 0 0 20 0 22 0 254345468 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2456167 572905 2286 9 0 2446860 0
[pid=29663/tid=29665] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) S 29661 29663 26250 0 -1 4202560 2653 0 1 0 143 10 0 0 20 0 22 0 254345469 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399325422584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 303 0 0 0 269 7 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 285 0 0 0 272 5 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 249 0 0 0 253 5 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 280 0 0 0 271 5 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 253 0 0 0 269 5 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 291 0 0 0 277 6 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 340 0 0 0 273 7 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 279 0 0 0 279 5 0 0 20 0 22 0 254345470 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9824668 CPUtime=19.11 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) S 29661 29663 26250 0 -1 4202560 23077 0 0 0 1874 37 0 0 20 0 22 0 254345471 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399149639784 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 7024 0 0 0 151 2 0 0 20 0 22 0 254345474 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 11639 0 0 0 146 3 0 0 20 0 22 0 254345474 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399144377016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 47 0 0 0 25 19 0 0 20 0 22 0 254345474 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29682] ppid=29661 vsize=9824668 CPUtime=795.11 cores=1,3,5,7
/proc/29663/task/29682/stat : 29682 (java) R 29661 29663 26250 0 -1 4202560 127 0 0 0 79494 17 0 0 20 0 22 0 254345629 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399141216312 140399265982704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29683] ppid=29661 vsize=9824668 CPUtime=795.06 cores=1,3,5,7
/proc/29663/task/29683/stat : 29683 (java) R 29661 29663 26250 0 -1 4202560 2061 0 0 0 79446 60 0 0 20 0 22 0 254345629 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399140164040 140399266094568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29684] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29684/stat : 29684 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399139111976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29685] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29685/stat : 29685 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 572905 33554432000 1073741824 1073778376 140734945200800 140399138059432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1636.16
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.01 3.91 3.59 5/221 29779
/proc/meminfo: memFree=25970180/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9824668 CPUtime=1756.57 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 51139 0 1 0 175490 167 0 0 20 0 22 0 254345468 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2456167 565351 2286 9 0 2446860 0
[pid=29663/tid=29665] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) S 29661 29663 26250 0 -1 4202560 2653 0 1 0 143 10 0 0 20 0 22 0 254345469 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399325422584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 330 0 0 0 293 8 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 311 0 0 0 293 6 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 276 0 0 0 275 5 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 302 0 0 0 295 5 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 276 0 0 0 294 5 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 309 0 0 0 303 6 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 343 0 0 0 304 7 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 296 0 0 0 308 5 0 0 20 0 22 0 254345470 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9824668 CPUtime=19.56 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) S 29661 29663 26250 0 -1 4202560 23923 0 0 0 1918 38 0 0 20 0 22 0 254345471 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399149639784 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 7024 0 0 0 151 2 0 0 20 0 22 0 254345474 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 11640 0 0 0 146 3 0 0 20 0 22 0 254345474 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399144377016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 51 0 0 0 26 21 0 0 20 0 22 0 254345474 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29682] ppid=29661 vsize=9824668 CPUtime=854.07 cores=1,3,5,7
/proc/29663/task/29682/stat : 29682 (java) R 29661 29663 26250 0 -1 4202560 134 0 0 0 85390 17 0 0 20 0 22 0 254345629 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399141215360 140399266029762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29683] ppid=29661 vsize=9824668 CPUtime=854.03 cores=1,3,5,7
/proc/29663/task/29683/stat : 29683 (java) R 29661 29663 26250 0 -1 4202560 2083 0 0 0 85343 60 0 0 20 0 22 0 254345629 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399140163936 140399266140956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29684] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29684/stat : 29684 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399139111976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29685] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29685/stat : 29685 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 565351 33554432000 1073741824 1073778376 140734945200800 140399138059432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1756.57
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.208 s]
/proc/loadavg: 4.00 3.91 3.60 5/221 29779
/proc/meminfo: memFree=25937588/32873844 swapFree=7364/7364
[pid=29663] ppid=29661 vsize=9824668 CPUtime=1800.06 cores=1,3,5,7
/proc/29663/stat : 29663 (java) S 29661 29663 26250 0 -1 4202496 52022 0 1 0 179836 170 0 0 20 0 22 0 254345468 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140734945191936 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29663/statm: 2456167 563317 2286 9 0 2446860 0
[pid=29663/tid=29665] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29665/stat : 29665 (java) S 29661 29663 26250 0 -1 4202560 2653 0 1 0 143 10 0 0 20 0 22 0 254345469 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399325422584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29666] ppid=29661 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/29663/task/29666/stat : 29666 (java) S 29661 29663 26250 0 -1 4202560 338 0 0 0 303 8 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399264151720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29667] ppid=29661 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/29663/task/29667/stat : 29667 (java) S 29661 29663 26250 0 -1 4202560 317 0 0 0 303 6 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399263099176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29668] ppid=29661 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/29663/task/29668/stat : 29668 (java) S 29661 29663 26250 0 -1 4202560 282 0 0 0 285 5 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399262046632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29669] ppid=29661 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/29663/task/29669/stat : 29669 (java) S 29661 29663 26250 0 -1 4202560 304 0 0 0 301 5 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399260994088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29670] ppid=29661 vsize=9824668 CPUtime=3.08 cores=1,3,5,7
/proc/29663/task/29670/stat : 29670 (java) S 29661 29663 26250 0 -1 4202560 280 0 0 0 303 5 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399164996264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29671] ppid=29661 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/29663/task/29671/stat : 29671 (java) S 29661 29663 26250 0 -1 4202560 311 0 0 0 312 6 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399163943720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29672] ppid=29661 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/29663/task/29672/stat : 29672 (java) S 29661 29663 26250 0 -1 4202560 343 0 0 0 311 7 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399162891176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29673] ppid=29661 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/29663/task/29673/stat : 29673 (java) S 29661 29663 26250 0 -1 4202560 298 0 0 0 317 5 0 0 20 0 22 0 254345470 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399161838632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29674] ppid=29661 vsize=9824668 CPUtime=20.21 cores=1,3,5,7
/proc/29663/task/29674/stat : 29674 (java) S 29661 29663 26250 0 -1 4202560 24764 0 0 0 1982 39 0 0 20 0 22 0 254345471 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399149639784 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29675] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29675/stat : 29675 (java) S 29661 29663 26250 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399148586104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29676] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29676/stat : 29676 (java) S 29661 29663 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345472 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399147533448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29677] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29677/stat : 29677 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399146482192 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29678] ppid=29661 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/29663/task/29678/stat : 29678 (java) S 29661 29663 26250 0 -1 4202560 7024 0 0 0 151 2 0 0 20 0 22 0 254345474 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399145429560 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29679] ppid=29661 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/29663/task/29679/stat : 29679 (java) S 29661 29663 26250 0 -1 4202560 11641 0 0 0 146 3 0 0 20 0 22 0 254345474 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399144377016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29680] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29680/stat : 29680 (java) S 29661 29663 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345474 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399143324664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29663/tid=29681] ppid=29661 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/29663/task/29681/stat : 29681 (java) S 29661 29663 26250 0 -1 4202560 53 0 0 0 27 22 0 0 20 0 22 0 254345474 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399142272328 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29682] ppid=29661 vsize=9824668 CPUtime=875.15 cores=1,3,5,7
/proc/29663/task/29682/stat : 29682 (java) R 29661 29663 26250 0 -1 4202560 135 0 0 0 87497 18 0 0 20 0 22 0 254345629 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399141215376 140399266000556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29663/tid=29683] ppid=29661 vsize=9824668 CPUtime=875.1 cores=1,3,5,7
/proc/29663/task/29683/stat : 29683 (java) R 29661 29663 26250 0 -1 4202560 2091 0 0 0 87449 61 0 0 20 0 22 0 254345629 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399140163936 140399266206673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29663/tid=29684] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29684/stat : 29684 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399139111976 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29663/tid=29685] ppid=29661 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29663/task/29685/stat : 29685 (java) S 29661 29663 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345630 10060460032 563317 33554432000 1073741824 1073778376 140734945200800 140399138059432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 904.265
CPU time (s): 1800.74
CPU user time (s): 1798.55
CPU system time (s): 2.19467
CPU usage (%): 199.139
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 2.19467
maximum resident set size= 2891652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52054
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35071
involuntary context switches= 51825

runsolver used 3.81142 second user time and 8.67368 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 19:56:47
IDJOB=3689442
IDBENCH=89785
IDSOLVER=2268
FILE ID=node133/3689442-1337882206
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71616 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689442-1337882206/watcher-3689442-1337882206 -o /tmp/evaluation-result-3689442-1337882206/solver-3689442-1337882206 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689442-1337882206.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=1643683874

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25941408 kB
Buffers:          219820 kB
Cached:          2457896 kB
SwapCached:            0 kB
Active:          3908004 kB
Inactive:        2247380 kB
Active(anon):    3479920 kB
Inactive(anon):        0 kB
Active(file):     428084 kB
Inactive(file):  2247380 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7052 kB
Writeback:             0 kB
AnonPages:       3635764 kB
Mapped:            22668 kB
Shmem:               212 kB
Slab:             631044 kB
SReclaimable:      73448 kB
SUnreclaim:       557596 kB
KernelStack:        1800 kB
PageTables:        11220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4046008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3545088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71616 MiB
End job on node133 at 2012-05-24 20:11:53