Trace number 4243505

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.2 2109.79

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-bur26g.xml
MD5SUMe15ea9448d462545754e2532d86d3e94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3138098
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables702
Number of constraints326
Number of domains2
Minimum domain size26
Maximum domain size280
Distribution of domain sizes[{"size":26,"count":26},{"size":280,"count":325}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":351},{"degree":2,"count":325},{"degree":26,"count":26}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":325},{"arity":26,"count":1}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=13194
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.05 2.87 3.20 3/262 13197
/proc/meminfo: memFree=31398668/32770624 swapFree=5760/208224
[pid=13197] ppid=13194 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 2061 0 0 0 0 0 0 0 20 0 2 0 2581509 8550137856 2310 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2087436 2310 1197 1 0 2076347 0
[pid=13197/tid=13198] ppid=13194 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 861 0 0 0 0 0 0 0 20 0 2 0 2581510 8550137856 2442 33554432000 4194304 4196468 140735466273680 140537244211616 140537232258976 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0

[startup+0.100077 s]
/proc/loadavg: 2.05 2.87 3.20 3/262 13197
/proc/meminfo: memFree=31398668/32770624 swapFree=5760/208224
[pid=13197] ppid=13194 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 4867 0 0 0 8 1 0 0 20 0 20 0 2581509 11162066944 5949 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725114 5949 2591 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 2950 0 0 0 7 1 0 0 20 0 20 0 2581510 11162066944 5949 33554432000 4194304 4196468 140735466273680 140537244211808 140537224050014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200529 s]
/proc/loadavg: 2.05 2.87 3.20 3/262 13197
/proc/meminfo: memFree=31398668/32770624 swapFree=5760/208224
[pid=13197] ppid=13194 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 6984 0 0 0 23 2 0 0 20 0 20 0 2581509 11162169344 7713 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725139 7713 2823 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 4672 0 0 0 16 1 0 0 20 0 20 0 2581510 11162169344 7713 33554432000 4194304 4196468 140735466273680 140537244201680 140537224050014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300424 s]
/proc/loadavg: 2.05 2.87 3.20 3/262 13197
/proc/meminfo: memFree=31398668/32770624 swapFree=5760/208224
[pid=13197] ppid=13194 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 8118 0 0 0 39 3 0 0 20 0 20 0 2581509 11162169344 9973 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725139 9973 2916 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 5266 0 0 0 26 2 0 0 20 0 20 0 2581510 11162169344 9973 33554432000 4194304 4196468 140735466273680 140537244202176 140536849629305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700303 s]
/proc/loadavg: 2.05 2.87 3.20 3/262 13197
/proc/meminfo: memFree=31398668/32770624 swapFree=5760/208224
[pid=13197] ppid=13194 vsize=10900632 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 11554 0 0 0 168 26 0 0 20 0 20 0 2581509 11162247168 52808 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725158 52808 3116 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 5952 0 0 0 59 4 0 0 20 0 20 0 2581510 11162247168 52808 33554432000 4194304 4196468 140735466273680 140537244203912 140536851455092 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10900632

[startup+1.50175 s]
/proc/loadavg: 2.04 2.85 3.19 6/282 13217
/proc/meminfo: memFree=31150188/32770624 swapFree=5760/208280
[pid=13197] ppid=13194 vsize=10900632 CPUtime=5.56 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 25600 0 0 0 496 60 0 0 20 0 20 0 2581509 11162247168 110752 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725158 110752 3129 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 6053 0 0 0 127 5 0 0 20 0 20 0 2581510 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537244204040 140536853636281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) S 13194 13197 9821 0 -1 1077944384 105 0 0 0 8 6 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537176660496 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) S 13194 13197 9821 0 -1 1077944384 92 0 0 0 7 6 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537175607952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) S 13194 13197 9821 0 -1 1077944384 73 0 0 0 4 4 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537174554896 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) S 13194 13197 9821 0 -1 1077944384 88 0 0 0 7 6 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537173502352 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) S 13194 13197 9821 0 -1 1077944384 104 0 0 0 7 7 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537172450320 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) S 13194 13197 9821 0 -1 1077944384 104 0 0 0 6 6 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537171397776 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) S 13194 13197 9821 0 -1 1077944384 59 0 0 0 7 5 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140537170344720 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) S 13194 13197 9821 0 -1 1077944384 109 0 0 0 7 7 0 0 20 0 20 0 2581511 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536839007120 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 2581513 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536446671088 140537239980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536444564208 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13211/stat : 13211 (java) S 13194 13197 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2581518 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536443512784 140537239988123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13212] ppid=13194 vsize=10900632 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13212/stat : 13212 (java) R 13194 13197 9821 0 -1 4202560 4325 0 0 0 88 1 0 0 20 0 20 0 2581518 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536442447456 140537218361562 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13213] ppid=13194 vsize=10900632 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13213/stat : 13213 (java) R 13194 13197 9821 0 -1 4202560 6984 0 0 0 96 1 0 0 20 0 20 0 2581518 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536441394392 140537224888393 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13214] ppid=13194 vsize=10900632 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13214/stat : 13214 (java) R 13194 13197 9821 0 -1 4202560 4036 0 0 0 90 0 0 0 20 0 20 0 2581518 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536440337472 140537223500992 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13215] ppid=13194 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 1892 0 0 0 35 0 0 0 20 0 20 0 2581518 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2581519 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2581519 11162247168 110752 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 10900632

