Trace number 4244053

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
R1: sat4j-CSP 2017-07-05? (TO) 2400.07 2370.36

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-9_X2.xml
MD5SUM1a2530643870bd226f8d107acaf48581
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 variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

3.18/1.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.18/1.07	c This is free software under the dual EPL/GNU LGPL licenses.
3.18/1.07	c See www.sat4j.org for details.
3.18/1.07	c That software uses the Rhino library from the Mozilla project.
3.18/1.07	c version CUSTOM.v20170705
3.18/1.07	c java.runtime.name	Java(TM) SE Runtime Environment
3.18/1.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.18/1.07	c java.vm.version	25.131-b11
3.18/1.07	c java.vm.vendor	Oracle Corporation
3.18/1.07	c sun.arch.data.model	64
3.18/1.07	c java.version		1.8.0_131
3.18/1.07	c os.name		Linux
3.18/1.07	c os.version		3.10.0-514.16.1.el7.x86_64
3.18/1.07	c os.arch		amd64
3.18/1.07	c Free memory 		499604488
3.18/1.07	c Max memory 		7247757312
3.18/1.07	c Total memory 		504889344
3.18/1.07	c Number of processors 	8
3.18/1.07	c c --- Begin Solver configuration ---
3.18/1.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.18/1.07	c Learn all clauses as in MiniSAT
3.18/1.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.18/1.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.18/1.07	c No reason simplification
3.18/1.07	c Glucose 2.1 dynamic restart strategy
3.18/1.07	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
3.18/1.07	c timeout=2147483s
3.18/1.07	c DB Simplification allowed=false
3.18/1.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.18/1.07	c --- End Solver configuration ---
3.18/1.07	c constraints type 
3.18/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 218
3.18/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 456390
3.18/1.07	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
3.18/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66132
3.18/1.07	c org.sat4j.specs.Constr$1 => 16202
3.18/1.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 255
3.18/1.07	c 539199 constraints processed.
2400.01/2370.30	c starts		: 1667
2400.01/2370.30	c conflicts		: 3924458
2400.01/2370.30	c decisions		: 5443033
2400.01/2370.30	c propagations		: 273678005
2400.01/2370.30	c inspects		: 43173616936
2400.01/2370.30	c shortcuts		: 0
2400.01/2370.30	c learnt literals	: 53
2400.01/2370.30	c learnt binary clauses	: 571
2400.01/2370.30	c learnt ternary clauses	: 706
2400.01/2370.30	c learnt constraints	: 3924405
2400.01/2370.30	c ignored constraints	: 0
2400.01/2370.30	c root simplifications	: 0
2400.01/2370.30	c removed literals (reason simplification)	: 0
2400.01/2370.30	c reason swapping (by a shorter reason)	: 0
2400.01/2370.30	c Calls to reduceDB	: 84
2400.01/2370.30	c Number of update (reduction) of LBD	: 1764894
2400.01/2370.30	c Imported unit clauses	: 0
2400.01/2370.30	c number of reductions to clauses (during analyze)	: 0
2400.01/2370.30	c number of learned constraints concerned by reduction	: 0
2400.01/2370.30	c number of learning phase by resolution	: 0
2400.01/2370.30	c number of learning phase by cutting planes	: 0
2400.01/2370.30	c number of rounding to 1 operations	: 0
2400.01/2370.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.01/2370.30	c number of reductions of the coefficients by power 2 	: 0
2400.01/2370.30	c number of right shift for reduction by power 2 	: 0
2400.01/2370.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.01/2370.30	c speed (assignments/second)	: 115514.40753904993
2400.01/2370.30	c non guided choices	155194
2400.01/2370.34	c learnt constraints type 
2400.01/2370.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 571
2400.01/2370.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104904
2400.01/2370.34	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-4244053-1500679409/watcher-4244053-1500679409 -o /tmp/evaluation-result-4244053-1500679409/solver-4244053-1500679409 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500678377-15698 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244053-1500679409.xml 

