Trace number 4244057

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.51 2361.72

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-11-int.xml
MD5SUM909444204659572f342627c8b2f0e8e9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.198709
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints123
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":119},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":122},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.43/1.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.43/1.53	c This is free software under the dual EPL/GNU LGPL licenses.
3.43/1.53	c See www.sat4j.org for details.
3.43/1.53	c That software uses the Rhino library from the Mozilla project.
3.43/1.53	c version CUSTOM.v20170705
3.43/1.53	c java.runtime.name	Java(TM) SE Runtime Environment
3.43/1.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.43/1.53	c java.vm.version	25.131-b11
3.43/1.53	c java.vm.vendor	Oracle Corporation
3.43/1.53	c sun.arch.data.model	64
3.43/1.53	c java.version		1.8.0_131
3.43/1.53	c os.name		Linux
3.43/1.53	c os.version		3.10.0-514.16.1.el7.x86_64
3.43/1.53	c os.arch		amd64
3.43/1.53	c Free memory 		499604488
3.43/1.53	c Max memory 		7247757312
3.43/1.53	c Total memory 		504889344
3.43/1.53	c Number of processors 	8
3.43/1.53	c c --- Begin Solver configuration ---
3.43/1.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.43/1.53	c Learn all clauses as in MiniSAT
3.43/1.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.43/1.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.43/1.53	c No reason simplification
3.43/1.53	c Glucose 2.1 dynamic restart strategy
3.43/1.53	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.43/1.53	c timeout=2147483s
3.43/1.53	c DB Simplification allowed=false
3.43/1.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.43/1.53	c --- End Solver configuration ---
3.43/1.53	c constraints type 
3.43/1.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 242
3.43/1.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000912
3.43/1.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60016
3.43/1.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 244
3.43/1.53	c 1061414 constraints processed.
2400.26/2361.50	c starts		: 75735
2400.26/2361.50	c conflicts		: 15921001
2400.26/2361.50	c decisions		: 356103196
2400.26/2361.50	c propagations		: 3176807156
2400.26/2361.50	c inspects		: 24260827015
2400.26/2361.50	c shortcuts		: 0
2400.26/2361.50	c learnt literals	: 820
2400.26/2361.50	c learnt binary clauses	: 616652
2400.26/2361.50	c learnt ternary clauses	: 403851
2400.26/2361.50	c learnt constraints	: 15920181
2400.26/2361.50	c ignored constraints	: 0
2400.26/2361.50	c root simplifications	: 0
2400.26/2361.50	c removed literals (reason simplification)	: 0
2400.26/2361.50	c reason swapping (by a shorter reason)	: 0
2400.26/2361.50	c Calls to reduceDB	: 174
2400.26/2361.50	c Number of update (reduction) of LBD	: 11135866
2400.26/2361.50	c Imported unit clauses	: 0
2400.26/2361.50	c number of reductions to clauses (during analyze)	: 0
2400.26/2361.50	c number of learned constraints concerned by reduction	: 0
2400.26/2361.50	c number of learning phase by resolution	: 0
2400.26/2361.50	c number of learning phase by cutting planes	: 0
2400.26/2361.50	c number of rounding to 1 operations	: 0
2400.26/2361.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.26/2361.50	c number of reductions of the coefficients by power 2 	: 0
2400.26/2361.50	c number of right shift for reduction by power 2 	: 0
2400.26/2361.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.26/2361.50	c speed (assignments/second)	: 1346130.9652645772
2400.26/2361.50	c non guided choices	23635623
2400.39/2361.68	c learnt constraints type 
2400.39/2361.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 616652
2400.39/2361.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 897683
2400.39/2361.68	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-4244057-1500679432/watcher-4244057-1500679432 -o /tmp/evaluation-result-4244057-1500679432/solver-4244057-1500679432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500674589-12382 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244057-1500679432.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.18 3/262 13043
/proc/meminfo: memFree=30102208/32770624 swapFree=5856/202920
[pid=13043] ppid=13040 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 1990 0 0 0 0 0 0 0 20 0 2 0 3209997 8550137856 1733 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2087436 1733 1197 1 0 2076347 0
[pid=13043/tid=13044] ppid=13040 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 782 0 0 0 0 0 0 0 20 0 2 0 3209998 8550137856 1799 33554432000 4194304 4196468 140729324318512 140462181026208 140462169073568 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0

