Trace number 4244076

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.21 2357.74

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P071-Q409.xml
MD5SUM00888bf8312be233faaf540b9d46fb52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.048999999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=7319
running on 8 cores: 0-3,8-11

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: 1.95 2.01 2.49 2/262 7322
/proc/meminfo: memFree=31395896/32770624 swapFree=5804/177508
[pid=7322] ppid=7319 vsize=361196 CPUtime=0 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3224579 369864704 1934 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 90299 1934 1081 1 0 79210 0
[pid=7322/tid=7323] ppid=7319 vsize=361196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 410 0 0 0 0 0 0 0 20 0 2 0 3224579 369864704 1934 33554432000 4194304 4196468 140728623890320 140094786021792 140094781801050 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0

[startup+0.100076 s]
/proc/loadavg: 1.95 2.01 2.49 2/262 7322
/proc/meminfo: memFree=31395896/32770624 swapFree=5804/177508
[pid=7322] ppid=7319 vsize=10900456 CPUtime=0.1 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 4918 0 0 0 9 1 0 0 20 0 20 0 3224579 11162066944 6002 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725114 6002 2593 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900456 CPUtime=0.08 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 3005 0 0 0 8 0 0 0 20 0 20 0 3224579 11162066944 6002 33554432000 4194304 4196468 140728623890320 140094786021984 140094760204929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200491 s]
/proc/loadavg: 1.95 2.01 2.49 2/262 7322
/proc/meminfo: memFree=31395896/32770624 swapFree=5804/177508
[pid=7322] ppid=7319 vsize=10900556 CPUtime=0.25 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 7034 0 0 0 24 1 0 0 20 0 20 0 3224579 11162169344 7880 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725139 7880 2871 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900556 CPUtime=0.18 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 4726 0 0 0 17 1 0 0 20 0 20 0 3224579 11162169344 7880 33554432000 4194304 4196468 140728623890320 140094786012224 140094400994740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300374 s]
/proc/loadavg: 1.95 2.01 2.49 2/262 7322
/proc/meminfo: memFree=31395896/32770624 swapFree=5804/177508
[pid=7322] ppid=7319 vsize=10900556 CPUtime=0.42 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 8202 0 0 0 40 2 0 0 20 0 20 0 3224579 11162169344 10601 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725139 10601 2956 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900556 CPUtime=0.28 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 5275 0 0 0 27 1 0 0 20 0 20 0 3224579 11162169344 10601 33554432000 4194304 4196468 140728623890320 140094786001776 140094400991863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.70033 s]
/proc/loadavg: 1.95 2.01 2.49 2/262 7322
/proc/meminfo: memFree=31395896/32770624 swapFree=5804/177508
[pid=7322] ppid=7319 vsize=10900632 CPUtime=1.73 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 14522 0 0 0 168 5 0 0 20 0 20 0 3224579 11162247168 43258 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725158 43258 3085 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900632 CPUtime=0.67 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 6040 0 0 0 64 3 0 0 20 0 20 0 3224579 11162247168 43258 33554432000 4194304 4196468 140728623890320 140094785975944 140094403998287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 10900632

