Trace number 4243994

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.22 2346.34

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-23.xml
MD5SUMb8524f073185c8a0baa20bdfdedb9a39
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 variables1058
Number of constraints1014
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":1035}]
Minimum variable degree0
Maximum variable degree47
Distribution of variable degrees[{"degree":0,"count":23},{"degree":2,"count":506},{"degree":46,"count":23},{"degree":47,"count":506}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":1},{"arity":25,"count":1012},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1012}]
Optimization problemNO
Type of objective

Solver Data

32.10/7.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
32.10/7.82	c This is free software under the dual EPL/GNU LGPL licenses.
32.10/7.82	c See www.sat4j.org for details.
32.10/7.82	c That software uses the Rhino library from the Mozilla project.
32.10/7.82	c version CUSTOM.v20170705
32.10/7.82	c java.runtime.name	Java(TM) SE Runtime Environment
32.10/7.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
32.10/7.82	c java.vm.version	25.131-b11
32.10/7.82	c java.vm.vendor	Oracle Corporation
32.10/7.82	c sun.arch.data.model	64
32.10/7.82	c java.version		1.8.0_131
32.10/7.82	c os.name		Linux
32.10/7.82	c os.version		3.10.0-514.16.1.el7.x86_64
32.10/7.82	c os.arch		amd64
32.10/7.82	c Free memory 		499604488
32.10/7.82	c Max memory 		7247757312
32.10/7.82	c Total memory 		504889344
32.10/7.82	c Number of processors 	8
32.10/7.82	c c --- Begin Solver configuration ---
32.10/7.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
32.10/7.82	c Learn all clauses as in MiniSAT
32.10/7.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
32.10/7.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
32.10/7.82	c No reason simplification
32.10/7.82	c Glucose 2.1 dynamic restart strategy
32.10/7.82	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
32.10/7.82	c timeout=2147483s
32.10/7.82	c DB Simplification allowed=false
32.10/7.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
32.10/7.82	c --- End Solver configuration ---
32.10/7.82	c constraints type 
32.10/7.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 2070
32.10/7.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 826298
32.10/7.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12471888
32.10/7.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 2047
32.10/7.82	c 13302303 constraints processed.
2400.03/2346.20	c starts		: 45150
2400.03/2346.20	c conflicts		: 15742187
2400.03/2346.20	c decisions		: 150638640
2400.03/2346.20	c propagations		: 3227878783
2400.03/2346.20	c inspects		: 25293459857
2400.03/2346.20	c shortcuts		: 0
2400.03/2346.20	c learnt literals	: 614
2400.03/2346.20	c learnt binary clauses	: 15936
2400.03/2346.20	c learnt ternary clauses	: 583703
2400.03/2346.20	c learnt constraints	: 15741573
2400.03/2346.20	c ignored constraints	: 0
2400.03/2346.20	c root simplifications	: 0
2400.03/2346.20	c removed literals (reason simplification)	: 0
2400.03/2346.20	c reason swapping (by a shorter reason)	: 0
2400.03/2346.20	c Calls to reduceDB	: 172
2400.03/2346.20	c Number of update (reduction) of LBD	: 8539933
2400.03/2346.20	c Imported unit clauses	: 0
2400.03/2346.20	c number of reductions to clauses (during analyze)	: 0
2400.03/2346.20	c number of learned constraints concerned by reduction	: 0
2400.03/2346.20	c number of learning phase by resolution	: 0
2400.03/2346.20	c number of learning phase by cutting planes	: 0
2400.03/2346.20	c number of rounding to 1 operations	: 0
2400.03/2346.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.03/2346.20	c number of reductions of the coefficients by power 2 	: 0
2400.03/2346.20	c number of right shift for reduction by power 2 	: 0
2400.03/2346.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.03/2346.20	c speed (assignments/second)	: 1380408.7424893621
2400.03/2346.21	c non guided choices	19563198
2400.03/2346.31	c learnt constraints type 
2400.03/2346.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15936
2400.03/2346.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 521011
2400.03/2346.31	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-4243994-1500678627/watcher-4243994-1500678627 -o /tmp/evaluation-result-4243994-1500678627/solver-4243994-1500678627 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500674651-12685 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243994-1500678627.xml 

pid=14268
running on 8 cores: 1,3,5,7,9,11,13,15

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: 7.43 4.23 3.40 2/236 14271
/proc/meminfo: memFree=32014360/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 2111 0 0 0 0 0 0 0 20 0 2 0 3128970 8550137856 2375 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2087436 2375 1197 1 0 2076347 0
[pid=14271/tid=14272] ppid=14268 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 904 0 0 0 0 0 0 0 20 0 2 0 3128970 8550137856 2441 33554432000 4194304 4196468 140724498218752 139968691702176 139968680644209 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0

[startup+0.100147 s]
/proc/loadavg: 7.43 4.23 3.40 2/236 14271
/proc/meminfo: memFree=32014360/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 4708 0 0 0 8 2 0 0 20 0 20 0 3128970 11162169344 5797 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725139 5797 2629 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 2785 0 0 0 7 1 0 0 20 0 20 0 3128970 11162169344 5797 33554432000 4194304 4196468 140724498218752 139968691697664 139968687482013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200423 s]
/proc/loadavg: 7.43 4.23 3.40 2/236 14271
/proc/meminfo: memFree=32014360/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 7032 0 0 0 23 3 0 0 20 0 20 0 3128970 11162169344 8348 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725139 8348 2851 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 4665 0 0 0 17 1 0 0 20 0 20 0 3128970 11162169344 8348 33554432000 4194304 4196468 140724498218752 139968691665808 139968687482013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300334 s]
/proc/loadavg: 7.43 4.23 3.40 2/236 14271
/proc/meminfo: memFree=32014360/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=10900556 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 9572 0 0 0 50 4 0 0 20 0 20 0 3128970 11162169344 11775 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725139 11775 3025 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 5300 0 0 0 25 2 0 0 20 0 20 0 3128970 11162169344 11775 33554432000 4194304 4196468 140724498218752 139968691687512 139968687482013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10900556