[startup+0.100138 s]
/proc/loadavg: 2.03 2.01 2.18 3/262 13043
/proc/meminfo: memFree=30102208/32770624 swapFree=5856/202920
[pid=13043] ppid=13040 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 5114 0 0 0 8 1 0 0 20 0 20 0 3209997 11162169344 6712 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2725139 6712 2637 1 0 2713552 0
[pid=13043/tid=13044] ppid=13040 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 3209 0 0 0 7 1 0 0 20 0 20 0 3209998 11162169344 6712 33554432000 4194304 4196468 140729324318512 140462181022240 140462176806045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200461 s]
/proc/loadavg: 2.03 2.01 2.18 3/262 13043
/proc/meminfo: memFree=30102208/32770624 swapFree=5856/202920
[pid=13043] ppid=13040 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 7245 0 0 0 23 3 0 0 20 0 20 0 3209997 11162169344 9086 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2725139 9086 2852 1 0 2713552 0
[pid=13043/tid=13044] ppid=13040 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 4916 0 0 0 16 2 0 0 20 0 20 0 3209998 11162169344 9086 33554432000 4194304 4196468 140729324318512 140462181005376 140462176806045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300392 s]
/proc/loadavg: 2.03 2.01 2.18 3/262 13043
/proc/meminfo: memFree=30102208/32770624 swapFree=5856/202920
[pid=13043] ppid=13040 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 8512 0 0 0 40 3 0 0 20 0 20 0 3209997 11162169344 10664 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2725139 10664 2952 1 0 2713552 0
[pid=13043/tid=13044] ppid=13040 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 5581 0 0 0 26 2 0 0 20 0 20 0 3209998 11162169344 10664 33554432000 4194304 4196468 140729324318512 140462181014424 140462176806045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700342 s]
/proc/loadavg: 2.03 2.01 2.18 3/262 13043
/proc/meminfo: memFree=30102208/32770624 swapFree=5856/202920
[pid=13043] ppid=13040 vsize=10900632 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 12810 0 0 0 140 4 0 0 20 0 20 0 3209997 11162247168 27308 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2725158 27308 3073 1 0 2713552 0
[pid=13043/tid=13044] ppid=13040 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 5902 0 0 0 65 3 0 0 20 0 20 0 3209998 11162247168 27308 33554432000 4194304 4196468 140729324318512 140462181022992 140461815318268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10900632

[startup+1.50107 s]
/proc/loadavg: 2.03 2.01 2.18 3/282 13063
/proc/meminfo: memFree=29959816/32770624 swapFree=5856/202948
[pid=13043] ppid=13040 vsize=10900632 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 21244 0 0 0 315 28 0 0 20 0 20 0 3209997 11162247168 59909 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2725158 59909 3107 1 0 2713552 0
[pid=13043/tid=13044] ppid=13040 vsize=10900632 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 7601 0 0 0 137 4 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140462181021720 140461813527424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 52 0 0 0 4 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 35 0 0 0 4 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 33 0 0 0 3 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 46 0 0 0 4 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 48 0 0 0 4 2 0 0 20 0 20 0 3209998 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 20 0 3210001 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 3210001 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461382481312 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13056/stat : 13056 (java) S 13040 13043 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 3210002 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461381428720 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13057] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13057/stat : 13057 (java) S 13040 13043 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3210005 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461380377296 140462176802715 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13058] ppid=13040 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13058/stat : 13058 (java) R 13040 13043 9833 0 -1 4202560 2891 0 0 0 34 0 0 0 20 0 20 0 3210005 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461379305456 140462169890665 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13059] ppid=13040 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13059/stat : 13059 (java) R 13040 13043 9833 0 -1 4202560 1864 0 0 0 30 1 0 0 20 0 20 0 3210005 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461378269744 140462160758907 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13060] ppid=13040 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13060/stat : 13060 (java) R 13040 13043 9833 0 -1 4202560 3954 0 0 0 54 0 0 0 20 0 20 0 3210005 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461377219096 140462154806770 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13061] ppid=13040 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13061/stat : 13061 (java) R 13040 13043 9833 0 -1 4202560 2873 0 0 0 27 0 0 0 20 0 20 0 3210005 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461376166256 140462176805466 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13062] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13062/stat : 13062 (java) S 13040 13043 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3210006 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461375113952 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13063] ppid=13040 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13063/stat : 13063 (java) S 13040 13043 9833 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 3210006 11162247168 59909 33554432000 4194304 4196468 140729324318512 140461374061488 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 10900632

