Trace number 4257907

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 2017-07-05? (TO) 247.522 240.243

General information on the benchmark

NameBinPacking/BinPacking-sum-sw100/
BinPacking-sum-sw100-11.xml
MD5SUMc58f2fe5ede8c4d6ff77ee35850bdc3a
Bench CategoryCOP (optimization 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 variables109
Number of constraints39
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":90},{"degree":5,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":36},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":18},{"type":"lex","count":1},{"type":"sum","count":18},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

4.33/1.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.33/1.75	c This is free software under the dual EPL/GNU LGPL licenses.
4.33/1.75	c See www.sat4j.org for details.
4.33/1.75	c That software uses the Rhino library from the Mozilla project.
4.33/1.75	c version CUSTOM.v20170705
4.33/1.75	c java.runtime.name	Java(TM) SE Runtime Environment
4.33/1.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.33/1.75	c java.vm.version	25.131-b11
4.33/1.75	c java.vm.vendor	Oracle Corporation
4.33/1.75	c sun.arch.data.model	64
4.33/1.75	c java.version		1.8.0_131
4.33/1.75	c os.name		Linux
4.33/1.75	c os.version		3.10.0-514.16.1.el7.x86_64
4.33/1.75	c os.arch		amd64
4.33/1.75	c Free memory 		499604488
4.33/1.75	c Max memory 		7247757312
4.33/1.75	c Total memory 		504889344
4.33/1.75	c Number of processors 	4
4.33/1.75	c c --- Begin Solver configuration ---
4.33/1.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.33/1.75	c Learn all clauses as in MiniSAT
4.33/1.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.33/1.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.33/1.75	c No reason simplification
4.33/1.75	c Glucose 2.1 dynamic restart strategy
4.33/1.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
4.33/1.75	c timeout=2147483s
4.33/1.75	c DB Simplification allowed=false
4.33/1.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.33/1.75	c --- End Solver configuration ---
4.33/1.75	c constraints type 
4.33/1.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 218
4.33/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 260506
4.33/1.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2649221
4.33/1.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 344
4.33/1.75	c 2910289 constraints processed.
247.47/240.20	c starts		: 6556
247.47/240.20	c conflicts		: 1934675
247.47/240.20	c decisions		: 15789275
247.47/240.20	c propagations		: 466918204
247.47/240.20	c inspects		: 2547593390
247.47/240.20	c shortcuts		: 0
247.47/240.20	c learnt literals	: 110
247.47/240.20	c learnt binary clauses	: 1382
247.47/240.20	c learnt ternary clauses	: 3209
247.47/240.20	c learnt constraints	: 1934565
247.47/240.20	c ignored constraints	: 0
247.47/240.20	c root simplifications	: 0
247.47/240.20	c removed literals (reason simplification)	: 0
247.47/240.20	c reason swapping (by a shorter reason)	: 0
247.47/240.20	c Calls to reduceDB	: 57
247.47/240.20	c Number of update (reduction) of LBD	: 1604843
247.47/240.20	c Imported unit clauses	: 0
247.47/240.20	c number of reductions to clauses (during analyze)	: 0
247.47/240.20	c number of learned constraints concerned by reduction	: 0
247.47/240.20	c number of learning phase by resolution	: 0
247.47/240.20	c number of learning phase by cutting planes	: 0
247.47/240.20	c number of rounding to 1 operations	: 0
247.47/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
247.47/240.20	c number of reductions of the coefficients by power 2 	: 0
247.47/240.20	c number of right shift for reduction by power 2 	: 0
247.47/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
247.47/240.20	c speed (assignments/second)	: 1958368.7914705859
247.47/240.20	c non guided choices	1822758
247.47/240.23	c learnt constraints type 
247.47/240.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1382
247.47/240.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112740
247.47/240.23	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257907-1501657227/watcher-4257907-1501657227 -o /tmp/evaluation-result-4257907-1501657227/solver-4257907-1501657227 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257907-1501657227.xml 

