Trace number 4263090

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? 18.5741 7.6256199

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-36-08.xml
MD5SUM0b1e0c7924bcaa294ffaf4f952f89b7c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark0.76421201
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size335
Distribution of domain sizes[{"size":1,"count":1},{"size":335,"count":61}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":43},{"degree":6,"count":9},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":131},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=2943, runsolver pid=2940

[startup+0.100095 s]*
/proc/loadavg: 2.04 2.68 3.82 2/216 2958
/proc/meminfo: memFree=28385600/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555400 memory=30108 CPUtime=0.12 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 6577 0 0 0 10 2 0 0 20 0 15 0 95781476 10808729600 7527 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638850 7527 2808 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 4419 0 0 0 8 1 0 0 20 0 15 0 95781477 10808729600 7527 33554432000 4194304 4196468 140731922484400 140118112487360 140118092346718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0.01 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) R 2940 2943 31095 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117594298608 140118087227548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 7527 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210448 s]*
/proc/loadavg: 2.04 2.68 3.82 4/216 2958
/proc/meminfo: memFree=28376644/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555400 memory=39688 CPUtime=0.29 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 8031 0 0 0 27 2 0 0 20 0 15 0 95781476 10808729600 9922 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638850 9922 2932 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 5211 0 0 0 18 1 0 0 20 0 15 0 95781477 10808729600 9922 33554432000 4194304 4196468 140731922484400 140118112498432 140118108278166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555400 memory=288370240700126848 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95781479 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 15 0 95781482 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 95781482 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0.05 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) R 2940 2943 31095 0 -1 4202560 832 0 0 0 5 0 0 0 20 0 15 0 95781482 10808729600 9922 33554432000 4194304 4196468 140731922484400 140117594298608 140118092346718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 9987 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555400 memory=139864548415104 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781482 10808729600 9987 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39688 KiB

[startup+0.310242 s]*
/proc/loadavg: 2.04 2.68 3.82 4/216 2958
/proc/meminfo: memFree=28370192/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=46476 CPUtime=0.51 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 8644 0 0 0 48 3 0 0 20 0 15 0 95781476 10808807424 11619 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 11619 3024 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 5572 0 0 0 28 1 0 0 20 0 15 0 95781477 10808807424 11619 33554432000 4194304 4196468 140731922484400 140118112499776 140118092346718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=139864548473120 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781477 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781477 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=139864548480032 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555476 memory=139864402152975 CPUtime=0.04 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 203 0 0 0 4 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555476 memory=139864548417931 CPUtime=0.13 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) R 2940 2943 31095 0 -1 4202560 923 0 0 0 13 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117594298608 140118086852612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555476 memory=139864402157519 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555476 memory=279728950589376 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 11619 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46476 KiB

[startup+0.700726 s]
/proc/loadavg: 2.04 2.68 3.82 5/216 2958
/proc/meminfo: memFree=28316624/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=232260 CPUtime=1.57 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 10480 0 0 0 143 14 0 0 20 0 15 0 95781476 10808807424 58065 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 58065 3095 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=2372 CPUtime=0.6 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 5914 0 0 0 56 4 0 0 20 0 15 0 95781477 10808807424 58065 33554432000 4194304 4196468 140731922484400 140118112501280 140117748758238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=6872598998417432672 CPUtime=0.06 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 4 2 0 0 20 0 15 0 95781477 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=1420 CPUtime=0.06 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 40 0 0 0 4 2 0 0 20 0 15 0 95781477 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=15872 CPUtime=0.06 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 32 0 0 0 4 2 0 0 20 0 15 0 95781477 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=16448 CPUtime=0.07 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 44 0 0 0 5 2 0 0 20 0 15 0 95781477 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 1127 0 0 0 23 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 825 0 0 0 23 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555476 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) S 2940 2943 31095 0 -1 1077944384 1018 0 0 0 19 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117594298608 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 58065 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 232260 KiB

