Trace number 4292158

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-11? (TO) 2400.32 2392.52

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-07a_c18.xml
MD5SUM31fd8745bd40eddef0de95e701108e5a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark107.185
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints63
Number of domains8
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":196},{"size":6,"count":7},{"size":7,"count":28},{"size":11,"count":7}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":7},{"degree":2,"count":203},{"degree":8,"count":4},{"degree":9,"count":12},{"degree":10,"count":8},{"degree":11,"count":2},{"degree":12,"count":2}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":21},{"arity":8,"count":28},{"arity":29,"count":14}]
Number of extensional constraints28
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":28},{"type":"intension","count":21},{"type":"sum","count":7},{"type":"count","count":7}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

1.08/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.08/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
1.08/0.55	c See www.sat4j.org for details.
1.08/0.55	c That software uses the Rhino library from the Mozilla project.
1.08/0.55	c version 2.3.6-SNAPSHOT
1.08/0.55	c java.runtime.name	Java(TM) SE Runtime Environment
1.08/0.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.08/0.55	c java.vm.version	25.131-b11
1.08/0.55	c java.vm.vendor	Oracle Corporation
1.08/0.55	c sun.arch.data.model	64
1.08/0.55	c java.version		1.8.0_131
1.08/0.55	c os.name		Linux
1.08/0.55	c os.version		3.10.0-514.16.1.el7.x86_64
1.08/0.55	c os.arch		amd64
1.08/0.55	c Free memory 		499604488
1.08/0.55	c Max memory 		7247757312
1.08/0.55	c Total memory 		504889344
1.08/0.55	c Number of processors 	4
1.08/0.55	c c --- Begin Solver configuration ---
1.08/0.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.08/0.55	c Learn all clauses as in MiniSAT
1.08/0.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.08/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.08/0.55	c No reason simplification
1.08/0.55	c Glucose 2.1 dynamic restart strategy
1.08/0.55	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
1.08/0.55	c timeout=2147483s
1.08/0.55	c DB Simplification allowed=false
1.08/0.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.08/0.55	c --- End Solver configuration ---
1.08/0.55	c constraints type 
1.08/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 476
1.08/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5880
1.08/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33171
1.08/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 126
1.08/0.55	c 39653 constraints processed.
5.12/3.01	o 14
5.84/3.75	o 13
6.37/4.13	o 12
2400.28/2392.50	c starts		: 7430
2400.28/2392.50	c conflicts		: 3084535
2400.28/2392.50	c decisions		: 5020300
2400.28/2392.50	c propagations		: 2755213787
2400.28/2392.50	c inspects		: 32870257797
2400.28/2392.50	c shortcuts		: 0
2400.28/2392.50	c learnt literals	: 1237
2400.28/2392.50	c learnt binary clauses	: 2851
2400.28/2392.50	c learnt ternary clauses	: 4356
2400.28/2392.50	c learnt constraints	: 3083298
2400.28/2392.50	c ignored constraints	: 0
2400.28/2392.50	c root simplifications	: 0
2400.28/2392.50	c removed literals (reason simplification)	: 0
2400.28/2392.50	c reason swapping (by a shorter reason)	: 0
2400.28/2392.50	c Calls to reduceDB	: 77
2400.28/2392.50	c Number of update (reduction) of LBD	: 1321802
2400.28/2392.50	c Imported unit clauses	: 0
2400.28/2392.50	c number of reductions to clauses (during analyze)	: 0
2400.28/2392.50	c number of learned constraints concerned by reduction	: 0
2400.28/2392.50	c number of learning phase by resolution	: 0
2400.28/2392.50	c number of learning phase by cutting planes	: 0
2400.28/2392.50	c number of rounding to 1 operations	: 0
2400.28/2392.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.28/2392.50	c number of reductions of the coefficients by power 2 	: 0
2400.28/2392.50	c number of right shift for reduction by power 2 	: 0
2400.28/2392.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.28/2392.50	c number of ending skipping 	: 0
2400.28/2392.50	c number of internal skipping 	: 0
2400.28/2392.50	c number of derivation steps 	: 0
2400.28/2392.50	c number of skipped derivation steps 	: 0
2400.28/2392.50	c number of remaining unassigned 	: 0
2400.28/2392.50	c number of remaining assigned 	: 0
2400.28/2392.50	c speed (assignments/second)	: 1151870.7508987447
2400.28/2392.50	c non guided choices	: 114175
2400.28/2392.51	Exception in thread "Thread-0" java.lang.NullPointerException
2400.28/2392.51		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.28/2392.51		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.28/2392.51		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.28/2392.51		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.28/2392.51		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.28/2392.51		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.28/2392.51		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.28/2392.51		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292158-1532276891/watcher-4292158-1532276891 -o /tmp/evaluation-result-4292158-1532276891/solver-4292158-1532276891 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292158-1532276891.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
Current StackSize limit: 8192 KiB
solver pid=3135, runsolver pid=3132