pid=512
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 5.08 4.42 3.97 7/198 515
/proc/meminfo: memFree=24540244/32770624 swapFree=0/269860
[pid=515] ppid=512 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/515/stat : 515 (runsolver) D 512 515 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 65376171 24240128 108 18446744073709551615 4194304 4338465 140735266848064 140735266845704 140379708228311 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 23896064 140735266852998 140735266853445 140735266853445 140735266856906 0
/proc/515/statm: 5918 108 54 36 0 2156 0

[startup+0.100111 s]
/proc/loadavg: 5.08 4.42 3.97 7/198 515
/proc/meminfo: memFree=24540244/32770624 swapFree=0/269860
[pid=515] ppid=512 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 3918 0 0 0 3 0 0 0 20 0 9 0 65376171 10395312128 5048 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2537918 5048 2146 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200286 s]
/proc/loadavg: 5.08 4.42 3.97 7/198 515
/proc/meminfo: memFree=24540244/32770624 swapFree=0/269860
[pid=515] ppid=512 vsize=10551156 CPUtime=0.09 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 4865 0 0 0 8 1 0 0 20 0 15 0 65376171 10804383744 6890 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2637789 6890 2735 1 0 2627269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300299 s]
/proc/loadavg: 5.08 4.42 3.97 7/198 515
/proc/meminfo: memFree=24540244/32770624 swapFree=0/269860
[pid=515] ppid=512 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 7950 0 0 0 21 2 0 0 20 0 15 0 65376171 10804383744 9204 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2637789 9204 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700202 s]
/proc/loadavg: 5.08 4.42 3.97 7/198 515
/proc/meminfo: memFree=24540244/32770624 swapFree=0/269860
[pid=515] ppid=512 vsize=10551232 CPUtime=1.31 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 12477 0 0 0 126 5 0 0 20 0 15 0 65376171 10804461568 38340 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2637808 38340 3048 1 0 2627269 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10551232

[startup+1.50721 s]
/proc/loadavg: 5.08 4.42 3.97 9/213 531
/proc/meminfo: memFree=24232360/32770624 swapFree=0/269856
[pid=515] ppid=512 vsize=10551232 CPUtime=3.62 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 17841 0 0 0 335 27 0 0 20 0 15 0 65376171 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2637808 114934 3089 1 0 2627269 0
[pid=515/tid=518] ppid=512 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) S 512 515 18930 0 -1 1077944384 7469 0 0 0 112 6 0 0 20 0 15 0 65376177 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139867103939168 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) R 512 515 18930 0 -1 4202560 136 0 0 0 14 4 0 0 20 0 15 0 65376177 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867081330838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) R 512 515 18930 0 -1 4202560 141 0 0 0 13 5 0 0 20 0 15 0 65376177 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139867029072984 139867084153294 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) R 512 515 18930 0 -1 4202560 155 0 0 0 12 4 0 0 20 0 15 0 65376177 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867084732948 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) R 512 515 18930 0 -1 4202560 170 0 0 0 12 4 0 0 20 0 15 0 65376177 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139867026967896 139867081331115 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 65376179 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866595598880 139867099715285 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65376179 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866594546592 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65376179 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866593494000 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65376182 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10551232 CPUtime=0.73 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) R 512 515 18930 0 -1 4202560 3766 0 0 0 73 0 0 0 20 0 15 0 65376182 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866591371208 139867083115974 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10551232 CPUtime=0.7 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) R 512 515 18930 0 -1 4202560 2929 0 0 0 70 0 0 0 20 0 15 0 65376182 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866590323672 139867078951861 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 1633 0 0 0 25 0 0 0 20 0 15 0 65376182 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65376182 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65376189 10804461568 114934 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10551232