[startup+1.50103 s]
/proc/loadavg: 2.04 2.68 3.82 4/216 2958
/proc/meminfo: memFree=28091720/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=607880 CPUtime=3.51 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 12099 0 0 0 308 43 0 0 20 0 15 0 95781476 10808807424 151970 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 151970 3114 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=3467825834817173822 CPUtime=1.04 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) S 2940 2943 31095 0 -1 1077944384 5981 0 0 0 98 6 0 0 20 0 15 0 95781477 10808807424 151970 33554432000 4194304 4196468 140731922484400 140118112503216 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=286228 CPUtime=0.43 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) R 2940 2943 31095 0 -1 4202560 263 0 0 0 34 9 0 0 20 0 15 0 95781477 10808807424 151970 33554432000 4194304 4196468 140731922484400 140117715560920 140118093217358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=2241 CPUtime=0.43 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) R 2940 2943 31095 0 -1 4202560 379 0 0 0 34 9 0 0 20 0 15 0 95781477 10808807424 151970 33554432000 4194304 4196468 140731922484400 140117714508064 140118089863242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=1420 CPUtime=0.42 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) R 2940 2943 31095 0 -1 4202560 533 0 0 0 34 8 0 0 20 0 15 0 95781477 10808807424 151970 33554432000 4194304 4196468 140731922484400 140117713455632 140118093251527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=15872 CPUtime=0.42 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) R 2940 2943 31095 0 -1 4202560 355 0 0 0 34 8 0 0 20 0 15 0 95781477 10808807424 151970 33554432000 4194304 4196468 140731922484400 140117712403088 140118092720988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 151970 33554432000 4194304 4196468 140731922484400 140117600613216 140118108276437 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0

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

[startup+6.30088 s]
/proc/loadavg: 2.19 2.70 3.82 6/216 2958
/proc/meminfo: memFree=27033904/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=1518196 CPUtime=15.74 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 20016 0 0 0 1445 129 0 0 20 0 15 0 95781476 10808807424 379549 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 379549 3130 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=425 CPUtime=2.43 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 7768 0 0 0 235 8 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140118112502816 140117748758430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=8112282956445269571 CPUtime=2.88 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1380 0 0 0 259 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=6299219111786934116 CPUtime=2.88 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 921 0 0 0 259 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=4639939496134862184 CPUtime=2.89 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 1667 0 0 0 260 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=279728804533056 CPUtime=2.91 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 884 0 0 0 261 30 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=-7812193691855986592 CPUtime=0.91 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2064 0 0 0 91 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555476 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555476 memory=1095264 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555476 memory=4140 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 1226 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555476 memory=27680 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 839 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555476 memory=25 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) S 2940 2943 31095 0 -1 1077944384 1696 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117594298608 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555476 memory=25 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1518196 KiB

[startup+7.62555 s]
# the end of solver process 2943 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16.8507 s, system=1.72344 s

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

[startup+6.40096 s]
/proc/loadavg: 2.19 2.70 3.82 6/216 2958
/proc/meminfo: memFree=27033904/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=1518196 CPUtime=15.84 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 20064 0 0 0 1455 129 0 0 20 0 15 0 95781476 10808807424 379549 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 379549 3130 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=8112282956445269571 CPUtime=2.53 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) R 2940 2943 31095 0 -1 4202560 7806 0 0 0 245 8 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140118112502816 140117748758985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=21 CPUtime=2.88 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1380 0 0 0 259 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=0 CPUtime=2.88 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 921 0 0 0 259 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=0 CPUtime=2.89 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 1667 0 0 0 260 29 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=0 CPUtime=2.91 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 884 0 0 0 261 30 0 0 20 0 15 0 95781477 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=7100839887184827521 CPUtime=0.91 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2064 0 0 0 91 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555476 memory=15536340657769554 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555476 memory=6944656592452807320 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555476 memory=2888 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555476 memory=2884 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 1226 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555476 memory=1580 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 839 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555476 memory=928 CPUtime=0.25 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) S 2940 2943 31095 0 -1 1077944384 1706 0 0 0 25 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117594298608 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555476 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555476 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 379549 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1518196 KiB