[startup+0.700306 s]
/proc/loadavg: 7.43 4.23 3.40 2/236 14271
/proc/meminfo: memFree=32014360/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=10900632 CPUtime=2.03 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 12901 0 0 0 195 8 0 0 20 0 20 0 3128970 11162247168 47730 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725158 47730 3106 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 5898 0 0 0 62 4 0 0 20 0 20 0 3128970 11162247168 47730 33554432000 4194304 4196468 140724498218752 139968691696344 139968307095209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10900632

[startup+1.50159 s]
/proc/loadavg: 7.43 4.23 3.40 4/256 14291
/proc/meminfo: memFree=31784796/32770624 swapFree=6364/206176
[pid=14271] ppid=14268 vsize=10900632 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 19470 0 0 0 478 92 0 0 20 0 20 0 3128970 11162247168 123787 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725158 123787 3139 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900632 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 6012 0 0 0 118 6 0 0 20 0 20 0 3128970 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968691699000 139968307188920 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 126 0 0 0 11 10 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 131 0 0 0 11 10 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 131 0 0 0 11 10 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 124 0 0 0 10 11 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 117 0 0 0 13 8 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 111 0 0 0 11 10 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 114 0 0 0 12 8 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 125 0 0 0 10 10 0 0 20 0 20 0 3128971 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) S 14268 14271 9836 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3128974 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968230344688 139968687471234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3128974 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3128975 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14285/stat : 14285 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3128978 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968227186896 139968687478683 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=10900632 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) S 14268 14271 9836 0 -1 1077944384 3264 0 0 0 79 0 0 0 20 0 20 0 3128978 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14287] ppid=14268 vsize=10900632 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14287/stat : 14287 (java) S 14268 14271 9836 0 -1 1077944384 2767 0 0 0 74 1 0 0 20 0 20 0 3128978 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968225081968 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14288] ppid=14268 vsize=10900632 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14288/stat : 14288 (java) S 14268 14271 9836 0 -1 1077944384 2558 0 0 0 71 0 0 0 20 0 20 0 3128978 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968224029424 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14289] ppid=14268 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14289/stat : 14289 (java) S 14268 14271 9836 0 -1 1077944384 2311 0 0 0 42 0 0 0 20 0 20 0 3128978 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968222976880 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14290] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14290/stat : 14290 (java) S 14268 14271 9836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3128979 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968221923552 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14291] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14291/stat : 14291 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3128979 11162247168 123787 33554432000 4194304 4196468 140724498218752 139968220871088 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 10900632