[startup+1.50204 s]
/proc/loadavg: 2.11 2.05 2.49 3/282 7342
/proc/meminfo: memFree=31050276/32770624 swapFree=5804/177872
[pid=7322] ppid=7319 vsize=10900632 CPUtime=5.92 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 17112 0 0 0 430 162 0 0 20 0 20 0 3224579 11162247168 159324 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725158 159324 3115 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900632 CPUtime=1.02 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) S 7319 7322 2454 0 -1 1077944384 6105 0 0 0 97 5 0 0 20 0 20 0 3224579 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094786003616 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=10900632 CPUtime=0.42 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) R 7319 7322 2454 0 -1 4202560 238 0 0 0 22 20 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094723783768 140094766801893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=10900632 CPUtime=0.38 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) R 7319 7322 2454 0 -1 4202560 208 0 0 0 21 17 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094722730968 140094766807122 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=10900632 CPUtime=0.42 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) R 7319 7322 2454 0 -1 4202560 192 0 0 0 22 20 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094721678680 140094766801824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=10900632 CPUtime=0.43 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) R 7319 7322 2454 0 -1 4202560 284 0 0 0 25 18 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094384954584 140094766807568 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=10900632 CPUtime=0.43 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) R 7319 7322 2454 0 -1 4202560 204 0 0 0 23 20 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094383901272 140094766807568 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=10900632 CPUtime=0.41 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) R 7319 7322 2454 0 -1 4202560 189 0 0 0 22 19 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094382848472 140094766807586 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=10900632 CPUtime=0.42 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) R 7319 7322 2454 0 -1 4202560 206 0 0 0 23 19 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094381796184 140094766807586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=10900632 CPUtime=0.41 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) R 7319 7322 2454 0 -1 4202560 265 0 0 0 24 17 0 0 20 0 20 0 3224580 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094380743072 140094766807568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3224583 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094324692128 140094781789909 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 159324 33554432000 4194304 4196468 140728623890320 140094323639584 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094322587248 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7336/stat : 7336 (java) S 7319 7322 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094321535568 140094781798299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7337] ppid=7319 vsize=10900632 CPUtime=0.36 cores=0-3,8-11
/proc/7322/task/7337/stat : 7337 (java) S 7319 7322 2454 0 -1 1077944384 2341 0 0 0 36 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094320482416 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7338] ppid=7319 vsize=10900632 CPUtime=0.39 cores=0-3,8-11
/proc/7322/task/7338/stat : 7338 (java) S 7319 7322 2454 0 -1 1077944384 1860 0 0 0 39 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094319429616 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7339] ppid=7319 vsize=10900632 CPUtime=0.44 cores=0-3,8-11
/proc/7322/task/7339/stat : 7339 (java) S 7319 7322 2454 0 -1 1077944384 2220 0 0 0 44 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094318377328 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7340] ppid=7319 vsize=10900632 CPUtime=0.27 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 1350 0 0 0 27 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3224588 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3224589 11162247168 159836 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 10900632

[startup+3.10096 s]
/proc/loadavg: 2.11 2.05 2.49 3/282 7342
/proc/meminfo: memFree=30722712/32770624 swapFree=5804/177872
[pid=7322] ppid=7319 vsize=10900632 CPUtime=14.16 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 22298 0 0 0 1178 238 0 0 20 0 20 0 3224579 11162247168 227310 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725158 227310 3130 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900632 CPUtime=1.23 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) S 7319 7322 2454 0 -1 1077944384 6195 0 0 0 118 5 0 0 20 0 20 0 3224579 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094786008608 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=10900632 CPUtime=1.36 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) R 7319 7322 2454 0 -1 4202560 1643 0 0 0 107 29 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094723783768 140094761805922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=10900632 CPUtime=1.33 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) R 7319 7322 2454 0 -1 4202560 773 0 0 0 107 26 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094722730968 140094763376399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=10900632 CPUtime=1.37 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) R 7319 7322 2454 0 -1 4202560 897 0 0 0 108 29 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094721678680 140094766233728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=10900632 CPUtime=1.39 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) R 7319 7322 2454 0 -1 4202560 697 0 0 0 111 28 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094384954584 140094766477478 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=10900632 CPUtime=1.39 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) R 7319 7322 2454 0 -1 4202560 347 0 0 0 110 29 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094383901336 140094767538063 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=10900632 CPUtime=1.37 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) R 7319 7322 2454 0 -1 4202560 626 0 0 0 108 29 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094382848472 140094766477316 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=10900632 CPUtime=1.36 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) R 7319 7322 2454 0 -1 4202560 388 0 0 0 107 29 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094381796184 140094766233632 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=10900632 CPUtime=1.36 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) R 7319 7322 2454 0 -1 4202560 978 0 0 0 109 27 0 0 20 0 20 0 3224580 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094380743072 140094766764999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=10900632 CPUtime=0.42 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 616 0 0 0 42 0 0 0 20 0 20 0 3224583 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094324691936 140094781789909 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094323639584 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094322587248 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7336/stat : 7336 (java) S 7319 7322 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094321535568 140094781798299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7337] ppid=7319 vsize=10900632 CPUtime=0.36 cores=0-3,8-11
/proc/7322/task/7337/stat : 7337 (java) S 7319 7322 2454 0 -1 1077944384 2341 0 0 0 36 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094320482416 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7338] ppid=7319 vsize=10900632 CPUtime=0.39 cores=0-3,8-11
/proc/7322/task/7338/stat : 7338 (java) S 7319 7322 2454 0 -1 1077944384 1860 0 0 0 39 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094319429616 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7339] ppid=7319 vsize=10900632 CPUtime=0.44 cores=0-3,8-11
/proc/7322/task/7339/stat : 7339 (java) S 7319 7322 2454 0 -1 1077944384 2220 0 0 0 44 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094318377328 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7340] ppid=7319 vsize=10900632 CPUtime=0.27 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 1350 0 0 0 27 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3224588 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3224589 11162247168 227310 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 10900632