[startup+0.100166 s]*
/proc/loadavg: 2.28 2.15 2.09 3/216 3150
/proc/meminfo: memFree=22803224/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10659012 memory=30264 CPUtime=0.12 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 6646 0 0 0 11 1 0 0 20 0 15 0 45252308 10914828288 7566 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2664753 7566 2841 1 0 2627263 0
[pid=3135/tid=3137] ppid=3132 vsize=10659012 memory=-8485773889882985313 CPUtime=0.09 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 4472 0 0 0 8 1 0 0 20 0 15 0 45252308 10914828288 7566 33554432000 4194304 4196468 140737463056048 140687128668688 140687108523358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10659012 memory=5793855294202526137 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252310 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45252311 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45252311 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0.02 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) S 3132 3135 877 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 7566 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30264 KiB

[startup+0.210484 s]*
/proc/loadavg: 2.28 2.15 2.09 3/216 3150
/proc/meminfo: memFree=22793672/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10659012 memory=42228 CPUtime=0.33 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 8157 0 0 0 31 2 0 0 20 0 15 0 45252308 10914828288 10557 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2664753 10557 3011 1 0 2627263 0
[pid=3135/tid=3137] ppid=3132 vsize=10659012 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 5049 0 0 0 19 1 0 0 20 0 15 0 45252308 10914828288 10557 33554432000 4194304 4196468 140737463056048 140687128679152 140687124454806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10659012 memory=4211973769397423498 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252310 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45252311 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45252311 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0.07 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) R 3132 3135 877 0 -1 4202560 705 0 0 0 7 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686610353400 140687108523358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10659012 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252313 10914828288 10557 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42228 KiB

[startup+0.310393 s]*
/proc/loadavg: 2.28 2.15 2.09 4/216 3150
/proc/meminfo: memFree=22786600/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10659088 memory=47648 CPUtime=0.53 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 8969 0 0 0 51 2 0 0 20 0 15 0 45252308 10914906112 11912 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2664772 11912 3059 1 0 2627263 0
[pid=3135/tid=3137] ppid=3132 vsize=10659088 memory=-3103912127665269909 CPUtime=0.29 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 5670 0 0 0 28 1 0 0 20 0 15 0 45252308 10914906112 11912 33554432000 4194304 4196468 140737463056048 140687128679072 140687124454806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10659088 memory=4211973769397423498 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10659088 memory=140043192634871 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10659088 memory=140043045941923 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252309 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10659088 memory=140043045948911 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252309 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10659088 memory=140043192635296 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45252310 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10659088 memory=140043045958095 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45252311 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10659088 memory=280086091907024 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45252311 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10659088 memory=280086091904720 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 532 0 0 0 5 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 635 0 0 0 4 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10659088 memory=140043192632960 CPUtime=0.13 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) R 3132 3135 877 0 -1 4202560 769 0 0 0 13 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686610356464 140687108523358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10659088 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10659088 memory=140043192632960 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45252313 10914906112 11912 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47648 KiB