pid=16202
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 15.75 13.98 10.28 10/263 16205
/proc/meminfo: memFree=23788716/32770624 swapFree=5892/54952
[pid=16205] ppid=16202 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 2184 0 0 0 0 0 0 0 20 0 2 0 3210554 8550137856 2442 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2087436 2442 1197 1 0 2076347 0
[pid=16205/tid=16206] ppid=16202 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 921 0 0 0 0 0 0 0 20 0 3 0 3210554 8551190528 2442 33554432000 4194304 4196468 140735618745472 139708578809552 139708566805310 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3210555 8552243200 2442 33554432000 4194304 4196468 140735618745472 139708511259488 139708574578389 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3210555 8552243200 2442 33554432000 4194304 4196468 140735618745472 139708510206944 139708574578389 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0

[startup+0.100132 s]
/proc/loadavg: 15.75 13.98 10.28 10/263 16205
/proc/meminfo: memFree=23788716/32770624 swapFree=5892/54952
[pid=16205] ppid=16202 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 4929 0 0 0 8 1 0 0 20 0 20 0 3210554 11162169344 6053 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2725139 6053 2632 1 0 2713552 0
[pid=16205/tid=16206] ppid=16202 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 3020 0 0 0 7 1 0 0 20 0 20 0 3210554 11162169344 6053 33554432000 4194304 4196468 140735618745472 139708578810464 139708560250675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 6053 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 6053 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200536 s]
/proc/loadavg: 15.75 13.98 10.28 10/263 16205
/proc/meminfo: memFree=23788716/32770624 swapFree=5892/54952
[pid=16205] ppid=16202 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 7049 0 0 0 23 3 0 0 20 0 20 0 3210554 11162169344 8378 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2725139 8378 2872 1 0 2713552 0
[pid=16205/tid=16206] ppid=16202 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 4712 0 0 0 16 2 0 0 20 0 20 0 3210554 11162169344 8378 33554432000 4194304 4196468 140735618745472 139708578800704 139708560704672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 8378 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 8378 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300461 s]
/proc/loadavg: 15.75 13.98 10.28 10/263 16205
/proc/meminfo: memFree=23788716/32770624 swapFree=5892/54952
[pid=16205] ppid=16202 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 8305 0 0 0 41 3 0 0 20 0 20 0 3210554 11162169344 10137 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2725139 10137 2966 1 0 2713552 0
[pid=16205/tid=16206] ppid=16202 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 5239 0 0 0 26 2 0 0 20 0 20 0 3210554 11162169344 10137 33554432000 4194304 4196468 140735618745472 139708578789728 139708556148545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 10137 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210555 11162169344 10137 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700279 s]
/proc/loadavg: 15.75 13.98 10.28 10/263 16205
/proc/meminfo: memFree=23788716/32770624 swapFree=5892/54952
[pid=16205] ppid=16202 vsize=10900632 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 12185 0 0 0 178 5 0 0 20 0 20 0 3210554 11162247168 25604 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2725158 25604 3085 1 0 2713552 0
[pid=16205/tid=16206] ppid=16202 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 5943 0 0 0 65 3 0 0 20 0 20 0 3210554 11162247168 25604 33554432000 4194304 4196468 140735618745472 139708578797120 139708193490682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3210555 11162247168 25604 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210555 11162247168 25604 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10900632

