Trace number 4097899

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.03 892.956

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_8.opb
MD5SUMfe151e39412ca279581ad7c1e85ba474
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 benchmark14.8047
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5256
Total number of constraints25637
Number of constraints which are clauses25632
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint72
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 80
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097899-1466114435.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.96/1.01	c ... done. Wall clock time 0.901s.
1.96/1.01	c declared #vars     5256
1.96/1.01	c #constraints  25641
1.96/1.01	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.96/1.01	c constraints type 
1.96/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15336
1.96/1.01	c org.sat4j.specs.Constr$1 => 4
1.96/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.96/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.96/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10295
1.96/1.01	c 25641 constraints processed.
1.96/1.01	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.96/1.01	c constraints type 
1.96/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10295
1.96/1.01	c org.sat4j.specs.Constr$1 => 4
1.96/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15336
1.96/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.96/1.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.96/1.01	c 25641 constraints processed.
7.63/2.96	c cleaning 2493 clauses out of 5000 with flag 41832/5000
11.89/4.85	c cleaning 4248 clauses out of 8507 with flag 97496/11000
16.24/6.98	c cleaning 5616 clauses out of 11260 with flag 158374/18001
21.79/9.65	c cleaning 6821 clauses out of 13643 with flag 226524/26000
26.17/11.79	c cleaning 7909 clauses out of 15824 with flag 284696/35002
32.05/14.66	c cleaning 8952 clauses out of 17913 with flag 356434/45000
39.35/18.24	c cleaning 9976 clauses out of 19963 with flag 459298/56002
46.36/21.63	c cleaning 10989 clauses out of 21985 with flag 566021/68000
52.76/24.81	c cleaning 11992 clauses out of 23996 with flag 658278/81000
61.41/29.07	c cleaning 12984 clauses out of 26004 with flag 778520/95000
69.96/33.13	c cleaning 14002 clauses out of 28020 with flag 905703/110000
78.38/37.24	c cleaning 15002 clauses out of 30018 with flag 1019686/126000
87.98/42.02	c cleaning 15970 clauses out of 32016 with flag 1162983/143000
98.10/47.02	c cleaning 17024 clauses out of 34048 with flag 1296864/161002
107.72/51.87	c cleaning 17996 clauses out of 36022 with flag 1425130/180000
118.82/57.36	c cleaning 19002 clauses out of 38028 with flag 1576825/200002
132.62/64.64	c cleaning 19998 clauses out of 40024 with flag 1760936/221000
145.22/70.91	c cleaning 20995 clauses out of 42026 with flag 1930368/243000
158.49/77.54	c cleaning 22009 clauses out of 44031 with flag 2097281/266000
171.20/83.87	c cleaning 23001 clauses out of 46022 with flag 2269830/290000
186.18/91.30	c cleaning 23994 clauses out of 48021 with flag 2483228/315000
186.68/91.41	c cleaning 0 clauses out of 5002 with flag 0/5002
201.77/98.88	c cleaning 24997 clauses out of 50027 with flag 2688159/341000
217.36/106.70	c cleaning 26011 clauses out of 52030 with flag 2887490/368000
232.98/114.39	c cleaning 26949 clauses out of 54020 with flag 3080475/396001
250.17/122.86	c cleaning 28012 clauses out of 56071 with flag 3296425/425001
268.59/131.98	c cleaning 28994 clauses out of 58058 with flag 3539117/455000
287.47/141.20	c cleaning 30013 clauses out of 60065 with flag 3771427/486001
306.48/150.64	c cleaning 31021 clauses out of 62051 with flag 4011435/518000
326.28/160.46	c cleaning 32010 clauses out of 64030 with flag 4253197/551000
346.70/170.60	c cleaning 33009 clauses out of 66022 with flag 4500443/585002
368.29/181.21	c cleaning 33994 clauses out of 68011 with flag 4743240/620000
389.80/191.77	c cleaning 34995 clauses out of 70017 with flag 4989464/656000
410.64/202.04	c cleaning 36006 clauses out of 72022 with flag 5224919/693000
432.40/213.58	c cleaning 37006 clauses out of 74018 with flag 5447673/731002
455.91/225.15	c cleaning 37959 clauses out of 76010 with flag 5715487/770000
480.84/237.50	c cleaning 38998 clauses out of 78051 with flag 6025939/810000
506.32/250.20	c cleaning 40021 clauses out of 80055 with flag 6320679/851002
531.89/262.97	c cleaning 40996 clauses out of 82032 with flag 6602589/893000
559.61/276.77	c cleaning 42012 clauses out of 84038 with flag 6911989/936002
588.62/291.19	c cleaning 43012 clauses out of 86026 with flag 7236920/980002
617.55/305.53	c cleaning 44004 clauses out of 88014 with flag 7561685/1025002
645.41/319.39	c cleaning 45001 clauses out of 90008 with flag 7865822/1071000
674.55/333.80	c cleaning 46003 clauses out of 92008 with flag 8173779/1118001
701.62/347.28	c cleaning 46999 clauses out of 94004 with flag 8460189/1166000
732.49/362.55	c cleaning 47984 clauses out of 96005 with flag 8770879/1215000
762.61/377.57	c cleaning 49007 clauses out of 98023 with flag 9079196/1265002
792.69/392.46	c cleaning 49991 clauses out of 100014 with flag 9392816/1316000
827.76/409.86	c cleaning 51005 clauses out of 102023 with flag 9787996/1368000
863.70/427.73	c cleaning 51994 clauses out of 104018 with flag 10190899/1421000
897.37/444.41	c cleaning 53007 clauses out of 106025 with flag 10551326/1475001
934.00/462.63	c cleaning 53999 clauses out of 108017 with flag 10945679/1530000
971.07/481.09	c cleaning 55002 clauses out of 110018 with flag 11346079/1586000
1005.94/498.35	c cleaning 55997 clauses out of 112016 with flag 11737328/1643000
1043.90/517.27	c cleaning 57003 clauses out of 114019 with flag 12159409/1701000
1082.64/536.44	c cleaning 58000 clauses out of 116016 with flag 12590030/1760000
1120.83/555.32	c cleaning 58982 clauses out of 118016 with flag 13003615/1820000
1163.07/576.26	c cleaning 60009 clauses out of 120034 with flag 13463591/1881000
1207.31/598.12	c cleaning 61001 clauses out of 122025 with flag 13978550/1943000
1250.04/619.23	c cleaning 62013 clauses out of 124030 with flag 14488941/2006006
1295.12/641.40	c cleaning 62983 clauses out of 126014 with flag 14990570/2070003
1338.62/662.87	c cleaning 63982 clauses out of 128028 with flag 15465557/2135000
1383.69/685.15	c cleaning 65018 clauses out of 130050 with flag 15955973/2201004
1418.94/702.54	c cleaning 0 clauses out of 11002 with flag 0/11002
1429.15/707.61	c cleaning 65999 clauses out of 132028 with flag 16452340/2268000
1479.00/732.32	c cleaning 66987 clauses out of 134025 with flag 16992207/2336000
1536.29/760.79	c cleaning 67944 clauses out of 136035 with flag 17596632/2405000
1594.73/789.74	c cleaning 69002 clauses out of 138090 with flag 18158994/2475000
1649.65/817.06	c cleaning 70032 clauses out of 140088 with flag 18693890/2546000
1709.30/847.71	c cleaning 71012 clauses out of 142057 with flag 19212643/2618001
1765.54/875.74	c cleaning 72014 clauses out of 144045 with flag 19748422/2691002
1800.03/892.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/892.90	c starts		: 6461
1800.03/892.90	c conflicts		: 2739533
1800.03/892.90	c decisions		: 26909842
1800.03/892.90	c propagations		: 777913364
1800.03/892.90	c inspects		: 10762715785
1800.03/892.90	c shortcuts		: 0
1800.03/892.90	c learnt literals	: 9
1800.03/892.90	c learnt binary clauses	: 149
1800.03/892.90	c learnt ternary clauses	: 1555
1800.03/892.90	c learnt constraints	: 2739524
1800.03/892.90	c ignored constraints	: 0
1800.03/892.90	c root simplifications	: 0
1800.03/892.90	c removed literals (reason simplification)	: 37795251
1800.03/892.90	c reason swapping (by a shorter reason)	: 0
1800.03/892.90	c Calls to reduceDB	: 69
1800.03/892.90	c Number of update (reduction) of LBD	: 1498078
1800.03/892.90	c Imported unit clauses	: 0
1800.03/892.90	c number of reductions to clauses (during analyze)	: 0
1800.03/892.90	c number of learned constraints concerned by reduction	: 0
1800.03/892.90	c number of learning phase by resolution	: 0
1800.03/892.90	c number of learning phase by cutting planes	: 0
1800.03/892.90	c speed (assignments/second)	: 872216.5703720563
1800.03/892.90	c non guided choices	4403
1800.03/892.93	c learnt constraints type 
1800.03/892.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149
1800.03/892.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120414
1800.03/892.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/892.93	c starts		: 36
1800.03/892.93	c conflicts		: 11863
1800.03/892.93	c decisions		: 19890
1800.03/892.93	c propagations		: 2287764
1800.03/892.93	c inspects		: 1048622322
1800.03/892.93	c shortcuts		: 0
1800.03/892.93	c learnt literals	: 0
1800.03/892.93	c learnt binary clauses	: 0
1800.03/892.93	c learnt ternary clauses	: 0
1800.03/892.93	c learnt constraints	: 11862
1800.03/892.93	c ignored constraints	: 0
1800.03/892.93	c root simplifications	: 0
1800.03/892.93	c removed literals (reason simplification)	: 0
1800.03/892.93	c reason swapping (by a shorter reason)	: 0
1800.03/892.93	c Calls to reduceDB	: 2
1800.03/892.93	c Number of update (reduction) of LBD	: 0
1800.03/892.93	c Imported unit clauses	: 0
1800.03/892.93	c number of reductions to clauses (during analyze)	: 0
1800.03/892.93	c number of learned constraints concerned by reduction	: 0
1800.03/892.93	c number of learning phase by resolution	: 0
1800.03/892.93	c number of learning phase by cutting planes	: 0
1800.03/892.93	c speed (assignments/second)	: 2565.022401413599
1800.03/892.93	c non guided choices	4403
1800.03/892.94	c learnt constraints type 
1800.03/892.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.03/892.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.03/892.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11777
1800.03/892.94	s UNKNOWN
1800.03/892.94	c Total wall clock time (in seconds): 892.827

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-4097899-1466114435/watcher-4097899-1466114435 -o /tmp/evaluation-result-4097899-1466114435/solver-4097899-1466114435 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097899-1466114435.opb 

