Trace number 4291693

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.11 2392.26

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay100_c18.xml
MD5SUMd8b461fac2d17be3b89e017753091d4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750618
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":416},{"degree":4,"count":329},{"degree":5,"count":277},{"degree":6,"count":189},{"degree":7,"count":160},{"degree":8,"count":116},{"degree":9,"count":93},{"degree":10,"count":77},{"degree":11,"count":48},{"degree":12,"count":46},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":17},{"degree":16,"count":13},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":7},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":3},{"degree":27,"count":2}]
Minimum constraint arity83
Maximum constraint arity128
Distribution of constraint arities[{"arity":83,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},{"arity":87,"count":1},{"arity":88,"count":1},{"arity":89,"count":2},{"arity":90,"count":1},{"arity":92,"count":2},{"arity":93,"count":1},{"arity":94,"count":2},{"arity":95,"count":2},{"arity":96,"count":3},{"arity":97,"count":3},{"arity":98,"count":4},{"arity":99,"count":1},{"arity":100,"count":3},{"arity":101,"count":5},{"arity":102,"count":4},{"arity":103,"count":4},{"arity":104,"count":4},{"arity":105,"count":7},{"arity":106,"count":6},{"arity":107,"count":6},{"arity":108,"count":1},{"arity":109,"count":4},{"arity":110,"count":3},{"arity":111,"count":2},{"arity":112,"count":2},{"arity":113,"count":1},{"arity":114,"count":2},{"arity":115,"count":2},{"arity":116,"count":3},{"arity":118,"count":1},{"arity":119,"count":2},{"arity":120,"count":2},{"arity":121,"count":2},{"arity":122,"count":2},{"arity":123,"count":1},{"arity":126,"count":1},{"arity":128,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

7.09/2.44	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.09/2.44	c This is free software under the dual EPL/GNU LGPL licenses.
7.09/2.44	c See www.sat4j.org for details.
7.09/2.44	c That software uses the Rhino library from the Mozilla project.
7.09/2.44	c version 2.3.6-SNAPSHOT
7.09/2.44	c java.runtime.name	Java(TM) SE Runtime Environment
7.09/2.44	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.09/2.44	c java.vm.version	25.131-b11
7.09/2.44	c java.vm.vendor	Oracle Corporation
7.09/2.44	c sun.arch.data.model	64
7.09/2.44	c java.version		1.8.0_131
7.09/2.44	c os.name		Linux
7.09/2.44	c os.version		3.10.0-514.16.1.el7.x86_64
7.09/2.44	c os.arch		amd64
7.09/2.44	c Free memory 		499604488
7.09/2.44	c Max memory 		7247757312
7.09/2.44	c Total memory 		504889344
7.09/2.44	c Number of processors 	4
7.09/2.44	c c --- Begin Solver configuration ---
7.09/2.44	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.09/2.44	c Learn all clauses as in MiniSAT
7.09/2.44	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.09/2.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.09/2.44	c No reason simplification
7.09/2.44	c Glucose 2.1 dynamic restart strategy
7.09/2.44	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
7.09/2.44	c timeout=2147483s
7.09/2.44	c DB Simplification allowed=false
7.09/2.44	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.09/2.44	c --- End Solver configuration ---
7.09/2.44	c constraints type 
7.09/2.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 4000
7.09/2.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10574
7.09/2.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1117494
7.09/2.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 200
7.09/2.44	c 1132268 constraints processed.
2400.06/2392.21	c starts		: 2108
2400.06/2392.21	c conflicts		: 2264164
2400.06/2392.21	c decisions		: 3241449
2400.06/2392.21	c propagations		: 4421536122
2400.06/2392.21	c inspects		: 39853746082
2400.06/2392.21	c shortcuts		: 0
2400.06/2392.21	c learnt literals	: 680
2400.06/2392.21	c learnt binary clauses	: 130
2400.06/2392.21	c learnt ternary clauses	: 5825
2400.06/2392.21	c learnt constraints	: 2263484
2400.06/2392.21	c ignored constraints	: 0
2400.06/2392.21	c root simplifications	: 0
2400.06/2392.21	c removed literals (reason simplification)	: 0
2400.06/2392.21	c reason swapping (by a shorter reason)	: 0
2400.06/2392.21	c Calls to reduceDB	: 62
2400.06/2392.21	c Number of update (reduction) of LBD	: 37503
2400.06/2392.21	c Imported unit clauses	: 0
2400.06/2392.21	c number of reductions to clauses (during analyze)	: 0
2400.06/2392.21	c number of learned constraints concerned by reduction	: 0
2400.06/2392.21	c number of learning phase by resolution	: 0
2400.06/2392.21	c number of learning phase by cutting planes	: 0
2400.06/2392.21	c number of rounding to 1 operations	: 0
2400.06/2392.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.06/2392.21	c number of reductions of the coefficients by power 2 	: 0
2400.06/2392.21	c number of right shift for reduction by power 2 	: 0
2400.06/2392.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.06/2392.21	c number of ending skipping 	: 0
2400.06/2392.21	c number of internal skipping 	: 0
2400.06/2392.21	c number of derivation steps 	: 0
2400.06/2392.21	c number of skipped derivation steps 	: 0
2400.06/2392.21	c number of remaining unassigned 	: 0
2400.06/2392.21	c number of remaining assigned 	: 0
2400.06/2392.21	c speed (assignments/second)	: 1850229.5546387595
2400.06/2392.21	c non guided choices	: 426927
2400.06/2392.24	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 130
2400.06/2392.24	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 128034
2400.06/2392.24	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11105 MiB free)
  memory of node 1: 16384 MiB (11883 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291693-1532257777/watcher-4291693-1532257777 -o /tmp/evaluation-result-4291693-1532257777/solver-4291693-1532257777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291693-1532257777.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=938, runsolver pid=931

[startup+0.100062 s]*
/proc/loadavg: 1.17 1.46 1.59 4/215 975
/proc/meminfo: memFree=23510924/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10659012 memory=28440 CPUtime=0.12 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 6721 0 0 0 11 1 0 0 20 0 15 0 43340878 10914828288 7110 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2664753 7110 2823 1 0 2627263 0
[pid=938/tid=940] ppid=931 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) R 931 938 877 0 -1 4202560 4525 0 0 0 8 1 0 0 20 0 15 0 43340879 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855513746448 139855509536150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10659012 memory=140028646029485 CPUtime=0 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340881 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43340881 10914828288 7110 33554432000 4194304 4196468 140731283979152 139855000470304 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10659012 memory=140028646000256 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43340882 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854999417968 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) R 931 938 877 0 -1 4202560 390 0 0 0 2 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854995209072 139855502621051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 7110 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28440 KiB

