Trace number 4263661

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-CSP 2017-07-05? (TO) 2520.1699 2462.5801

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesN/
StripPacking-N1c.xml
MD5SUM19f4dcf35e46defaa68e633424c84ce1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

38.77/14.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
38.77/14.75	c This is free software under the dual EPL/GNU LGPL licenses.
38.77/14.75	c See www.sat4j.org for details.
38.77/14.75	c That software uses the Rhino library from the Mozilla project.
38.77/14.75	c version CUSTOM.v20170705
38.77/14.75	c java.runtime.name	Java(TM) SE Runtime Environment
38.77/14.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
38.77/14.75	c java.vm.version	25.131-b11
38.77/14.75	c java.vm.vendor	Oracle Corporation
38.77/14.75	c sun.arch.data.model	64
38.77/14.75	c java.version		1.8.0_131
38.77/14.75	c os.name		Linux
38.77/14.75	c os.version		3.10.0-514.16.1.el7.x86_64
38.77/14.75	c os.arch		amd64
38.77/14.75	c Free memory 		499604488
38.77/14.75	c Max memory 		7247757312
38.77/14.75	c Total memory 		504889344
38.77/14.75	c Number of processors 	4
38.77/14.75	c c --- Begin Solver configuration ---
38.77/14.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
38.77/14.75	c Learn all clauses as in MiniSAT
38.77/14.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
38.77/14.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
38.77/14.75	c No reason simplification
38.77/14.75	c Glucose 2.1 dynamic restart strategy
38.77/14.75	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
38.77/14.75	c timeout=2147483s
38.77/14.75	c DB Simplification allowed=false
38.77/14.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
38.77/14.75	c --- End Solver configuration ---
38.77/14.75	c constraints type 
38.77/14.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
38.77/14.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9354
38.77/14.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26032252
38.77/14.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 374
38.77/14.75	c 26042150 constraints processed.
2520.08/2462.50	c starts		: 24490
2520.08/2462.50	c conflicts		: 4125816
2520.08/2462.50	c decisions		: 101975798
2520.08/2462.50	c propagations		: 1180342423
2520.08/2462.50	c inspects		: 37087623001
2520.08/2462.50	c shortcuts		: 0
2520.08/2462.50	c learnt literals	: 1052
2520.08/2462.50	c learnt binary clauses	: 7055
2520.08/2462.50	c learnt ternary clauses	: 17264
2520.08/2462.50	c learnt constraints	: 4124764
2520.08/2462.50	c ignored constraints	: 0
2520.08/2462.50	c root simplifications	: 0
2520.08/2462.50	c removed literals (reason simplification)	: 0
2520.08/2462.50	c reason swapping (by a shorter reason)	: 0
2520.08/2462.50	c Calls to reduceDB	: 86
2520.08/2462.50	c Number of update (reduction) of LBD	: 3395087
2520.08/2462.50	c Imported unit clauses	: 0
2520.08/2462.50	c number of reductions to clauses (during analyze)	: 0
2520.08/2462.50	c number of learned constraints concerned by reduction	: 0
2520.08/2462.50	c number of learning phase by resolution	: 0
2520.08/2462.50	c number of learning phase by cutting planes	: 0
2520.08/2462.50	c number of rounding to 1 operations	: 0
2520.08/2462.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.08/2462.50	c number of reductions of the coefficients by power 2 	: 0
2520.08/2462.50	c number of right shift for reduction by power 2 	: 0
2520.08/2462.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.08/2462.50	c speed (assignments/second)	: 482220.19344493357
2520.08/2462.50	c non guided choices	8383983
2520.08/2462.54	c learnt constraints type 
2520.08/2462.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7055
2520.08/2462.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178376
2520.08/2462.54	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 (7364 MiB free)
  memory of node 1: 16384 MiB (15509 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263661-1502611224/watcher-4263661-1502611224 -o /tmp/evaluation-result-4263661-1502611224/solver-4263661-1502611224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263661-1502611224.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=20359, runsolver pid=20356

[startup+0.100083 s]*
/proc/loadavg: 4.94 4.10 3.00 5/200 20360
/proc/meminfo: memFree=23422292/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=103032 memory=4884 CPUtime=0 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 1482 0 0 0 0 0 0 0 20 0 2 0 160775193 105504768 1221 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 0 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 25758 1221 902 1 0 16800 0
[pid=20359/tid=20361] ppid=20356 vsize=105164 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) R 20356 20359 7084 0 -1 4202560 277 0 0 0 0 0 0 0 20 0 2 0 160775204 107687936 1309 18446744073709551615 4194304 4196468 140732352392224 140164252351864 140164248139005 0 0 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 103032 KiB
Current children cumulated memory: 4884 KiB