[startup+3.1009 s]
/proc/loadavg: 6.99 4.19 3.39 9/256 14291
/proc/meminfo: memFree=31332712/32770624 swapFree=6364/206208
[pid=14271] ppid=14268 vsize=10900632 CPUtime=12.58 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 22851 0 0 0 1104 154 0 0 20 0 20 0 3128970 11162247168 174772 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725158 174772 3154 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900632 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 6013 0 0 0 165 6 0 0 20 0 20 0 3128970 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968691697768 139968307703955 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=10900632 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 1670 0 0 0 78 14 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 347 0 0 0 77 19 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 310 0 0 0 77 19 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=10900632 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 267 0 0 0 74 20 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 386 0 0 0 80 16 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=10900632 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 330 0 0 0 79 16 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=10900632 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 309 0 0 0 78 17 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=10900632 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 318 0 0 0 76 18 0 0 20 0 20 0 3128971 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) S 14268 14271 9836 0 -1 1077944384 598 0 0 0 37 0 0 0 20 0 20 0 3128974 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968230344688 139968687471234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3128974 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3128975 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14285/stat : 14285 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3128978 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968227186896 139968687478683 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=10900632 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) S 14268 14271 9836 0 -1 1077944384 3267 0 0 0 82 0 0 0 20 0 20 0 3128978 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14287] ppid=14268 vsize=10900632 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14287/stat : 14287 (java) S 14268 14271 9836 0 -1 1077944384 2771 0 0 0 79 1 0 0 20 0 20 0 3128978 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968225081968 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14288] ppid=14268 vsize=10900632 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14288/stat : 14288 (java) S 14268 14271 9836 0 -1 1077944384 2559 0 0 0 72 0 0 0 20 0 20 0 3128978 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968224029424 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14289] ppid=14268 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14289/stat : 14289 (java) S 14268 14271 9836 0 -1 1077944384 2336 0 0 0 43 0 0 0 20 0 20 0 3128978 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968222976880 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14290] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14290/stat : 14290 (java) S 14268 14271 9836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3128979 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968221923552 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14291] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14291/stat : 14291 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3128979 11162247168 174772 33554432000 4194304 4196468 140724498218752 139968220871088 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 10900632