[startup+0.210564 s]*
/proc/loadavg: 1.17 1.46 1.59 6/215 975
/proc/meminfo: memFree=23487356/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10659012 memory=40608 CPUtime=0.33 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 8296 0 0 0 31 2 0 0 20 0 15 0 43340878 10914828288 10152 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2664753 10152 3001 1 0 2627263 0
[pid=938/tid=940] ppid=931 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) R 931 938 877 0 -1 4202560 5083 0 0 0 19 1 0 0 20 0 15 0 43340879 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855513760496 139855493567845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10659012 memory=140028646029485 CPUtime=0 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340880 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340881 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43340881 10914828288 10152 33554432000 4194304 4196468 140731283979152 139855000470304 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10659012 memory=140028646000256 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43340882 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854999417968 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) R 931 938 877 0 -1 4202560 824 0 0 0 7 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854995209072 139855509545562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340884 10914828288 10152 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40608 KiB

[startup+0.315564 s]*
/proc/loadavg: 1.17 1.46 1.59 7/215 975
/proc/meminfo: memFree=23471972/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10659088 memory=46384 CPUtime=0.51 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 9365 0 0 0 49 2 0 0 20 0 15 0 43340878 10914906112 11596 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2664772 11596 3056 1 0 2627263 0
[pid=938/tid=940] ppid=931 vsize=10659088 memory=1399051139730258233 CPUtime=0.3 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) S 931 938 877 0 -1 1077944384 5809 0 0 0 29 1 0 0 20 0 15 0 43340879 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855513760544 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10659088 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10659088 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340880 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340880 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43340881 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43340881 10914906112 11596 33554432000 4194304 4196468 140731283979152 139855000470304 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43340882 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854999417968 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) R 931 938 877 0 -1 1077944384 517 0 0 0 4 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10659088 memory=280056966512112 CPUtime=0.04 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) R 931 938 877 0 -1 4202560 695 0 0 0 4 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854996250352 139855494650950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10659088 memory=280056966516688 CPUtime=0.11 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) R 931 938 877 0 -1 4202560 984 0 0 0 11 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854995205024 139855487928708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10659088 memory=280056966520264 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10659088 memory=12 CPUtime=0 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 11596 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46384 KiB