pid=21849
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.21 4.09 3.22 4/200 21852
/proc/meminfo: memFree=28608844/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21852/stat : 21852 (java) R 21849 21852 18087 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 13489471 23793664 632 33554432000 1073741824 1073778376 140736543257216 140736543246280 206399650369 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 5809 643 476 9 0 128 0

[startup+0.100111 s]
/proc/loadavg: 4.21 4.09 3.22 4/200 21852
/proc/meminfo: memFree=28608844/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 4467 0 1 0 10 1 0 0 20 0 18 0 13489471 9787879424 6092 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2389619 6092 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200301 s]
/proc/loadavg: 4.21 4.09 3.22 4/200 21852
/proc/meminfo: memFree=28608844/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 6397 0 1 0 29 1 0 0 20 0 18 0 13489471 9787879424 8544 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2389619 8546 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 4.21 4.09 3.22 4/200 21852
/proc/meminfo: memFree=28608844/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 6939 0 1 0 56 2 0 0 20 0 18 0 13489471 9787879424 11264 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2389619 11264 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 4.21 4.09 3.22 4/200 21852
/proc/meminfo: memFree=28608844/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 12478 0 1 0 106 5 0 0 20 0 18 0 13489471 9787879424 44962 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2389619 44962 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.21 4.09 3.22 7/222 21874
/proc/meminfo: memFree=28413780/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 27298 0 1 0 384 7 0 0 20 0 22 0 13489471 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2456183 52397 2282 9 0 2446860 0
[pid=21852/tid=21854] ppid=21849 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21852/task/21854/stat : 21854 (java) S 21849 21852 18087 0 -1 4202560 2503 0 1 0 94 4 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427726148472 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21855] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21855/stat : 21855 (java) S 21849 21852 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427715209768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21856] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21856/stat : 21856 (java) S 21849 21852 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427568822696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21857] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 13489473 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/21852/task/21867/stat : 21867 (java) R 21849 21852 18087 0 -1 4202560 15735 0 0 0 102 2 0 0 20 0 22 0 13489476 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427546087376 140427728294968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21868] ppid=21849 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/21852/task/21868/stat : 21868 (java) R 21849 21852 18087 0 -1 4202560 7636 0 0 0 85 1 0 0 20 0 22 0 13489476 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427545045816 140427732605720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21869] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21869/stat : 21869 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427543993208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21870] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21870/stat : 21870 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427542940616 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21871] ppid=21849 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/21852/task/21871/stat : 21871 (java) R 21849 21852 18087 0 -1 4202560 21 0 0 0 45 0 0 0 20 0 22 0 13489573 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427541885736 140427597316138 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21872] ppid=21849 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/21852/task/21872/stat : 21872 (java) R 21849 21852 18087 0 -1 4202560 31 0 0 0 47 0 0 0 20 0 22 0 13489573 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427540832432 140427596494521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21873] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21873/stat : 21873 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427539780520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21874] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21874/stat : 21874 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 52397 33554432000 1073741824 1073778376 140736543257216 140427538727720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.21 4.09 3.22 5/222 21874
/proc/meminfo: memFree=28394580/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9824732 CPUtime=8.11 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 27575 0 1 0 801 10 0 0 20 0 22 0 13489471 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2456183 55396 2291 9 0 2446860 0
[pid=21852/tid=21854] ppid=21849 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21852/task/21854/stat : 21854 (java) S 21849 21852 18087 0 -1 4202560 2503 0 1 0 94 4 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427726148472 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21855] ppid=21849 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21852/task/21855/stat : 21855 (java) S 21849 21852 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427715209768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21856] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21856/stat : 21856 (java) S 21849 21852 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427568822696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21857] ppid=21849 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489472 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13489473 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/21852/task/21867/stat : 21867 (java) S 21849 21852 18087 0 -1 4202560 15767 0 0 0 152 3 0 0 20 0 22 0 13489476 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427546098616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21868] ppid=21849 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/21852/task/21868/stat : 21868 (java) R 21849 21852 18087 0 -1 4202560 7840 0 0 0 132 1 0 0 20 0 22 0 13489476 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427545045816 140427730234728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21869] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21869/stat : 21869 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427543993208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21870] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21870/stat : 21870 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427542940616 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21871] ppid=21849 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/21852/task/21871/stat : 21871 (java) R 21849 21852 18087 0 -1 4202560 21 0 0 0 201 0 0 0 20 0 22 0 13489573 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427541885832 140427597316227 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21872] ppid=21849 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/21852/task/21872/stat : 21872 (java) R 21849 21852 18087 0 -1 4202560 34 0 0 0 204 0 0 0 20 0 22 0 13489573 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427540832184 140427597395643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21873] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21873/stat : 21873 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427539780520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21874] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21874/stat : 21874 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 55396 33554432000 1073741824 1073778376 140736543257216 140427538727720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.20 4.09 3.22 5/222 21874
/proc/meminfo: memFree=28207252/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9824732 CPUtime=15.04 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 28430 0 1 0 1477 27 0 0 20 0 22 0 13489471 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2456183 166303 2292 9 0 2446860 0
[pid=21852/tid=21854] ppid=21849 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21852/task/21854/stat : 21854 (java) S 21849 21852 18087 0 -1 4202560 2503 0 1 0 94 4 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427726148472 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21855] ppid=21849 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21852/task/21855/stat : 21855 (java) S 21849 21852 18087 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427715209768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21856] ppid=21849 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21852/task/21856/stat : 21856 (java) S 21849 21852 18087 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427568822696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21857] ppid=21849 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 13489472 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 22 0 13489473 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 166303 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.66 cores=1,3,5,7

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