[startup+0.209599 s]*
/proc/loadavg: 4.94 4.10 3.00 6/214 20374
/proc/meminfo: memFree=23409108/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10551156 memory=25716 CPUtime=0.06 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 4941 0 0 0 6 0 0 0 20 0 15 0 160775193 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2637789 6429 2613 1 0 2627261 0
[pid=20359/tid=20361] ppid=20356 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) R 20356 20359 7084 0 -1 4202560 3039 0 0 0 5 0 0 0 20 0 15 0 160775204 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140164252342672 140164248138909 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10551156 memory=288370049370232448 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10551156 memory=139673218520704 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160775206 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160775207 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163744007584 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160775207 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163742954992 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10551156 memory=139673218520704 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10551156 memory=139673218520704 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775214 10804383744 6429 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25716 KiB

[startup+0.310467 s]*
/proc/loadavg: 4.94 4.10 3.00 6/214 20374
/proc/meminfo: memFree=23397060/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10551156 memory=35772 CPUtime=0.22 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 8238 0 0 0 20 2 0 0 20 0 15 0 160775193 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2637789 8943 2862 1 0 2627261 0
[pid=20359/tid=20361] ppid=20356 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) R 20356 20359 7084 0 -1 4202560 5903 0 0 0 14 2 0 0 20 0 15 0 160775204 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140164252328816 140164232197470 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160775205 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160775206 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160775207 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163744007584 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160775207 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163742954992 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 160775209 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10551156 memory=139673218520704 CPUtime=0.03 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 385 0 0 0 3 0 0 0 20 0 15 0 160775209 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10551156 memory=139673218520704 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775214 10804383744 8943 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35772 KiB

[startup+0.701488 s]
/proc/loadavg: 4.94 4.10 3.00 6/214 20374
/proc/meminfo: memFree=23376984/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10551232 memory=120776 CPUtime=1.23 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 12156 0 0 0 118 5 0 0 20 0 15 0 160775193 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2637808 30194 3053 1 0 2627261 0
[pid=20359/tid=20361] ppid=20356 vsize=10551232 memory=240 CPUtime=0.54 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) R 20356 20359 7084 0 -1 4202560 7525 0 0 0 50 4 0 0 20 0 15 0 160775204 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140164252349888 140163861371861 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10551232 memory=208 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10551232 memory=5 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10551232 memory=2114 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775205 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10551232 memory=527 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160775205 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10551232 memory=6101 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 160775206 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10551232 memory=55 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160775207 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163744007584 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10551232 memory=489 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160775207 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163742954992 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10551232 memory=1032 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) R 20356 20359 7084 0 -1 4202560 1279 0 0 0 23 0 0 0 20 0 15 0 160775209 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163740831264 140164228869188 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10551232 memory=710 CPUtime=0.22 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) R 20356 20359 7084 0 -1 4202560 663 0 0 0 22 0 0 0 20 0 15 0 160775209 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163739797424 140164231602921 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10551232 memory=1196 CPUtime=0.22 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 1319 0 0 0 22 0 0 0 20 0 15 0 160775209 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10551232 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10551232 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775214 10804461568 30194 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 120776 KiB