[startup+7.20099 s]
/proc/loadavg: 2.42 2.74 3.83 6/216 2958
/proc/meminfo: memFree=26490692/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10555476 memory=1976672 CPUtime=18.16 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 21831 0 0 0 1646 170 0 0 20 0 15 0 95781476 10808807424 494168 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2638869 494168 3131 1 0 2627263 0
[pid=2943/tid=2945] ppid=2940 vsize=10555476 memory=8112282956445269571 CPUtime=2.83 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) S 2940 2943 31095 0 -1 1077944384 7844 0 0 0 275 8 0 0 20 0 15 0 95781477 10808807424 494168 33554432000 4194304 4196468 140731922484400 140118112503056 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10555476 memory=0 CPUtime=3.37 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) R 2940 2943 31095 0 -1 4202560 1723 0 0 0 297 40 0 0 20 0 15 0 95781477 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117715560920 140118092714446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10555476 memory=0 CPUtime=3.38 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) R 2940 2943 31095 0 -1 4202560 1360 0 0 0 298 40 0 0 20 0 15 0 95781477 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117714508376 140118093288321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10555476 memory=0 CPUtime=3.4 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) R 2940 2943 31095 0 -1 4202560 2042 0 0 0 300 40 0 0 20 0 15 0 95781477 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117713455832 140118094024544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10555476 memory=0 CPUtime=3.41 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) R 2940 2943 31095 0 -1 4202560 1231 0 0 0 302 39 0 0 20 0 15 0 95781477 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117712402976 140118100894439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10555476 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2064 0 0 0 91 0 0 0 20 0 15 0 95781479 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117600613408 140118108276437 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10555476 memory=1691904 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10555476 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95781479 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10555476 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10555476 memory=1728 CPUtime=0.26 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 1302 0 0 0 26 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10555476 memory=1716 CPUtime=0.26 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 901 0 0 0 26 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10555476 memory=796 CPUtime=0.26 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) S 2940 2943 31095 0 -1 1077944384 1793 0 0 0 26 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117594298608 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10555476 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95781482 10808807424 494168 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 18.16 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 1976672 KiB