[startup+3.10078 s]
/proc/loadavg: 2.19 2.04 2.19 3/283 13064
/proc/meminfo: memFree=29870220/32770624 swapFree=5856/202964
[pid=13043] ppid=13040 vsize=10967196 CPUtime=6.73 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 24220 0 0 0 644 29 0 0 20 0 21 0 3209997 11230408704 61318 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2741799 61318 3130 1 0 2730193 0
[pid=13043/tid=13044] ppid=13040 vsize=10967196 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 7774 0 0 0 296 4 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140462181020792 140461817030144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 52 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 35 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 33 0 0 0 3 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 46 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 48 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461382481312 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13056/stat : 13056 (java) S 13040 13043 9833 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 3210002 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461381428720 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13057] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13057/stat : 13057 (java) S 13040 13043 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210005 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461380377296 140462176802715 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13058] ppid=13040 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13058/stat : 13058 (java) S 13040 13043 9833 0 -1 1077944384 4210 0 0 0 84 0 0 0 20 0 21 0 3210005 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461379323888 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13059] ppid=13040 vsize=10967196 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13059/stat : 13059 (java) S 13040 13043 9833 0 -1 1077944384 2526 0 0 0 81 1 0 0 20 0 21 0 3210005 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461378271344 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13060] ppid=13040 vsize=10967196 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13060/stat : 13060 (java) S 13040 13043 9833 0 -1 1077944384 4668 0 0 0 113 0 0 0 20 0 21 0 3210005 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461377218800 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13061] ppid=13040 vsize=10967196 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13061/stat : 13061 (java) S 13040 13043 9833 0 -1 1077944384 2957 0 0 0 35 0 0 0 20 0 21 0 3210005 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461376166256 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13062] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13062/stat : 13062 (java) S 13040 13043 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210006 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461375113952 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13063] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13063/stat : 13063 (java) S 13040 13043 9833 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 21 0 3210006 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461374061488 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13064] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13064/stat : 13064 (java) S 13040 13043 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210153 11230408704 61318 33554432000 4194304 4196468 140729324318512 140461373007280 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 10967196