[startup+1.50149 s]
/proc/loadavg: 4.94 4.10 3.00 10/214 20374
/proc/meminfo: memFree=23169884/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10551232 memory=550932 CPUtime=3.06 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 13297 0 0 0 266 40 0 0 20 0 15 0 160775193 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2637808 137733 3083 1 0 2627261 0
[pid=20359/tid=20361] ppid=20356 vsize=10551232 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) S 20356 20359 7084 0 -1 1077944384 7617 0 0 0 96 6 0 0 20 0 15 0 160775204 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140164252352640 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10551232 memory=288230600312364841 CPUtime=0.29 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) R 20356 20359 7084 0 -1 4202560 189 0 0 0 21 8 0 0 20 0 15 0 160775205 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140164178536920 140164241219969 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10551232 memory=14974455839480150 CPUtime=0.3 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) R 20356 20359 7084 0 -1 4202560 213 0 0 0 22 8 0 0 20 0 15 0 160775205 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164233141038 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) R 20356 20359 7084 0 -1 4202560 190 0 0 0 22 8 0 0 20 0 15 0 160775205 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163857504984 140164233144402 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) R 20356 20359 7084 0 -1 4202560 217 0 0 0 23 7 0 0 20 0 15 0 160775205 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163856452440 140164227312138 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 160775206 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163745059872 140164248127189 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 160775207 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163744007584 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10551232 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 160775207 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163742954992 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10551232 memory=8322388 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10551232 memory=1152 CPUtime=0.28 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 1290 0 0 0 28 0 0 0 20 0 15 0 160775209 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10551232 memory=2376 CPUtime=0.26 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 793 0 0 0 26 0 0 0 20 0 15 0 160775209 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 1342 0 0 0 23 0 0 0 20 0 15 0 160775209 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10551232 memory=6297273973038995813 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160775209 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10551232 memory=-7019007802211101846 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160775214 10804461568 137733 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 550932 KiB

[startup+3.11016 s]
/proc/loadavg: 4.94 4.10 3.00 6/214 20374
/proc/meminfo: memFree=22652568/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10551232 memory=822432 CPUtime=6.8 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 15381 0 0 0 617 63 0 0 20 0 15 0 160775193 10804461568 205608 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2637808 205608 3098 1 0 2627261 0

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

/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 18451 0 0 0 1685 100 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10617796 memory=5256496 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 13780 0 0 0 1683 102 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10617796 memory=5256496 CPUtime=17.89 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 10281 0 0 0 1687 102 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10617796 memory=5256496 CPUtime=6.02 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 15726 0 0 0 598 4 0 0 20 0 16 0 160775206 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 160775207 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163744007648 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 160775207 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163742955008 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10617796 memory=5256496 CPUtime=1.12 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 6163 0 0 0 111 1 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10617796 memory=4156 CPUtime=1.59 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 9916 0 0 0 157 2 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10617796 memory=-8774313645642428999 CPUtime=0.35 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 3587 0 0 0 34 1 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10617796 memory=5256496 CPUtime=1.45 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 2259 0 0 0 66 79 0 0 20 0 16 0 160775214 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20375] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20375/stat : 20375 (java) S 20356 20359 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 160776672 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163735586096 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 2500.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5256496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.3 s]
/proc/loadavg: 2.03 2.16 2.29 3/214 20736
/proc/meminfo: memFree=23113904/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10617796 memory=5256496 CPUtime=2520.06 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 271708 0 0 0 251504 502 0 0 20 0 16 0 160775193 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2654449 1314124 3138 1 0 2643902 0
[pid=20359/tid=20361] ppid=20356 vsize=10617796 memory=5256496 CPUtime=2438.1 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) R 20356 20359 7084 0 -1 4202560 177596 0 0 0 243780 30 0 0 20 0 16 0 160775204 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140164252355936 140163862341411 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10617796 memory=5768 CPUtime=17.75 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 12485 0 0 0 1683 92 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10617796 memory=174951197875996 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 18451 0 0 0 1685 100 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10617796 memory=5256496 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 13780 0 0 0 1683 102 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10617796 memory=5256496 CPUtime=17.89 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 10281 0 0 0 1687 102 0 0 20 0 16 0 160775205 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10617796 memory=3472328296227679313 CPUtime=6.02 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 15726 0 0 0 598 4 0 0 20 0 16 0 160775206 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10617796 memory=279346151284800 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 160775207 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163744007648 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 160775207 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163742955008 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10617796 memory=39108 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10617796 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 6163 0 0 0 111 1 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10617796 memory=0 CPUtime=1.59 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 9916 0 0 0 157 2 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10617796 memory=4156 CPUtime=0.35 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 3587 0 0 0 34 1 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10617796 memory=67684 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160775209 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10617796 memory=5256496 CPUtime=1.47 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 2261 0 0 0 67 80 0 0 20 0 16 0 160775214 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20375] ppid=20356 vsize=10617796 memory=5256496 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20375/stat : 20375 (java) S 20356 20359 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 160776672 10872623104 1314124 18446744073709551615 4194304 4196468 140732352392224 140163735586096 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5256496 KiB

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

