Trace number 4243847

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? 31.7031 6.84525

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-13-09.xml
MD5SUM19b417ad6dc2829e4bf67cafab0f775d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size349
Distribution of domain sizes[{"size":1,"count":1},{"size":349,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":22},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":93},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

28.40/6.42	Jul 22, 2017 12:39:39 AM org.sat4j.reader.XMLCSP3Reader parseInstance
28.40/6.42	INFO: Runtime exception
28.40/6.42	java.lang.IllegalArgumentException: "ite" is not a valid operator
28.40/6.42		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
28.40/6.42		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
28.40/6.42		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
28.40/6.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
28.40/6.42		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
28.40/6.42		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
28.40/6.42		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
28.40/6.42		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
28.40/6.42		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
28.40/6.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
28.40/6.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
28.40/6.42		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
28.40/6.42		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
28.40/6.42		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
28.40/6.42		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
28.40/6.42		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
28.40/6.42		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
28.40/6.42		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
28.40/6.42	
31.42/6.83	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
31.42/6.83	c This is free software under the dual EPL/GNU LGPL licenses.
31.42/6.83	c See www.sat4j.org for details.
31.42/6.83	c That software uses the Rhino library from the Mozilla project.
31.42/6.83	c version CUSTOM.v20170705
31.42/6.83	c java.runtime.name	Java(TM) SE Runtime Environment
31.42/6.83	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
31.42/6.83	c java.vm.version	25.131-b11
31.42/6.83	c java.vm.vendor	Oracle Corporation
31.42/6.83	c sun.arch.data.model	64
31.42/6.83	c java.version		1.8.0_131
31.42/6.83	c os.name		Linux
31.42/6.83	c os.version		3.10.0-514.16.1.el7.x86_64
31.42/6.83	c os.arch		amd64
31.42/6.83	c Free memory 		499604488
31.42/6.83	c Max memory 		7247757312
31.42/6.83	c Total memory 		504889344
31.42/6.83	c Number of processors 	8
31.42/6.83	c c --- Begin Solver configuration ---
31.42/6.83	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
31.42/6.83	c Learn all clauses as in MiniSAT
31.42/6.83	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
31.42/6.83	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
31.42/6.83	c No reason simplification
31.42/6.83	c Glucose 2.1 dynamic restart strategy
31.42/6.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
31.42/6.83	c timeout=2147483s
31.42/6.83	c DB Simplification allowed=false
31.42/6.83	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
31.42/6.83	c --- End Solver configuration ---
31.42/6.83	c starts		: 0
31.42/6.83	c conflicts		: 0
31.42/6.83	c decisions		: 0
31.42/6.83	c propagations		: 0
31.42/6.83	c inspects		: 0
31.42/6.83	c shortcuts		: 0
31.42/6.83	c learnt literals	: 0
31.42/6.83	c learnt binary clauses	: 0
31.42/6.83	c learnt ternary clauses	: 0
31.42/6.83	c learnt constraints	: 0
31.42/6.83	c ignored constraints	: 0
31.42/6.83	c root simplifications	: 0
31.42/6.83	c removed literals (reason simplification)	: 0
31.42/6.83	c reason swapping (by a shorter reason)	: 0
31.42/6.83	c Calls to reduceDB	: 0
31.42/6.83	c Number of update (reduction) of LBD	: 0
31.42/6.83	c Imported unit clauses	: 0
31.42/6.83	c number of reductions to clauses (during analyze)	: 0
31.42/6.83	c number of learned constraints concerned by reduction	: 0
31.42/6.83	c number of learning phase by resolution	: 0
31.42/6.83	c number of learning phase by cutting planes	: 0
31.42/6.83	c number of rounding to 1 operations	: 0
31.42/6.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
31.42/6.83	c number of reductions of the coefficients by power 2 	: 0
31.42/6.83	c number of right shift for reduction by power 2 	: 0
31.42/6.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
31.42/6.83	c speed (assignments/second)	: 0.0
31.42/6.83	c non guided choices	0
31.42/6.83	c learnt constraints type 
31.42/6.83	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-4243847-1500676772/watcher-4243847-1500676772 -o /tmp/evaluation-result-4243847-1500676772/solver-4243847-1500676772 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243847-1500676772.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.79 1.99 2.17 4/239 14326
/proc/meminfo: memFree=32011980/32770624 swapFree=5720/209792
[pid=14326] ppid=14323 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 2943605 369864704 1935 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 90299 1935 1081 1 0 79210 0
[pid=14326/tid=14327] ppid=14323 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) S 14323 14326 14271 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 2943605 369864704 1935 33554432000 4194304 4196468 140736029357216 139743766587808 139743762356866 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0