[startup+3.10064 s]
/proc/loadavg: 5.08 4.42 3.97 3/214 532
/proc/meminfo: memFree=23978452/32770624 swapFree=0/269856
[pid=515] ppid=512 vsize=10617796 CPUtime=7.1 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 23997 0 0 0 675 35 0 0 20 0 16 0 65376171 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 142332 3108 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=2.63 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 8062 0 0 0 257 6 0 0 20 0 16 0 65376177 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139867103930368 139866705082937 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 189 0 0 0 24 6 0 0 20 0 16 0 65376177 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 181 0 0 0 22 6 0 0 20 0 16 0 65376177 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 190 0 0 0 19 6 0 0 20 0 16 0 65376177 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=0.27 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 223 0 0 0 21 6 0 0 20 0 16 0 65376177 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866594546592 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866593494000 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 5325 0 0 0 145 1 0 0 20 0 16 0 65376182 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10617796 CPUtime=1.5 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 6370 0 0 0 150 0 0 0 20 0 16 0 65376182 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 1860 0 0 0 33 0 0 0 20 0 16 0 65376182 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 65376189 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=532] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/532/stat : 532 (java) S 512 515 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65376350 10872623104 142332 18446744073709551615 4194304 4196468 140727968633152 139866586125104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 10617796

[startup+6.30065 s]
/proc/loadavg: 4.84 4.38 3.95 6/214 532
/proc/meminfo: memFree=23293564/32770624 swapFree=0/269868
[pid=515] ppid=512 vsize=10617796 CPUtime=10.65 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 27425 0 0 0 1030 35 0 0 20 0 16 0 65376171 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 142445 3108 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=5.83 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 8344 0 0 0 577 6 0 0 20 0 16 0 65376177 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139867103943848 139866704191308 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 189 0 0 0 24 6 0 0 20 0 16 0 65376177 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 181 0 0 0 22 6 0 0 20 0 16 0 65376177 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 190 0 0 0 19 6 0 0 20 0 16 0 65376177 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=0.27 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 223 0 0 0 21 6 0 0 20 0 16 0 65376177 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 461 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866594546592 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866593494000 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10617796 CPUtime=1.73 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 6978 0 0 0 172 1 0 0 20 0 16 0 65376182 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 6863 0 0 0 156 0 0 0 20 0 16 0 65376182 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 2036 0 0 0 34 0 0 0 20 0 16 0 65376182 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 582 0 0 0 0 0 0 0 20 0 16 0 65376189 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=532] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/532/stat : 532 (java) S 512 515 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65376350 10872623104 142445 18446744073709551615 4194304 4196468 140727968633152 139866586125104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 4.93 4.41 3.97 7/214 533
/proc/meminfo: memFree=22845988/32770624 swapFree=0/269872
[pid=515] ppid=512 vsize=10617796 CPUtime=17.07 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 28922 0 0 0 1671 36 0 0 20 0 16 0 65376171 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 142456 3108 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=12.24 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 9226 0 0 0 1217 7 0 0 20 0 16 0 65376177 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139867103941280 139866704356550 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 189 0 0 0 24 6 0 0 20 0 16 0 65376177 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 181 0 0 0 22 6 0 0 20 0 16 0 65376177 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 190 0 0 0 19 6 0 0 20 0 16 0 65376177 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=0.27 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 223 0 0 0 21 6 0 0 20 0 16 0 65376177 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 561 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 142456 18446744073709551615 4194304 4196468 140727968633152 139866594546592 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0

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

