Trace number 4244055

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.29 2329.08

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-14-int.xml
MD5SUMdbbe8f9566e77e077469f9f7dbe82d4d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3953.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints198
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":197},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints196
Distribution of constraint types[{"type":"intension","count":196},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16288
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: 14.80 13.86 10.30 3/264 16291
/proc/meminfo: memFree=31813728/32770624 swapFree=5892/55320
[pid=16291] ppid=16288 vsize=10648 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) D 16288 16291 15667 0 -1 1077944320 334 0 0 0 0 0 0 0 20 0 1 0 3211874 10903552 151 33554432000 4194304 4196468 140727933203040 140727933181240 140270178843152 0 0 4096 0 18446744072101604900 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2662 151 119 1 0 84 0

[startup+0.100115 s]
/proc/loadavg: 14.80 13.86 10.30 3/264 16291
/proc/meminfo: memFree=31813728/32770624 swapFree=5892/55320
[pid=16291] ppid=16288 vsize=10434508 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 3992 0 0 0 6 1 0 0 20 0 13 0 3211874 10684936192 5190 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2608627 5190 2180 1 0 2597065 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10434508

[startup+0.200334 s]
/proc/loadavg: 14.80 13.86 10.30 3/264 16291
/proc/meminfo: memFree=31813728/32770624 swapFree=5892/55320
[pid=16291] ppid=16288 vsize=10900556 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 6979 0 0 0 20 2 0 0 20 0 20 0 3211874 11162169344 7779 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2725139 7779 2877 1 0 2713552 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10900556

[startup+0.300234 s]
/proc/loadavg: 14.80 13.86 10.30 3/264 16291
/proc/meminfo: memFree=31813728/32770624 swapFree=5892/55320
[pid=16291] ppid=16288 vsize=10900556 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 7949 0 0 0 35 3 0 0 20 0 20 0 3211874 11162169344 9693 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2725139 9693 2958 1 0 2713552 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10900556

[startup+0.700278 s]
/proc/loadavg: 14.80 13.86 10.30 3/264 16291
/proc/meminfo: memFree=31813728/32770624 swapFree=5892/55320
[pid=16291] ppid=16288 vsize=10900632 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 12018 0 0 0 135 6 0 0 20 0 20 0 3211874 11162247168 36261 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2725158 36261 3078 1 0 2713552 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10900632

[startup+1.50075 s]
/proc/loadavg: 14.80 13.86 10.30 3/284 16311
/proc/meminfo: memFree=31618436/32770624 swapFree=5892/55644
[pid=16291] ppid=16288 vsize=10900632 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 12260 0 0 0 228 22 0 0 20 0 20 0 3211874 11162247168 51638 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2725158 51638 3093 1 0 2713552 0
[pid=16291/tid=16293] ppid=16288 vsize=10900632 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) R 16288 16291 15667 0 -1 4202560 5852 0 0 0 137 4 0 0 20 0 20 0 3211876 11162247168 51638 33554432000 4194304 4196468 140727933203040 140270190402968 140269825859283 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 15 0 0 0 2 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 16 0 0 0 2 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 20 0 0 0 2 2 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 3211877 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3211879 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3211880 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269392442784 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3211880 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269391390192 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 1628 0 0 0 20 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 1394 0 0 0 19 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 1060 0 0 0 18 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 727 0 0 0 14 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3211884 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3211885 11162247168 51638 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 10900632

[startup+3.10076 s]
/proc/loadavg: 14.80 13.86 10.30 4/284 16311
/proc/meminfo: memFree=31617928/32770624 swapFree=5892/55356
[pid=16291] ppid=16288 vsize=10900632 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 12945 0 0 0 424 55 0 0 20 0 20 0 3211874 11162247168 69378 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2725158 69378 3107 1 0 2713552 0
[pid=16291/tid=16293] ppid=16288 vsize=10900632 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) R 16288 16291 15667 0 -1 4202560 5881 0 0 0 286 4 0 0 20 0 20 0 3211876 11162247168 69378 33554432000 4194304 4196468 140727933203040 140270190402848 140269825859204 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 101 0 0 0 9 5 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 111 0 0 0 8 5 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 102 0 0 0 7 6 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 109 0 0 0 7 6 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=10900632 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 84 0 0 0 7 5 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 102 0 0 0 7 6 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 85 0 0 0 8 5 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 110 0 0 0 7 6 0 0 20 0 20 0 3211877 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3211879 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3211880 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269392442784 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3211880 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269391390192 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 1628 0 0 0 20 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 1394 0 0 0 19 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 1060 0 0 0 18 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 727 0 0 0 14 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3211884 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3211885 11162247168 69378 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 10900632