[startup+0.701182 s]
/proc/loadavg: 2.28 2.15 2.09 5/216 3150
/proc/meminfo: memFree=22749312/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10727700 memory=104168 CPUtime=1.69 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 14590 0 0 0 165 4 0 0 20 0 16 0 45252308 10985164800 26042 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2681925 26042 3108 1 0 2644416 0
[pid=3135/tid=3137] ppid=3132 vsize=10727700 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 6112 0 0 0 65 2 0 0 20 0 16 0 45252308 10985164800 26042 33554432000 4194304 4196468 140737463056048 140687128681360 140686765753828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10727700 memory=153537833082789 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10727700 memory=14611 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 45252310 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10727700 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10727700 memory=9051846662399099053 CPUtime=0.33 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) R 3132 3135 877 0 -1 4202560 1910 0 0 0 33 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686612448336 140687103690005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10727700 memory=6943526294502006880 CPUtime=0.34 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) R 3132 3135 877 0 -1 4202560 3501 0 0 0 34 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686611395168 140687105987071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10727700 memory=6944656592455360604 CPUtime=0.31 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) R 3132 3135 877 0 -1 1077944384 1675 0 0 0 31 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10727700 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 26042 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 104168 KiB

[startup+1.50155 s]
/proc/loadavg: 2.28 2.15 2.09 3/217 3151
/proc/meminfo: memFree=22730884/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10727700 memory=104340 CPUtime=3.36 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 19974 0 0 0 331 5 0 0 20 0 16 0 45252308 10985164800 26085 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2681925 26085 3124 1 0 2644416 0
[pid=3135/tid=3137] ppid=3132 vsize=10727700 memory=616 CPUtime=1.47 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 6434 0 0 0 145 2 0 0 20 0 16 0 45252308 10985164800 26085 33554432000 4194304 4196468 140737463056048 140687128679512 140686766057670 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10727700 memory=55 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26085 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10727700 memory=12898 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26085 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10727700 memory=20681 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26085 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10727700 memory=102456 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 45252309 10985164800 26085 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 45252310 10985164800 26085 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0

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

/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 6406 0 0 0 111 15 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10727700 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 6085 0 0 0 112 15 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 6481 0 0 0 110 16 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10727700 memory=504284 CPUtime=0.17 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 13113 0 0 0 12 5 0 0 20 0 16 0 45252310 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10727700 memory=280086092139232 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10727700 memory=8384 CPUtime=1.08 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 7971 0 0 0 107 1 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10727700 memory=1296 CPUtime=0.95 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 7894 0 0 0 94 1 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10727700 memory=2412 CPUtime=0.4 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) S 3132 3135 877 0 -1 1077944384 3476 0 0 0 38 2 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10727700 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10727700 memory=1196 CPUtime=1.44 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1697 0 0 0 60 84 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3151] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3151/stat : 3151 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45252364 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686605100336 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 2390.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 504284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.3 s]
/proc/loadavg: 0.99 0.98 1.20 2/195 3378
/proc/meminfo: memFree=23037456/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10727700 memory=504284 CPUtime=2400.06 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 80183 0 0 0 239858 148 0 0 20 0 16 0 45252308 10985164800 126071 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2681925 126071 3180 1 0 2644416 0
[pid=3135/tid=3137] ppid=3132 vsize=10727700 memory=504284 CPUtime=2390.91 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 19016 0 0 0 239086 5 0 0 20 0 16 0 45252308 10985164800 126071 33554432000 4194304 4196468 140737463056048 140687128681808 140686766066275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.25 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 6594 0 0 0 109 16 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 6406 0 0 0 111 15 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.27 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 6085 0 0 0 112 15 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 6481 0 0 0 110 16 0 0 20 0 16 0 45252309 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10727700 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 13113 0 0 0 12 5 0 0 20 0 16 0 45252310 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 45252311 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.08 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 7971 0 0 0 107 1 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10727700 memory=504284 CPUtime=0.95 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 7894 0 0 0 94 1 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10727700 memory=8112282956445269571 CPUtime=0.4 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) S 3132 3135 877 0 -1 1077944384 3476 0 0 0 38 2 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10727700 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10727700 memory=504284 CPUtime=1.45 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1697 0 0 0 61 84 0 0 20 0 16 0 45252313 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3151] ppid=3132 vsize=10727700 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3151/stat : 3151 (java) S 3132 3135 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 45252364 10985164800 126071 33554432000 4194304 4196468 140737463056048 140686605100336 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 504284 KiB

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

