Trace number 4289828

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 2018-07-11SAT (TO)253 2400.27 2377.92

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

5.22/1.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.22/1.81	c This is free software under the dual EPL/GNU LGPL licenses.
5.22/1.81	c See www.sat4j.org for details.
5.22/1.81	c That software uses the Rhino library from the Mozilla project.
5.22/1.81	c version 2.3.6-SNAPSHOT
5.22/1.81	c java.runtime.name	Java(TM) SE Runtime Environment
5.22/1.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.22/1.81	c java.vm.version	25.131-b11
5.22/1.81	c java.vm.vendor	Oracle Corporation
5.22/1.81	c sun.arch.data.model	64
5.22/1.81	c java.version		1.8.0_131
5.22/1.81	c os.name		Linux
5.22/1.81	c os.version		3.10.0-514.16.1.el7.x86_64
5.22/1.81	c os.arch		amd64
5.22/1.81	c Free memory 		499604488
5.22/1.81	c Max memory 		7247757312
5.22/1.81	c Total memory 		504889344
5.22/1.81	c Number of processors 	4
5.22/1.81	c c --- Begin Solver configuration ---
5.22/1.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.22/1.81	c Learn all clauses as in MiniSAT
5.22/1.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.22/1.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.22/1.81	c No reason simplification
5.22/1.81	c Glucose 2.1 dynamic restart strategy
5.22/1.81	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
5.22/1.81	c timeout=2147483s
5.22/1.81	c DB Simplification allowed=false
5.22/1.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.22/1.81	c --- End Solver configuration ---
5.22/1.81	c constraints type 
5.22/1.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
5.22/1.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1237500
5.22/1.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 179900
5.22/1.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 50
5.22/1.81	c 1417550 constraints processed.
14.66/9.82	o 372
20.08/15.00	o 333
22.85/17.62	o 296
82.80/77.12	o 284
406.79/397.65	o 276
557.91/547.82	o 273
1623.00/1604.91	o 264
1722.56/1703.43	o 253
2400.24/2377.90	c starts		: 13033
2400.24/2377.90	c conflicts		: 4868706
2400.24/2377.90	c decisions		: 184145090
2400.24/2377.90	c propagations		: 8468681243
2400.24/2377.90	c inspects		: 16438714911
2400.24/2377.90	c shortcuts		: 0
2400.24/2377.90	c learnt literals	: 0
2400.24/2377.90	c learnt binary clauses	: 2931
2400.24/2377.90	c learnt ternary clauses	: 4258
2400.24/2377.90	c learnt constraints	: 4868706
2400.24/2377.90	c ignored constraints	: 0
2400.24/2377.90	c root simplifications	: 0
2400.24/2377.90	c removed literals (reason simplification)	: 0
2400.24/2377.90	c reason swapping (by a shorter reason)	: 0
2400.24/2377.90	c Calls to reduceDB	: 196
2400.24/2377.90	c Number of update (reduction) of LBD	: 3206279
2400.24/2377.90	c Imported unit clauses	: 0
2400.24/2377.90	c number of reductions to clauses (during analyze)	: 0
2400.24/2377.90	c number of learned constraints concerned by reduction	: 0
2400.24/2377.90	c number of learning phase by resolution	: 0
2400.24/2377.90	c number of learning phase by cutting planes	: 0
2400.24/2377.90	c number of rounding to 1 operations	: 0
2400.24/2377.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.24/2377.90	c number of reductions of the coefficients by power 2 	: 0
2400.24/2377.90	c number of right shift for reduction by power 2 	: 0
2400.24/2377.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.24/2377.90	c number of ending skipping 	: 0
2400.24/2377.90	c number of internal skipping 	: 0
2400.24/2377.90	c number of derivation steps 	: 0
2400.24/2377.90	c number of skipped derivation steps 	: 0
2400.24/2377.90	c number of remaining unassigned 	: 0
2400.24/2377.90	c number of remaining assigned 	: 0
2400.24/2377.90	c speed (assignments/second)	: 3564153.2778271358
2400.24/2377.90	c non guided choices	: 32110853
2400.24/2377.90	s SATISFIABLE
2400.24/2377.90	v <instantiation type="solution">
2400.24/2377.90	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] </list>
2400.24/2377.90	v 	<values> 4 13 18 11 9 10 21 20 17 23 19 14 16 15 12 22 24 8 0 3 5 2 6 1 7 19 21 12 7 18 14 4 4 9 9 14 6 5 9 14 12 19 9 3 5 5 6 14 11 4 </values>
2400.24/2377.90	v </instantiation>
2400.24/2377.90	