[startup+0.100132 s]
/proc/loadavg: 1.79 1.99 2.17 4/239 14326
/proc/meminfo: memFree=32011980/32770624 swapFree=5720/209792
[pid=14326] ppid=14323 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 4863 0 0 0 8 1 0 0 20 0 20 0 2943605 11162169344 5967 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725139 5967 2629 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) R 14323 14326 14271 0 -1 4202560 2960 0 0 0 7 1 0 0 20 0 20 0 2943605 11162169344 5967 33554432000 4194304 4196468 140736029357216 139743766582448 139743762357654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200359 s]
/proc/loadavg: 1.79 1.99 2.17 4/239 14326
/proc/meminfo: memFree=32011980/32770624 swapFree=5720/209792
[pid=14326] ppid=14323 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 7089 0 0 0 23 2 0 0 20 0 20 0 2943605 11162169344 8384 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725139 8384 2900 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) R 14323 14326 14271 0 -1 4202560 4704 0 0 0 16 1 0 0 20 0 20 0 2943605 11162169344 8384 33554432000 4194304 4196468 140736029357216 139743766566640 139743746426206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300406 s]
/proc/loadavg: 1.79 1.99 2.17 4/239 14326
/proc/meminfo: memFree=32011980/32770624 swapFree=5720/209792
[pid=14326] ppid=14323 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 8305 0 0 0 41 3 0 0 20 0 20 0 2943605 11162169344 10730 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725139 10730 2990 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) R 14323 14326 14271 0 -1 4202560 5348 0 0 0 26 2 0 0 20 0 20 0 2943605 11162169344 10730 33554432000 4194304 4196468 140736029357216 139743766579680 139743746426206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700325 s]
/proc/loadavg: 1.79 1.99 2.17 4/239 14326
/proc/meminfo: memFree=32011980/32770624 swapFree=5720/209792
[pid=14326] ppid=14323 vsize=10900632 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 13574 0 0 0 168 19 0 0 20 0 20 0 2943605 11162247168 54557 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725158 54557 3081 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900632 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) S 14323 14326 14271 0 -1 1077944384 5939 0 0 0 59 4 0 0 20 0 20 0 2943605 11162247168 54557 33554432000 4194304 4196468 140736029357216 139743766581184 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10900632