[startup+7.60073 s]
/proc/loadavg: 2.42 2.74 3.83 6/216 2958
/proc/meminfo: memFree=26490692/32770624 swapFree=67108860/67108860
[pid=2943] ppid=2940 vsize=10688756 memory=1978236 CPUtime=18.55 cores=0,2,4,6
/proc/2943/stat : 2943 (java) S 2940 2943 31095 0 -1 1077944320 23302 0 0 0 1684 171 0 0 20 0 16 0 95781476 10945286144 494559 33554432000 4194304 4196468 140731922484400 140731922466944 140118108266231 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
/proc/2943/statm: 2672189 494559 3179 1 0 2660545 0
[pid=2943/tid=2945] ppid=2940 vsize=10688756 memory=27680 CPUtime=3 cores=0,2,4,6
/proc/2943/task/2945/stat : 2945 (java) S 2940 2943 31095 0 -1 1077944384 8712 0 0 0 292 8 0 0 20 0 16 0 95781477 10945286144 494559 33554432000 4194304 4196468 140731922484400 140118112506912 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2946] ppid=2940 vsize=10688756 memory=1296 CPUtime=3.41 cores=0,2,4,6
/proc/2943/task/2946/stat : 2946 (java) S 2940 2943 31095 0 -1 1077944384 1723 0 0 0 301 40 0 0 20 0 16 0 95781477 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117715560720 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2947] ppid=2940 vsize=10688756 memory=0 CPUtime=3.43 cores=0,2,4,6
/proc/2943/task/2947/stat : 2947 (java) S 2940 2943 31095 0 -1 1077944384 1360 0 0 0 303 40 0 0 20 0 16 0 95781477 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117714508176 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2948] ppid=2940 vsize=10688756 memory=5143 CPUtime=3.44 cores=0,2,4,6
/proc/2943/task/2948/stat : 2948 (java) S 2940 2943 31095 0 -1 1077944384 2042 0 0 0 304 40 0 0 20 0 16 0 95781477 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117713455632 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2949] ppid=2940 vsize=10688756 memory=322 CPUtime=3.45 cores=0,2,4,6
/proc/2943/task/2949/stat : 2949 (java) S 2940 2943 31095 0 -1 1077944384 1232 0 0 0 306 39 0 0 20 0 16 0 95781477 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117712403088 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2950] ppid=2940 vsize=10688756 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/2943/task/2950/stat : 2950 (java) S 2940 2943 31095 0 -1 1077944384 2209 0 0 0 91 0 0 0 20 0 16 0 95781479 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117600614896 140118108277378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2951] ppid=2940 vsize=10688756 memory=2152 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2951/stat : 2951 (java) S 2940 2943 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95781479 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117599561120 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2952] ppid=2940 vsize=10688756 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2952/stat : 2952 (java) S 2940 2943 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95781479 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117598508528 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2953] ppid=2940 vsize=10688756 memory=1 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2953/stat : 2953 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117597457104 140118108284827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2954] ppid=2940 vsize=10688756 memory=142 CPUtime=0.27 cores=0,2,4,6
/proc/2943/task/2954/stat : 2954 (java) S 2940 2943 31095 0 -1 1077944384 1341 0 0 0 27 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117596403696 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2955] ppid=2940 vsize=10688756 memory=111 CPUtime=0.29 cores=0,2,4,6
/proc/2943/task/2955/stat : 2955 (java) S 2940 2943 31095 0 -1 1077944384 1141 0 0 0 29 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117595351152 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2956] ppid=2940 vsize=10688756 memory=442 CPUtime=0.27 cores=0,2,4,6
/proc/2943/task/2956/stat : 2956 (java) S 2940 2943 31095 0 -1 1077944384 1917 0 0 0 27 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117594298608 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2957] ppid=2940 vsize=10688756 memory=110 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2957/stat : 2957 (java) S 2940 2943 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117593246304 140118108276437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
[pid=2943/tid=2958] ppid=2940 vsize=10688756 memory=973 CPUtime=0 cores=0,2,4,6
/proc/2943/task/2958/stat : 2958 (java) S 2940 2943 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 16 0 95781482 10945286144 494559 33554432000 4194304 4196468 140731922484400 140117592193840 140118108277378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32190464 140731922490502 140731922490655 140731922490655 140731922493391 0
Current children cumulated CPU time: 18.55 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 1978236 KiB

Child status: 0
Real time (s): 7.62562
CPU time (s): 18.5741
CPU user time (s): 16.8507
CPU system time (s): 1.72344
CPU usage (%): 243.575
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 1978236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8507
system time used= 1.72344
maximum resident set size= 1978684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23383
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= 1867
involuntary context switches= 153


# summary of solver processes directly reported to runsolver:
#   pid: 2943
#   total CPU time (s): 18.5741
#   total CPU user time (s): 16.8507
#   total CPU system time (s): 1.72344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066043 second user time and 0.118458 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 14:07:57
IDJOB=4263090
IDBENCH=128318
IDSOLVER=2651
FILE ID=node104/4263090-1502626936
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-36-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263090-1502626936/watcher-4263090-1502626936 -o /tmp/evaluation-result-4263090-1502626936/solver-4263090-1502626936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263090-1502626936.xml

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

MD5SUM BENCH= 0b1e0c7924bcaa294ffaf4f952f89b7c
RANDOM SEED=1209629838

node104.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.43
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.43
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.43
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.43
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:        28404280 kB
MemAvailable:   31713380 kB
Buffers:          150840 kB
Cached:          3440044 kB
SwapCached:            0 kB
Active:           608720 kB
Inactive:        3305948 kB
Active(anon):     326408 kB
Inactive(anon):    25024 kB
Active(file):     282312 kB
Inactive(file):  3280924 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:        329980 kB
Mapped:            55036 kB
Shmem:             25228 kB
Slab:             148828 kB
SReclaimable:     123400 kB
SUnreclaim:        25428 kB
KernelStack:        3536 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 14:08:05