[startup+3.10092 s]
/proc/loadavg: 2.04 2.85 3.19 3/282 13217
/proc/meminfo: memFree=30883060/32770624 swapFree=5760/208280
[pid=13197] ppid=13194 vsize=10900632 CPUtime=11.18 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 29092 0 0 0 955 163 0 0 20 0 20 0 2581509 11162247168 228780 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725158 228780 3149 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900632 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) S 13194 13197 9821 0 -1 1077944384 6434 0 0 0 229 9 0 0 20 0 20 0 2581510 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537244202656 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) R 13194 13197 9821 0 -1 1077944384 469 0 0 0 47 19 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537176660080 140537239980674 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) R 13194 13197 9821 0 -1 4202560 258 0 0 0 47 19 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537175607536 140537232597735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=10900632 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) R 13194 13197 9821 0 -1 4202560 728 0 0 0 47 13 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537174554480 140537232597735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) R 13194 13197 9821 0 -1 4202560 339 0 0 0 46 19 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537173501936 140537232597735 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) R 13194 13197 9821 0 -1 4202560 422 0 0 0 47 20 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537172449904 140537232597735 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) R 13194 13197 9821 0 -1 4202560 403 0 0 0 46 19 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537171397976 140537224920654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) R 13194 13197 9821 0 -1 4202560 357 0 0 0 49 16 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140537170344304 140537232597735 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) R 13194 13197 9821 0 -1 4202560 375 0 0 0 47 20 0 0 20 0 20 0 2581511 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536839006704 140537232597735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 20 0 2581513 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536446669408 140537239979733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536444564208 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13211/stat : 13211 (java) S 13194 13197 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2581518 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536443512784 140537239988123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13212] ppid=13194 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13212/stat : 13212 (java) S 13194 13197 9821 0 -1 1077944384 4345 0 0 0 98 1 0 0 20 0 20 0 2581518 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536442460912 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13213] ppid=13194 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13213/stat : 13213 (java) S 13194 13197 9821 0 -1 1077944384 7045 0 0 0 104 1 0 0 20 0 20 0 2581518 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536441408368 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13214] ppid=13194 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13214/stat : 13214 (java) S 13194 13197 9821 0 -1 1077944384 4057 0 0 0 106 0 0 0 20 0 20 0 2581518 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536440355312 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13215] ppid=13194 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 1893 0 0 0 36 0 0 0 20 0 20 0 2581518 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2581519 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2581519 11162247168 228780 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 10900632