[startup+6.30092 s]
/proc/loadavg: 2.11 2.05 2.49 10/282 7342
/proc/meminfo: memFree=30152600/32770624 swapFree=5804/177884
[pid=7322] ppid=7319 vsize=10900632 CPUtime=33.92 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 35981 0 0 0 3077 315 0 0 20 0 20 0 3224579 11162247168 314044 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2725158 314044 3131 1 0 2713552 0
[pid=7322/tid=7323] ppid=7319 vsize=10900632 CPUtime=1.57 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) S 7319 7322 2454 0 -1 1077944384 7035 0 0 0 150 7 0 0 20 0 20 0 3224579 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094786012656 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=10900632 CPUtime=3.74 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) R 7319 7322 2454 0 -1 4202560 3449 0 0 0 334 40 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094723783376 140094774407911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=10900632 CPUtime=3.69 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) R 7319 7322 2454 0 -1 4202560 1206 0 0 0 334 35 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094722730888 140094774407911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=10900632 CPUtime=3.78 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) R 7319 7322 2454 0 -1 4202560 1402 0 0 0 340 38 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094721678680 140094766776107 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=10900632 CPUtime=3.78 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) R 7319 7322 2454 0 -1 4202560 1146 0 0 0 339 39 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094384954192 140094774407911 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=10900632 CPUtime=3.76 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) R 7319 7322 2454 0 -1 4202560 603 0 0 0 338 38 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094383901192 140094774407911 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=10900632 CPUtime=3.74 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) R 7319 7322 2454 0 -1 4202560 2460 0 0 0 336 38 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094382848392 140094767538512 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=10900632 CPUtime=3.68 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) R 7319 7322 2454 0 -1 4202560 3193 0 0 0 332 36 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094381795792 140094774407911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=10900632 CPUtime=3.76 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) R 7319 7322 2454 0 -1 4202560 1426 0 0 0 338 38 0 0 20 0 20 0 3224580 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094380743304 140094774407911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=10900632 CPUtime=0.85 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 4183 0 0 0 85 0 0 0 20 0 20 0 3224583 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094324692160 140094781789909 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094323639584 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3224584 11162247168 314044 33554432000 4194304 4196468 140728623890320 140094322587248 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=10900632 CPUtime=0 cores=0-3,8-11

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