[startup+6.30112 s]
/proc/loadavg: 6.99 4.19 3.39 2/256 14291
/proc/meminfo: memFree=30789524/32770624 swapFree=6364/206208
[pid=14271] ppid=14268 vsize=10900632 CPUtime=27.31 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 26880 0 0 0 2432 299 0 0 20 0 20 0 3128970 11162247168 309131 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2725158 309131 3156 1 0 2713552 0
[pid=14271/tid=14272] ppid=14268 vsize=10900632 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 7054 0 0 0 270 10 0 0 20 0 20 0 3128970 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968691698080 139968307701715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=10900632 CPUtime=2.57 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 1801 0 0 0 225 32 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=10900632 CPUtime=2.61 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 660 0 0 0 224 37 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=10900632 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 472 0 0 0 224 36 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=10900632 CPUtime=2.57 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 424 0 0 0 220 37 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=10900632 CPUtime=2.59 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 588 0 0 0 225 34 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=10900632 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 527 0 0 0 229 34 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=10900632 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 477 0 0 0 225 35 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=10900632 CPUtime=2.61 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 576 0 0 0 225 36 0 0 20 0 20 0 3128971 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=10900632 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) S 14268 14271 9836 0 -1 1077944384 1982 0 0 0 81 0 0 0 20 0 20 0 3128974 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968230344688 139968687471234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3128974 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3128975 11162247168 309131 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 3128975 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14285/stat : 14285 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3128978 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968227186896 139968687478683 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=10967196 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) S 14268 14271 9836 0 -1 1077944384 7391 0 0 0 141 1 0 0 20 0 21 0 3128978 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14287] ppid=14268 vsize=10967196 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14287/stat : 14287 (java) S 14268 14271 9836 0 -1 1077944384 5587 0 0 0 122 1 0 0 20 0 21 0 3128978 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968225081968 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14288] ppid=14268 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14288/stat : 14288 (java) S 14268 14271 9836 0 -1 1077944384 6315 0 0 0 119 1 0 0 20 0 21 0 3128978 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968224029424 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14289] ppid=14268 vsize=10967196 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14289/stat : 14289 (java) S 14268 14271 9836 0 -1 1077944384 4731 0 0 0 52 1 0 0 20 0 21 0 3128978 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968222976880 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14290] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14290/stat : 14290 (java) S 14268 14271 9836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3128979 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968221923552 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14291] ppid=14268 vsize=10967196 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14291/stat : 14291 (java) S 14268 14271 9836 0 -1 1077944384 1739 0 0 0 59 73 0 0 20 0 21 0 3128979 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968220871088 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14292] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14292/stat : 14292 (java) S 14268 14271 9836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3129756 11230408704 722365 33554432000 4194304 4196468 140724498218752 139968152331184 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 2375.56
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2346 s]
/proc/loadavg: 1.04 1.04 1.21 2/256 14357
/proc/meminfo: memFree=29129944/32770624 swapFree=6364/207820
[pid=14271] ppid=14268 vsize=10967196 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 142239 0 0 0 239008 994 0 0 20 0 21 0 3128970 11230408704 722391 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2741799 722391 3172 1 0 2730193 0
[pid=14271/tid=14272] ppid=14268 vsize=10967196 CPUtime=2335.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) R 14268 14271 9836 0 -1 4202560 83104 0 0 0 233499 21 0 0 20 0 21 0 3128970 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968691699040 139968308822565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=10967196 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 3695 0 0 0 593 108 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=10967196 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 2116 0 0 0 597 114 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=10967196 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 3168 0 0 0 597 114 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=10967196 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 2779 0 0 0 592 115 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=10967196 CPUtime=7.08 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 3635 0 0 0 593 115 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=10967196 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 2731 0 0 0 599 111 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=10967196 CPUtime=7 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 2597 0 0 0 594 106 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=10967196 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 3090 0 0 0 597 113 0 0 20 0 21 0 3128971 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=10967196 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) S 14268 14271 9836 0 -1 1077944384 8098 0 0 0 236 3 0 0 20 0 21 0 3128974 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968230344688 139968687471234 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3128974 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 3128975 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14285/stat : 14285 (java) S 14268 14271 9836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3128978 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968227186896 139968687478683 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=10967196 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) S 14268 14271 9836 0 -1 1077944384 7391 0 0 0 141 1 0 0 20 0 21 0 3128978 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14287] ppid=14268 vsize=10967196 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14287/stat : 14287 (java) S 14268 14271 9836 0 -1 1077944384 5587 0 0 0 122 1 0 0 20 0 21 0 3128978 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968225081968 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14288] ppid=14268 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14288/stat : 14288 (java) S 14268 14271 9836 0 -1 1077944384 6315 0 0 0 119 1 0 0 20 0 21 0 3128978 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968224029424 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14289] ppid=14268 vsize=10967196 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14289/stat : 14289 (java) S 14268 14271 9836 0 -1 1077944384 4731 0 0 0 52 1 0 0 20 0 21 0 3128978 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968222976880 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14290] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14290/stat : 14290 (java) S 14268 14271 9836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3128979 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968221923552 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14291] ppid=14268 vsize=10967196 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14291/stat : 14291 (java) S 14268 14271 9836 0 -1 1077944384 1745 0 0 0 59 74 0 0 20 0 21 0 3128979 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968220871088 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14292] ppid=14268 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14292/stat : 14292 (java) S 14268 14271 9836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3129756 11230408704 722391 33554432000 4194304 4196468 140724498218752 139968152331184 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 2400.02
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 14271 sig 9
??? kill -14271 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2346.2 s]
/proc/loadavg: 1.04 1.04 1.21 2/256 14357
/proc/meminfo: memFree=29129944/32770624 swapFree=6364/207820
[pid=14271] ppid=14268 vsize=11166888 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 142959 0 0 0 239009 994 0 0 20 0 22 0 3128970 11434893312 722427 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2791722 722427 3174 1 0 2780116 0
[pid=14271/tid=14272] ppid=14268 vsize=11166888 CPUtime=2335.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) S 14268 14271 9836 0 -1 1077944384 83164 0 0 0 233500 21 0 0 20 0 22 0 3128970 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968691702960 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=11166888 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 3695 0 0 0 593 108 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=11166888 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 2116 0 0 0 597 114 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=11166888 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 3168 0 0 0 597 114 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=11166888 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 2779 0 0 0 592 115 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=11166888 CPUtime=7.08 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 3635 0 0 0 593 115 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=11166888 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 2731 0 0 0 599 111 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=11166888 CPUtime=7 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 2597 0 0 0 594 106 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=11166888 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 3090 0 0 0 597 113 0 0 20 0 22 0 3128971 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=11166888 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) S 14268 14271 9836 0 -1 1077944384 8098 0 0 0 236 3 0 0 20 0 22 0 3128974 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968230344688 139968687471234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 22 0 3128974 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) S 14268 14271 9836 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 22 0 3128975 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14285] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14285/stat : 14285 (java) S 14268 14271 9836 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 22 0 3128978 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968227186896 139968687478683 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=11166888 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) S 14268 14271 9836 0 -1 1077944384 7391 0 0 0 141 1 0 0 20 0 22 0 3128978 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14287] ppid=14268 vsize=11166888 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14287/stat : 14287 (java) S 14268 14271 9836 0 -1 1077944384 5587 0 0 0 122 1 0 0 20 0 22 0 3128978 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968225081968 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14288] ppid=14268 vsize=11166888 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14288/stat : 14288 (java) S 14268 14271 9836 0 -1 1077944384 6315 0 0 0 119 1 0 0 20 0 22 0 3128978 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968224029424 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14289] ppid=14268 vsize=11166888 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14289/stat : 14289 (java) S 14268 14271 9836 0 -1 1077944384 4914 0 0 0 52 1 0 0 20 0 22 0 3128978 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968222976880 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14290] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14290/stat : 14290 (java) S 14268 14271 9836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3128979 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968221923552 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14291] ppid=14268 vsize=11166888 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14291/stat : 14291 (java) S 14268 14271 9836 0 -1 1077944384 1745 0 0 0 59 74 0 0 20 0 22 0 3128979 11434893312 722427 33554432000 4194304 4196468 140724498218752 139968220871088 139968687471234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 11166888

