Trace number 4263088

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
sat4j-CSP 2017-07-05? 16.0882 6.52705

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

16.06/6.30	Aug 13, 2017 2:08:04 PM org.sat4j.reader.XMLCSP3Reader parseInstance
16.06/6.30	INFO: Runtime exception
16.06/6.30	java.lang.IllegalArgumentException: "ite" is not a valid operator
16.06/6.30		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
16.06/6.30		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
16.06/6.30		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
16.06/6.30		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
16.06/6.30		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
16.06/6.30		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
16.06/6.30		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
16.06/6.30		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
16.06/6.30		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
16.06/6.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
16.06/6.30		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
16.06/6.30		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
16.06/6.30		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
16.06/6.30		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
16.06/6.30		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
16.06/6.30		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
16.06/6.30		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
16.06/6.30		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
16.06/6.30	
16.06/6.50	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.06/6.50	c This is free software under the dual EPL/GNU LGPL licenses.
16.06/6.50	c See www.sat4j.org for details.
16.06/6.50	c That software uses the Rhino library from the Mozilla project.
16.06/6.50	c version CUSTOM.v20170705
16.06/6.50	c java.runtime.name	Java(TM) SE Runtime Environment
16.06/6.50	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.06/6.50	c java.vm.version	25.131-b11
16.06/6.50	c java.vm.vendor	Oracle Corporation
16.06/6.50	c sun.arch.data.model	64
16.06/6.50	c java.version		1.8.0_131
16.06/6.50	c os.name		Linux
16.06/6.50	c os.version		3.10.0-514.16.1.el7.x86_64
16.06/6.50	c os.arch		amd64
16.06/6.50	c Free memory 		499604488
16.06/6.50	c Max memory 		7247757312
16.06/6.50	c Total memory 		504889344
16.06/6.50	c Number of processors 	4
16.06/6.50	c c --- Begin Solver configuration ---
16.06/6.50	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.06/6.50	c Learn all clauses as in MiniSAT
16.06/6.50	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.06/6.50	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.06/6.50	c No reason simplification
16.06/6.50	c Glucose 2.1 dynamic restart strategy
16.06/6.50	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
16.06/6.50	c timeout=2147483s
16.06/6.50	c DB Simplification allowed=false
16.06/6.50	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.06/6.50	c --- End Solver configuration ---
16.06/6.50	c starts		: 0
16.06/6.50	c conflicts		: 0
16.06/6.50	c decisions		: 0
16.06/6.50	c propagations		: 0
16.06/6.50	c inspects		: 0
16.06/6.50	c shortcuts		: 0
16.06/6.50	c learnt literals	: 0
16.06/6.50	c learnt binary clauses	: 0
16.06/6.50	c learnt ternary clauses	: 0
16.06/6.50	c learnt constraints	: 0
16.06/6.50	c ignored constraints	: 0
16.06/6.50	c root simplifications	: 0
16.06/6.50	c removed literals (reason simplification)	: 0
16.06/6.50	c reason swapping (by a shorter reason)	: 0
16.06/6.50	c Calls to reduceDB	: 0
16.06/6.50	c Number of update (reduction) of LBD	: 0
16.06/6.50	c Imported unit clauses	: 0
16.06/6.50	c number of reductions to clauses (during analyze)	: 0
16.06/6.50	c number of learned constraints concerned by reduction	: 0
16.06/6.50	c number of learning phase by resolution	: 0
16.06/6.50	c number of learning phase by cutting planes	: 0
16.06/6.50	c number of rounding to 1 operations	: 0
16.06/6.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
16.06/6.50	c number of reductions of the coefficients by power 2 	: 0
16.06/6.50	c number of right shift for reduction by power 2 	: 0
16.06/6.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
16.06/6.50	c speed (assignments/second)	: 0.0
16.06/6.50	c non guided choices	0
16.06/6.50	c learnt constraints type 
16.06/6.50	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6086 MiB free)
  memory of node 1: 16384 MiB (14261 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263088-1502626936/watcher-4263088-1502626936 -o /tmp/evaluation-result-4263088-1502626936/solver-4263088-1502626936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263088-1502626936.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13449, runsolver pid=13446
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.91 4.55 4.33 7/215 13464
/proc/meminfo: memFree=20818448/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555400 memory=30016 CPUtime=0.13 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 6558 0 0 0 11 2 0 0 20 0 15 0 95774649 10808729600 7504 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638850 7504 2817 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 4405 0 0 0 8 1 0 0 20 0 15 0 95774650 10808729600 7504 33554432000 4194304 4196468 140729698607104 139919411488704 139919407289501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555400 memory=5793855124078746041 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 7504 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 7504 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 7504 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 7504 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774652 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95774652 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95774653 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) R 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0.02 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) R 13446 13449 6338 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918705932784 139919407279510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 7504 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30016 KiB