[pid=7322/tid=7340] ppid=7319 vsize=10967196 CPUtime=0.38 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 6407 0 0 0 37 1 0 0 20 0 21 0 3224588 11230408704 742501 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3224588 11230408704 742501 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=10967196 CPUtime=1.47 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 2678 0 0 0 79 68 0 0 20 0 21 0 3224589 11230408704 742501 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7343] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7343/stat : 7343 (java) S 7319 7322 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3225417 11230408704 742501 33554432000 4194304 4196468 140728623890320 140094246729264 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 2364.84
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.5 s]
/proc/loadavg: 1.02 1.03 1.29 2/257 7493
/proc/meminfo: memFree=29117048/32770624 swapFree=5804/179676
[pid=7322] ppid=7319 vsize=10967196 CPUtime=2400.05 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 127687 0 0 0 239032 973 0 0 20 0 21 0 3224579 11230408704 742520 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2741799 742520 3150 1 0 2730193 0
[pid=7322/tid=7323] ppid=7319 vsize=10967196 CPUtime=2349.07 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) R 7319 7322 2454 0 -1 4202560 59566 0 0 0 234889 18 0 0 20 0 21 0 3224579 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094786015584 140094402018780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=10967196 CPUtime=5.61 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) S 7319 7322 2454 0 -1 1077944384 5436 0 0 0 446 115 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094723783568 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=10967196 CPUtime=5.45 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) S 7319 7322 2454 0 -1 1077944384 3687 0 0 0 442 103 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094722730768 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=10967196 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) S 7319 7322 2454 0 -1 1077944384 2598 0 0 0 455 108 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094721678480 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=10967196 CPUtime=5.62 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) S 7319 7322 2454 0 -1 1077944384 2343 0 0 0 450 112 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094384954384 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=10967196 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) S 7319 7322 2454 0 -1 1077944384 1336 0 0 0 451 112 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094383901072 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=10967196 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) S 7319 7322 2454 0 -1 1077944384 3234 0 0 0 444 116 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094382848272 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=10967196 CPUtime=5.55 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) S 7319 7322 2454 0 -1 1077944384 4596 0 0 0 448 107 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094381795984 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=10967196 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) S 7319 7322 2454 0 -1 1077944384 3141 0 0 0 446 114 0 0 20 0 21 0 3224580 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094380743184 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=10967196 CPUtime=1.63 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 6359 0 0 0 159 4 0 0 20 0 21 0 3224583 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094324693616 140094781790850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3224584 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094323639648 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 21 0 3224584 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094322587264 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7336/stat : 7336 (java) S 7319 7322 2454 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094321535568 140094781798299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7337] ppid=7319 vsize=10967196 CPUtime=0.71 cores=0-3,8-11
/proc/7322/task/7337/stat : 7337 (java) S 7319 7322 2454 0 -1 1077944384 6387 0 0 0 70 1 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094320482416 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7338] ppid=7319 vsize=10967196 CPUtime=0.77 cores=0-3,8-11
/proc/7322/task/7338/stat : 7338 (java) S 7319 7322 2454 0 -1 1077944384 7972 0 0 0 75 2 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094319429616 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7339] ppid=7319 vsize=10967196 CPUtime=1.2 cores=0-3,8-11
/proc/7322/task/7339/stat : 7339 (java) S 7319 7322 2454 0 -1 1077944384 10475 0 0 0 119 1 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094318377328 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7340] ppid=7319 vsize=10967196 CPUtime=0.38 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 6407 0 0 0 37 1 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3224588 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=10967196 CPUtime=1.49 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 2696 0 0 0 80 69 0 0 20 0 21 0 3224589 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7343] ppid=7319 vsize=10967196 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7343/stat : 7343 (java) S 7319 7322 2454 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3225417 11230408704 742520 33554432000 4194304 4196468 140728623890320 140094246729264 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 2400.05
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 7322 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2357.61 s]
/proc/loadavg: 1.02 1.03 1.29 2/257 7493
/proc/meminfo: memFree=29117048/32770624 swapFree=5804/179676
[pid=7322] ppid=7319 vsize=11166888 CPUtime=2400.18 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 128978 0 0 0 239044 974 0 0 20 0 22 0 3224579 11434893312 742599 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2791722 742599 3153 1 0 2780116 0
[pid=7322/tid=7323] ppid=7319 vsize=11166888 CPUtime=2349.16 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) S 7319 7322 2454 0 -1 1077944384 59784 0 0 0 234898 18 0 0 20 0 22 0 3224579 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094786022576 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=11166888 CPUtime=5.61 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) S 7319 7322 2454 0 -1 1077944384 5436 0 0 0 446 115 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094723783568 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=11166888 CPUtime=5.45 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) S 7319 7322 2454 0 -1 1077944384 3687 0 0 0 442 103 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094722730768 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=11166888 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) S 7319 7322 2454 0 -1 1077944384 2598 0 0 0 455 108 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094721678480 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=11166888 CPUtime=5.62 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) S 7319 7322 2454 0 -1 1077944384 2343 0 0 0 450 112 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094384954384 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=11166888 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) S 7319 7322 2454 0 -1 1077944384 1336 0 0 0 451 112 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094383901072 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=11166888 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) S 7319 7322 2454 0 -1 1077944384 3234 0 0 0 444 116 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094382848272 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=11166888 CPUtime=5.55 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) S 7319 7322 2454 0 -1 1077944384 4596 0 0 0 448 107 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094381795984 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=11166888 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) S 7319 7322 2454 0 -1 1077944384 3141 0 0 0 446 114 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094380743184 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=11166888 CPUtime=1.63 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 6364 0 0 0 159 4 0 0 20 0 22 0 3224583 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094324693616 140094781790850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3224584 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094323639648 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 22 0 3224584 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094322587264 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7336/stat : 7336 (java) S 7319 7322 2454 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094321535568 140094781798299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7337] ppid=7319 vsize=11166888 CPUtime=0.71 cores=0-3,8-11
/proc/7322/task/7337/stat : 7337 (java) S 7319 7322 2454 0 -1 1077944384 6387 0 0 0 70 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094320482416 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7338] ppid=7319 vsize=11166888 CPUtime=0.79 cores=0-3,8-11
/proc/7322/task/7338/stat : 7338 (java) S 7319 7322 2454 0 -1 1077944384 8412 0 0 0 77 2 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094319429616 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7339] ppid=7319 vsize=11166888 CPUtime=1.2 cores=0-3,8-11
/proc/7322/task/7339/stat : 7339 (java) S 7319 7322 2454 0 -1 1077944384 10475 0 0 0 119 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094318377328 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7340] ppid=7319 vsize=11166888 CPUtime=0.38 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 6527 0 0 0 37 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=11166888 CPUtime=1.49 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 2696 0 0 0 80 69 0 0 20 0 22 0 3224589 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 2400.18
Current children cumulated vsize (KiB) 11166888