[startup+2346.3 s]
/proc/loadavg: 1.04 1.04 1.21 2/257 14360
/proc/meminfo: memFree=29129944/32770624 swapFree=6364/207820
[pid=14271] ppid=14268 vsize=11166888 CPUtime=2400.19 cores=1,3,5,7,9,11,13,15
/proc/14271/stat : 14271 (java) S 14268 14271 9836 0 -1 1077944320 143864 0 0 0 239025 994 0 0 20 0 22 0 3128970 11434893312 722460 33554432000 4194304 4196468 140724498218752 140724498201296 139968687460087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
/proc/14271/statm: 2791722 722460 3174 1 0 2780116 0
[pid=14271/tid=14272] ppid=14268 vsize=11166888 CPUtime=2335.21 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14272/stat : 14272 (java) S 14268 14271 9836 0 -1 1077944384 83164 0 0 0 233500 21 0 0 20 0 22 0 3128970 11434893312 722460 33554432000 4194304 4196468 140724498218752 139968691702960 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14273] ppid=14268 vsize=11166888 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14273/stat : 14273 (java) S 14268 14271 9836 0 -1 1077944384 3695 0 0 0 593 108 0 0 20 0 22 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968624150800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14275] ppid=14268 vsize=11166888 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14275/stat : 14275 (java) S 14268 14271 9836 0 -1 1077944384 2116 0 0 0 597 114 0 0 20 0 21 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968292710800 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14276] ppid=14268 vsize=11166888 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14276/stat : 14276 (java) S 14268 14271 9836 0 -1 1077944384 3168 0 0 0 597 114 0 0 20 0 21 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968291658256 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14277] ppid=14268 vsize=11166888 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14277/stat : 14277 (java) S 14268 14271 9836 0 -1 1077944384 2779 0 0 0 592 115 0 0 20 0 21 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968290605712 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14278] ppid=14268 vsize=11166888 CPUtime=7.08 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14278/stat : 14278 (java) S 14268 14271 9836 0 -1 1077944384 3635 0 0 0 593 115 0 0 20 0 21 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968289553168 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14279] ppid=14268 vsize=11166888 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14279/stat : 14279 (java) S 14268 14271 9836 0 -1 1077944384 2731 0 0 0 599 111 0 0 20 0 20 0 3128971 11434893312 722443 33554432000 4194304 4196468 140724498218752 139968288500624 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14280] ppid=14268 vsize=11166888 CPUtime=7 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14280/stat : 14280 (java) S 14268 14271 9836 0 -1 1077944384 2597 0 0 0 594 106 0 0 20 0 20 0 3128971 11434893312 722447 33554432000 4194304 4196468 140724498218752 139968287448080 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14281] ppid=14268 vsize=11166888 CPUtime=7.1 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14281/stat : 14281 (java) S 14268 14271 9836 0 -1 1077944384 3090 0 0 0 597 113 0 0 20 0 20 0 3128971 11434893312 722447 33554432000 4194304 4196468 140724498218752 139968286395536 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14282] ppid=14268 vsize=11166888 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14282/stat : 14282 (java) R 14268 14271 9836 0 -1 4202560 8103 0 0 0 236 3 0 0 20 0 20 0 3128974 11434893312 722447 33554432000 4194304 4196468 140724498218752 139968230344608 139968680145719 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14283] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14283/stat : 14283 (java) S 14268 14271 9836 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 3128974 11434893312 722447 33554432000 4194304 4196468 140724498218752 139968229290976 139968687470293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14284] ppid=14268 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14284/stat : 14284 (java) R 14268 14271 9836 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 3128975 11434893312 722464 33554432000 4194304 4196468 140724498218752 139968228238320 139968687470293 256 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 0
[pid=14271/tid=14286] ppid=14268 vsize=11166888 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14286/stat : 14286 (java) R 14268 14271 9836 0 -1 4203588 7422 0 0 0 141 1 0 0 20 0 11 0 3128978 11434893312 722518 33554432000 4194304 4196468 140724498218752 139968226134512 139968687471234 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34070528 140724498220203 140724498220356 140724498220356 140724498223055 36608
[pid=14271/tid=14358] ppid=14268 vsize=0 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14271/task/14358/stat : 14358 (java) R 14268 14271 9836 0 -1 4203588 173 0 0 0 0 0 0 0 20 0 2 0 3363570 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.19
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2346.34
CPU time (s): 2400.22
CPU user time (s): 2390.25
CPU system time (s): 9.9688
CPU usage (%): 102.297
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.25
system time used= 9.9688
maximum resident set size= 2890128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55235
involuntary context switches= 122801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1723 second user time and 18.417 second system time