[startup+162.301 s]
/proc/loadavg: 2.46 3.68 3.77 3/214 639
/proc/meminfo: memFree=30477428/32770624 swapFree=0/269956
[pid=515] ppid=512 vsize=10617796 CPUtime=168.63 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 39655 0 0 0 16807 56 0 0 20 0 16 0 65376171 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 220639 3123 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=160.89 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 12972 0 0 0 16079 10 0 0 20 0 16 0 65376177 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139867103944152 139866700850274 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=0.92 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 468 0 0 0 83 9 0 0 20 0 16 0 65376177 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=0.89 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 601 0 0 0 80 9 0 0 20 0 16 0 65376177 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=0.85 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 727 0 0 0 76 9 0 0 20 0 16 0 65376177 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=0.88 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 1089 0 0 0 79 9 0 0 20 0 16 0 65376177 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 2889 0 0 0 32 0 0 0 20 0 16 0 65376179 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866594546656 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866593494016 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10617796 CPUtime=1.75 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 7996 0 0 0 174 1 0 0 20 0 16 0 65376182 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10617796 CPUtime=1.58 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 7974 0 0 0 158 0 0 0 20 0 16 0 65376182 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 2745 0 0 0 35 0 0 0 20 0 16 0 65376182 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 789 0 0 0 5 4 0 0 20 0 16 0 65376189 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=532] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/532/stat : 532 (java) S 512 515 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65376350 10872623104 220639 18446744073709551615 4194304 4196468 140727968633152 139866586125104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 168.63
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.13 3.36 3.65 3/215 644
/proc/meminfo: memFree=30268672/32770624 swapFree=0/269980
[pid=515] ppid=512 vsize=10617796 CPUtime=229.75 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 44672 0 0 0 22897 78 0 0 20 0 16 0 65376171 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 272027 3123 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=220.52 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 13126 0 0 0 22041 11 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867103941024 139866704356550 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=1.29 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 891 0 0 0 114 15 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=1.26 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 1076 0 0 0 112 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=1.22 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 1427 0 0 0 108 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=1.24 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 1470 0 0 0 110 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 5638 0 0 0 33 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866594546656 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866593494016 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10617796 CPUtime=1.75 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 7996 0 0 0 174 1 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10617796 CPUtime=1.59 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 8107 0 0 0 159 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 2745 0 0 0 35 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 791 0 0 0 5 6 0 0 20 0 16 0 65376189 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=532] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/532/stat : 532 (java) S 512 515 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65376350 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866586125104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 229.75
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.09 3.27 3.61 3/216 660
/proc/meminfo: memFree=30265160/32770624 swapFree=0/270016
[pid=515] ppid=512 vsize=10617796 CPUtime=247.46 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 44731 0 0 0 24667 79 0 0 20 0 16 0 65376171 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2654449 272027 3123 1 0 2643910 0
[pid=515/tid=518] ppid=512 vsize=10617796 CPUtime=238.21 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) R 512 515 18930 0 -1 4202560 13172 0 0 0 23810 11 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867103941800 139866700853328 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10617796 CPUtime=1.29 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 891 0 0 0 114 15 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10617796 CPUtime=1.26 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 1076 0 0 0 112 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10617796 CPUtime=1.22 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 1427 0 0 0 108 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10617796 CPUtime=1.24 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 1470 0 0 0 110 14 0 0 20 0 16 0 65376177 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 5638 0 0 0 33 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866594546656 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65376179 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866593494016 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10617796 CPUtime=1.75 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 7996 0 0 0 174 1 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10617796 CPUtime=1.59 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 8107 0 0 0 159 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 2758 0 0 0 35 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65376182 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 791 0 0 0 6 7 0 0 20 0 16 0 65376189 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=532] ppid=512 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/515/task/532/stat : 532 (java) S 512 515 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65376350 10872623104 272027 18446744073709551615 4194304 4196468 140727968633152 139866586125104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 247.46
Current children cumulated vsize (KiB) 10617796

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

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