Verifier Data

OK	253

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 (7766 MiB free)
  memory of node 1: 16384 MiB (12750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289828-1532269817/watcher-4289828-1532269817 -o /tmp/evaluation-result-4289828-1532269817/solver-4289828-1532269817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32673 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289828-1532269817.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1409, runsolver pid=1406
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 2.00 2.01 2.07 3/217 1424
/proc/meminfo: memFree=20990808/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10659012 memory=30476 CPUtime=0.13 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 6684 0 0 0 11 2 0 0 20 0 15 0 44544837 10914828288 7619 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2664753 7619 2824 1 0 2627263 0
[pid=1409/tid=1411] ppid=1406 vsize=10659012 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 4525 0 0 0 8 1 0 0 20 0 15 0 44544837 10914828288 7619 33554432000 4194304 4196468 140732771484144 140148828800880 140148808676702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 7619 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 7619 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 7619 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 7619 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544839 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44544840 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147858289824 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44544840 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147857236720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0.02 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 44544842 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544843 10914828288 7619 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30476 KiB

[startup+0.210641 s]*
/proc/loadavg: 2.00 2.01 2.07 4/217 1424
/proc/meminfo: memFree=20981008/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10659012 memory=41836 CPUtime=0.32 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 8092 0 0 0 30 2 0 0 20 0 15 0 44544837 10914828288 10459 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2664753 10459 3004 1 0 2627263 0
[pid=1409/tid=1411] ppid=1406 vsize=10659012 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 5031 0 0 0 18 1 0 0 20 0 15 0 44544837 10914828288 10459 33554432000 4194304 4196468 140732771484144 140148828832816 140148824618141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10659012 memory=4294967627 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 10459 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10659012 memory=140313176701528 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 10459 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 10459 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544838 10914828288 10459 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544839 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44544840 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147858289824 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44544840 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147857236720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 44544842 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 503 0 0 0 2 0 0 0 20 0 15 0 44544842 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0.07 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 683 0 0 0 7 0 0 0 20 0 15 0 44544842 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10659012 memory=140313176512128 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544843 10914828288 10459 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41836 KiB

[startup+0.310503 s]*
/proc/loadavg: 2.00 2.01 2.07 4/217 1424
/proc/meminfo: memFree=20974308/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10659088 memory=47532 CPUtime=0.51 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 9003 0 0 0 48 3 0 0 20 0 15 0 44544837 10914906112 11883 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2664772 11883 3064 1 0 2627263 0
[pid=1409/tid=1411] ppid=1406 vsize=10659088 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 5782 0 0 0 28 2 0 0 20 0 15 0 44544837 10914906112 11883 33554432000 4194304 4196468 140732771484144 140148828832800 140148423665386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 11883 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 11883 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 11883 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 11883 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544839 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10659088 memory=140313024899535 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44544840 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147858289824 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44544840 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147857236720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10659088 memory=280626049771424 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 595 0 0 0 4 0 0 0 20 0 15 0 44544842 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10659088 memory=140313024888079 CPUtime=0.04 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 534 0 0 0 4 0 0 0 20 0 15 0 44544842 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10659088 memory=280626201409376 CPUtime=0.11 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) R 1406 1409 32641 0 -1 4202560 728 0 0 0 11 0 0 0 20 0 15 0 44544842 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147853027824 140148816833342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10659088 memory=140313024892687 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10659088 memory=140313176512139 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544843 10914906112 11883 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47532 KiB

[startup+0.70079 s]
/proc/loadavg: 2.00 2.01 2.07 5/217 1424
/proc/meminfo: memFree=20939788/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10659088 memory=155836 CPUtime=1.75 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 13237 0 0 0 169 6 0 0 20 0 15 0 44544837 10914906112 38959 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2664772 38959 3108 1 0 2627263 0
[pid=1409/tid=1411] ppid=1406 vsize=10659088 memory=146394698488039 CPUtime=0.67 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 6004 0 0 0 63 4 0 0 20 0 15 0 44544837 10914906112 38959 33554432000 4194304 4196468 140732771484144 140148828824272 140148426466856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10659088 memory=249295 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 38959 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 38959 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 38959 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10659088 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44544838 10914906112 38959 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44544839 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44544840 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147858289824 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44544840 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147857236720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10659088 memory=-1088251628401078322 CPUtime=0.4 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) R 1406 1409 32641 0 -1 4202560 2437 0 0 0 40 0 0 0 20 0 15 0 44544842 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147855117992 140148808096694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10659088 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) R 1406 1409 32641 0 -1 4202560 2120 0 0 0 41 1 0 0 20 0 15 0 44544842 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147854061896 140148808990059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 1305 0 0 0 22 0 0 0 20 0 15 0 44544842 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44544842 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44544843 10914906112 38959 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 155836 KiB