[startup+0.210707 s]*
/proc/loadavg: 4.91 4.55 4.33 7/215 13464
/proc/meminfo: memFree=20808416/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555400 memory=39496 CPUtime=0.3 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 7960 0 0 0 27 3 0 0 20 0 15 0 95774649 10808729600 9874 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638850 9874 2922 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 5209 0 0 0 18 2 0 0 20 0 15 0 95774650 10808729600 9874 33554432000 4194304 4196468 140729698607104 139919411485952 139919407279510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555400 memory=4211973599273643402 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 9874 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 9874 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 9874 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774650 10808729600 9874 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774652 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95774652 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95774653 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0.05 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) S 13446 13449 6338 0 -1 1077944384 805 0 0 0 5 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918705932784 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555400 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774655 10808729600 9874 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39496 KiB

[startup+0.320974 s]*
/proc/loadavg: 4.91 4.55 4.33 9/215 13464
/proc/meminfo: memFree=20802460/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555476 memory=46188 CPUtime=0.54 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 8633 0 0 0 51 3 0 0 20 0 15 0 95774649 10808807424 11547 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638869 11547 3036 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555476 memory=4871374705135476842 CPUtime=0.31 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 5604 0 0 0 29 2 0 0 20 0 15 0 95774650 10808807424 11547 33554432000 4194304 4196468 140729698607104 139919411495952 139919407279510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555476 memory=4211973599273643402 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808807424 11547 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555476 memory=139873068855221 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808807424 11547 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555476 memory=139872924975826 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774650 10808807424 11547 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555476 memory=139872924978639 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774650 10808807424 11547 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555476 memory=139873068859229 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555476 memory=139872924987823 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555476 memory=279745849966480 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95774653 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555476 memory=279745849964176 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) R 13446 13449 6338 0 -1 4202560 487 0 0 0 2 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918708038384 139919384862352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555476 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) R 13446 13449 6338 0 -1 1077944384 261 0 0 0 5 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555476 memory=139873068852864 CPUtime=0.14 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) R 13446 13449 6338 0 -1 4202560 916 0 0 0 14 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918705932784 139919385913537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555476 memory=139873068852864 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 11547 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46188 KiB

[startup+0.700829 s]
/proc/loadavg: 4.91 4.55 4.33 8/215 13464
/proc/meminfo: memFree=20737728/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555476 memory=232000 CPUtime=1.55 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 10416 0 0 0 141 14 0 0 20 0 15 0 95774649 10808807424 58000 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638869 58000 3097 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555476 memory=1952 CPUtime=0.6 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 5893 0 0 0 56 4 0 0 20 0 15 0 95774650 10808807424 58000 33554432000 4194304 4196468 140729698607104 139919411500544 139919389218257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555476 memory=5796 CPUtime=0.06 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 36 0 0 0 4 2 0 0 20 0 15 0 95774650 10808807424 58000 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555476 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 31 0 0 0 5 1 0 0 20 0 15 0 95774650 10808807424 58000 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555476 memory=7523356985603351872 CPUtime=0.07 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 38 0 0 0 5 2 0 0 20 0 15 0 95774650 10808807424 58000 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555476 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 39 0 0 0 5 2 0 0 20 0 15 0 95774650 10808807424 58000 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555476 memory=7295951592347422800 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95774653 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555476 memory=70 CPUtime=0.22 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 1111 0 0 0 22 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555476 memory=3 CPUtime=0.22 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 789 0 0 0 22 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555476 memory=5976 CPUtime=0.19 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) R 13446 13449 6338 0 -1 4202560 1034 0 0 0 19 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918705932784 139919407279510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555476 memory=279745850150384 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 58000 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 232000 KiB