[startup+6.30079 s]
/proc/loadavg: 2.19 2.04 2.19 3/283 13064
/proc/meminfo: memFree=29872072/32770624 swapFree=5856/202972
[pid=13043] ppid=13040 vsize=10967196 CPUtime=9.94 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 24257 0 0 0 965 29 0 0 20 0 21 0 3209997 11230408704 60527 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2741799 60527 3130 1 0 2730193 0
[pid=13043/tid=13044] ppid=13040 vsize=10967196 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 7804 0 0 0 616 4 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140462181020192 140461817003637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 52 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 35 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 33 0 0 0 3 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 46 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 48 0 0 0 4 2 0 0 20 0 21 0 3209998 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 60527 33554432000 4194304 4196468 140729324318512 140461382481312 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=13043] ppid=13040 vsize=10967196 CPUtime=2361.07 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 165565 0 0 0 234690 1417 0 0 20 0 21 0 3209997 11230408704 793862 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2741799 793862 3166 1 0 2730193 0
[pid=13043/tid=13044] ppid=13040 vsize=10967196 CPUtime=2315.67 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 89428 0 0 0 231542 25 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140462181022688 140461814321951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 3265 0 0 0 334 170 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=10967196 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 4192 0 0 0 330 156 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=10967196 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 4033 0 0 0 330 169 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 3420 0 0 0 340 164 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=10967196 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 3799 0 0 0 337 169 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 3621 0 0 0 334 170 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=10967196 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 4124 0 0 0 333 167 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=10967196 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 4076 0 0 0 336 166 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=10967196 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 20223 0 0 0 52 4 0 0 20 0 21 0 3210001 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461382481376 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13056/stat : 13056 (java) S 13040 13043 9833 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 21 0 3210002 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461381428720 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13057] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13057/stat : 13057 (java) S 13040 13043 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461380377296 140462176802715 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13058] ppid=13040 vsize=10967196 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13058/stat : 13058 (java) S 13040 13043 9833 0 -1 1077944384 6025 0 0 0 90 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461379323888 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13059] ppid=13040 vsize=10967196 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13059/stat : 13059 (java) S 13040 13043 9833 0 -1 1077944384 3626 0 0 0 84 2 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461378271344 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13060] ppid=13040 vsize=10967196 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13060/stat : 13060 (java) S 13040 13043 9833 0 -1 1077944384 6214 0 0 0 116 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461377218800 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13061] ppid=13040 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13061/stat : 13061 (java) S 13040 13043 9833 0 -1 1077944384 5781 0 0 0 38 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461376166256 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13062] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13062/stat : 13062 (java) S 13040 13043 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210006 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461375113952 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13063] ppid=13040 vsize=10967196 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13063/stat : 13063 (java) S 13040 13043 9833 0 -1 1077944384 2249 0 0 0 71 64 0 0 20 0 21 0 3210006 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461374061488 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13064] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13064/stat : 13064 (java) S 13040 13043 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210153 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461373007280 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 2361.07
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/283 13249
/proc/meminfo: memFree=28589204/32770624 swapFree=5856/205108
[pid=13043] ppid=13040 vsize=10967196 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 167827 0 0 0 238589 1419 0 0 20 0 21 0 3209997 11230408704 793862 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2741799 793862 3166 1 0 2730193 0
[pid=13043/tid=13044] ppid=13040 vsize=10967196 CPUtime=2354.65 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4202560 91548 0 0 0 235440 25 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140462181022688 140461817662473 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 3265 0 0 0 334 170 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=10967196 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 4192 0 0 0 330 156 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=10967196 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 4033 0 0 0 330 169 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 3420 0 0 0 340 164 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=10967196 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 3799 0 0 0 337 169 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=10967196 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 3621 0 0 0 334 170 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=10967196 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 4124 0 0 0 333 167 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=10967196 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 4076 0 0 0 336 166 0 0 20 0 21 0 3209998 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=10967196 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 20242 0 0 0 52 4 0 0 20 0 21 0 3210001 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 3210001 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461382481376 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13056/stat : 13056 (java) S 13040 13043 9833 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 21 0 3210002 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461381428720 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13057] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13057/stat : 13057 (java) S 13040 13043 9833 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461380377296 140462176802715 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13058] ppid=13040 vsize=10967196 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13058/stat : 13058 (java) S 13040 13043 9833 0 -1 1077944384 6033 0 0 0 90 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461379323888 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13059] ppid=13040 vsize=10967196 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13059/stat : 13059 (java) S 13040 13043 9833 0 -1 1077944384 3632 0 0 0 84 2 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461378271344 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13060] ppid=13040 vsize=10967196 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13060/stat : 13060 (java) S 13040 13043 9833 0 -1 1077944384 6243 0 0 0 116 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461377218800 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13061] ppid=13040 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13061/stat : 13061 (java) S 13040 13043 9833 0 -1 1077944384 5791 0 0 0 38 1 0 0 20 0 21 0 3210005 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461376166256 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13062] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13062/stat : 13062 (java) S 13040 13043 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3210006 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461375113952 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13063] ppid=13040 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13063/stat : 13063 (java) S 13040 13043 9833 0 -1 1077944384 2319 0 0 0 72 65 0 0 20 0 21 0 3210006 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461374061488 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13064] ppid=13040 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13064/stat : 13064 (java) S 13040 13043 9833 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3210153 11230408704 793862 33554432000 4194304 4196468 140729324318512 140461373007280 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 2400.08
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 13043 sig 9
??? kill -13043 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2361.6 s]
/proc/loadavg: 1.98 1.99 2.03 3/283 13249
/proc/meminfo: memFree=28589204/32770624 swapFree=5856/205108
[pid=13043] ppid=13040 vsize=11166888 CPUtime=2400.39 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) S 13040 13043 9833 0 -1 1077944320 170298 0 0 0 238620 1419 0 0 20 0 22 0 3209997 11434893312 793956 33554432000 4194304 4196468 140729324318512 140729324301056 140462176784119 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
/proc/13043/statm: 2791722 793956 3168 1 0 2780116 0
[pid=13043/tid=13044] ppid=13040 vsize=11166888 CPUtime=2354.82 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) S 13040 13043 9833 0 -1 1077944384 91657 0 0 0 235457 25 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140462181026992 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13046] ppid=13040 vsize=11166888 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13046/stat : 13046 (java) S 13040 13043 9833 0 -1 1077944384 3265 0 0 0 334 170 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140462142065424 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13047] ppid=13040 vsize=11166888 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13047/stat : 13047 (java) S 13040 13043 9833 0 -1 1077944384 4192 0 0 0 330 156 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461782707088 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13048] ppid=13040 vsize=11166888 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13048/stat : 13048 (java) S 13040 13043 9833 0 -1 1077944384 4033 0 0 0 330 169 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461781654544 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13049] ppid=13040 vsize=11166888 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13049/stat : 13049 (java) S 13040 13043 9833 0 -1 1077944384 3420 0 0 0 340 164 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461780602000 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13050] ppid=13040 vsize=11166888 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13050/stat : 13050 (java) S 13040 13043 9833 0 -1 1077944384 3799 0 0 0 337 169 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461779548432 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13051] ppid=13040 vsize=11166888 CPUtime=5.04 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13051/stat : 13051 (java) S 13040 13043 9833 0 -1 1077944384 3621 0 0 0 334 170 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461778495888 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13052] ppid=13040 vsize=11166888 CPUtime=5 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13052/stat : 13052 (java) S 13040 13043 9833 0 -1 1077944384 4124 0 0 0 333 167 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461777443344 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13053] ppid=13040 vsize=11166888 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13053/stat : 13053 (java) S 13040 13043 9833 0 -1 1077944384 4076 0 0 0 336 166 0 0 20 0 22 0 3209998 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461776390800 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13054] ppid=13040 vsize=11166888 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13054/stat : 13054 (java) S 13040 13043 9833 0 -1 1077944384 20242 0 0 0 52 4 0 0 20 0 22 0 3210001 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461383535088 140462176795266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13055] ppid=13040 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13055/stat : 13055 (java) S 13040 13043 9833 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 22 0 3210001 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461382481376 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13056] ppid=13040 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13056/stat : 13056 (java) S 13040 13043 9833 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3210002 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461381428720 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13057] ppid=13040 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13057/stat : 13057 (java) S 13040 13043 9833 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 22 0 3210005 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461380377296 140462176802715 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13058] ppid=13040 vsize=11166888 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13058/stat : 13058 (java) S 13040 13043 9833 0 -1 1077944384 6441 0 0 0 92 1 0 0 20 0 22 0 3210005 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461379323888 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13059] ppid=13040 vsize=11166888 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13059/stat : 13059 (java) S 13040 13043 9833 0 -1 1077944384 3746 0 0 0 84 2 0 0 20 0 22 0 3210005 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461378271344 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13060] ppid=13040 vsize=11166888 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13060/stat : 13060 (java) R 13040 13043 9833 0 -1 4202560 6459 0 0 0 117 1 0 0 20 0 22 0 3210005 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461377219096 140462154641440 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13061] ppid=13040 vsize=11166888 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13061/stat : 13061 (java) S 13040 13043 9833 0 -1 1077944384 6546 0 0 0 39 1 0 0 20 0 22 0 3210005 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461376166256 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13062] ppid=13040 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13062/stat : 13062 (java) S 13040 13043 9833 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3210006 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461375113952 140462176794325 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
[pid=13043/tid=13063] ppid=13040 vsize=11166888 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13063/stat : 13063 (java) S 13040 13043 9833 0 -1 1077944384 2319 0 0 0 72 65 0 0 20 0 22 0 3210006 11434893312 793956 33554432000 4194304 4196468 140729324318512 140461374061488 140462176795266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140729324319915 140729324320068 140729324320068 140729324322767 0
Current children cumulated CPU time (s) 2400.39
Current children cumulated vsize (KiB) 11166888