[startup+6.30082 s]
/proc/loadavg: 13.77 13.67 10.26 8/284 16311
/proc/meminfo: memFree=31298252/32770624 swapFree=5892/55368
[pid=16291] ppid=16288 vsize=10967196 CPUtime=11.48 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 24671 0 0 0 1027 121 0 0 20 0 21 0 3211874 11230408704 127176 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2741799 127176 3135 1 0 2730193 0
[pid=16291/tid=16293] ppid=16288 vsize=10967196 CPUtime=5.91 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) R 16288 16291 15667 0 -1 4202560 7331 0 0 0 585 6 0 0 20 0 21 0 3211876 11230408704 127176 33554432000 4194304 4196468 140727933203040 140270190400648 140269827598723 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 194 0 0 0 20 12 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 228 0 0 0 19 14 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 370 0 0 0 19 14 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 405 0 0 0 20 13 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 171 0 0 0 20 12 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 316 0 0 0 20 13 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 172 0 0 0 19 14 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 205 0 0 0 18 14 0 0 20 0 21 0 3211877 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 680 0 0 0 0 0 0 0 20 0 21 0 3211879 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3211880 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269392442784 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3211880 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269391390192 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3211884 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=10967196 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 3393 0 0 0 81 1 0 0 20 0 21 0 3211884 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=10967196 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 3029 0 0 0 81 0 0 0 20 0 21 0 3211884 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=10967196 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 3749 0 0 0 82 0 0 0 20 0 21 0 3211884 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 2579 0 0 0 37 1 0 0 20 0 21 0 3211884 11230408704 127176 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=16291/tid=16309] ppid=16288 vsize=10967196 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 6219 0 0 0 43 2 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 2644 0 0 0 62 68 0 0 20 0 21 0 3211885 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16312] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3212457 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269382968752 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 2393.66
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2328.7 s]
/proc/loadavg: 2.00 2.04 2.71 4/284 16409
/proc/meminfo: memFree=25002084/32770624 swapFree=5892/57744
[pid=16291] ppid=16288 vsize=10967196 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 230726 0 0 0 238053 1954 0 0 20 0 21 0 3211874 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2741799 1031941 3165 1 0 2730193 0
[pid=16291/tid=16293] ppid=16288 vsize=10967196 CPUtime=2316.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) R 16288 16291 15667 0 -1 4202560 109802 0 0 0 231632 22 0 0 20 0 21 0 3211876 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140270190402528 140269827598755 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=10967196 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 8945 0 0 0 739 233 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=10967196 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 8198 0 0 0 719 233 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=10967196 CPUtime=9.7 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 8135 0 0 0 736 234 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=10967196 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 9367 0 0 0 726 234 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=10967196 CPUtime=9.58 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 8950 0 0 0 727 231 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=10967196 CPUtime=9.68 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 11002 0 0 0 745 223 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=10967196 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 8486 0 0 0 725 229 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=10967196 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 8596 0 0 0 731 236 0 0 20 0 21 0 3211877 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=10967196 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 22097 0 0 0 112 5 0 0 20 0 21 0 3211879 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 3211880 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269392442848 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 3211880 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269391390208 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=10967196 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 6525 0 0 0 105 2 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=10967196 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 5092 0 0 0 126 0 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=10967196 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 5257 0 0 0 113 1 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=10967196 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 6219 0 0 0 43 2 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3211884 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=10967196 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 2644 0 0 0 62 69 0 0 20 0 21 0 3211885 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16312] ppid=16288 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3212457 11230408704 1031941 33554432000 4194304 4196468 140727933203040 140269382968752 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 2400.07
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 16291 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2328.81 s]
/proc/loadavg: 2.00 2.04 2.71 4/284 16409
/proc/meminfo: memFree=25002084/32770624 swapFree=5892/57744
[pid=16291] ppid=16288 vsize=11166888 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 231610 0 0 0 238054 1954 0 0 20 0 22 0 3211874 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2791722 1032024 3167 1 0 2780116 0
[pid=16291/tid=16293] ppid=16288 vsize=11166888 CPUtime=2316.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 15667 0 -1 1077944384 109895 0 0 0 231632 22 0 0 20 0 22 0 3211876 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140270190406832 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=11166888 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 8945 0 0 0 739 233 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=11166888 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 8198 0 0 0 719 233 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=11166888 CPUtime=9.7 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 8135 0 0 0 736 234 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=11166888 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 9367 0 0 0 726 234 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=11166888 CPUtime=9.58 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 8950 0 0 0 727 231 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=11166888 CPUtime=9.68 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 11002 0 0 0 745 223 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=11166888 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 8486 0 0 0 725 229 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=11166888 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 8596 0 0 0 731 236 0 0 20 0 22 0 3211877 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=11166888 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 22133 0 0 0 112 5 0 0 20 0 22 0 3211879 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 3211880 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269392442848 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 3211880 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269391390208 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=11166888 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 6525 0 0 0 105 2 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=11166888 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 5092 0 0 0 126 0 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=11166888 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 5257 0 0 0 113 1 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=11166888 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 6345 0 0 0 43 2 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3211884 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=11166888 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 2644 0 0 0 62 69 0 0 20 0 22 0 3211885 11434893312 1032024 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