[startup+1.5013 s]
/proc/loadavg: 1.79 1.99 2.17 3/281 14371
/proc/meminfo: memFree=31362160/32770624 swapFree=5720/209812
[pid=14326] ppid=14323 vsize=10900632 CPUtime=5.03 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 15027 0 0 0 372 131 0 0 20 0 20 0 2943605 11162247168 142161 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725158 142161 3109 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900632 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) S 14323 14326 14271 0 -1 1077944384 6025 0 0 0 105 5 0 0 20 0 20 0 2943605 11162247168 142161 33554432000 4194304 4196468 140736029357216 139743766582512 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14331] ppid=14323 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14331/stat : 14331 (java) R 14323 14326 14271 0 -1 4202560 164 0 0 0 19 16 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743688419928 139743747373593 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14332] ppid=14323 vsize=10900632 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14332/stat : 14332 (java) R 14323 14326 14271 0 -1 4202560 169 0 0 0 21 15 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743687367128 139743747373593 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14333] ppid=14323 vsize=10900632 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14333/stat : 14333 (java) R 14323 14326 14271 0 -1 4202560 185 0 0 0 20 16 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743686314840 139743741542021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14334] ppid=14323 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14334/stat : 14334 (java) R 14323 14326 14271 0 -1 4202560 187 0 0 0 17 16 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743685262040 139743747373593 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14335] ppid=14323 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14335/stat : 14335 (java) R 14323 14326 14271 0 -1 4202560 190 0 0 0 20 14 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743684209440 139743746793934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14336] ppid=14323 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14336/stat : 14336 (java) R 14323 14326 14271 0 -1 4202560 152 0 0 0 20 15 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743683156952 139743747373593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14337] ppid=14323 vsize=10900632 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14337/stat : 14337 (java) R 14323 14326 14271 0 -1 4202560 156 0 0 0 21 15 0 0 20 0 20 0 2943606 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743682104664 139743755442420 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14338] ppid=14323 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14338/stat : 14338 (java) R 14323 14326 14271 0 -1 4202560 170 0 0 0 16 14 0 0 20 0 20 0 2943607 11162247168 142673 33554432000 4194304 4196468 140736029357216 139743681051864 139743755445419 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14352] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14352/stat : 14352 (java) S 14323 14326 14271 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 2943609 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742511276704 139743762355925 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14353] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14353/stat : 14353 (java) S 14323 14326 14271 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742510224160 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14354] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14354/stat : 14354 (java) S 14323 14326 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742509171824 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14358] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14358/stat : 14358 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943613 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742508120144 139743762364315 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14359] ppid=14323 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14359/stat : 14359 (java) S 14323 14326 14271 0 -1 1077944384 1749 0 0 0 19 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742507068016 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14360] ppid=14323 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14360/stat : 14360 (java) S 14323 14326 14271 0 -1 1077944384 2079 0 0 0 41 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742506015216 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14361] ppid=14323 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14361/stat : 14361 (java) S 14323 14326 14271 0 -1 1077944384 1386 0 0 0 25 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742504962928 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14362] ppid=14323 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14362/stat : 14362 (java) S 14323 14326 14271 0 -1 1077944384 967 0 0 0 22 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742503910128 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14363] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14363/stat : 14363 (java) S 14323 14326 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742502857056 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14364] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14364/stat : 14364 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 142673 33554432000 4194304 4196468 140736029357216 139742501804336 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 10900632

[startup+3.10192 s]
/proc/loadavg: 1.79 1.99 2.17 10/281 14371
/proc/meminfo: memFree=30765648/32770624 swapFree=5720/209812
[pid=14326] ppid=14323 vsize=10900632 CPUtime=13.16 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 17111 0 0 0 1108 208 0 0 20 0 20 0 2943605 11162247168 181260 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725158 181260 3124 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900632 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) S 14323 14326 14271 0 -1 1077944384 6151 0 0 0 136 5 0 0 20 0 20 0 2943605 11162247168 181260 33554432000 4194304 4196468 140736029357216 139743766582768 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14331] ppid=14323 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14331/stat : 14331 (java) R 14323 14326 14271 0 -1 4202560 345 0 0 0 102 26 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743688419928 139743747373593 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14332] ppid=14323 vsize=10900632 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14332/stat : 14332 (java) R 14323 14326 14271 0 -1 4202560 336 0 0 0 106 24 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743687366816 139743747373593 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14333] ppid=14323 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14333/stat : 14333 (java) R 14323 14326 14271 0 -1 4202560 355 0 0 0 103 24 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743686314840 139743747373593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14334] ppid=14323 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14334/stat : 14334 (java) R 14323 14326 14271 0 -1 4202560 332 0 0 0 101 26 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743685262040 139743747373593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14335] ppid=14323 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14335/stat : 14335 (java) R 14323 14326 14271 0 -1 4202560 454 0 0 0 104 24 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743684209752 139743747373593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14336] ppid=14323 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14336/stat : 14336 (java) R 14323 14326 14271 0 -1 4202560 286 0 0 0 104 24 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743683156952 139743755442420 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14337] ppid=14323 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14337/stat : 14337 (java) R 14323 14326 14271 0 -1 4202560 317 0 0 0 104 25 0 0 20 0 20 0 2943606 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743682104664 139743747373593 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14338] ppid=14323 vsize=10900632 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14338/stat : 14338 (java) R 14323 14326 14271 0 -1 4202560 424 0 0 0 99 23 0 0 20 0 20 0 2943607 11162247168 181772 33554432000 4194304 4196468 140736029357216 139743681051744 139743747373593 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14352] ppid=14323 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14352/stat : 14352 (java) S 14323 14326 14271 0 -1 1077944384 544 0 0 0 34 0 0 0 20 0 20 0 2943609 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742511276704 139743762355925 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14353] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14353/stat : 14353 (java) S 14323 14326 14271 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742510224160 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14354] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14354/stat : 14354 (java) S 14323 14326 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742509171824 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14358] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14358/stat : 14358 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943613 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742508120144 139743762364315 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14359] ppid=14323 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14359/stat : 14359 (java) S 14323 14326 14271 0 -1 1077944384 1749 0 0 0 19 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742507068016 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14360] ppid=14323 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14360/stat : 14360 (java) S 14323 14326 14271 0 -1 1077944384 2079 0 0 0 41 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742506015216 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14361] ppid=14323 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14361/stat : 14361 (java) S 14323 14326 14271 0 -1 1077944384 1386 0 0 0 25 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742504962928 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14362] ppid=14323 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14362/stat : 14362 (java) S 14323 14326 14271 0 -1 1077944384 988 0 0 0 23 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742503910128 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14363] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14363/stat : 14363 (java) S 14323 14326 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742502857056 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14364] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14364/stat : 14364 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 181772 33554432000 4194304 4196468 140736029357216 139742501804336 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 10900632