[startup+0.701058 s]
/proc/loadavg: 1.17 1.46 1.59 9/215 975
/proc/meminfo: memFree=23323484/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10659088 memory=208464 CPUtime=1.8 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 14665 0 0 0 173 7 0 0 20 0 15 0 43340878 10914906112 52116 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2664772 52116 3112 1 0 2627263 0
[pid=938/tid=940] ppid=931 vsize=10659088 memory=4140 CPUtime=0.64 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) R 931 938 877 0 -1 4202560 6087 0 0 0 61 3 0 0 20 0 15 0 43340879 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855513759928 139855150506922 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10659088 memory=14732 CPUtime=0.01 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 43340880 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10659088 memory=1296 CPUtime=0.01 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 15 0 43340880 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 43340880 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10659088 memory=144117292213233 CPUtime=0.01 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 43340880 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 43340881 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43340881 10914906112 52116 33554432000 4194304 4196468 140731283979152 139855000470304 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43340882 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854999417968 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10659088 memory=280056966414576 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) R 931 938 877 0 -1 4202560 2283 0 0 0 37 0 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854997299152 139855491067938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10659088 memory=9049873056190333101 CPUtime=0.37 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) R 931 938 877 0 -1 4202560 2415 0 0 0 37 0 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854996250032 139855491045591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10659088 memory=6943526294502006880 CPUtime=0.31 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) S 931 938 877 0 -1 1077944384 2361 0 0 0 30 1 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854995209072 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43340884 10914906112 52116 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 208464 KiB

[startup+1.50073 s]
/proc/loadavg: 1.17 1.46 1.59 7/215 975
/proc/meminfo: memFree=23016976/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10659088 memory=569376 CPUtime=4.54 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 18237 0 0 0 421 33 0 0 20 0 15 0 43340878 10914906112 142344 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2664772 142344 3155 1 0 2627263 0
[pid=938/tid=940] ppid=931 vsize=10659088 memory=481164 CPUtime=1.07 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) S 931 938 877 0 -1 1077944384 6154 0 0 0 103 4 0 0 20 0 15 0 43340879 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855513728448 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10659088 memory=14 CPUtime=0.37 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) R 931 938 877 0 -1 4202560 356 0 0 0 31 6 0 0 20 0 15 0 43340880 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855116298736 139855502152423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10659088 memory=17 CPUtime=0.37 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) R 931 938 877 0 -1 4202560 421 0 0 0 31 6 0 0 20 0 15 0 43340880 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855115246248 139855502152423 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10659088 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) R 931 938 877 0 -1 4202560 459 0 0 0 29 6 0 0 20 0 15 0 43340880 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855114194064 139855491120172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) R 931 938 877 0 -1 4202560 425 0 0 0 31 6 0 0 20 0 15 0 43340880 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855113140848 139855502152423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 43340881 10914906112 142344 33554432000 4194304 4196468 140731283979152 139855001522656 139855509534421 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0

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