[startup+2329 s]
/proc/loadavg: 2.00 2.04 2.71 4/284 16409
/proc/meminfo: memFree=25002084/32770624 swapFree=5892/57744
[pid=16291] ppid=16288 vsize=11166888 CPUtime=2400.21 cores=1,3,5,7,9,11,13,15
/proc/16291/stat : 16291 (java) S 16288 16291 15667 0 -1 1077944320 233318 0 0 0 238066 1955 0 0 20 0 22 0 3211874 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140727933185584 140270186163959 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
/proc/16291/statm: 2791722 1032034 3167 1 0 2780116 0
[pid=16291/tid=16293] ppid=16288 vsize=11166888 CPUtime=2316.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 15667 0 -1 1077944384 109895 0 0 0 231632 22 0 0 20 0 22 0 3211876 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140270190406832 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16294] ppid=16288 vsize=11166888 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 15667 0 -1 1077944384 8945 0 0 0 739 233 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269792975632 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16295] ppid=16288 vsize=11166888 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 15667 0 -1 1077944384 8198 0 0 0 719 233 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269791923088 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16296] ppid=16288 vsize=11166888 CPUtime=9.7 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 15667 0 -1 1077944384 8135 0 0 0 736 234 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269790870544 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16297] ppid=16288 vsize=11166888 CPUtime=9.6 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 15667 0 -1 1077944384 9367 0 0 0 726 234 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269789818000 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16298] ppid=16288 vsize=11166888 CPUtime=9.58 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 15667 0 -1 1077944384 8950 0 0 0 727 231 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269788764432 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16299] ppid=16288 vsize=11166888 CPUtime=9.68 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 15667 0 -1 1077944384 11002 0 0 0 745 223 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269787711888 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16300] ppid=16288 vsize=11166888 CPUtime=9.54 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 15667 0 -1 1077944384 8486 0 0 0 725 229 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269786659344 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16301] ppid=16288 vsize=11166888 CPUtime=9.67 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 15667 0 -1 1077944384 8596 0 0 0 731 236 0 0 20 0 22 0 3211877 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269785606800 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16302] ppid=16288 vsize=11166888 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 15667 0 -1 1077944384 22133 0 0 0 112 5 0 0 20 0 22 0 3211879 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269393496560 140270186175106 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16303] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 15667 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 3211880 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269392442848 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16304] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 15667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 3211880 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269391390208 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16305] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 15667 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269390338768 140270186182555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16306] ppid=16288 vsize=11166888 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 15667 0 -1 1077944384 6866 0 0 0 106 2 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269389285360 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16307] ppid=16288 vsize=11166888 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 15667 0 -1 1077944384 5489 0 0 0 128 0 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269388232816 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16308] ppid=16288 vsize=11166888 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 15667 0 -1 1077944384 5631 0 0 0 115 1 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269387180272 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16309] ppid=16288 vsize=11166888 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 15667 0 -1 1077944384 6743 0 0 0 43 2 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269386127728 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16310] ppid=16288 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16310/stat : 16310 (java) S 16288 16291 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3211884 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269385075424 140270186174165 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
[pid=16291/tid=16311] ppid=16288 vsize=11166888 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16291/task/16311/stat : 16311 (java) S 16288 16291 15667 0 -1 1077944384 2644 0 0 0 62 69 0 0 20 0 22 0 3211885 11434893312 1032034 33554432000 4194304 4196468 140727933203040 140269384022960 140270186175106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26279936 140727933207723 140727933207876 140727933207876 140727933210575 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2329.08
CPU time (s): 2400.29
CPU user time (s): 2380.71
CPU system time (s): 19.5751
CPU usage (%): 103.057
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2380.71
system time used= 19.5751
maximum resident set size= 4128456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55379
involuntary context switches= 122682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6454 second user time and 19.0246 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 01:23:42
IDJOB=4244055
IDBENCH=134598
IDSOLVER=2623
FILE ID=node104/4244055-1500679422
RUNJOBID= node104-1500678377-15699
PBS_JOBID= 20623031
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-14-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244055-1500679422/watcher-4244055-1500679422 -o /tmp/evaluation-result-4244055-1500679422/solver-4244055-1500679422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500678377-15699 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244055-1500679422.xml

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

MD5SUM BENCH= dbbe8f9566e77e077469f9f7dbe82d4d
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		: 2668.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		: 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.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		: 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.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		: 1600.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		: 1867.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		: 2668.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		: 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.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		: 2668.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		: 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.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		: 2133.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		: 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.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		: 1733.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:        31813816 kB
MemAvailable:   31753108 kB
Buffers:           89316 kB
Cached:           130556 kB
SwapCached:          260 kB
Active:           426776 kB
Inactive:         113964 kB
Active(anon):     273528 kB
Inactive(anon):    58644 kB
Active(file):     153248 kB
Inactive(file):    55320 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105464 kB
Dirty:              1440 kB
Writeback:            16 kB
AnonPages:        420020 kB
Mapped:            41920 kB
Shmem:              8772 kB
Slab:             109680 kB
SReclaimable:      76440 kB
SUnreclaim:        33240 kB
KernelStack:        4880 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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:31