[startup+2361.7 s]
/proc/loadavg: 1.98 1.99 2.03 3/264 13252
/proc/meminfo: memFree=28594008/32770624 swapFree=5856/205136
[pid=13043] ppid=13040 vsize=0 CPUtime=2400.5 cores=0,2,4,6,8,10,12,14
/proc/13043/stat : 13043 (java) Z 13040 13043 9833 0 -1 4228108 170388 0 0 0 238630 1420 0 0 20 0 2 0 3209997 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/13043/statm: 0 0 0 0 0 0 0
[pid=13043/tid=13044] ppid=13040 vsize=0 CPUtime=2354.83 cores=0,2,4,6,8,10,12,14
/proc/13043/task/13044/stat : 13044 (java) R 13040 13043 9833 0 -1 4203588 91657 0 0 0 235457 26 0 0 20 0 2 0 3209998 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2361.72
CPU time (s): 2400.51
CPU user time (s): 2386.3
CPU system time (s): 14.2134
CPU usage (%): 101.643
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.3
system time used= 14.2134
maximum resident set size= 3410536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55137
involuntary context switches= 124740

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5687 second user time and 19.4391 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 01:23:52
IDJOB=4244057
IDBENCH=134601
IDSOLVER=2623
FILE ID=node136/4244057-1500679432
RUNJOBID= node136-1500674589-12382
PBS_JOBID= 20623284
Free space on /tmp= 61992 MiB

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

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

MD5SUM BENCH= 909444204659572f342627c8b2f0e8e9
RANDOM SEED=1721095930

node136.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.42
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.56
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.42
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.56
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		: 2133.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.42
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.56
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.42
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.56
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.42
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		: 2133.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.42
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.56
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		: 2133.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.42
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30103004 kB
MemAvailable:   30108568 kB
Buffers:           39748 kB
Cached:           276000 kB
SwapCached:            0 kB
Active:          2077988 kB
Inactive:         211672 kB
Active(anon):    1976716 kB
Inactive(anon):     8752 kB
Active(file):     101272 kB
Inactive(file):   202920 kB
Unevictable:        5856 kB
Mlocked:            5888 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1532 kB
Writeback:            16 kB
AnonPages:       1978776 kB
Mapped:            42276 kB
Shmem:              8852 kB
Slab:              67160 kB
SReclaimable:      34412 kB
SUnreclaim:        32748 kB
KernelStack:        4528 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4210708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1652736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61992 MiB
End job on node136 at 2017-07-22 02:03:13