[startup+2392.52 s]
# the end of solver process 3135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.83 s, system=1.49023 s

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

[startup+2392.41 s]
/proc/loadavg: 0.99 0.98 1.20 2/195 3378
/proc/meminfo: memFree=23037456/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10927392 memory=504416 CPUtime=2400.17 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 80650 0 0 0 239869 148 0 0 20 0 17 0 45252308 11189649408 126104 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2731848 126104 3183 1 0 2694339 0
[pid=3135/tid=3137] ppid=3132 vsize=10927392 memory=644 CPUtime=2391.02 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 19078 0 0 0 239097 5 0 0 20 0 17 0 45252308 11189649408 126104 33554432000 4194304 4196468 140737463056048 140687128679024 140686766513943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10927392 memory=1788 CPUtime=1.25 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 6594 0 0 0 109 16 0 0 20 0 17 0 45252309 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10927392 memory=952 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 6406 0 0 0 111 15 0 0 20 0 17 0 45252309 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10927392 memory=1240 CPUtime=1.27 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 6085 0 0 0 112 15 0 0 20 0 17 0 45252309 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10927392 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 6481 0 0 0 110 16 0 0 20 0 17 0 45252309 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10927392 memory=1716 CPUtime=0.17 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 13113 0 0 0 12 5 0 0 20 0 17 0 45252310 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10927392 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 45252311 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10927392 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 45252311 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10927392 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10927392 memory=1696 CPUtime=1.08 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 7984 0 0 0 107 1 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10927392 memory=4012 CPUtime=0.95 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 7934 0 0 0 94 1 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10927392 memory=9372 CPUtime=0.4 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) S 3132 3135 877 0 -1 1077944384 3596 0 0 0 38 2 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10927392 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10927392 memory=916 CPUtime=1.45 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1697 0 0 0 61 84 0 0 20 0 17 0 45252313 11189649408 126104 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 2400.17 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 504416 KiB