/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1324 0 0 0 85 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10725652 memory=989996 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 1002 0 0 0 86 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10725652 memory=55 CPUtime=0.35 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 1853 0 0 0 33 2 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855000470368 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 16 0 43340882 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854999417984 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10725652 memory=916 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10725652 memory=4104 CPUtime=1.68 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 9816 0 0 0 167 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10725652 memory=989996 CPUtime=1.52 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 7840 0 0 0 151 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10725652 memory=989996 CPUtime=0.43 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) S 931 938 877 0 -1 1077944384 5067 0 0 0 42 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854995209072 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10725652 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1931 0 0 0 68 63 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=977] ppid=931 vsize=10725652 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/938/task/977/stat : 977 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43341128 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854992048816 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 2330.29 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 989996 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/217 1050
/proc/meminfo: memFree=19883368/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10725652 memory=989996 CPUtime=2390.33 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 54482 0 0 0 238915 118 0 0 20 0 16 0 43340878 10983067648 247499 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2681413 247499 3188 1 0 2643904 0
[pid=938/tid=940] ppid=931 vsize=10725652 memory=989996 CPUtime=2380.94 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) R 931 938 877 0 -1 4202560 21337 0 0 0 238086 8 0 0 20 0 16 0 43340879 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855513763184 139855151456076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10725652 memory=989996 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1385 0 0 0 86 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10725652 memory=989996 CPUtime=1 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1427 0 0 0 87 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10725652 memory=989996 CPUtime=0.98 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1324 0 0 0 85 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10725652 memory=989996 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 1002 0 0 0 86 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10725652 memory=989996 CPUtime=0.35 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 1853 0 0 0 33 2 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855000470368 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 16 0 43340882 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854999417984 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10725652 memory=989996 CPUtime=1.68 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 9816 0 0 0 167 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10725652 memory=989996 CPUtime=1.52 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 7840 0 0 0 151 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10725652 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) S 931 938 877 0 -1 1077944384 5067 0 0 0 42 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854995209072 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10725652 memory=989996 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10725652 memory=4140 CPUtime=1.35 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1935 0 0 0 70 65 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=977] ppid=931 vsize=10725652 memory=14768 CPUtime=0 cores=0,2,4,6
/proc/938/task/977/stat : 977 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43341128 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854992048816 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 2390.33 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 989996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392 s]*
/proc/loadavg: 2.01 2.01 1.97 3/217 1220
/proc/meminfo: memFree=22211456/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10725652 memory=989996 CPUtime=2400.05 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 54629 0 0 0 239886 119 0 0 20 0 16 0 43340878 10983067648 247499 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2681413 247499 3188 1 0 2643904 0
[pid=938/tid=940] ppid=931 vsize=10725652 memory=1399051139730258233 CPUtime=2390.65 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) R 931 938 877 0 -1 4202560 21434 0 0 0 239057 8 0 0 20 0 16 0 43340879 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855513763184 139855151636134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10725652 memory=4126316290023845779 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1385 0 0 0 86 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10725652 memory=989996 CPUtime=1 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1427 0 0 0 87 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10725652 memory=644 CPUtime=0.98 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1324 0 0 0 85 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10725652 memory=1788 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 1002 0 0 0 86 13 0 0 20 0 16 0 43340880 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10725652 memory=952 CPUtime=0.35 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 1859 0 0 0 33 2 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10725652 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 43340881 10983067648 247499 33554432000 4194304 4196468 140731283979152 139855000470368 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10725652 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 16 0 43340882 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854999417984 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10725652 memory=358612 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10725652 memory=1240 CPUtime=1.68 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 9822 0 0 0 167 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10725652 memory=2340 CPUtime=1.52 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 7844 0 0 0 151 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10725652 memory=1568 CPUtime=0.43 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) S 931 938 877 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854995209072 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10725652 memory=928 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10725652 memory=2240 CPUtime=1.36 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1965 0 0 0 71 65 0 0 20 0 16 0 43340884 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=977] ppid=931 vsize=10725652 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/938/task/977/stat : 977 (java) S 931 938 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43341128 10983067648 247499 33554432000 4194304 4196468 140731283979152 139854992048816 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 989996 KiB

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