[startup+240.201 s]
/proc/loadavg: 2.09 3.27 3.61 3/216 660
/proc/meminfo: memFree=30265160/32770624 swapFree=0/270016
[pid=515] ppid=512 vsize=10817488 CPUtime=247.47 cores=1,3,5,7
/proc/515/stat : 515 (java) S 512 515 18930 0 -1 1077944320 45018 0 0 0 24668 79 0 0 20 0 17 0 65376171 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 140727968615696 139867099705079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
/proc/515/statm: 2704372 272042 3126 1 0 2693833 0
[pid=515/tid=518] ppid=512 vsize=10817488 CPUtime=238.22 cores=1,3,5,7
/proc/515/task/518/stat : 518 (java) S 512 515 18930 0 -1 1077944384 13190 0 0 0 23811 11 0 0 20 0 17 0 65376177 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139867103947952 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=519] ppid=512 vsize=10817488 CPUtime=1.29 cores=1,3,5,7
/proc/515/task/519/stat : 519 (java) S 512 515 18930 0 -1 1077944384 891 0 0 0 114 15 0 0 20 0 17 0 65376177 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139867030125328 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=520] ppid=512 vsize=10817488 CPUtime=1.26 cores=1,3,5,7
/proc/515/task/520/stat : 520 (java) S 512 515 18930 0 -1 1077944384 1076 0 0 0 112 14 0 0 20 0 17 0 65376177 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139867029072784 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=521] ppid=512 vsize=10817488 CPUtime=1.22 cores=1,3,5,7
/proc/515/task/521/stat : 521 (java) S 512 515 18930 0 -1 1077944384 1427 0 0 0 108 14 0 0 20 0 17 0 65376177 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139867028020240 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=522] ppid=512 vsize=10817488 CPUtime=1.24 cores=1,3,5,7
/proc/515/task/522/stat : 522 (java) S 512 515 18930 0 -1 1077944384 1470 0 0 0 110 14 0 0 20 0 17 0 65376177 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139867026967696 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=523] ppid=512 vsize=10817488 CPUtime=0.33 cores=1,3,5,7
/proc/515/task/523/stat : 523 (java) S 512 515 18930 0 -1 1077944384 5638 0 0 0 33 0 0 0 20 0 17 0 65376179 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866595600368 139867099716226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=524] ppid=512 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/515/task/524/stat : 524 (java) S 512 515 18930 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65376179 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866594546656 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=525] ppid=512 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/515/task/525/stat : 525 (java) S 512 515 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65376179 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866593494016 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=526] ppid=512 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/515/task/526/stat : 526 (java) S 512 515 18930 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 65376182 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866592442576 139867099723675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=527] ppid=512 vsize=10817488 CPUtime=1.75 cores=1,3,5,7
/proc/515/task/527/stat : 527 (java) S 512 515 18930 0 -1 1077944384 7996 0 0 0 174 1 0 0 20 0 17 0 65376182 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866591390192 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=528] ppid=512 vsize=10817488 CPUtime=1.59 cores=1,3,5,7
/proc/515/task/528/stat : 528 (java) S 512 515 18930 0 -1 1077944384 8107 0 0 0 159 0 0 0 20 0 17 0 65376182 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866590337648 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=529] ppid=512 vsize=10817488 CPUtime=0.35 cores=1,3,5,7
/proc/515/task/529/stat : 529 (java) S 512 515 18930 0 -1 1077944384 2812 0 0 0 35 0 0 0 20 0 17 0 65376182 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866589285104 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=530] ppid=512 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/515/task/530/stat : 530 (java) S 512 515 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65376182 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866588232800 139867099715285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
[pid=515/tid=531] ppid=512 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/515/task/531/stat : 531 (java) S 512 515 18930 0 -1 1077944384 791 0 0 0 6 7 0 0 20 0 17 0 65376189 11077107712 272042 18446744073709551615 4194304 4196468 140727968633152 139866587179312 139867099716226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727968641457 140727968641610 140727968641610 140727968645071 0
Current children cumulated CPU time (s) 247.47
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.243
CPU time (s): 247.522
CPU user time (s): 246.721
CPU system time (s): 0.801334
CPU usage (%): 103.03
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.721
system time used= 0.801334
maximum resident set size= 1089312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7313
involuntary context switches= 350

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20099 second user time and 1.49981 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 08:46:09
IDJOB=4257907
IDBENCH=138136
IDSOLVER=2643
FILE ID=node132/4257907-1501657227
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-sw100/BinPacking-sum-sw100-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257907-1501657227/watcher-4257907-1501657227 -o /tmp/evaluation-result-4257907-1501657227/solver-4257907-1501657227 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257907-1501657227.xml

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

MD5SUM BENCH= c58f2fe5ede8c4d6ff77ee35850bdc3a
RANDOM SEED=881229088

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:        24540264 kB
MemAvailable:   24837420 kB
Buffers:          152916 kB
Cached:           438928 kB
SwapCached:            0 kB
Active:          7509088 kB
Inactive:         294304 kB
Active(anon):    7212368 kB
Inactive(anon):    24444 kB
Active(file):     296720 kB
Inactive(file):   269860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:       7211572 kB
Mapped:            50932 kB
Shmem:             25276 kB
Slab:             119280 kB
SReclaimable:      92824 kB
SUnreclaim:        26456 kB
KernelStack:        3504 kB
PageTables:        18956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7927792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7071744 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= 61876 MiB
End job on node132 at 2017-08-02 08:50:09