[startup+6.30152 s]
/proc/loadavg: 1.96 2.82 3.18 3/282 13217
/proc/meminfo: memFree=30378928/32770624 swapFree=5760/208292
[pid=13197] ppid=13194 vsize=10900632 CPUtime=20.59 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 32610 0 0 0 1711 348 0 0 20 0 20 0 2581509 11162247168 375009 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2725158 375009 3156 1 0 2713552 0
[pid=13197/tid=13198] ppid=13194 vsize=10900632 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) S 13194 13197 9821 0 -1 1077944384 7702 0 0 0 407 11 0 0 20 0 20 0 2581510 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537244202400 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) R 13194 13197 9821 0 -1 4202560 805 0 0 0 110 43 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537176660384 140537232597735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) R 13194 13197 9821 0 -1 4202560 474 0 0 0 110 45 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537175608152 140537232597735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) R 13194 13197 9821 0 -1 4202560 910 0 0 0 114 35 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537174555096 140537232597735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=10900632 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) R 13194 13197 9821 0 -1 4202560 567 0 0 0 111 43 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537173502552 140537232597735 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=10900632 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) R 13194 13197 9821 0 -1 4202560 619 0 0 0 113 43 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537172450520 140537232597735 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=10900632 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) R 13194 13197 9821 0 -1 4202560 669 0 0 0 116 38 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537171397896 140537225728344 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) R 13194 13197 9821 0 -1 4202560 552 0 0 0 113 40 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140537170344920 140537232597735 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) R 13194 13197 9821 0 -1 4202560 670 0 0 0 114 41 0 0 20 0 20 0 2581511 11162247168 375009 33554432000 4194304 4196468 140735466273680 140536839007320 140537233072423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=10900632 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 917 0 0 0 50 0 0 0 20 0 20 0 2581513 11162247168 375521 33554432000 4194304 4196468 140735466273680 140536446669600 140537239979733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 375521 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2581514 11162247168 375521 33554432000 4194304 4196468 140735466273680 140536444564208 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=13197/tid=13215] ppid=13194 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 5568 0 0 0 53 1 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2581519 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=10967196 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 2073 0 0 0 67 66 0 0 20 0 21 0 2581519 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13227] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13227/stat : 13227 (java) S 13194 13197 9821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2588774 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536436142768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 2372.88
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2109.5 s]
/proc/loadavg: 8.25 4.91 3.31 10/283 13411
/proc/meminfo: memFree=16303636/32770624 swapFree=5744/211036
[pid=13197] ppid=13194 vsize=10967196 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 354497 0 0 0 237969 2039 0 0 20 0 21 0 2581509 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2741799 1878380 3174 1 0 2730193 0
[pid=13197/tid=13198] ppid=13194 vsize=10967196 CPUtime=2055.65 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) R 13194 13197 9821 0 -1 4202560 144018 0 0 0 205531 34 0 0 20 0 21 0 2581510 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537244208712 140536855166358 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=10967196 CPUtime=40.61 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) S 13194 13197 9821 0 -1 1077944384 18490 0 0 0 3816 245 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537176660496 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=10967196 CPUtime=40.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) S 13194 13197 9821 0 -1 1077944384 20826 0 0 0 3814 253 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537175607952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=10967196 CPUtime=40.57 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) S 13194 13197 9821 0 -1 1077944384 18296 0 0 0 3828 229 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537174554896 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=10967196 CPUtime=40.71 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) S 13194 13197 9821 0 -1 1077944384 20855 0 0 0 3833 238 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537173502352 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=10967196 CPUtime=40.48 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) S 13194 13197 9821 0 -1 1077944384 17855 0 0 0 3805 243 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537172450320 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=10967196 CPUtime=40.77 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) S 13194 13197 9821 0 -1 1077944384 13713 0 0 0 3841 236 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537171397776 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=10967196 CPUtime=40.74 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) S 13194 13197 9821 0 -1 1077944384 17375 0 0 0 3832 242 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140537170344720 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=10967196 CPUtime=40.78 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) S 13194 13197 9821 0 -1 1077944384 14498 0 0 0 3828 250 0 0 20 0 21 0 2581511 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536839007120 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=10967196 CPUtime=11.53 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 24040 0 0 0 1149 4 0 0 20 0 21 0 2581513 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536446671088 140537239980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2581514 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 21 0 2581514 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536444564224 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13211/stat : 13211 (java) S 13194 13197 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536443512784 140537239988123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13212] ppid=13194 vsize=10967196 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13212/stat : 13212 (java) S 13194 13197 9821 0 -1 1077944384 13266 0 0 0 178 2 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536442460912 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13213] ppid=13194 vsize=10967196 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13213/stat : 13213 (java) S 13194 13197 9821 0 -1 1077944384 10157 0 0 0 185 2 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536441408368 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13214] ppid=13194 vsize=10967196 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13214/stat : 13214 (java) S 13194 13197 9821 0 -1 1077944384 11947 0 0 0 184 3 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536440355312 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13215] ppid=13194 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 5576 0 0 0 53 1 0 0 20 0 21 0 2581518 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2581519 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=10967196 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 2111 0 0 0 68 67 0 0 20 0 21 0 2581519 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13227] ppid=13194 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13227/stat : 13227 (java) S 13194 13197 9821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2588774 11230408704 1878380 33554432000 4194304 4196468 140735466273680 140536436142768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 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 13197 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2109.61 s]
/proc/loadavg: 8.25 4.91 3.31 10/283 13411
/proc/meminfo: memFree=16303636/32770624 swapFree=5744/211036
[pid=13197] ppid=13194 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 355731 0 0 0 237971 2039 0 0 20 0 22 0 2581509 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2791722 1878435 3176 1 0 2780116 0
[pid=13197/tid=13198] ppid=13194 vsize=11166888 CPUtime=2055.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) S 13194 13197 9821 0 -1 1077944384 144120 0 0 0 205533 34 0 0 20 0 22 0 2581510 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537244212400 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=11166888 CPUtime=40.61 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) S 13194 13197 9821 0 -1 1077944384 18490 0 0 0 3816 245 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537176660496 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=11166888 CPUtime=40.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) S 13194 13197 9821 0 -1 1077944384 20826 0 0 0 3814 253 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537175607952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=11166888 CPUtime=40.57 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) S 13194 13197 9821 0 -1 1077944384 18296 0 0 0 3828 229 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537174554896 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=11166888 CPUtime=40.71 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) S 13194 13197 9821 0 -1 1077944384 20855 0 0 0 3833 238 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537173502352 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=11166888 CPUtime=40.48 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) S 13194 13197 9821 0 -1 1077944384 17855 0 0 0 3805 243 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537172450320 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=11166888 CPUtime=40.77 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) S 13194 13197 9821 0 -1 1077944384 13713 0 0 0 3841 236 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537171397776 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=11166888 CPUtime=40.74 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) S 13194 13197 9821 0 -1 1077944384 17375 0 0 0 3832 242 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537170344720 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=11166888 CPUtime=40.78 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) S 13194 13197 9821 0 -1 1077944384 14498 0 0 0 3828 250 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536839007120 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=11166888 CPUtime=11.53 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 24071 0 0 0 1149 4 0 0 20 0 22 0 2581513 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536446671088 140537239980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2581514 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 22 0 2581514 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536444564224 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13211/stat : 13211 (java) S 13194 13197 9821 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536443512784 140537239988123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13212] ppid=13194 vsize=11166888 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13212/stat : 13212 (java) S 13194 13197 9821 0 -1 1077944384 13266 0 0 0 178 2 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536442460912 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13213] ppid=13194 vsize=11166888 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13213/stat : 13213 (java) S 13194 13197 9821 0 -1 1077944384 10157 0 0 0 185 2 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536441408368 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13214] ppid=13194 vsize=11166888 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13214/stat : 13214 (java) S 13194 13197 9821 0 -1 1077944384 11947 0 0 0 184 3 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536440355312 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13215] ppid=13194 vsize=11166888 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 6115 0 0 0 53 1 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2581519 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=11166888 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 2111 0 0 0 68 67 0 0 20 0 22 0 2581519 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