[startup+6.30089 s]
/proc/loadavg: 1.96 2.03 2.18 4/281 14371
/proc/meminfo: memFree=29808828/32770624 swapFree=5720/209828
[pid=14326] ppid=14323 vsize=10900632 CPUtime=28.29 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 25388 0 0 0 2481 348 0 0 20 0 20 0 2943605 11162247168 294474 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725158 294474 3129 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900632 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) R 14323 14326 14271 0 -1 4202560 7017 0 0 0 228 7 0 0 20 0 20 0 2943605 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743766582136 139743357053597 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14331] ppid=14323 vsize=10900632 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14331/stat : 14331 (java) S 14323 14326 14271 0 -1 1077944384 662 0 0 0 256 43 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743688419728 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14332] ppid=14323 vsize=10900632 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14332/stat : 14332 (java) S 14323 14326 14271 0 -1 1077944384 628 0 0 0 261 41 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743687366928 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14333] ppid=14323 vsize=10900632 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14333/stat : 14333 (java) S 14323 14326 14271 0 -1 1077944384 652 0 0 0 255 42 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743686314640 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14334] ppid=14323 vsize=10900632 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14334/stat : 14334 (java) S 14323 14326 14271 0 -1 1077944384 569 0 0 0 253 44 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743685261840 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14335] ppid=14323 vsize=10900632 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14335/stat : 14335 (java) S 14323 14326 14271 0 -1 1077944384 773 0 0 0 255 40 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743684209552 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14336] ppid=14323 vsize=10900632 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14336/stat : 14336 (java) S 14323 14326 14271 0 -1 1077944384 771 0 0 0 259 42 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743683156752 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14337] ppid=14323 vsize=10900632 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14337/stat : 14337 (java) S 14323 14326 14271 0 -1 1077944384 857 0 0 0 259 42 0 0 20 0 20 0 2943606 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743682104464 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14338] ppid=14323 vsize=10900632 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14338/stat : 14338 (java) S 14323 14326 14271 0 -1 1077944384 661 0 0 0 252 40 0 0 20 0 20 0 2943607 11162247168 294474 33554432000 4194304 4196468 140736029357216 139743681051664 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14352] ppid=14323 vsize=10900632 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14352/stat : 14352 (java) S 14323 14326 14271 0 -1 1077944384 4504 0 0 0 86 0 0 0 20 0 20 0 2943609 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742511278192 139743762356866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14353] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14353/stat : 14353 (java) S 14323 14326 14271 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742510224160 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14354] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14354/stat : 14354 (java) S 14323 14326 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943610 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742509171824 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14358] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14358/stat : 14358 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943613 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742508120144 139743762364315 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14359] ppid=14323 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14359/stat : 14359 (java) S 14323 14326 14271 0 -1 1077944384 1809 0 0 0 20 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742507068016 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14360] ppid=14323 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14360/stat : 14360 (java) S 14323 14326 14271 0 -1 1077944384 2084 0 0 0 41 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742506015216 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14361] ppid=14323 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14361/stat : 14361 (java) S 14323 14326 14271 0 -1 1077944384 1389 0 0 0 25 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742504962928 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14362] ppid=14323 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14362/stat : 14362 (java) S 14323 14326 14271 0 -1 1077944384 1195 0 0 0 26 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742503910128 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14363] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14363/stat : 14363 (java) S 14323 14326 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742502857056 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14364] ppid=14323 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14364/stat : 14364 (java) S 14323 14326 14271 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 20 0 2943614 11162247168 294474 33554432000 4194304 4196468 140736029357216 139742501804336 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 28.29
Current children cumulated vsize (KiB) 10900632

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14326 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40108 s]
/proc/loadavg: 1.96 2.03 2.18 4/281 14371
/proc/meminfo: memFree=29808828/32770624 swapFree=5720/209828
[pid=14326] ppid=14323 vsize=10900744 CPUtime=28.4 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 25749 0 0 0 2491 349 0 0 20 0 20 0 2943605 11162361856 311401 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2725186 311401 3131 1 0 2713552 0
[pid=14326/tid=14327] ppid=14323 vsize=10900744 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) R 14323 14326 14271 0 -1 4202560 7265 0 0 0 237 8 0 0 20 0 20 0 2943605 11162361856 311401 33554432000 4194304 4196468 140736029357216 139743766576224 139743718980581 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14331] ppid=14323 vsize=10900744 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14331/stat : 14331 (java) S 14323 14326 14271 0 -1 1077944384 662 0 0 0 256 43 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743688419728 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14332] ppid=14323 vsize=10900744 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14332/stat : 14332 (java) S 14323 14326 14271 0 -1 1077944384 628 0 0 0 261 41 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743687366928 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14333] ppid=14323 vsize=10900744 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14333/stat : 14333 (java) S 14323 14326 14271 0 -1 1077944384 652 0 0 0 255 42 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743686314640 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14334] ppid=14323 vsize=10900744 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14334/stat : 14334 (java) S 14323 14326 14271 0 -1 1077944384 569 0 0 0 253 44 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743685261840 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14335] ppid=14323 vsize=10900744 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14335/stat : 14335 (java) S 14323 14326 14271 0 -1 1077944384 773 0 0 0 255 40 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743684209552 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14336] ppid=14323 vsize=10900744 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14336/stat : 14336 (java) S 14323 14326 14271 0 -1 1077944384 771 0 0 0 259 42 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743683156752 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14337] ppid=14323 vsize=10900744 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14337/stat : 14337 (java) S 14323 14326 14271 0 -1 1077944384 857 0 0 0 259 42 0 0 20 0 20 0 2943606 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743682104464 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14338] ppid=14323 vsize=10900744 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14338/stat : 14338 (java) S 14323 14326 14271 0 -1 1077944384 661 0 0 0 252 40 0 0 20 0 20 0 2943607 11162361856 311442 33554432000 4194304 4196468 140736029357216 139743681051664 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14352] ppid=14323 vsize=10900744 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14352/stat : 14352 (java) S 14323 14326 14271 0 -1 1077944384 4504 0 0 0 86 0 0 0 20 0 20 0 2943609 11162361856 311442 33554432000 4194304 4196468 140736029357216 139742511278192 139743762356866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14353] ppid=14323 vsize=10900744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14353/stat : 14353 (java) S 14323 14326 14271 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2943610 11162361856 311442 33554432000 4194304 4196468 140736029357216 139742510224160 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14354] ppid=14323 vsize=10900744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14354/stat : 14354 (java) S 14323 14326 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943610 11162361856 311442 33554432000 4194304 4196468 140736029357216 139742509171824 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14358] ppid=14323 vsize=10900744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14358/stat : 14358 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943613 11162361856 311442 33554432000 4194304 4196468 140736029357216 139742508120144 139743762364315 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14359] ppid=14323 vsize=10900744 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14359/stat : 14359 (java) S 14323 14326 14271 0 -1 1077944384 1860 0 0 0 20 0 0 0 20 0 20 0 2943614 11162361856 311442 33554432000 4194304 4196468 140736029357216 139742507068016 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14360] ppid=14323 vsize=10900784 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14360/stat : 14360 (java) S 14323 14326 14271 0 -1 1077944384 2137 0 0 0 41 0 0 0 20 0 20 0 2943614 11162402816 311442 33554432000 4194304 4196468 140736029357216 139742506015216 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14361] ppid=14323 vsize=10900784 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14361/stat : 14361 (java) S 14323 14326 14271 0 -1 1077944384 1396 0 0 0 25 0 0 0 20 0 20 0 2943614 11162402816 311442 33554432000 4194304 4196468 140736029357216 139742504962928 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14362] ppid=14323 vsize=10900784 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14362/stat : 14362 (java) S 14323 14326 14271 0 -1 1077944384 1212 0 0 0 26 0 0 0 20 0 20 0 2943614 11162402816 311442 33554432000 4194304 4196468 140736029357216 139742503910128 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14363] ppid=14323 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14363/stat : 14363 (java) S 14323 14326 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943614 11162402816 311442 33554432000 4194304 4196468 140736029357216 139742502857056 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14364] ppid=14323 vsize=10900784 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14364/stat : 14364 (java) S 14323 14326 14271 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 20 0 2943614 11162402816 311442 33554432000 4194304 4196468 140736029357216 139742501804336 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 10900744