[startup+1.50083 s]
/proc/loadavg: 2.16 2.05 2.08 5/217 1424
/proc/meminfo: memFree=20794780/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10659088 memory=330556 CPUtime=4.23 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 19172 0 0 0 410 13 0 0 20 0 15 0 44544837 10914906112 82639 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2664772 82639 3137 1 0 2627263 0
[pid=1409/tid=1411] ppid=1406 vsize=10659088 memory=280626050045888 CPUtime=1.39 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 6049 0 0 0 134 5 0 0 20 0 15 0 44544837 10914906112 82639 33554432000 4194304 4196468 140732771484144 140148828830968 140148808702351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10659088 memory=6220993253238723945 CPUtime=0.06 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 138 0 0 0 5 1 0 0 20 0 15 0 44544838 10914906112 82639 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10659088 memory=6081075901755379792 CPUtime=0.06 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 15 0 44544838 10914906112 82639 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10659088 memory=2216 CPUtime=0.04 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 93 0 0 0 3 1 0 0 20 0 15 0 44544838 10914906112 82639 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 60 0 0 0 4 1 0 0 20 0 15 0 44544838 10914906112 82639 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44544839 10914906112 82639 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0

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

/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 21694 0 0 0 429 72 0 0 20 0 16 0 44544838 10983067648 712053 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.04 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 21884 0 0 0 432 72 0 0 20 0 16 0 44544838 10983067648 712053 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.01 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 21329 0 0 0 430 71 0 0 20 0 16 0 44544838 10983067648 712053 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0.43 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 27829 0 0 0 39 4 0 0 20 0 16 0 44544839 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 44544840 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147858289888 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10725652 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44544840 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147857236736 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10725652 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44544842 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10725652 memory=2848212 CPUtime=2.55 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 11490 0 0 0 254 1 0 0 20 0 16 0 44544842 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10725652 memory=15124 CPUtime=2.22 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 11031 0 0 0 220 2 0 0 20 0 16 0 44544842 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0.37 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 3776 0 0 0 36 1 0 0 20 0 16 0 44544842 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44544842 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10725652 memory=2848212 CPUtime=1.23 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 2766 0 0 0 58 65 0 0 20 0 16 0 44544843 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1425] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1425/stat : 1425 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44545021 10983067648 712053 33554432000 4194304 4196468 140732771484144 140147849868336 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 2343.72 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2848212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.7 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 1593
/proc/meminfo: memFree=15380292/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10725652 memory=2765628 CPUtime=2400.07 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 222817 0 0 0 239628 379 0 0 20 0 16 0 44544837 10983067648 691407 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2681413 691407 3187 1 0 2643904 0
[pid=1409/tid=1411] ppid=1406 vsize=10725652 memory=2765612 CPUtime=2371.76 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 74854 0 0 0 237151 25 0 0 20 0 16 0 44544837 10983067648 691407 33554432000 4194304 4196468 140732771484144 140148828835136 140148427889864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.37 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 23085 0 0 0 465 72 0 0 20 0 16 0 44544838 10983067648 691407 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.32 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 21923 0 0 0 459 73 0 0 20 0 16 0 44544838 10983067648 691407 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.35 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 22169 0 0 0 463 72 0 0 20 0 16 0 44544838 10983067648 691407 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10725652 memory=2848212 CPUtime=5.33 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 21489 0 0 0 462 71 0 0 20 0 16 0 44544838 10983067648 691407 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10725652 memory=2848212 CPUtime=0.44 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 28776 0 0 0 40 4 0 0 20 0 16 0 44544839 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10725652 memory=8031868721507675039 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 44544840 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147858289888 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10725652 memory=2765628 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44544840 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147857236736 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10725652 memory=2765628 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44544842 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10725652 memory=2848212 CPUtime=2.55 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 11497 0 0 0 254 1 0 0 20 0 16 0 44544842 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10725652 memory=4140 CPUtime=2.22 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 11033 0 0 0 220 2 0 0 20 0 16 0 44544842 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10725652 memory=2765628 CPUtime=0.37 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 3780 0 0 0 36 1 0 0 20 0 16 0 44544842 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10725652 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44544842 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10725652 memory=288230574492221466 CPUtime=1.26 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 2798 0 0 0 59 67 0 0 20 0 16 0 44544843 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1425] ppid=1406 vsize=10725652 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1425/stat : 1425 (java) S 1406 1409 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44545021 10983067648 691407 33554432000 4194304 4196468 140732771484144 140147849868336 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2765628 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2377.92 s]
# the end of solver process 1409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.46 s, system=3.80442 s

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