[startup+1.50082 s]
/proc/loadavg: 15.85 14.03 10.32 14/284 16226
/proc/meminfo: memFree=23576300/32770624 swapFree=5892/55308
[pid=16205] ppid=16202 vsize=10967196 CPUtime=4.93 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 21432 0 0 0 477 16 0 0 20 0 21 0 3210554 11230408704 58983 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2741799 58983 3124 1 0 2730193 0
[pid=16205/tid=16206] ppid=16202 vsize=10967196 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 6011 0 0 0 140 4 0 0 20 0 21 0 3210554 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708578804680 139708194022050 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16209] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16209/stat : 16209 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708178753808 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16210] ppid=16202 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16210/stat : 16210 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708177701264 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16212] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16212/stat : 16212 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708176649232 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16213] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16213/stat : 16213 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708175596688 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16214] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16214/stat : 16214 (java) S 16202 16205 15667 0 -1 1077944384 15 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708174543632 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16215] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16215/stat : 16215 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708173491088 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16216] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16216/stat : 16216 (java) S 16202 16205 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 3210557 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708117440752 139708574579330 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16217] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16217/stat : 16217 (java) S 16202 16205 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708116386976 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16218] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16218/stat : 16218 (java) S 16202 16205 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708115333872 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16219] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16219/stat : 16219 (java) S 16202 16205 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708114282448 139708574586779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16220] ppid=16202 vsize=10967196 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16220/stat : 16220 (java) S 16202 16205 15667 0 -1 1077944384 3959 0 0 0 94 1 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708113230576 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16221] ppid=16202 vsize=10967196 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16221/stat : 16221 (java) S 16202 16205 15667 0 -1 1077944384 4256 0 0 0 87 1 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708112178032 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16222] ppid=16202 vsize=10967196 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16222/stat : 16222 (java) S 16202 16205 15667 0 -1 1077944384 3645 0 0 0 97 1 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708111124976 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16223] ppid=16202 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 1969 0 0 0 40 0 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16226] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16226/stat : 16226 (java) S 16202 16205 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210663 11230408704 58983 33554432000 4194304 4196468 140735618745472 139708106912432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 10967196

[startup+3.10078 s]
/proc/loadavg: 15.85 14.03 10.32 11/284 16226
/proc/meminfo: memFree=23566460/32770624 swapFree=5892/55308
[pid=16205] ppid=16202 vsize=10967196 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 21827 0 0 0 715 17 0 0 20 0 21 0 3210554 11230408704 59177 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2741799 59177 3138 1 0 2730193 0
[pid=16205/tid=16206] ppid=16202 vsize=10967196 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 6260 0 0 0 299 4 0 0 20 0 21 0 3210554 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708578798496 139708190506058 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16209] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16209/stat : 16209 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708178753808 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16210] ppid=16202 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16210/stat : 16210 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708177701264 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16212] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16212/stat : 16212 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708176649232 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16213] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16213/stat : 16213 (java) S 16202 16205 15667 0 -1 1077944384 18 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708175596688 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16214] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16214/stat : 16214 (java) S 16202 16205 15667 0 -1 1077944384 15 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708174543632 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16215] ppid=16202 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16215/stat : 16215 (java) S 16202 16205 15667 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 21 0 3210555 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708173491088 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16216] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16216/stat : 16216 (java) S 16202 16205 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 3210557 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708117440752 139708574579330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16217] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16217/stat : 16217 (java) S 16202 16205 15667 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708116386976 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16218] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16218/stat : 16218 (java) S 16202 16205 15667 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708115333872 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16219] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16219/stat : 16219 (java) S 16202 16205 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708114282448 139708574586779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16220] ppid=16202 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16220/stat : 16220 (java) S 16202 16205 15667 0 -1 1077944384 4001 0 0 0 119 1 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708113230576 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16221] ppid=16202 vsize=10967196 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16221/stat : 16221 (java) S 16202 16205 15667 0 -1 1077944384 4276 0 0 0 100 1 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708112178032 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16222] ppid=16202 vsize=10967196 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16222/stat : 16222 (java) S 16202 16205 15667 0 -1 1077944384 3693 0 0 0 135 1 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708111124976 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16223] ppid=16202 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 2005 0 0 0 43 0 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16226] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16226/stat : 16226 (java) S 16202 16205 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210663 11230408704 59177 33554432000 4194304 4196468 140735618745472 139708106912432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10967196

[startup+6.3008 s]
/proc/loadavg: 15.85 14.03 10.32 10/284 16226
/proc/meminfo: memFree=23522676/32770624 swapFree=5892/55316
[pid=16205] ppid=16202 vsize=10967196 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 25059 0 0 0 1049 45 0 0 20 0 21 0 3210554 11230408704 69664 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2741799 69664 3150 1 0 2730193 0
[pid=16205/tid=16206] ppid=16202 vsize=10967196 CPUtime=6.17 cores=0,2,4,6,8,10,12,14

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