[startup+1.50098 s]
/proc/loadavg: 4.91 4.55 4.33 6/215 13464
/proc/meminfo: memFree=20525740/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555476 memory=603216 CPUtime=3.53 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 11577 0 0 0 306 47 0 0 20 0 15 0 95774649 10808807424 150804 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638869 150804 3113 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555476 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) S 13446 13449 6338 0 -1 1077944384 5969 0 0 0 96 6 0 0 20 0 15 0 95774650 10808807424 150804 33554432000 4194304 4196468 140729698607104 139919411504336 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555476 memory=-6436867105731274081 CPUtime=0.43 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) R 13446 13449 6338 0 -1 4202560 275 0 0 0 34 9 0 0 20 0 15 0 95774650 10808807424 150804 33554432000 4194304 4196468 140729698607104 139919366028504 139919391722332 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555476 memory=-6007660418857049897 CPUtime=0.44 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) R 13446 13449 6338 0 -1 4202560 256 0 0 0 35 9 0 0 20 0 15 0 95774650 10808807424 150804 33554432000 4194304 4196468 140729698607104 139919012736344 139919392218180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555476 memory=-1161699032755887712 CPUtime=0.44 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) R 13446 13449 6338 0 -1 4202560 298 0 0 0 35 9 0 0 20 0 15 0 95774650 10808807424 150804 33554432000 4194304 4196468 140729698607104 139919011683088 139919391965327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555476 memory=-6305719390639449472 CPUtime=0.44 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) R 13446 13449 6338 0 -1 4202560 235 0 0 0 35 9 0 0 20 0 15 0 95774650 10808807424 150804 33554432000 4194304 4196468 140729698607104 139919010630544 139919391722332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555476 memory=-6305709512113480832 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 150804 33554432000 4194304 4196468 140729698607104 139918712246880 139919407277781 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0

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

[startup+3.11011 s]
/proc/loadavg: 4.91 4.55 4.33 6/215 13464
/proc/meminfo: memFree=20077280/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555476 memory=770108 CPUtime=7.61 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 13683 0 0 0 697 64 0 0 20 0 15 0 95774649 10808807424 192527 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638869 192527 3125 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555476 memory=8027223685274615916 CPUtime=1.46 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 6096 0 0 0 140 6 0 0 20 0 15 0 95774650 10808807424 192527 33554432000 4194304 4196468 140729698607104 139919411504336 139919045928812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555476 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 414 0 0 0 113 14 0 0 20 0 15 0 95774650 10808807424 192527 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555476 memory=279745850257968 CPUtime=1.26 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 430 0 0 0 113 13 0 0 20 0 15 0 95774650 10808807424 192527 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555476 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1497 0 0 0 114 13 0 0 20 0 15 0 95774650 10808807424 192527 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555476 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 385 0 0 0 111 14 0 0 20 0 15 0 95774650 10808807424 192527 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555476 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 500 0 0 0 33 0 0 0 20 0 15 0 95774652 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95774652 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95774653 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555476 memory=591 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 1124 0 0 0 24 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 795 0 0 0 23 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) S 13446 13449 6338 0 -1 1077944384 1080 0 0 0 22 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918705932784 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555476 memory=3054156605335314831 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555476 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95774655 10808807424 192527 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 770108 KiB