[startup+2377.81 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 1593
/proc/meminfo: memFree=15380292/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10925344 memory=2765684 CPUtime=2400.19 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 223114 0 0 0 239640 379 0 0 20 0 17 0 44544837 11187552256 691421 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2731336 691421 3189 1 0 2693827 0
[pid=1409/tid=1411] ppid=1406 vsize=10925344 memory=4108 CPUtime=2371.86 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) R 1406 1409 32641 0 -1 4202560 74862 0 0 0 237161 25 0 0 20 0 17 0 44544837 11187552256 691421 33554432000 4194304 4196468 140732771484144 140148828835136 140148428270402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10925344 memory=2340 CPUtime=5.37 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 23085 0 0 0 465 72 0 0 20 0 17 0 44544838 11187552256 691421 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10925344 memory=8112282956445269571 CPUtime=5.32 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 21923 0 0 0 459 73 0 0 20 0 17 0 44544838 11187552256 691421 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10925344 memory=1728 CPUtime=5.35 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 22169 0 0 0 463 72 0 0 20 0 17 0 44544838 11187552256 691421 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10925344 memory=1008 CPUtime=5.33 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 21489 0 0 0 462 71 0 0 20 0 17 0 44544838 11187552256 691421 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10925344 memory=5520 CPUtime=0.44 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 28776 0 0 0 40 4 0 0 20 0 17 0 44544839 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10925344 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 44544840 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147858289888 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10925344 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44544840 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147857236736 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10925344 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44544842 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10925344 memory=2765628 CPUtime=2.56 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 11510 0 0 0 255 1 0 0 20 0 17 0 44544842 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10925344 memory=8112282956445269571 CPUtime=2.22 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 11076 0 0 0 220 2 0 0 20 0 17 0 44544842 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10925344 memory=3848 CPUtime=0.38 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 3867 0 0 0 37 1 0 0 20 0 17 0 44544842 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10925344 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44544842 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10925344 memory=2588 CPUtime=1.26 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 2798 0 0 0 59 67 0 0 20 0 17 0 44544843 11187552256 691421 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2765684 KiB