[pid=16205/tid=16223] ppid=16202 vsize=10967196 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 3571 0 0 0 45 0 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=10967196 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 3576 0 0 0 71 59 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16226] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16226/stat : 16226 (java) S 16202 16205 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210663 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708106912432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 2352.19
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.1 s]
/proc/loadavg: 2.00 2.03 2.69 3/284 16498
/proc/meminfo: memFree=28847476/32770624 swapFree=5892/57808
[pid=16205] ppid=16202 vsize=10967196 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 122074 0 0 0 238685 1316 0 0 20 0 21 0 3210554 11230408704 737506 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2741799 737506 3166 1 0 2730193 0
[pid=16205/tid=16206] ppid=16202 vsize=10967196 CPUtime=2364.99 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) R 16202 16205 15667 0 -1 4202560 49976 0 0 0 236479 20 0 0 20 0 21 0 3210554 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708578807136 139708194123903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=10967196 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 3857 0 0 0 211 156 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=10967196 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 4002 0 0 0 207 157 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16209] ppid=16202 vsize=10967196 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16209/stat : 16209 (java) S 16202 16205 15667 0 -1 1077944384 4248 0 0 0 214 155 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708178753808 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16210] ppid=16202 vsize=10967196 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16210/stat : 16210 (java) S 16202 16205 15667 0 -1 1077944384 3340 0 0 0 208 157 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708177701264 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16212] ppid=16202 vsize=10967196 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16212/stat : 16212 (java) S 16202 16205 15667 0 -1 1077944384 4961 0 0 0 205 159 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708176649232 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16213] ppid=16202 vsize=10967196 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16213/stat : 16213 (java) S 16202 16205 15667 0 -1 1077944384 3120 0 0 0 210 150 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708175596688 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16214] ppid=16202 vsize=10967196 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16214/stat : 16214 (java) S 16202 16205 15667 0 -1 1077944384 3634 0 0 0 220 141 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708174543632 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16215] ppid=16202 vsize=10967196 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16215/stat : 16215 (java) S 16202 16205 15667 0 -1 1077944384 2748 0 0 0 210 158 0 0 20 0 21 0 3210555 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708173491088 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16216] ppid=16202 vsize=10967196 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16216/stat : 16216 (java) S 16202 16205 15667 0 -1 1077944384 19352 0 0 0 24 4 0 0 20 0 21 0 3210557 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708117440752 139708574579330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16217] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16217/stat : 16217 (java) S 16202 16205 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708116387040 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16218] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16218/stat : 16218 (java) S 16202 16205 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 3210558 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708115333888 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16219] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16219/stat : 16219 (java) S 16202 16205 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708114282448 139708574586779 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16220] ppid=16202 vsize=10967196 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16220/stat : 16220 (java) S 16202 16205 15667 0 -1 1077944384 4599 0 0 0 121 2 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708113230576 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16221] ppid=16202 vsize=10967196 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16221/stat : 16221 (java) S 16202 16205 15667 0 -1 1077944384 5570 0 0 0 103 1 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708112178032 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16222] ppid=16202 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16222/stat : 16222 (java) S 16202 16205 15667 0 -1 1077944384 4050 0 0 0 136 1 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708111124976 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16223] ppid=16202 vsize=10967196 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 3576 0 0 0 45 0 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=10967196 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 3613 0 0 0 72 61 0 0 20 0 21 0 3210563 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16226] ppid=16202 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16226/stat : 16226 (java) S 16202 16205 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210663 11230408704 737506 33554432000 4194304 4196468 140735618745472 139708106912432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10967196

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 16205 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2370.21 s]
/proc/loadavg: 2.00 2.03 2.69 3/284 16498
/proc/meminfo: memFree=28847476/32770624 swapFree=5892/57808
[pid=16205] ppid=16202 vsize=11166888 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 122692 0 0 0 238685 1316 0 0 20 0 22 0 3210554 11434893312 737562 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2791722 737562 3169 1 0 2780116 0
[pid=16205/tid=16206] ppid=16202 vsize=11166888 CPUtime=2364.99 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) S 16202 16205 15667 0 -1 1077944384 50011 0 0 0 236479 20 0 0 20 0 22 0 3210554 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708578811056 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=11166888 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 3857 0 0 0 211 156 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=11166888 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 4002 0 0 0 207 157 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16209] ppid=16202 vsize=11166888 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16209/stat : 16209 (java) S 16202 16205 15667 0 -1 1077944384 4248 0 0 0 214 155 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708178753808 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16210] ppid=16202 vsize=11166888 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16210/stat : 16210 (java) S 16202 16205 15667 0 -1 1077944384 3340 0 0 0 208 157 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708177701264 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16212] ppid=16202 vsize=11166888 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16212/stat : 16212 (java) S 16202 16205 15667 0 -1 1077944384 4961 0 0 0 205 159 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708176649232 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16213] ppid=16202 vsize=11166888 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16213/stat : 16213 (java) S 16202 16205 15667 0 -1 1077944384 3120 0 0 0 210 150 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708175596688 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16214] ppid=16202 vsize=11166888 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16214/stat : 16214 (java) S 16202 16205 15667 0 -1 1077944384 3634 0 0 0 220 141 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708174543632 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16215] ppid=16202 vsize=11166888 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16215/stat : 16215 (java) S 16202 16205 15667 0 -1 1077944384 2748 0 0 0 210 158 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708173491088 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16216] ppid=16202 vsize=11166888 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16216/stat : 16216 (java) S 16202 16205 15667 0 -1 1077944384 19352 0 0 0 24 4 0 0 20 0 22 0 3210557 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708117440752 139708574579330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16217] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16217/stat : 16217 (java) S 16202 16205 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 3210558 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708116387040 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16218] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16218/stat : 16218 (java) S 16202 16205 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 3210558 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708115333888 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16219] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16219/stat : 16219 (java) S 16202 16205 15667 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708114282448 139708574586779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16220] ppid=16202 vsize=11166888 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16220/stat : 16220 (java) S 16202 16205 15667 0 -1 1077944384 4599 0 0 0 121 2 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708113230576 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16221] ppid=16202 vsize=11166888 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16221/stat : 16221 (java) S 16202 16205 15667 0 -1 1077944384 5570 0 0 0 103 1 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708112178032 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16222] ppid=16202 vsize=11166888 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16222/stat : 16222 (java) S 16202 16205 15667 0 -1 1077944384 4050 0 0 0 136 1 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708111124976 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16223] ppid=16202 vsize=11166888 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 3746 0 0 0 45 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=11166888 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 3613 0 0 0 72 61 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 11166888

