Trace number 4108926

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 PB 2.3.6 Res+CP PB16? (TO) 1800.11 899.671

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-141.opb
MD5SUM58f5e00db07ecbae89c8567e683a0741
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 variables42085
Total number of constraints974087
Number of constraints which are clauses875233
Number of constraints which are cardinality constraints (but not clauses)3073
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint1
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4108926-1466289222.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
9.14/6.97	c ... done. Wall clock time 6.844s.
9.14/6.97	c declared #vars     42085
9.14/6.97	c #constraints  975640
9.14/6.97	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
9.14/6.97	c constraints type 
9.14/6.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 666089
9.14/6.97	c org.sat4j.specs.Constr$1 => 5180
9.14/6.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 3062
9.14/6.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205212
9.14/6.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 316
9.14/6.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
9.14/6.97	c 975640 constraints processed.
9.14/6.97	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
9.14/6.97	c constraints type 
9.14/6.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 205212
9.14/6.97	c org.sat4j.specs.Constr$1 => 5180
9.14/6.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 666089
9.14/6.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3062
9.14/6.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
9.14/6.97	c org.sat4j.pb.constraints.pb.UnitClausePB => 316
9.14/6.97	c 975640 constraints processed.
26.31/14.66	c cleaning 0 clauses out of 5000 with flag 0/5000
37.15/19.95	c cleaning 0 clauses out of 11000 with flag 0/11000
38.14/20.45	c cleaning 2498 clauses out of 4995 with flag 214297/5000
49.96/26.38	c cleaning 0 clauses out of 18003 with flag 0/18003
50.98/26.90	c cleaning 4221 clauses out of 8496 with flag 502423/11001
66.83/34.80	c cleaning 0 clauses out of 26001 with flag 0/26001
74.64/38.69	c cleaning 5605 clauses out of 11268 with flag 815019/18000
89.27/45.99	c cleaning 0 clauses out of 35000 with flag 0/35000
104.71/53.69	c cleaning 6813 clauses out of 13657 with flag 1201333/26000
118.94/61.06	c cleaning 0 clauses out of 45000 with flag 0/45000
125.13/64.11	c cleaning 7834 clauses out of 15843 with flag 1567758/35000
139.55/71.36	c cleaning 8934 clauses out of 18007 with flag 2028758/45000
154.38/78.71	c cleaning 0 clauses out of 56000 with flag 0/56000
169.42/86.29	c cleaning 9660 clauses out of 20069 with flag 2509414/56000
199.07/101.06	c cleaning 0 clauses out of 68000 with flag 0/68000
213.10/108.04	c cleaning 11192 clauses out of 22408 with flag 3124966/68000
248.36/125.69	c cleaning 12080 clauses out of 24216 with flag 3653476/81000
251.35/127.11	c cleaning 0 clauses out of 81000 with flag 0/81000
283.29/143.07	c cleaning 12977 clauses out of 26136 with flag 4256177/95003
306.75/154.77	c cleaning 0 clauses out of 95000 with flag 0/95000
313.75/158.26	c cleaning 13850 clauses out of 28156 with flag 4729371/110000
352.69/177.69	c cleaning 15120 clauses out of 30306 with flag 5164183/126000
378.76/190.64	c cleaning 0 clauses out of 110000 with flag 0/110000
393.58/198.03	c cleaning 16057 clauses out of 32183 with flag 5795146/143000
440.29/221.38	c cleaning 16358 clauses out of 34125 with flag 6442827/161000
466.68/234.52	c cleaning 0 clauses out of 126000 with flag 0/126000
489.78/246.08	c cleaning 16644 clauses out of 36741 with flag 7009216/180000
531.35/266.73	c cleaning 18835 clauses out of 40089 with flag 7475598/200000
558.64/280.32	c cleaning 0 clauses out of 143000 with flag 0/143000
571.04/286.51	c cleaning 19836 clauses out of 42251 with flag 7982965/221000
608.52/305.20	c cleaning 19611 clauses out of 44411 with flag 8502943/243000
644.81/323.31	c cleaning 21584 clauses out of 47799 with flag 8965739/266000
688.27/345.08	c cleaning 22065 clauses out of 50216 with flag 9472799/290001
688.67/345.23	c cleaning 0 clauses out of 161001 with flag 0/161001
724.57/363.16	c cleaning 24801 clauses out of 53150 with flag 9775260/315001
775.44/388.56	c cleaning 23439 clauses out of 54341 with flag 10246311/341000
825.53/413.60	c cleaning 25972 clauses out of 57899 with flag 10713393/368000
828.15/414.86	c cleaning 0 clauses out of 180001 with flag 0/180001
874.93/438.13	c cleaning 26683 clauses out of 59924 with flag 11184785/396002
928.24/464.74	c cleaning 27984 clauses out of 62236 with flag 11557938/425000
968.33/484.78	c cleaning 0 clauses out of 200002 with flag 0/200002
980.26/490.67	c cleaning 27539 clauses out of 64244 with flag 12117173/455000
1024.57/512.78	c cleaning 28928 clauses out of 67694 with flag 12565689/486001
1071.63/536.27	c cleaning 30036 clauses out of 70760 with flag 12929789/518000
1117.16/558.97	c cleaning 32037 clauses out of 73722 with flag 13246578/551000
1135.54/568.14	c cleaning 0 clauses out of 221002 with flag 0/221002
1182.83/591.70	c cleaning 32876 clauses out of 75685 with flag 13802222/585000
1233.53/617.00	c cleaning 33410 clauses out of 77810 with flag 14233643/620002
1285.42/642.90	c cleaning 33927 clauses out of 80397 with flag 14630537/656000
1332.71/666.57	c cleaning 0 clauses out of 243000 with flag 0/243000
1350.01/675.15	c cleaning 34671 clauses out of 83470 with flag 15119775/693000
1403.11/701.65	c cleaning 37133 clauses out of 86798 with flag 15608069/731000
1469.00/734.53	c cleaning 37933 clauses out of 88664 with flag 16334865/770000
1535.53/767.79	c cleaning 38678 clauses out of 90731 with flag 16880556/810000
1554.84/777.32	c cleaning 0 clauses out of 266000 with flag 0/266000
1590.43/795.19	c cleaning 38659 clauses out of 93053 with flag 17445743/851000
1648.27/823.94	c cleaning 40908 clauses out of 96393 with flag 17881088/893000
1692.80/846.12	c cleaning 41913 clauses out of 98485 with flag 18413411/936000
1753.94/876.69	c cleaning 42427 clauses out of 100573 with flag 18967070/980003
1781.74/890.51	c cleaning 0 clauses out of 290001 with flag 0/290001
1800.11/899.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.60	c starts		: 5604
1800.11/899.60	c conflicts		: 1012347
1800.11/899.60	c decisions		: 49478420
1800.11/899.60	c propagations		: 1106102908
1800.11/899.60	c inspects		: 7496376893
1800.11/899.60	c shortcuts		: 0
1800.11/899.60	c learnt literals	: 129
1800.11/899.60	c learnt binary clauses	: 3570
1800.11/899.60	c learnt ternary clauses	: 8907
1800.11/899.60	c learnt constraints	: 1012218
1800.11/899.60	c ignored constraints	: 0
1800.11/899.60	c root simplifications	: 0
1800.11/899.60	c removed literals (reason simplification)	: 6024431
1800.11/899.60	c reason swapping (by a shorter reason)	: 0
1800.11/899.60	c Calls to reduceDB	: 40
1800.11/899.60	c Number of update (reduction) of LBD	: 566578
1800.11/899.60	c Imported unit clauses	: 0
1800.11/899.60	c number of reductions to clauses (during analyze)	: 0
1800.11/899.60	c number of learned constraints concerned by reduction	: 0
1800.11/899.60	c number of learning phase by resolution	: 0
1800.11/899.60	c number of learning phase by cutting planes	: 0
1800.11/899.60	c speed (assignments/second)	: 1239185.924345035
1800.11/899.60	c non guided choices	3476462
1800.11/899.63	c learnt constraints type 
1800.11/899.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3570
1800.11/899.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86921
1800.11/899.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.63	c starts		: 133
1800.11/899.63	c conflicts		: 291836
1800.11/899.63	c decisions		: 470258
1800.11/899.63	c propagations		: 291708773
1800.11/899.63	c inspects		: 4498464912
1800.11/899.63	c shortcuts		: 0
1800.11/899.63	c learnt literals	: 0
1800.11/899.63	c learnt binary clauses	: 11
1800.11/899.63	c learnt ternary clauses	: 87
1800.11/899.63	c learnt constraints	: 291835
1800.11/899.63	c ignored constraints	: 0
1800.11/899.63	c root simplifications	: 0
1800.11/899.63	c removed literals (reason simplification)	: 0
1800.11/899.63	c reason swapping (by a shorter reason)	: 0
1800.11/899.63	c Calls to reduceDB	: 20
1800.11/899.63	c Number of update (reduction) of LBD	: 0
1800.11/899.63	c Imported unit clauses	: 0
1800.11/899.63	c number of reductions to clauses (during analyze)	: 0
1800.11/899.63	c number of learned constraints concerned by reduction	: 0
1800.11/899.63	c number of learning phase by resolution	: 0
1800.11/899.63	c number of learning phase by cutting planes	: 0
1800.11/899.63	c speed (assignments/second)	: 326796.96290736366
1800.11/899.63	c non guided choices	8837
1800.11/899.65	c learnt constraints type 
1800.11/899.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 291727
1800.11/899.65	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 11
1800.11/899.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 97
1800.11/899.65	s UNKNOWN
1800.11/899.65	c Total wall clock time (in seconds): 899.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4108926-1466289222/watcher-4108926-1466289222 -o /tmp/evaluation-result-4108926-1466289222/solver-4108926-1466289222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28101 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108926-1466289222.opb 