[startup+2377.9 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 1593
/proc/meminfo: memFree=15380292/32770624 swapFree=67108860/67108860
[pid=1409] ppid=1406 vsize=10925344 memory=2765688 CPUtime=2400.24 cores=1,3,5,7
/proc/1409/stat : 1409 (java) S 1406 1409 32641 0 -1 1077944320 223133 0 0 0 239645 379 0 0 20 0 17 0 44544837 11187552256 691422 33554432000 4194304 4196468 140732771484144 140732771466688 140148824596215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
/proc/1409/statm: 2731336 691422 3189 1 0 2693827 0
[pid=1409/tid=1411] ppid=1406 vsize=10925344 memory=8031868721507675039 CPUtime=2371.88 cores=1,3,5,7
/proc/1409/task/1411/stat : 1411 (java) S 1406 1409 32641 0 -1 1077944384 74863 0 0 0 237163 25 0 0 20 0 17 0 44544837 11187552256 691422 33554432000 4194304 4196468 140732771484144 140148828839088 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1412] ppid=1406 vsize=10925344 memory=2848212 CPUtime=5.37 cores=1,3,5,7
/proc/1409/task/1412/stat : 1412 (java) S 1406 1409 32641 0 -1 1077944384 23085 0 0 0 465 72 0 0 20 0 17 0 44544838 11187552256 691422 33554432000 4194304 4196468 140732771484144 140148750670864 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1413] ppid=1406 vsize=10925344 memory=2848212 CPUtime=5.32 cores=1,3,5,7
/proc/1409/task/1413/stat : 1413 (java) S 1406 1409 32641 0 -1 1077944384 21923 0 0 0 459 73 0 0 20 0 17 0 44544838 11187552256 691422 33554432000 4194304 4196468 140732771484144 140148749618320 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1414] ppid=1406 vsize=10925344 memory=2848212 CPUtime=5.35 cores=1,3,5,7
/proc/1409/task/1414/stat : 1414 (java) S 1406 1409 32641 0 -1 1077944384 22169 0 0 0 463 72 0 0 20 0 17 0 44544838 11187552256 691422 33554432000 4194304 4196468 140732771484144 140148748565264 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1415] ppid=1406 vsize=10925344 memory=2848212 CPUtime=5.33 cores=1,3,5,7
/proc/1409/task/1415/stat : 1415 (java) S 1406 1409 32641 0 -1 1077944384 21489 0 0 0 462 71 0 0 20 0 17 0 44544838 11187552256 691422 33554432000 4194304 4196468 140732771484144 140148747512720 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1416] ppid=1406 vsize=10925344 memory=2848212 CPUtime=0.44 cores=1,3,5,7
/proc/1409/task/1416/stat : 1416 (java) S 1406 1409 32641 0 -1 1077944384 28776 0 0 0 40 4 0 0 20 0 17 0 44544839 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147859343600 140148824607362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1417] ppid=1406 vsize=10925344 memory=2765612 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1417/stat : 1417 (java) S 1406 1409 32641 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 44544840 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147858289888 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1418] ppid=1406 vsize=10925344 memory=2765628 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1418/stat : 1418 (java) S 1406 1409 32641 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44544840 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147857236736 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1419] ppid=1406 vsize=10925344 memory=2765628 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1419/stat : 1419 (java) S 1406 1409 32641 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44544842 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147856185296 140148824614811 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1420] ppid=1406 vsize=10925344 memory=2765628 CPUtime=2.56 cores=1,3,5,7
/proc/1409/task/1420/stat : 1420 (java) S 1406 1409 32641 0 -1 1077944384 11510 0 0 0 255 1 0 0 20 0 17 0 44544842 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147855133424 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1421] ppid=1406 vsize=10925344 memory=1696 CPUtime=2.25 cores=1,3,5,7
/proc/1409/task/1421/stat : 1421 (java) S 1406 1409 32641 0 -1 1077944384 11094 0 0 0 223 2 0 0 20 0 17 0 44544842 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147854080880 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1422] ppid=1406 vsize=10925344 memory=288230574492221466 CPUtime=0.38 cores=1,3,5,7
/proc/1409/task/1422/stat : 1422 (java) S 1406 1409 32641 0 -1 1077944384 3867 0 0 0 37 1 0 0 20 0 17 0 44544842 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147853027824 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1423] ppid=1406 vsize=10925344 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/1409/task/1423/stat : 1423 (java) S 1406 1409 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44544842 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147851975520 140148824606421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
[pid=1409/tid=1424] ppid=1406 vsize=10925344 memory=2848212 CPUtime=1.26 cores=1,3,5,7
/proc/1409/task/1424/stat : 1424 (java) S 1406 1409 32641 0 -1 1077944384 2798 0 0 0 59 67 0 0 20 0 17 0 44544843 11187552256 691422 33554432000 4194304 4196468 140732771484144 140147850922544 140148824607362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25411584 140732771492977 140732771493129 140732771493129 140732771495887 0
Current children cumulated CPU time: 2400.24 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2765688 KiB

Child status: 143
Real time (s): 2377.92
CPU time (s): 2400.27
CPU user time (s): 2396.46
CPU system time (s): 3.80442
CPU usage (%): 100.94
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3346140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.46
system time used= 3.80442
maximum resident set size= 3346144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223172
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55250
involuntary context switches= 1295


# summary of solver processes directly reported to runsolver:
#   pid: 1409
#   total CPU time (s): 2400.27
#   total CPU user time (s): 2396.46
#   total CPU system time (s): 3.80442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1631 second user time and 23.8279 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 16:30:17
IDJOB=4289828
IDBENCH=141622
IDSOLVER=2742
FILE ID=node136/4289828-1532269817
RUNJOBID= node136-1532260283-32673
PBS_JOBID= 21018966
Free space on /tmp= 57108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289828-1532269817/watcher-4289828-1532269817 -o /tmp/evaluation-result-4289828-1532269817/solver-4289828-1532269817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32673 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289828-1532269817.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=535657516

node136.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.50
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.50
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.50
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.50
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:        21009684 kB
MemAvailable:   30924344 kB
Buffers:          244056 kB
Cached:          9876520 kB
SwapCached:            0 kB
Active:          2137484 kB
Inactive:        9051912 kB
Active(anon):    1071500 kB
Inactive(anon):    16916 kB
Active(file):    1065984 kB
Inactive(file):  9034996 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:       1076028 kB
Mapped:            47644 kB
Shmem:             17036 kB
Slab:             268956 kB
SReclaimable:     242140 kB
SUnreclaim:        26816 kB
KernelStack:        3552 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2827476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1003520 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= 57108 MiB
End job on node136 at 2018-07-22 17:09:55