[startup+6.30095 s]
/proc/loadavg: 4.91 4.56 4.33 9/215 13464
/proc/meminfo: memFree=19540924/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10555628 memory=1497760 CPUtime=16.06 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 21249 0 0 0 1478 128 0 0 20 0 15 0 95774649 10808963072 374440 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2638907 374440 3176 1 0 2627263 0
[pid=13449/tid=13451] ppid=13446 vsize=10555628 memory=1415904 CPUtime=2.39 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) R 13446 13449 6338 0 -1 4202560 7727 0 0 0 229 10 0 0 20 0 15 0 95774650 10808963072 374440 33554432000 4194304 4196468 140729698607104 139919411491744 139919391348062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10555628 memory=279745850108912 CPUtime=3.02 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 886 0 0 0 273 29 0 0 20 0 15 0 95774650 10808963072 374440 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10555628 memory=0 CPUtime=3 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 985 0 0 0 271 29 0 0 20 0 15 0 95774650 10808963072 374440 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10555628 memory=28164 CPUtime=3.01 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1916 0 0 0 273 28 0 0 20 0 15 0 95774650 10808963072 374466 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10555628 memory=2428 CPUtime=2.99 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 729 0 0 0 271 28 0 0 20 0 15 0 95774650 10808963072 374466 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10555628 memory=1292 CPUtime=0.83 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 3790 0 0 0 83 0 0 0 20 0 15 0 95774652 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10555628 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95774652 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10555628 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95774653 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10555628 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10555628 memory=1228 CPUtime=0.26 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 1230 0 0 0 26 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10555628 memory=1952 CPUtime=0.24 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 880 0 0 0 24 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10555628 memory=1081980 CPUtime=0.25 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) S 13446 13449 6338 0 -1 1077944384 1478 0 0 0 25 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918705932784 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10555628 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10555628 memory=16099256251451951 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 15 0 95774655 10808963072 374466 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 10555628 KiB
Current children cumulated memory: 1497760 KiB

[startup+6.52699 s]
# the end of solver process 13449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.7934 s, system=1.29483 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40083 s]
/proc/loadavg: 4.91 4.56 4.33 9/215 13464
/proc/meminfo: memFree=19540924/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10690804 memory=1498124 CPUtime=16.06 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 21376 0 0 0 1478 128 0 0 20 0 16 0 95774649 10947383296 374531 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2672701 374531 3179 1 0 2661057 0
[pid=13449/tid=13451] ppid=13446 vsize=10690804 memory=7300728970739542608 CPUtime=2.4 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) S 13446 13449 6338 0 -1 1077944384 7804 0 0 0 230 10 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919411508256 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10690804 memory=6944656592455097440 CPUtime=3.02 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 886 0 0 0 273 29 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10690804 memory=470 CPUtime=3 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 985 0 0 0 271 29 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10690804 memory=279745850456240 CPUtime=3.01 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1916 0 0 0 273 28 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10690804 memory=3605477243983782782 CPUtime=2.99 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 729 0 0 0 271 28 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10690804 memory=6944656592387989600 CPUtime=0.83 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 3790 0 0 0 83 0 0 0 20 0 16 0 95774652 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10690804 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95774652 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10690804 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95774653 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10690804 memory=1537 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10690804 memory=3473155141856866357 CPUtime=0.26 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 1230 0 0 0 26 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10690804 memory=1135296 CPUtime=0.24 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 880 0 0 0 24 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10690804 memory=2356 CPUtime=0.25 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) S 13446 13449 6338 0 -1 1077944384 1479 0 0 0 25 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918705932784 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10690804 memory=6296143700806424935 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 1498124 KiB