pid=1824
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: 4.07 4.18 4.21 3/197 1827
/proc/meminfo: memFree=27499608/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1827/stat : 1827 (java) D 1824 1827 28084 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30968889 9515008 182 33554432000 1073741824 1073778376 140734177568400 140734177559432 270707539637 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1827/statm: 2323 182 140 9 0 71 0

[startup+0.100145 s]
/proc/loadavg: 4.07 4.18 4.21 3/197 1827
/proc/meminfo: memFree=27499608/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 30968889 9787879424 6032 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200388 s]
/proc/loadavg: 4.07 4.18 4.21 3/197 1827
/proc/meminfo: memFree=27499608/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 4662 0 1 0 21 1 0 0 20 0 18 0 30968889 9787879424 8292 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 8292 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 4.07 4.18 4.21 3/197 1827
/proc/meminfo: memFree=27499608/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 5635 0 1 0 45 1 0 0 20 0 18 0 30968889 9787879424 10438 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 10438 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 4.07 4.18 4.21 3/197 1827
/proc/meminfo: memFree=27499608/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 13089 0 1 0 135 5 0 0 20 0 18 0 30968889 9787879424 44965 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 44965 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 4.07 4.18 4.21 6/215 1846
/proc/meminfo: memFree=27213284/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=2.62 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 13755 0 1 0 247 15 0 0 20 0 18 0 30968889 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 92305 2263 9 0 2380296 0
[pid=1827/tid=1829] ppid=1824 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/1827/task/1829/stat : 1829 (java) S 1824 1827 28084 0 -1 4202560 2530 0 1 0 131 5 0 0 20 0 18 0 30968890 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140221125876952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/1827/task/1830/stat : 1830 (java) R 1824 1827 28084 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140221087370072 140221129634956 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (java) R 1824 1827 28084 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140220968201000 270710912060 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1827/task/1832/stat : 1832 (java) R 1824 1827 28084 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140220967148456 140221128349427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) R 1824 1827 28084 0 -1 4202560 46 0 0 0 3 2 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140220966095912 140221128349361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) R 1824 1827 28084 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140220965042520 140221132774316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) R 1824 1827 28084 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 30968891 9787879424 92305 33554432000 1073741824 1073778376 140734172711424 140220963989976 140221128349377 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) R 1824 1827 28084 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 30968891 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220962937432 140221130053807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) R 1824 1827 28084 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 18 0 30968891 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220961884712 140221128349369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 30968892 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220479555080 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 3268 0 0 0 40 0 0 0 20 0 18 0 30968895 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6299 0 0 0 45 0 0 0 20 0 18 0 30968895 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 92817 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558476