[startup+2462.58 s]
# the end of solver process 20359 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.11 s, system=5.06248 s

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

[startup+2462.41 s]
/proc/loadavg: 2.03 2.16 2.29 3/214 20736
/proc/meminfo: memFree=23113904/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10817488 memory=5256848 CPUtime=2520.08 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 272549 0 0 0 251505 503 0 0 20 0 17 0 160775193 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2704372 1314212 3141 1 0 2693825 0
[pid=20359/tid=20361] ppid=20356 vsize=10817488 memory=12320 CPUtime=2438.11 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) S 20356 20359 7084 0 -1 1077944384 177677 0 0 0 243781 30 0 0 20 0 17 0 160775204 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140164252359856 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10817488 memory=1196 CPUtime=17.75 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 12485 0 0 0 1683 92 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10817488 memory=5768 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 18451 0 0 0 1685 100 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10817488 memory=2008 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 13780 0 0 0 1683 102 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10817488 memory=11364 CPUtime=17.89 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 10281 0 0 0 1687 102 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10817488 memory=1224 CPUtime=6.02 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 15765 0 0 0 598 4 0 0 20 0 17 0 160775206 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10817488 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 160775207 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163744007648 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10817488 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 160775207 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163742955008 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10817488 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10817488 memory=988 CPUtime=1.12 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 6163 0 0 0 111 1 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10817488 memory=-8774313645642428999 CPUtime=1.59 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 9916 0 0 0 157 2 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10817488 memory=2460 CPUtime=0.35 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 3676 0 0 0 34 1 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10817488 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10817488 memory=796 CPUtime=1.47 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 2261 0 0 0 67 80 0 0 20 0 17 0 160775214 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5256848 KiB