[startup+6.50059 s]
/proc/loadavg: 4.91 4.56 4.33 9/215 13464
/proc/meminfo: memFree=19540924/32770624 swapFree=67108860/67108860
[pid=13449] ppid=13446 vsize=10690804 memory=1498124 CPUtime=16.06 cores=1,3,5,7
/proc/13449/stat : 13449 (java) S 13446 13449 6338 0 -1 1077944320 21376 0 0 0 1478 128 0 0 20 0 16 0 95774649 10947383296 374531 33554432000 4194304 4196468 140729698607104 140729698589648 139919407267575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
/proc/13449/statm: 2672701 374531 3179 1 0 2661057 0
[pid=13449/tid=13451] ppid=13446 vsize=10690804 memory=1497760 CPUtime=2.4 cores=1,3,5,7
/proc/13449/task/13451/stat : 13451 (java) S 13446 13449 6338 0 -1 1077944384 7804 0 0 0 230 10 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919411508256 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13452] ppid=13446 vsize=10690804 memory=279745850108912 CPUtime=3.02 cores=1,3,5,7
/proc/13449/task/13452/stat : 13452 (java) S 13446 13449 6338 0 -1 1077944384 886 0 0 0 273 29 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919366028304 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13453] ppid=13446 vsize=10690804 memory=0 CPUtime=3 cores=1,3,5,7
/proc/13449/task/13453/stat : 13453 (java) S 13446 13449 6338 0 -1 1077944384 985 0 0 0 271 29 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919012736144 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13454] ppid=13446 vsize=10690804 memory=1081980 CPUtime=3.01 cores=1,3,5,7
/proc/13449/task/13454/stat : 13454 (java) S 13446 13449 6338 0 -1 1077944384 1916 0 0 0 273 28 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919011683088 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13455] ppid=13446 vsize=10690804 memory=288230621803970871 CPUtime=2.99 cores=1,3,5,7
/proc/13449/task/13455/stat : 13455 (java) S 13446 13449 6338 0 -1 1077944384 729 0 0 0 271 28 0 0 20 0 16 0 95774650 10947383296 374531 33554432000 4194304 4196468 140729698607104 139919010630544 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13456] ppid=13446 vsize=10690804 memory=16099256251451951 CPUtime=0.83 cores=1,3,5,7
/proc/13449/task/13456/stat : 13456 (java) S 13446 13449 6338 0 -1 1077944384 3790 0 0 0 83 0 0 0 20 0 16 0 95774652 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918712248560 139919407278722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13457] ppid=13446 vsize=10690804 memory=28164 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13457/stat : 13457 (java) S 13446 13449 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95774652 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918711194784 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13458] ppid=13446 vsize=10690804 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13458/stat : 13458 (java) S 13446 13449 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95774653 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918710141680 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13459] ppid=13446 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13459/stat : 13459 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918709090256 139919407286171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13460] ppid=13446 vsize=10690804 memory=1728 CPUtime=0.26 cores=1,3,5,7
/proc/13449/task/13460/stat : 13460 (java) S 13446 13449 6338 0 -1 1077944384 1230 0 0 0 26 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918708038384 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13461] ppid=13446 vsize=10690804 memory=12064 CPUtime=0.24 cores=1,3,5,7
/proc/13449/task/13461/stat : 13461 (java) S 13446 13449 6338 0 -1 1077944384 880 0 0 0 24 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918706985840 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13462] ppid=13446 vsize=10690804 memory=1004 CPUtime=0.25 cores=1,3,5,7
/proc/13449/task/13462/stat : 13462 (java) S 13446 13449 6338 0 -1 1077944384 1479 0 0 0 25 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918705932784 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13463] ppid=13446 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13463/stat : 13463 (java) S 13446 13449 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918704880480 139919407277781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
[pid=13449/tid=13464] ppid=13446 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/13449/task/13464/stat : 13464 (java) S 13446 13449 6338 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 16 0 95774655 10947383296 374531 33554432000 4194304 4196468 140729698607104 139918703827504 139919407278722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33611776 140729698612358 140729698612511 140729698612511 140729698615247 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 1498124 KiB

Child status: 0
Real time (s): 6.52705
CPU time (s): 16.0882
CPU user time (s): 14.7934
CPU system time (s): 1.29483
CPU usage (%): 246.485
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 1498124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7934
system time used= 1.29483
maximum resident set size= 1498796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1872
involuntary context switches= 285


# summary of solver processes directly reported to runsolver:
#   pid: 13449
#   total CPU time (s): 16.0882
#   total CPU user time (s): 14.7934
#   total CPU system time (s): 1.29483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059726 second user time and 0.10995 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 14:07:58
IDJOB=4263088
IDBENCH=128351
IDSOLVER=2651
FILE ID=node148/4263088-1502626936
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 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-4263088-1502626936/watcher-4263088-1502626936 -o /tmp/evaluation-result-4263088-1502626936/solver-4263088-1502626936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263088-1502626936.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=833847617

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.19
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.19
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.19
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20836452 kB
MemAvailable:   23918716 kB
Buffers:          195216 kB
Cached:          3176504 kB
SwapCached:            0 kB
Active:          8797488 kB
Inactive:        2686348 kB
Active(anon):    8063252 kB
Inactive(anon):    76916 kB
Active(file):     734236 kB
Inactive(file):  2609432 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       8122916 kB
Mapped:            55248 kB
Shmem:             25224 kB
Slab:             135580 kB
SReclaimable:     108860 kB
SUnreclaim:        26720 kB
KernelStack:        3696 kB
PageTables:        20952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8607176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7962624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 14:08:04