[startup+3.10091 s]
/proc/loadavg: 4.07 4.18 4.21 11/215 1846
/proc/meminfo: memFree=26862704/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=4.61 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 14365 0 1 0 433 28 0 0 20 0 18 0 30968889 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 171483 2263 9 0 2380296 0
[pid=1827/tid=1829] ppid=1824 vsize=9558476 CPUtime=2.81 cores=1,3,5,7
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 28084 0 -1 4202560 2641 0 1 0 273 8 0 0 20 0 18 0 30968890 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140221125877176 140220968616686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 28084 0 -1 4202560 82 0 0 0 12 4 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140221087369896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 28084 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220968201000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 28084 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220967148456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 28084 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220966095912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 28084 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220965042344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 28084 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220963989800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 28084 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220962937256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 28084 0 -1 4202560 64 0 0 0 7 3 0 0 20 0 18 0 30968891 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220961884712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 483 0 0 0 0 0 0 0 20 0 18 0 30968892 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220479556200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 3268 0 0 0 40 0 0 0 20 0 18 0 30968895 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6299 0 0 0 47 0 0 0 20 0 18 0 30968895 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 171483 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 3.98 4.16 4.21 4/215 1846
/proc/meminfo: memFree=26161764/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9558476 CPUtime=8.53 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 16541 0 1 0 793 60 0 0 20 0 18 0 30968889 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2389619 335514 2263 9 0 2380296 0
[pid=1827/tid=1829] ppid=1824 vsize=9558476 CPUtime=5.75 cores=1,3,5,7
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 28084 0 -1 4202560 3336 0 1 0 558 17 0 0 20 0 18 0 30968890 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140221125869504 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 28084 0 -1 4202560 178 0 0 0 23 7 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140221087369896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 28084 0 -1 4202560 172 0 0 0 15 4 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220968201000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 28084 0 -1 4202560 283 0 0 0 20 6 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220967148456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 28084 0 -1 4202560 112 0 0 0 18 6 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220966095912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 28084 0 -1 4202560 90 0 0 0 13 5 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220965042344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 28084 0 -1 4202560 187 0 0 0 17 5 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220963989800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 28084 0 -1 4202560 202 0 0 0 12 4 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220962937256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 28084 0 -1 4202560 135 0 0 0 13 5 0 0 20 0 18 0 30968891 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220961884712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 1027 0 0 0 0 0 0 0 20 0 18 0 30968892 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220479556200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30968893 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 3268 0 0 0 40 0 0 0 20 0 18 0 30968895 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6299 0 0 0 47 0 0 0 20 0 18 0 30968895 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30968895 9787879424 335514 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 9558476