The end

Launcher Data

Begin job on node141 at 2017-07-22 01:10:27
IDJOB=4243994
IDBENCH=133861
IDSOLVER=2623
FILE ID=node141/4243994-1500678627
RUNJOBID= node141-1500674651-12685
PBS_JOBID= 20623279
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-23.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243994-1500678627/watcher-4243994-1500678627 -o /tmp/evaluation-result-4243994-1500678627/solver-4243994-1500678627 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500674651-12685 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243994-1500678627.xml

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

MD5SUM BENCH= b8524f073185c8a0baa20bdfdedb9a39
RANDOM SEED=1027706502

node141.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		: 1600.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	: 5333.56
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		: 1600.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.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		: 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	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.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		: 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	: 5333.56
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		: 1867.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.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		: 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	: 5333.56
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		: 1600.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.55
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		: 1600.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	: 5333.56
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		: 1600.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.55
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		: 1733.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	: 5333.56
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		: 2133.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.55
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		: 1600.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	: 5333.56
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		: 1600.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.55
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		: 1867.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	: 5333.56
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		: 1600.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32014316 kB
MemAvailable:   32028544 kB
Buffers:           42548 kB
Cached:           281256 kB
SwapCached:            0 kB
Active:           165932 kB
Inactive:         214788 kB
Active(anon):      59320 kB
Inactive(anon):     8660 kB
Active(file):     106612 kB
Inactive(file):   206128 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1532 kB
Writeback:             0 kB
AnonPages:         61856 kB
Mapped:            29604 kB
Shmem:              8852 kB
Slab:              67344 kB
SReclaimable:      34644 kB
SUnreclaim:        32700 kB
KernelStack:        4448 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61984 MiB
End job on node141 at 2017-07-22 01:49:34