[startup+6.80135 s]
/proc/loadavg: 1.96 2.03 2.18 10/283 14373
/proc/meminfo: memFree=29088776/32770624 swapFree=5720/209832
[pid=14326] ppid=14323 vsize=11035960 CPUtime=31.42 cores=1,3,5,7,9,11,13,15
/proc/14326/stat : 14326 (java) S 14323 14326 14271 0 -1 1077944320 27700 0 0 0 2653 489 0 0 20 0 22 0 2943605 11300823040 378117 33554432000 4194304 4196468 140736029357216 140736029339760 139743762345719 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
/proc/14326/statm: 2758990 378117 3176 1 0 2747346 0
[pid=14326/tid=14327] ppid=14323 vsize=11035960 CPUtime=2.47 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14327/stat : 14327 (java) S 14323 14326 14271 0 -1 1077944384 7509 0 0 0 239 8 0 0 20 0 22 0 2943605 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743766586400 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14331] ppid=14323 vsize=11035960 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14331/stat : 14331 (java) R 14323 14326 14271 0 -1 4202560 859 0 0 0 276 61 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743688419928 139743747389968 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14332] ppid=14323 vsize=11035960 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14332/stat : 14332 (java) R 14323 14326 14271 0 -1 4202560 809 0 0 0 279 60 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743687367128 139743747389805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14333] ppid=14323 vsize=11035960 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14333/stat : 14333 (java) R 14323 14326 14271 0 -1 4202560 834 0 0 0 274 61 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743686314840 139743747389888 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14334] ppid=14323 vsize=11035960 CPUtime=3.33 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14334/stat : 14334 (java) R 14323 14326 14271 0 -1 4202560 734 0 0 0 271 62 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743685261728 139743748104071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14335] ppid=14323 vsize=11035960 CPUtime=3.31 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14335/stat : 14335 (java) R 14323 14326 14271 0 -1 4202560 932 0 0 0 273 58 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743684209752 139743747371362 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14336] ppid=14323 vsize=11035960 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14336/stat : 14336 (java) R 14323 14326 14271 0 -1 4202560 1139 0 0 0 282 55 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743683156136 139743746793934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14337] ppid=14323 vsize=11035960 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14337/stat : 14337 (java) R 14323 14326 14271 0 -1 4202560 1050 0 0 0 280 58 0 0 20 0 22 0 2943606 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743682104664 139743747389829 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14338] ppid=14323 vsize=11035960 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14338/stat : 14338 (java) R 14323 14326 14271 0 -1 4202560 835 0 0 0 272 58 0 0 20 0 22 0 2943607 11300823040 378117 33554432000 4194304 4196468 140736029357216 139743681051864 139743747386733 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14352] ppid=14323 vsize=11035960 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14352/stat : 14352 (java) S 14323 14326 14271 0 -1 1077944384 4510 0 0 0 86 0 0 0 20 0 22 0 2943609 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742511276704 139743762355925 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14353] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14353/stat : 14353 (java) S 14323 14326 14271 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 2943610 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742510224160 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14354] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14354/stat : 14354 (java) S 14323 14326 14271 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 2943610 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742509171824 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14358] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14358/stat : 14358 (java) S 14323 14326 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 2943613 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742508120144 139743762364315 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14359] ppid=14323 vsize=11035960 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14359/stat : 14359 (java) S 14323 14326 14271 0 -1 1077944384 1860 0 0 0 20 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742507068016 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14360] ppid=14323 vsize=11035960 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14360/stat : 14360 (java) S 14323 14326 14271 0 -1 1077944384 2137 0 0 0 41 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742506015216 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14361] ppid=14323 vsize=11035960 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14361/stat : 14361 (java) S 14323 14326 14271 0 -1 1077944384 1404 0 0 0 26 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742504954208 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14362] ppid=14323 vsize=11035960 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14362/stat : 14362 (java) S 14323 14326 14271 0 -1 1077944384 1226 0 0 0 27 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742503910128 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14363] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14363/stat : 14363 (java) S 14323 14326 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742502857056 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14364] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14364/stat : 14364 (java) S 14323 14326 14271 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 22 0 2943614 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742501804336 139743762356866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14372] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14372/stat : 14372 (java) S 14323 14326 14271 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 22 0 2944247 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742498653152 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
[pid=14326/tid=14373] ppid=14323 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14326/task/14373/stat : 14373 (java) S 14323 14326 14271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 2944247 11300823040 378117 33554432000 4194304 4196468 140736029357216 139742497599808 139743762355925 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36417536 140736029361323 140736029361476 140736029361476 140736029364175 0
Current children cumulated CPU time (s) 31.42
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 6.84525
CPU time (s): 31.7031
CPU user time (s): 26.7901
CPU system time (s): 4.91291
CPU usage (%): 463.139
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.7901
system time used= 4.91291
maximum resident set size= 1513888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27912
page faults= 0
swaps= 0
block input operations= 392
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2738
involuntary context switches= 2571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063968 second user time and 0.07996 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 00:39:32
IDJOB=4243847
IDBENCH=128351
IDSOLVER=2623
FILE ID=node140/4243847-1500676772
RUNJOBID= node140-1500676772-14303
PBS_JOBID= 20623028
Free space on /tmp= 61860 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-13-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243847-1500676772/watcher-4243847-1500676772 -o /tmp/evaluation-result-4243847-1500676772/solver-4243847-1500676772 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243847-1500676772.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=374462332

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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:        32013548 kB
MemAvailable:   32028760 kB
Buffers:           49912 kB
Cached:           274788 kB
SwapCached:            0 kB
Active:           158788 kB
Inactive:         218616 kB
Active(anon):      55252 kB
Inactive(anon):     8824 kB
Active(file):     103536 kB
Inactive(file):   209792 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:         57776 kB
Mapped:            29824 kB
Shmem:              8852 kB
Slab:              68380 kB
SReclaimable:      35440 kB
SUnreclaim:        32940 kB
KernelStack:        4048 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61856 MiB
End job on node140 at 2017-07-22 00:39:39