[startup+12.701 s]
/proc/loadavg: 3.98 4.16 4.21 5/219 1854
/proc/meminfo: memFree=25117816/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9824732 CPUtime=22.23 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 24297 0 1 0 2129 94 0 0 20 0 22 0 30968889 10060525568 603544 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2456183 603544 2283 9 0 2446860 0

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

/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 28084 0 -1 4202560 509 0 0 0 131 13 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220967148456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 28084 0 -1 4202560 408 0 0 0 127 14 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220966095912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 28084 0 -1 4202560 314 0 0 0 116 12 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220965042344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 28084 0 -1 4202560 439 0 0 0 132 13 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220963989800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 28084 0 -1 4202560 475 0 0 0 122 8 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220962937256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 28084 0 -1 4202560 397 0 0 0 128 13 0 0 20 0 22 0 30968891 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220961884712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 1549 0 0 0 63 5 0 0 20 0 22 0 30968892 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220479556200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 9716 0 0 0 139 2 0 0 20 0 22 0 30968895 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6409 0 0 0 97 2 0 0 20 0 22 0 30968895 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 47 0 0 0 18 19 0 0 20 0 22 0 30968895 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1848] ppid=1824 vsize=9824732 CPUtime=809.69 cores=1,3,5,7
/proc/1827/task/1848/stat : 1848 (java) R 1824 1827 28084 0 -1 4202560 51 0 0 0 80957 12 0 0 20 0 22 0 30969586 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220471131056 140220968990964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1850] ppid=1824 vsize=9824732 CPUtime=809.74 cores=1,3,5,7
/proc/1827/task/1850/stat : 1850 (java) R 1824 1827 28084 0 -1 4202560 554 0 0 0 80951 23 0 0 20 0 22 0 30969586 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220470079232 140220969098470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1852] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1852/stat : 1852 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220469028392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1854] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1854/stat : 1854 (java) S 1824 1827 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 810603 33554432000 1073741824 1073778376 140734172711424 140220467975848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1645.06
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.38 4.27 4.21 5/219 1946
/proc/meminfo: memFree=24288792/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9824732 CPUtime=1765.36 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 26919 0 1 0 176373 163 0 0 20 0 22 0 30968889 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2456183 816925 2296 9 0 2446860 0
[pid=1827/tid=1829] ppid=1824 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/1827/task/1829/stat : 1829 (java) S 1824 1827 28084 0 -1 4202560 3543 0 1 0 622 26 0 0 20 0 22 0 30968890 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140221125878648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 28084 0 -1 4202560 520 0 0 0 154 16 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140221087369896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 28084 0 -1 4202560 527 0 0 0 156 13 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220968201000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 28084 0 -1 4202560 521 0 0 0 136 13 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220967148456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 28084 0 -1 4202560 425 0 0 0 140 14 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220966095912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 28084 0 -1 4202560 395 0 0 0 120 12 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220965042344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 28084 0 -1 4202560 459 0 0 0 145 13 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220963989800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 28084 0 -1 4202560 499 0 0 0 129 9 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220962937256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 28084 0 -1 4202560 428 0 0 0 140 14 0 0 20 0 22 0 30968891 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220961884712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 1553 0 0 0 63 5 0 0 20 0 22 0 30968892 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220479556200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 9716 0 0 0 139 2 0 0 20 0 22 0 30968895 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6409 0 0 0 97 2 0 0 20 0 22 0 30968895 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 51 0 0 0 19 21 0 0 20 0 22 0 30968895 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1848] ppid=1824 vsize=9824732 CPUtime=869.35 cores=1,3,5,7
/proc/1827/task/1848/stat : 1848 (java) R 1824 1827 28084 0 -1 4202560 53 0 0 0 86922 13 0 0 20 0 22 0 30969586 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220471124112 140220969098470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1850] ppid=1824 vsize=9824732 CPUtime=869.41 cores=1,3,5,7
/proc/1827/task/1850/stat : 1850 (java) R 1824 1827 28084 0 -1 4202560 554 0 0 0 86917 24 0 0 20 0 22 0 30969586 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220470078512 140220969234134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1852] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1852/stat : 1852 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220469028392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1854] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1854/stat : 1854 (java) S 1824 1827 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 816925 33554432000 1073741824 1073778376 140734172711424 140220467975848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1765.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 4.35 4.27 4.21 5/219 1946
/proc/meminfo: memFree=24274512/32872528 swapFree=1542984/1696284
[pid=1827] ppid=1824 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/1827/stat : 1827 (java) S 1824 1827 28084 0 -1 4202496 27041 0 1 0 179847 164 0 0 20 0 22 0 30968889 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140734172702560 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1827/statm: 2456183 818568 2296 9 0 2446860 0
[pid=1827/tid=1829] ppid=1824 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/1827/task/1829/stat : 1829 (java) S 1824 1827 28084 0 -1 4202560 3543 0 1 0 622 26 0 0 20 0 22 0 30968890 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140221125878648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 28084 0 -1 4202560 530 0 0 0 156 16 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140221087369896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 28084 0 -1 4202560 533 0 0 0 163 13 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220968201000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 28084 0 -1 4202560 528 0 0 0 139 13 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220967148456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 28084 0 -1 4202560 431 0 0 0 147 14 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220966095912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 28084 0 -1 4202560 446 0 0 0 121 12 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220965042344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 28084 0 -1 4202560 465 0 0 0 152 13 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220963989800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 28084 0 -1 4202560 511 0 0 0 131 9 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220962937256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 28084 0 -1 4202560 447 0 0 0 142 14 0 0 20 0 22 0 30968891 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220961884712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 28084 0 -1 4202560 1555 0 0 0 63 5 0 0 20 0 22 0 30968892 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220479556200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220478502520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30968893 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220477449864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220476398608 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 28084 0 -1 4202560 9716 0 0 0 139 2 0 0 20 0 22 0 30968895 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220475344952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 28084 0 -1 4202560 6409 0 0 0 97 2 0 0 20 0 22 0 30968895 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220474292408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30968895 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220473240056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 28084 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 30968895 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220472187720 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1827/tid=1848] ppid=1824 vsize=9824732 CPUtime=886.51 cores=1,3,5,7
/proc/1827/task/1848/stat : 1848 (java) R 1824 1827 28084 0 -1 4202560 54 0 0 0 88638 13 0 0 20 0 22 0 30969586 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220471131808 140220969154899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1827/tid=1850] ppid=1824 vsize=9824732 CPUtime=886.58 cores=1,3,5,7
/proc/1827/task/1850/stat : 1850 (java) R 1824 1827 28084 0 -1 4202560 554 0 0 0 88634 24 0 0 20 0 22 0 30969586 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220470078512 140220969234819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1852] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1852/stat : 1852 (java) S 1824 1827 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220469028392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1827/tid=1854] ppid=1824 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1827/task/1854/stat : 1854 (java) S 1824 1827 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30969589 10060525568 818568 33554432000 1073741824 1073778376 140734172711424 140220467975848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1827 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1827 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=868290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=142674
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.671
CPU time (s): 1800.11
CPU user time (s): 1798.47
CPU system time (s): 1.64
CPU usage (%): 200.085
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.14267
maximum resident set size= 3274388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27074
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23025
involuntary context switches= 20622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8921 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 00:33:43
IDJOB=4108926
IDBENCH=89723
IDSOLVER=2543
FILE ID=node125/4108926-1466289222
RUNJOBID= node125-1466274976-28101
PBS_JOBID= 19918241
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-141.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108926-1466289222/watcher-4108926-1466289222 -o /tmp/evaluation-result-4108926-1466289222/solver-4108926-1466289222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28101 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4108926-1466289222.opb

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

MD5SUM BENCH= 58f5e00db07ecbae89c8567e683a0741
RANDOM SEED=1925187894

node125.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.683
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.36
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.683
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	: 5332.55
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.683
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	: 5332.55
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.683
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	: 5332.54
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.683
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	: 5332.55
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.683
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	: 5332.55
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.683
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	: 5332.55
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.683
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27500136 kB
Buffers:          157840 kB
Cached:           255172 kB
SwapCached:          688 kB
Active:          2645704 kB
Inactive:         279496 kB
Active(anon):    2513768 kB
Inactive(anon):     1040 kB
Active(file):     131936 kB
Inactive(file):   278456 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:             43888 kB
Writeback:             0 kB
AnonPages:       4210432 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             608776 kB
SReclaimable:      52104 kB
SUnreclaim:       556672 kB
KernelStack:        1608 kB
PageTables:        12996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4363252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2623488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node125 at 2016-06-19 00:48:42