[startup+2370.3 s]
/proc/loadavg: 2.00 2.03 2.69 3/284 16498
/proc/meminfo: memFree=28847476/32770624 swapFree=5892/57808
[pid=16205] ppid=16202 vsize=11166888 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16205/stat : 16205 (java) S 16202 16205 15667 0 -1 1077944320 122692 0 0 0 238685 1316 0 0 20 0 22 0 3210554 11434893312 737562 33554432000 4194304 4196468 140735618745472 140735618728016 139708574568183 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
/proc/16205/statm: 2791722 737562 3169 1 0 2780116 0
[pid=16205/tid=16206] ppid=16202 vsize=11166888 CPUtime=2364.99 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16206/stat : 16206 (java) S 16202 16205 15667 0 -1 1077944384 50011 0 0 0 236479 20 0 0 20 0 22 0 3210554 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708578811056 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16207] ppid=16202 vsize=11166888 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16207/stat : 16207 (java) S 16202 16205 15667 0 -1 1077944384 3857 0 0 0 211 156 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708511259152 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16208] ppid=16202 vsize=11166888 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16208/stat : 16208 (java) S 16202 16205 15667 0 -1 1077944384 4002 0 0 0 207 157 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708510206608 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16209] ppid=16202 vsize=11166888 CPUtime=3.69 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16209/stat : 16209 (java) S 16202 16205 15667 0 -1 1077944384 4248 0 0 0 214 155 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708178753808 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16210] ppid=16202 vsize=11166888 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16210/stat : 16210 (java) S 16202 16205 15667 0 -1 1077944384 3340 0 0 0 208 157 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708177701264 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16212] ppid=16202 vsize=11166888 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16212/stat : 16212 (java) S 16202 16205 15667 0 -1 1077944384 4961 0 0 0 205 159 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708176649232 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16213] ppid=16202 vsize=11166888 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16213/stat : 16213 (java) S 16202 16205 15667 0 -1 1077944384 3120 0 0 0 210 150 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708175596688 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16214] ppid=16202 vsize=11166888 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16214/stat : 16214 (java) S 16202 16205 15667 0 -1 1077944384 3634 0 0 0 220 141 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708174543632 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16215] ppid=16202 vsize=11166888 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16215/stat : 16215 (java) S 16202 16205 15667 0 -1 1077944384 2748 0 0 0 210 158 0 0 20 0 22 0 3210555 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708173491088 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16216] ppid=16202 vsize=11166888 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16216/stat : 16216 (java) S 16202 16205 15667 0 -1 1077944384 19352 0 0 0 24 4 0 0 20 0 22 0 3210557 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708117440752 139708574579330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16217] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16217/stat : 16217 (java) S 16202 16205 15667 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 3210558 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708116387040 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16218] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16218/stat : 16218 (java) S 16202 16205 15667 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 3210558 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708115333888 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16219] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16219/stat : 16219 (java) S 16202 16205 15667 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708114282448 139708574586779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16220] ppid=16202 vsize=11166888 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16220/stat : 16220 (java) S 16202 16205 15667 0 -1 1077944384 4599 0 0 0 121 2 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708113230576 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16221] ppid=16202 vsize=11166888 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16221/stat : 16221 (java) S 16202 16205 15667 0 -1 1077944384 5570 0 0 0 103 1 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708112178032 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16222] ppid=16202 vsize=11166888 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16222/stat : 16222 (java) S 16202 16205 15667 0 -1 1077944384 4050 0 0 0 136 1 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708111124976 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16223] ppid=16202 vsize=11166888 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16223/stat : 16223 (java) S 16202 16205 15667 0 -1 1077944384 3746 0 0 0 45 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708110072432 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16224] ppid=16202 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16224/stat : 16224 (java) S 16202 16205 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708109019616 139708574578389 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
[pid=16205/tid=16225] ppid=16202 vsize=11166888 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/16205/task/16225/stat : 16225 (java) S 16202 16205 15667 0 -1 1077944384 3613 0 0 0 72 61 0 0 20 0 22 0 3210563 11434893312 737562 33554432000 4194304 4196468 140735618745472 139708107967152 139708574579330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27398144 140735618753707 140735618753860 140735618753860 140735618756559 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2370.36
CPU time (s): 2400.07
CPU user time (s): 2386.89
CPU system time (s): 13.1798
CPU usage (%): 101.254
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.89
system time used= 13.1798
maximum resident set size= 3162760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55568
involuntary context switches= 123898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5686 second user time and 18.9463 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 01:23:29
IDJOB=4244053
IDBENCH=134579
IDSOLVER=2623
FILE ID=node104/4244053-1500679409
RUNJOBID= node104-1500678377-15698
PBS_JOBID= 20623031
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-9_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244053-1500679409/watcher-4244053-1500679409 -o /tmp/evaluation-result-4244053-1500679409/solver-4244053-1500679409 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500678377-15698 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244053-1500679409.xml

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

MD5SUM BENCH= 1a2530643870bd226f8d107acaf48581
RANDOM SEED=794779172

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.12
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	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23789044 kB
MemAvailable:   23728304 kB
Buffers:           89268 kB
Cached:           130564 kB
SwapCached:          260 kB
Active:          8436332 kB
Inactive:         113920 kB
Active(anon):    8283088 kB
Inactive(anon):    58644 kB
Active(file):     153244 kB
Inactive(file):    55276 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105464 kB
Dirty:              1508 kB
Writeback:             0 kB
AnonPages:       8327372 kB
Mapped:            41832 kB
Shmem:              8772 kB
Slab:             109172 kB
SReclaimable:      76420 kB
SUnreclaim:        32752 kB
KernelStack:        4896 kB
PageTables:        21956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8022016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node104 at 2017-07-22 02:02:59