[startup+2357.7 s]
/proc/loadavg: 1.02 1.03 1.29 2/257 7493
/proc/meminfo: memFree=29117048/32770624 swapFree=5804/179676
[pid=7322] ppid=7319 vsize=11166888 CPUtime=2400.18 cores=0-3,8-11
/proc/7322/stat : 7322 (java) S 7319 7322 2454 0 -1 1077944320 128978 0 0 0 239044 974 0 0 20 0 22 0 3224579 11434893312 742599 33554432000 4194304 4196468 140728623890320 140728623872864 140094781779703 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
/proc/7322/statm: 2791722 742599 3153 1 0 2780116 0
[pid=7322/tid=7323] ppid=7319 vsize=11166888 CPUtime=2349.16 cores=0-3,8-11
/proc/7322/task/7323/stat : 7323 (java) S 7319 7322 2454 0 -1 1077944384 59784 0 0 0 234898 18 0 0 20 0 22 0 3224579 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094786022576 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7325] ppid=7319 vsize=11166888 CPUtime=5.61 cores=0-3,8-11
/proc/7322/task/7325/stat : 7325 (java) S 7319 7322 2454 0 -1 1077944384 5436 0 0 0 446 115 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094723783568 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7326] ppid=7319 vsize=11166888 CPUtime=5.45 cores=0-3,8-11
/proc/7322/task/7326/stat : 7326 (java) S 7319 7322 2454 0 -1 1077944384 3687 0 0 0 442 103 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094722730768 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7327] ppid=7319 vsize=11166888 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7327/stat : 7327 (java) S 7319 7322 2454 0 -1 1077944384 2598 0 0 0 455 108 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094721678480 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7328] ppid=7319 vsize=11166888 CPUtime=5.62 cores=0-3,8-11
/proc/7322/task/7328/stat : 7328 (java) S 7319 7322 2454 0 -1 1077944384 2343 0 0 0 450 112 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094384954384 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7329] ppid=7319 vsize=11166888 CPUtime=5.63 cores=0-3,8-11
/proc/7322/task/7329/stat : 7329 (java) S 7319 7322 2454 0 -1 1077944384 1336 0 0 0 451 112 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094383901072 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7330] ppid=7319 vsize=11166888 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7330/stat : 7330 (java) S 7319 7322 2454 0 -1 1077944384 3234 0 0 0 444 116 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094382848272 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7331] ppid=7319 vsize=11166888 CPUtime=5.55 cores=0-3,8-11
/proc/7322/task/7331/stat : 7331 (java) S 7319 7322 2454 0 -1 1077944384 4596 0 0 0 448 107 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094381795984 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7332] ppid=7319 vsize=11166888 CPUtime=5.6 cores=0-3,8-11
/proc/7322/task/7332/stat : 7332 (java) S 7319 7322 2454 0 -1 1077944384 3141 0 0 0 446 114 0 0 20 0 22 0 3224580 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094380743184 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7333] ppid=7319 vsize=11166888 CPUtime=1.63 cores=0-3,8-11
/proc/7322/task/7333/stat : 7333 (java) S 7319 7322 2454 0 -1 1077944384 6364 0 0 0 159 4 0 0 20 0 22 0 3224583 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094324693616 140094781790850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7334] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7334/stat : 7334 (java) S 7319 7322 2454 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3224584 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094323639648 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7335] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7335/stat : 7335 (java) S 7319 7322 2454 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 22 0 3224584 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094322587264 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7336] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7336/stat : 7336 (java) S 7319 7322 2454 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094321535568 140094781798299 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7337] ppid=7319 vsize=11166888 CPUtime=0.71 cores=0-3,8-11
/proc/7322/task/7337/stat : 7337 (java) S 7319 7322 2454 0 -1 1077944384 6387 0 0 0 70 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094320482416 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7338] ppid=7319 vsize=11166888 CPUtime=0.79 cores=0-3,8-11
/proc/7322/task/7338/stat : 7338 (java) S 7319 7322 2454 0 -1 1077944384 8412 0 0 0 77 2 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094319429616 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7339] ppid=7319 vsize=11166888 CPUtime=1.2 cores=0-3,8-11
/proc/7322/task/7339/stat : 7339 (java) S 7319 7322 2454 0 -1 1077944384 10475 0 0 0 119 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094318377328 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7340] ppid=7319 vsize=11166888 CPUtime=0.38 cores=0-3,8-11
/proc/7322/task/7340/stat : 7340 (java) S 7319 7322 2454 0 -1 1077944384 6527 0 0 0 37 1 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094249887984 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7341] ppid=7319 vsize=11166888 CPUtime=0 cores=0-3,8-11
/proc/7322/task/7341/stat : 7341 (java) S 7319 7322 2454 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3224588 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094248835936 140094781789909 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
[pid=7322/tid=7342] ppid=7319 vsize=11166888 CPUtime=1.49 cores=0-3,8-11
/proc/7322/task/7342/stat : 7342 (java) S 7319 7322 2454 0 -1 1077944384 2696 0 0 0 80 69 0 0 20 0 22 0 3224589 11434893312 742599 33554432000 4194304 4196468 140728623890320 140094247783216 140094781790850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37707776 140728623891627 140728623891780 140728623891780 140728623894479 0
Current children cumulated CPU time (s) 2400.18
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2357.74
CPU time (s): 2400.21
CPU user time (s): 2390.45
CPU system time (s): 9.76039
CPU usage (%): 101.802
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.45
system time used= 9.76039
maximum resident set size= 2970540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56845
involuntary context switches= 124535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.197 second user time and 18.3389 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 01:26:33
IDJOB=4244076
IDBENCH=135067
IDSOLVER=2623
FILE ID=node144/4244076-1500679593
RUNJOBID= node144-1500674608-5766
PBS_JOBID= 20623277
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P071-Q409.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244076-1500679593/watcher-4244076-1500679593 -o /tmp/evaluation-result-4244076-1500679593/solver-4244076-1500679593 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500674608-5766 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244076-1500679593.xml

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

MD5SUM BENCH= 00888bf8312be233faaf540b9d46fb52
RANDOM SEED=1735344336

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31396680 kB
MemAvailable:   31351972 kB
Buffers:           37496 kB
Cached:           230636 kB
SwapCached:            0 kB
Active:           814808 kB
Inactive:         186204 kB
Active(anon):     735880 kB
Inactive(anon):     8696 kB
Active(file):      78928 kB
Inactive(file):   177508 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1492 kB
Writeback:             0 kB
AnonPages:        738396 kB
Mapped:            41700 kB
Shmem:              8844 kB
Slab:              62252 kB
SReclaimable:      29380 kB
SUnreclaim:        32872 kB
KernelStack:        4512 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 62016 MiB
End job on node144 at 2017-07-22 02:05:51