[startup+2109.7 s]
/proc/loadavg: 8.25 4.91 3.31 10/283 13411
/proc/meminfo: memFree=16303636/32770624 swapFree=5744/211036
[pid=13197] ppid=13194 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/13197/stat : 13197 (java) S 13194 13197 9821 0 -1 1077944320 355731 0 0 0 237971 2039 0 0 20 0 22 0 2581509 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140735466256224 140537239969527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
/proc/13197/statm: 2791722 1878435 3176 1 0 2780116 0
[pid=13197/tid=13198] ppid=13194 vsize=11166888 CPUtime=2055.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13198/stat : 13198 (java) S 13194 13197 9821 0 -1 1077944384 144120 0 0 0 205533 34 0 0 20 0 22 0 2581510 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537244212400 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13200] ppid=13194 vsize=11166888 CPUtime=40.61 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13200/stat : 13200 (java) S 13194 13197 9821 0 -1 1077944384 18490 0 0 0 3816 245 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537176660496 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13201] ppid=13194 vsize=11166888 CPUtime=40.67 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13201/stat : 13201 (java) S 13194 13197 9821 0 -1 1077944384 20826 0 0 0 3814 253 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537175607952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13202] ppid=13194 vsize=11166888 CPUtime=40.57 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13202/stat : 13202 (java) S 13194 13197 9821 0 -1 1077944384 18296 0 0 0 3828 229 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537174554896 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13203] ppid=13194 vsize=11166888 CPUtime=40.71 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13203/stat : 13203 (java) S 13194 13197 9821 0 -1 1077944384 20855 0 0 0 3833 238 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537173502352 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13204] ppid=13194 vsize=11166888 CPUtime=40.48 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13204/stat : 13204 (java) S 13194 13197 9821 0 -1 1077944384 17855 0 0 0 3805 243 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537172450320 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13205] ppid=13194 vsize=11166888 CPUtime=40.77 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13205/stat : 13205 (java) S 13194 13197 9821 0 -1 1077944384 13713 0 0 0 3841 236 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537171397776 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13206] ppid=13194 vsize=11166888 CPUtime=40.74 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13206/stat : 13206 (java) S 13194 13197 9821 0 -1 1077944384 17375 0 0 0 3832 242 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140537170344720 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13207] ppid=13194 vsize=11166888 CPUtime=40.78 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13207/stat : 13207 (java) S 13194 13197 9821 0 -1 1077944384 14498 0 0 0 3828 250 0 0 20 0 22 0 2581511 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536839007120 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13208] ppid=13194 vsize=11166888 CPUtime=11.53 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13208/stat : 13208 (java) S 13194 13197 9821 0 -1 1077944384 24071 0 0 0 1149 4 0 0 20 0 22 0 2581513 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536446671088 140537239980674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13209] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13209/stat : 13209 (java) S 13194 13197 9821 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2581514 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536445617376 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13210] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13210/stat : 13210 (java) S 13194 13197 9821 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 22 0 2581514 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536444564224 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13211] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13211/stat : 13211 (java) S 13194 13197 9821 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536443512784 140537239988123 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13212] ppid=13194 vsize=11166888 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13212/stat : 13212 (java) S 13194 13197 9821 0 -1 1077944384 13266 0 0 0 178 2 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536442460912 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13213] ppid=13194 vsize=11166888 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13213/stat : 13213 (java) S 13194 13197 9821 0 -1 1077944384 10157 0 0 0 185 2 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536441408368 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13214] ppid=13194 vsize=11166888 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13214/stat : 13214 (java) S 13194 13197 9821 0 -1 1077944384 11947 0 0 0 184 3 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536440355312 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13215] ppid=13194 vsize=11166888 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13215/stat : 13215 (java) S 13194 13197 9821 0 -1 1077944384 6115 0 0 0 53 1 0 0 20 0 22 0 2581518 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536439302768 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13216] ppid=13194 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13216/stat : 13216 (java) S 13194 13197 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2581519 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536438249952 140537239979733 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
[pid=13197/tid=13217] ppid=13194 vsize=11166888 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/13197/task/13217/stat : 13217 (java) S 13194 13197 9821 0 -1 1077944384 2111 0 0 0 68 67 0 0 20 0 22 0 2581519 11434893312 1878435 33554432000 4194304 4196468 140735466273680 140536437197488 140537239980674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9232384 140735466280107 140735466280260 140735466280260 140735466282959 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2109.79
CPU time (s): 2400.2
CPU user time (s): 2379.76
CPU system time (s): 20.4378
CPU usage (%): 113.765
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2379.76
system time used= 20.4378
maximum resident set size= 7514032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54478
involuntary context switches= 129518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5195 second user time and 17.5664 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 23:39:12
IDJOB=4243505
IDBENCH=123075
IDSOLVER=2623
FILE ID=node143/4243505-1500673152
RUNJOBID= node143-1500670246-12513
PBS_JOBID= 20623278
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-bur26g.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243505-1500673152/watcher-4243505-1500673152 -o /tmp/evaluation-result-4243505-1500673152/solver-4243505-1500673152 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500670246-12513 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243505-1500673152.xml

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

MD5SUM BENCH= e15ea9448d462545754e2532d86d3e94
RANDOM SEED=1039539322

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31398740 kB
MemAvailable:   31454048 kB
Buffers:           71160 kB
Cached:           283124 kB
SwapCached:            0 kB
Active:           759196 kB
Inactive:         216960 kB
Active(anon):     624716 kB
Inactive(anon):     8736 kB
Active(file):     134480 kB
Inactive(file):   208224 kB
Unevictable:        5760 kB
Mlocked:            5760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1616 kB
Writeback:             8 kB
AnonPages:        627084 kB
Mapped:            42156 kB
Shmem:              8852 kB
Slab:              89436 kB
SReclaimable:      56880 kB
SUnreclaim:        32556 kB
KernelStack:        4528 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1453572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61988 MiB
End job on node143 at 2017-07-22 00:14:22