[startup+2392.26 s]
# the end of solver process 938 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.91 s, system=1.19922 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2392.2 s]
/proc/loadavg: 2.01 2.01 1.97 3/217 1220
/proc/meminfo: memFree=22211456/32770624 swapFree=67108860/67108860
[pid=938] ppid=931 vsize=10925344 memory=990244 CPUtime=2400.06 cores=0,2,4,6
/proc/938/stat : 938 (java) S 931 938 877 0 -1 1077944320 55177 0 0 0 239887 119 0 0 20 0 17 0 43340878 11187552256 247561 33554432000 4194304 4196468 140731283979152 140731283961696 139855509524215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
/proc/938/statm: 2731336 247561 3190 1 0 2693827 0
[pid=938/tid=940] ppid=931 vsize=10925344 memory=290763896594366775 CPUtime=2390.66 cores=0,2,4,6
/proc/938/task/940/stat : 940 (java) S 931 938 877 0 -1 1077944384 21546 0 0 0 239058 8 0 0 20 0 17 0 43340879 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855513767088 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=942] ppid=931 vsize=10925344 memory=16106952816067944 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/942/stat : 942 (java) S 931 938 877 0 -1 1077944384 1385 0 0 0 86 13 0 0 20 0 17 0 43340880 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855116299152 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=943] ppid=931 vsize=10925344 memory=1228 CPUtime=1 cores=0,2,4,6
/proc/938/task/943/stat : 943 (java) S 931 938 877 0 -1 1077944384 1427 0 0 0 87 13 0 0 20 0 17 0 43340880 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855115246352 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=944] ppid=931 vsize=10925344 memory=1428 CPUtime=0.98 cores=0,2,4,6
/proc/938/task/944/stat : 944 (java) S 931 938 877 0 -1 1077944384 1324 0 0 0 85 13 0 0 20 0 17 0 43340880 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855114194064 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=945] ppid=931 vsize=10925344 memory=1196 CPUtime=0.99 cores=0,2,4,6
/proc/938/task/945/stat : 945 (java) S 931 938 877 0 -1 1077944384 1002 0 0 0 86 13 0 0 20 0 17 0 43340880 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855113141264 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=952] ppid=931 vsize=10925344 memory=5300 CPUtime=0.35 cores=0,2,4,6
/proc/938/task/952/stat : 952 (java) S 931 938 877 0 -1 1077944384 1859 0 0 0 33 2 0 0 20 0 17 0 43340881 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855001524336 139855509535362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=958] ppid=931 vsize=10925344 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/938/task/958/stat : 958 (java) S 931 938 877 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 43340881 11187552256 247561 33554432000 4194304 4196468 140731283979152 139855000470368 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=959] ppid=931 vsize=10925344 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/938/task/959/stat : 959 (java) S 931 938 877 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 43340882 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854999417984 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=963] ppid=931 vsize=10925344 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/938/task/963/stat : 963 (java) S 931 938 877 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854998366288 139855509542811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=965] ppid=931 vsize=10925344 memory=792 CPUtime=1.68 cores=0,2,4,6
/proc/938/task/965/stat : 965 (java) S 931 938 877 0 -1 1077944384 9822 0 0 0 167 1 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854997314160 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=966] ppid=931 vsize=10925344 memory=1716 CPUtime=1.52 cores=0,2,4,6
/proc/938/task/966/stat : 966 (java) S 931 938 877 0 -1 1077944384 7844 0 0 0 151 1 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854996261360 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=967] ppid=931 vsize=10925344 memory=1952 CPUtime=0.43 cores=0,2,4,6
/proc/938/task/967/stat : 967 (java) S 931 938 877 0 -1 1077944384 5142 0 0 0 42 1 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854995209072 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=968] ppid=931 vsize=10925344 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/938/task/968/stat : 968 (java) S 931 938 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854994156512 139855509534421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
[pid=938/tid=969] ppid=931 vsize=10925344 memory=2200 CPUtime=1.36 cores=0,2,4,6
/proc/938/task/969/stat : 969 (java) S 931 938 877 0 -1 1077944384 1965 0 0 0 71 65 0 0 20 0 17 0 43340884 11187552256 247561 33554432000 4194304 4196468 140731283979152 139854993103280 139855509535362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22085632 140731283985521 140731283985673 140731283985673 140731283988431 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 990244 KiB

Child status: 143
Real time (s): 2392.26
CPU time (s): 2400.11
CPU user time (s): 2398.91
CPU system time (s): 1.19922
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.91
system time used= 1.19922
maximum resident set size= 990468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54358
involuntary context switches= 1777


# summary of solver processes directly reported to runsolver:
#   pid: 938
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2398.91
#   total CPU system time (s): 1.19922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2349 second user time and 21.9008 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 13:09:37
IDJOB=4291693
IDBENCH=141145
IDSOLVER=2742
FILE ID=node103/4291693-1532257777
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56876 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay100_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291693-1532257777/watcher-4291693-1532257777 -o /tmp/evaluation-result-4291693-1532257777/solver-4291693-1532257777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291693-1532257777.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1374745709

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        23544304 kB
MemAvailable:   31939692 kB
Buffers:          232796 kB
Cached:          8366832 kB
SwapCached:            0 kB
Active:          1379020 kB
Inactive:        7273088 kB
Active(anon):      55184 kB
Inactive(anon):    16976 kB
Active(file):    1323836 kB
Inactive(file):  7256112 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:         59376 kB
Mapped:            35472 kB
Shmem:             17036 kB
Slab:             271396 kB
SReclaimable:     243900 kB
SUnreclaim:        27496 kB
KernelStack:        3168 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 13:49:29