/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 562 0 0 0 426 15 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 584 0 0 0 402 15 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 548 0 0 0 386 17 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 666 0 0 0 395 19 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 554 0 0 0 386 14 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 493 0 0 0 408 10 0 0 20 0 22 0 13489472 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 2487 0 0 0 447 9 0 0 20 0 22 0 13489473 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/21852/task/21867/stat : 21867 (java) S 21849 21852 18087 0 -1 4202560 15773 0 0 0 180 3 0 0 20 0 22 0 13489476 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427546098616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21868] ppid=21849 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21852/task/21868/stat : 21868 (java) S 21849 21852 18087 0 -1 4202560 9706 0 0 0 215 2 0 0 20 0 22 0 13489476 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427545045816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21869] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21869/stat : 21869 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427543993208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21870] ppid=21849 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21852/task/21870/stat : 21870 (java) S 21849 21852 18087 0 -1 4202560 49 0 0 0 15 23 0 0 20 0 22 0 13489476 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427542940616 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21871] ppid=21849 vsize=9824732 CPUtime=865.72 cores=1,3,5,7
/proc/21852/task/21871/stat : 21871 (java) R 21849 21852 18087 0 -1 4202560 75 0 0 0 86559 13 0 0 20 0 22 0 13489573 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427541876736 140427597320486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21872] ppid=21849 vsize=9824732 CPUtime=865.81 cores=1,3,5,7
/proc/21852/task/21872/stat : 21872 (java) R 21849 21852 18087 0 -1 4202560 1567 0 0 0 86537 44 0 0 20 0 22 0 13489573 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427540830736 140427597873487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21873] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21873/stat : 21873 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427539780520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21874] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21874/stat : 21874 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909338 33554432000 1073741824 1073778376 140736543257216 140427538727720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1778.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.901 s]
/proc/loadavg: 4.00 4.03 3.72 5/221 21986
/proc/meminfo: memFree=25192080/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 38193 0 1 0 179817 186 0 0 20 0 22 0 13489471 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2456183 909336 2301 9 0 2446860 0
[pid=21852/tid=21854] ppid=21849 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/21852/task/21854/stat : 21854 (java) S 21849 21852 18087 0 -1 4202560 2523 0 1 0 97 5 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427726148472 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21855] ppid=21849 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/21852/task/21855/stat : 21855 (java) S 21849 21852 18087 0 -1 4202560 820 0 0 0 396 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427715209768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21856] ppid=21849 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/21852/task/21856/stat : 21856 (java) S 21849 21852 18087 0 -1 4202560 519 0 0 0 375 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427568822696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21857] ppid=21849 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 562 0 0 0 427 15 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 584 0 0 0 403 15 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 548 0 0 0 392 17 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 666 0 0 0 396 19 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 554 0 0 0 388 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 493 0 0 0 411 10 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 2487 0 0 0 447 9 0 0 20 0 22 0 13489473 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/21852/task/21867/stat : 21867 (java) S 21849 21852 18087 0 -1 4202560 15773 0 0 0 180 3 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427546098616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21868] ppid=21849 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21852/task/21868/stat : 21868 (java) S 21849 21852 18087 0 -1 4202560 9706 0 0 0 215 2 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427545045816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21869] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21869/stat : 21869 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427543993208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21870] ppid=21849 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21852/task/21870/stat : 21870 (java) S 21849 21852 18087 0 -1 4202560 49 0 0 0 15 23 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427542940616 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21871] ppid=21849 vsize=9824732 CPUtime=876.22 cores=1,3,5,7
/proc/21852/task/21871/stat : 21871 (java) R 21849 21852 18087 0 -1 4202560 75 0 0 0 87609 13 0 0 20 0 22 0 13489573 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427541883664 140427597007630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21872] ppid=21849 vsize=9824732 CPUtime=876.32 cores=1,3,5,7
/proc/21852/task/21872/stat : 21872 (java) R 21849 21852 18087 0 -1 4202560 1568 0 0 0 87588 44 0 0 20 0 22 0 13489573 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427540831552 140427597873470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21873] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21873/stat : 21873 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427539780520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21874] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21874/stat : 21874 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427538727720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 21852 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+892.901 s]
/proc/loadavg: 4.00 4.03 3.72 5/221 21986
/proc/meminfo: memFree=25192080/32872528 swapFree=7268/7268
[pid=21852] ppid=21849 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21852/stat : 21852 (java) S 21849 21852 18087 0 -1 4202496 38193 0 1 0 179817 186 0 0 20 0 22 0 13489471 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140736543248352 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21852/statm: 2456183 909336 2301 9 0 2446860 0
[pid=21852/tid=21854] ppid=21849 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/21852/task/21854/stat : 21854 (java) S 21849 21852 18087 0 -1 4202560 2523 0 1 0 97 5 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427726148472 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21855] ppid=21849 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/21852/task/21855/stat : 21855 (java) S 21849 21852 18087 0 -1 4202560 820 0 0 0 396 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427715209768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21856] ppid=21849 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/21852/task/21856/stat : 21856 (java) S 21849 21852 18087 0 -1 4202560 519 0 0 0 375 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427568822696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21857] ppid=21849 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/21852/task/21857/stat : 21857 (java) S 21849 21852 18087 0 -1 4202560 562 0 0 0 427 15 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427567769896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21858] ppid=21849 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/21852/task/21858/stat : 21858 (java) S 21849 21852 18087 0 -1 4202560 584 0 0 0 403 15 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427566717096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21859] ppid=21849 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/21852/task/21859/stat : 21859 (java) S 21849 21852 18087 0 -1 4202560 548 0 0 0 392 17 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427565665320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21860] ppid=21849 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/21852/task/21860/stat : 21860 (java) S 21849 21852 18087 0 -1 4202560 666 0 0 0 396 19 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427564612520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21861] ppid=21849 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/21852/task/21861/stat : 21861 (java) S 21849 21852 18087 0 -1 4202560 554 0 0 0 388 14 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427563559720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21862] ppid=21849 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/21852/task/21862/stat : 21862 (java) S 21849 21852 18087 0 -1 4202560 493 0 0 0 411 10 0 0 20 0 22 0 13489472 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427562506920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21863] ppid=21849 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/21852/task/21863/stat : 21863 (java) S 21849 21852 18087 0 -1 4202560 2487 0 0 0 447 9 0 0 20 0 22 0 13489473 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427550308840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21864] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21864/stat : 21864 (java) S 21849 21852 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427549254904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21865] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21865/stat : 21865 (java) S 21849 21852 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13489474 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427548201992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21866] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21866/stat : 21866 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427547150480 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21867] ppid=21849 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/21852/task/21867/stat : 21867 (java) S 21849 21852 18087 0 -1 4202560 15773 0 0 0 180 3 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427546098616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21868] ppid=21849 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21852/task/21868/stat : 21868 (java) S 21849 21852 18087 0 -1 4202560 9706 0 0 0 215 2 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427545045816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21852/tid=21869] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21869/stat : 21869 (java) S 21849 21852 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427543993208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21852/tid=21870] ppid=21849 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21852/task/21870/stat : 21870 (java) S 21849 21852 18087 0 -1 4202560 49 0 0 0 15 23 0 0 20 0 22 0 13489476 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427542940616 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21871] ppid=21849 vsize=9824732 CPUtime=876.22 cores=1,3,5,7
/proc/21852/task/21871/stat : 21871 (java) R 21849 21852 18087 0 -1 4202560 75 0 0 0 87609 13 0 0 20 0 22 0 13489573 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427541883664 140427597007630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21852/tid=21872] ppid=21849 vsize=9824732 CPUtime=876.32 cores=1,3,5,7
/proc/21852/task/21872/stat : 21872 (java) R 21849 21852 18087 0 -1 4202560 1568 0 0 0 87588 44 0 0 20 0 22 0 13489573 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427540831552 140427597873470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21873] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21873/stat : 21873 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427539780520 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21852/tid=21874] ppid=21849 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21852/task/21874/stat : 21874 (java) S 21849 21852 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13489574 10060525568 909336 33554432000 1073741824 1073778376 140736543257216 140427538727720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 892.956
CPU time (s): 1800.03
CPU user time (s): 1798.17
CPU system time (s): 1.86
CPU usage (%): 201.581
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.34064
maximum resident set size= 3637460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38228
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= 23924
involuntary context switches= 34107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97309 second user time and 7.36488 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:00:36
IDJOB=4097899
IDBENCH=107823
IDSOLVER=2543
FILE ID=node133/4097899-1466114435
RUNJOBID= node133-1466113274-20821
PBS_JOBID= 19904054
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097899-1466114435/watcher-4097899-1466114435 -o /tmp/evaluation-result-4097899-1466114435/solver-4097899-1466114435 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097899-1466114435.opb

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

MD5SUM BENCH= fe151e39412ca279581ad7c1e85ba474
RANDOM SEED=1894032553

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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
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.55
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        28609480 kB
Buffers:           68336 kB
Cached:           142704 kB
SwapCached:         1860 kB
Active:          3441408 kB
Inactive:         107568 kB
Active(anon):    3339428 kB
Inactive(anon):     1228 kB
Active(file):     101980 kB
Inactive(file):   106340 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              4344 kB
Writeback:            16 kB
AnonPages:       3336748 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             571244 kB
SReclaimable:      14232 kB
SUnreclaim:       557012 kB
KernelStack:        1704 kB
PageTables:        10820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3771280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3239936 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= 71708 MiB
End job on node133 at 2016-06-17 00:15:29