[startup+2462.5 s]
/proc/loadavg: 2.03 2.16 2.29 3/214 20736
/proc/meminfo: memFree=23113904/32770624 swapFree=67108776/67108860
[pid=20359] ppid=20356 vsize=10817488 memory=5256848 CPUtime=2520.08 cores=1,3,5,7
/proc/20359/stat : 20359 (java) S 20356 20359 7084 0 -1 1077944320 272549 0 0 0 251505 503 0 0 20 0 17 0 160775193 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140732352374768 140164248116983 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
/proc/20359/statm: 2704372 1314212 3141 1 0 2693825 0
[pid=20359/tid=20361] ppid=20356 vsize=10817488 memory=5256496 CPUtime=2438.11 cores=1,3,5,7
/proc/20359/task/20361/stat : 20361 (java) S 20356 20359 7084 0 -1 1077944384 177677 0 0 0 243781 30 0 0 20 0 17 0 160775204 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140164252359856 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20362] ppid=20356 vsize=10817488 memory=5768 CPUtime=17.75 cores=1,3,5,7
/proc/20359/task/20362/stat : 20362 (java) S 20356 20359 7084 0 -1 1077944384 12485 0 0 0 1683 92 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140164178536720 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20363] ppid=20356 vsize=10817488 memory=174951197875996 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20363/stat : 20363 (java) S 20356 20359 7084 0 -1 1077944384 18451 0 0 0 1685 100 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163858557328 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20364] ppid=20356 vsize=10817488 memory=3472328296227679313 CPUtime=17.85 cores=1,3,5,7
/proc/20359/task/20364/stat : 20364 (java) S 20356 20359 7084 0 -1 1077944384 13780 0 0 0 1683 102 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163857504784 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20365] ppid=20356 vsize=10817488 memory=279346151284800 CPUtime=17.89 cores=1,3,5,7
/proc/20359/task/20365/stat : 20365 (java) S 20356 20359 7084 0 -1 1077944384 10281 0 0 0 1687 102 0 0 20 0 17 0 160775205 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163856452240 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20366] ppid=20356 vsize=10817488 memory=-8774313645642428999 CPUtime=6.02 cores=1,3,5,7
/proc/20359/task/20366/stat : 20366 (java) S 20356 20359 7084 0 -1 1077944384 15765 0 0 0 598 4 0 0 20 0 17 0 160775206 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163745061360 140164248128130 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20367] ppid=20356 vsize=10817488 memory=39108 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20367/stat : 20367 (java) S 20356 20359 7084 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 160775207 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163744007648 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20368] ppid=20356 vsize=10817488 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20368/stat : 20368 (java) S 20356 20359 7084 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 160775207 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163742955008 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20369] ppid=20356 vsize=10817488 memory=67684 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20369/stat : 20369 (java) S 20356 20359 7084 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163741903568 140164248135579 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20370] ppid=20356 vsize=10817488 memory=5256496 CPUtime=1.12 cores=1,3,5,7
/proc/20359/task/20370/stat : 20370 (java) S 20356 20359 7084 0 -1 1077944384 6163 0 0 0 111 1 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163740850160 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20371] ppid=20356 vsize=10817488 memory=5256496 CPUtime=1.59 cores=1,3,5,7
/proc/20359/task/20371/stat : 20371 (java) S 20356 20359 7084 0 -1 1077944384 9916 0 0 0 157 2 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163739797616 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20372] ppid=20356 vsize=10817488 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/20359/task/20372/stat : 20372 (java) S 20356 20359 7084 0 -1 1077944384 3676 0 0 0 34 1 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163738745072 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20373] ppid=20356 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20359/task/20373/stat : 20373 (java) S 20356 20359 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160775209 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163737692768 140164248127189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
[pid=20359/tid=20374] ppid=20356 vsize=10817488 memory=5256496 CPUtime=1.47 cores=1,3,5,7
/proc/20359/task/20374/stat : 20374 (java) S 20356 20359 7084 0 -1 1077944384 2261 0 0 0 67 80 0 0 20 0 17 0 160775214 11077107712 1314212 18446744073709551615 4194304 4196468 140732352392224 140163736640304 140164248128130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140732352397712 140732352397865 140732352397865 140732352401359 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5256848 KiB

Child status: 143
Real time (s): 2462.58
CPU time (s): 2520.17
CPU user time (s): 2515.11
CPU system time (s): 5.06248
CPU usage (%): 102.339
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5256848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.11
system time used= 5.06248
maximum resident set size= 5257000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56446
involuntary context switches= 1662


# summary of solver processes directly reported to runsolver:
#   pid: 20359
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2515.11
#   total CPU system time (s): 5.06248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3336 second user time and 24.6887 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 09:45:59
IDJOB=4263661
IDBENCH=120419
IDSOLVER=2651
FILE ID=node132/4263661-1502611224
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N1c.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263661-1502611224/watcher-4263661-1502611224 -o /tmp/evaluation-result-4263661-1502611224/solver-4263661-1502611224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263661-1502611224.xml

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

MD5SUM BENCH= 19f4dcf35e46defaa68e633424c84ce1
RANDOM SEED=1973866779

node132.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.74
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.74
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.74
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.74
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:        23422292 kB
MemAvailable:   23657580 kB
Buffers:          220800 kB
Cached:           339008 kB
SwapCached:           84 kB
Active:          8786584 kB
Inactive:         141332 kB
Active(anon):    8315840 kB
Inactive(anon):   102028 kB
Active(file):     470744 kB
Inactive(file):    39304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1744 kB
Writeback:             4 kB
AnonPages:       8368084 kB
Mapped:            75656 kB
Shmem:             49768 kB
Slab:             109260 kB
SReclaimable:      82152 kB
SUnreclaim:        27108 kB
KernelStack:        3472 kB
PageTables:        21248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7757824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 10:27:02