[startup+2392.5 s]
/proc/loadavg: 0.99 0.98 1.20 2/195 3378
/proc/meminfo: memFree=23037456/32770624 swapFree=67108860/67108860
[pid=3135] ppid=3132 vsize=10927392 memory=504420 CPUtime=2400.28 cores=1,3,5,7
/proc/3135/stat : 3135 (java) S 3132 3135 877 0 -1 1077944320 80698 0 0 0 239880 148 0 0 20 0 17 0 45252308 11189649408 126105 33554432000 4194304 4196468 140737463056048 140737463038592 140687124442871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
/proc/3135/statm: 2731848 126105 3183 1 0 2694339 0
[pid=3135/tid=3137] ppid=3132 vsize=10927392 memory=504284 CPUtime=2391.11 cores=1,3,5,7
/proc/3135/task/3137/stat : 3137 (java) R 3132 3135 877 0 -1 4202560 19078 0 0 0 239106 5 0 0 20 0 17 0 45252308 11189649408 126105 33554432000 4194304 4196468 140737463056048 140687128679024 140686766917312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3138] ppid=3132 vsize=10927392 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/3135/task/3138/stat : 3138 (java) S 3132 3135 877 0 -1 1077944384 6594 0 0 0 109 16 0 0 20 0 17 0 45252309 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686731618576 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3139] ppid=3132 vsize=10927392 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3139/stat : 3139 (java) S 3132 3135 877 0 -1 1077944384 6406 0 0 0 111 15 0 0 20 0 17 0 45252309 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686730566032 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3140] ppid=3132 vsize=10927392 memory=504284 CPUtime=1.27 cores=1,3,5,7
/proc/3135/task/3140/stat : 3140 (java) S 3132 3135 877 0 -1 1077944384 6085 0 0 0 112 15 0 0 20 0 17 0 45252309 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686729513488 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3141] ppid=3132 vsize=10927392 memory=504284 CPUtime=1.26 cores=1,3,5,7
/proc/3135/task/3141/stat : 3141 (java) S 3132 3135 877 0 -1 1077944384 6481 0 0 0 110 16 0 0 20 0 17 0 45252309 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686728460944 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3142] ppid=3132 vsize=10927392 memory=504284 CPUtime=0.17 cores=1,3,5,7
/proc/3135/task/3142/stat : 3142 (java) S 3132 3135 877 0 -1 1077944384 13113 0 0 0 12 5 0 0 20 0 17 0 45252310 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686616672752 140687124454018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3143] ppid=3132 vsize=10927392 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3143/stat : 3143 (java) S 3132 3135 877 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 45252311 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686615618976 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3144] ppid=3132 vsize=10927392 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3144/stat : 3144 (java) S 3132 3135 877 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 45252311 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686614566384 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3145] ppid=3132 vsize=10927392 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3145/stat : 3145 (java) S 3132 3135 877 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686613514960 140687124461467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3146] ppid=3132 vsize=10927392 memory=8112282956445269571 CPUtime=1.08 cores=1,3,5,7
/proc/3135/task/3146/stat : 3146 (java) S 3132 3135 877 0 -1 1077944384 7984 0 0 0 107 1 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686612461552 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3147] ppid=3132 vsize=10927392 memory=288230621803970871 CPUtime=0.96 cores=1,3,5,7
/proc/3135/task/3147/stat : 3147 (java) S 3132 3135 877 0 -1 1077944384 7949 0 0 0 95 1 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686611409008 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3148] ppid=3132 vsize=10927392 memory=504284 CPUtime=0.4 cores=1,3,5,7
/proc/3135/task/3148/stat : 3148 (java) S 3132 3135 877 0 -1 1077944384 3629 0 0 0 38 2 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686610356464 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3149] ppid=3132 vsize=10927392 memory=504284 CPUtime=0 cores=1,3,5,7
/proc/3135/task/3149/stat : 3149 (java) S 3132 3135 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686609304160 140687124453077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
[pid=3135/tid=3150] ppid=3132 vsize=10927392 memory=504284 CPUtime=1.45 cores=1,3,5,7
/proc/3135/task/3150/stat : 3150 (java) S 3132 3135 877 0 -1 1077944384 1697 0 0 0 61 84 0 0 20 0 17 0 45252313 11189649408 126105 33554432000 4194304 4196468 140737463056048 140686608251696 140687124454018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33464320 140737463063665 140737463063817 140737463063817 140737463066575 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 504420 KiB

Child status: 143
Real time (s): 2392.52
CPU time (s): 2400.32
CPU user time (s): 2398.83
CPU system time (s): 1.49023
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 672408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.83
system time used= 1.49023
maximum resident set size= 677044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54939
involuntary context switches= 1268


# summary of solver processes directly reported to runsolver:
#   pid: 3135
#   total CPU time (s): 2400.32
#   total CPU user time (s): 2398.83
#   total CPU system time (s): 1.49023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2446 second user time and 23.2672 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 18:28:11
IDJOB=4292158
IDBENCH=141682
IDSOLVER=2742
FILE ID=node103/4292158-1532276891
RUNJOBID= node103-1532257777-914
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-07a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292158-1532276891/watcher-4292158-1532276891 -o /tmp/evaluation-result-4292158-1532276891/solver-4292158-1532276891 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292158-1532276891.xml

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

MD5SUM BENCH= 31fd8745bd40eddef0de95e701108e5a
RANDOM SEED=1019249

node103.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.48
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.48
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.48
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.48
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:        22821944 kB
MemAvailable:   31233592 kB
Buffers:          238368 kB
Cached:          8376616 kB
SwapCached:            0 kB
Active:          2096524 kB
Inactive:        7276092 kB
Active(anon):     760212 kB
Inactive(anon):    16976 kB
Active(file):    1336312 kB
Inactive(file):  7259116 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2484 kB
Writeback:             0 kB
AnonPages:        809460 kB
Mapped:            47792 kB
Shmem:             17036 kB
Slab:             272608 kB
SReclaimable:     244680 kB
SUnreclaim:        27928 kB
KernelStack:        3856 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1295300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56872 MiB
End job on node103 at 2018-07-22 19:08:04