Trace number 4289829

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)332 2400.18 2376.34

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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.49/2.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.49/2.49	c This is free software under the dual EPL/GNU LGPL licenses.
5.49/2.49	c See www.sat4j.org for details.
5.49/2.49	c That software uses the Rhino library from the Mozilla project.
5.49/2.49	c version 2.3.6-SNAPSHOT
5.49/2.49	c java.runtime.name	Java(TM) SE Runtime Environment
5.49/2.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.49/2.49	c java.vm.version	25.131-b11
5.49/2.49	c java.vm.vendor	Oracle Corporation
5.49/2.49	c sun.arch.data.model	64
5.49/2.49	c java.version		1.8.0_131
5.49/2.49	c os.name		Linux
5.49/2.49	c os.version		3.10.0-514.16.1.el7.x86_64
5.49/2.49	c os.arch		amd64
5.49/2.49	c Free memory 		499604488
5.49/2.49	c Max memory 		7247757312
5.49/2.49	c Total memory 		504889344
5.49/2.49	c Number of processors 	4
5.49/2.49	c c --- Begin Solver configuration ---
5.49/2.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.49/2.49	c Learn all clauses as in MiniSAT
5.49/2.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.49/2.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.49/2.49	c No reason simplification
5.49/2.49	c Glucose 2.1 dynamic restart strategy
5.49/2.49	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.49/2.49	c timeout=2147483s
5.49/2.49	c DB Simplification allowed=false
5.49/2.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.49/2.49	c --- End Solver configuration ---
5.49/2.49	c constraints type 
5.49/2.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
5.49/2.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2414250
5.49/2.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 313080
5.49/2.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 60
5.49/2.49	c 2727510 constraints processed.
14.64/10.25	o 465
22.46/16.10	o 415
63.54/56.64	o 354
1055.71/1039.54	o 345
1949.46/1927.05	o 334
2036.75/2014.23	o 332
2400.15/2376.31	c starts		: 10236
2400.15/2376.31	c conflicts		: 3703126
2400.15/2376.31	c decisions		: 236442932
2400.15/2376.31	c propagations		: 9096714694
2400.15/2376.31	c inspects		: 14308706842
2400.15/2376.31	c shortcuts		: 0
2400.15/2376.31	c learnt literals	: 0
2400.15/2376.31	c learnt binary clauses	: 2950
2400.15/2376.31	c learnt ternary clauses	: 4115
2400.15/2376.31	c learnt constraints	: 3703126
2400.15/2376.31	c ignored constraints	: 0
2400.15/2376.31	c root simplifications	: 0
2400.15/2376.31	c removed literals (reason simplification)	: 0
2400.15/2376.31	c reason swapping (by a shorter reason)	: 0
2400.15/2376.31	c Calls to reduceDB	: 151
2400.15/2376.31	c Number of update (reduction) of LBD	: 2700167
2400.15/2376.31	c Imported unit clauses	: 0
2400.15/2376.31	c number of reductions to clauses (during analyze)	: 0
2400.15/2376.31	c number of learned constraints concerned by reduction	: 0
2400.15/2376.31	c number of learning phase by resolution	: 0
2400.15/2376.31	c number of learning phase by cutting planes	: 0
2400.15/2376.31	c number of rounding to 1 operations	: 0
2400.15/2376.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2376.31	c number of reductions of the coefficients by power 2 	: 0
2400.15/2376.31	c number of right shift for reduction by power 2 	: 0
2400.15/2376.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2376.31	c number of ending skipping 	: 0
2400.15/2376.31	c number of internal skipping 	: 0
2400.15/2376.31	c number of derivation steps 	: 0
2400.15/2376.31	c number of skipped derivation steps 	: 0
2400.15/2376.31	c number of remaining unassigned 	: 0
2400.15/2376.31	c number of remaining assigned 	: 0
2400.15/2376.31	c speed (assignments/second)	: 3832152.882293146
2400.15/2376.31	c non guided choices	: 50838972
2400.15/2376.31	s SATISFIABLE
2400.15/2376.31	v <instantiation type="solution">
2400.15/2376.31	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] c[25] c[26] c[27] c[28] c[29] 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] d[25] d[26] d[27] d[28] d[29] </list>
2400.15/2376.31	v 	<values> 17 25 20 13 9 11 5 19 15 18 12 27 2 7 1 10 6 3 8 4 14 29 22 21 23 24 26 28 0 16 9 8 8 15 9 5 21 7 9 11 17 30 6 14 11 8 16 4 7 13 14 12 2 3 1 5 9 26 23 9 </values>
2400.15/2376.31	v </instantiation>
2400.15/2376.31	

Verifier Data

OK	332

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289829-1532270641/watcher-4289829-1532270641 -o /tmp/evaluation-result-4289829-1532270641/solver-4289829-1532270641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289829-1532270641.xml 

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

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=2498, runsolver pid=2495
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 2.00 2.01 2.05 4/217 2514
/proc/meminfo: memFree=21938452/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10659012 memory=31292 CPUtime=0.12 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 6892 0 0 0 11 1 0 0 20 0 15 0 44627247 10914828288 7823 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2664753 7823 2818 1 0 2627263 0
[pid=2498/tid=2500] ppid=2495 vsize=10659012 memory=-8485773889882985313 CPUtime=0.08 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 4737 0 0 0 8 0 0 0 20 0 15 0 44627247 10914828288 7823 33554432000 4194304 4196468 140723614650320 139832012214064 139832008012957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10659012 memory=5793854885415119289 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627249 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44627250 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831499420448 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44627250 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831498368112 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627252 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 44627252 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627252 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0.02 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) R 2495 2498 877 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 44627252 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627253 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627253 10914828288 7823 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31292 KiB

[startup+0.210601 s]*
/proc/loadavg: 2.00 2.01 2.05 4/217 2514
/proc/meminfo: memFree=21930760/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10659012 memory=41784 CPUtime=0.34 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 8092 0 0 0 32 2 0 0 20 0 15 0 44627247 10914828288 10446 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2664753 10446 3003 1 0 2627263 0
[pid=2498/tid=2500] ppid=2495 vsize=10659012 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 5080 0 0 0 19 1 0 0 20 0 15 0 44627247 10914828288 10446 33554432000 4194304 4196468 140723614650320 139832012227312 139832008012957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10659012 memory=4211973360610016650 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627249 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44627250 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831499420448 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44627250 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831498368112 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627252 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 837 0 0 0 2 0 0 0 20 0 15 0 44627252 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 15 0 44627252 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0.07 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 646 0 0 0 7 0 0 0 20 0 15 0 44627252 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627253 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10659012 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627253 10914828288 10446 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41784 KiB

[startup+0.310452 s]*
/proc/loadavg: 2.00 2.01 2.05 5/217 2514
/proc/meminfo: memFree=21923936/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10659088 memory=47092 CPUtime=0.52 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 8986 0 0 0 50 2 0 0 20 0 15 0 44627247 10914906112 11773 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2664772 11773 3049 1 0 2627263 0
[pid=2498/tid=2500] ppid=2495 vsize=10659088 memory=-3103912127665269909 CPUtime=0.29 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 5786 0 0 0 28 1 0 0 20 0 15 0 44627247 10914906112 11773 33554432000 4194304 4196468 140723614650320 139832012227136 139831602712653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10659088 memory=4211973360610016650 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10659088 memory=139634405228023 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10659088 memory=139634285851299 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10659088 memory=139634285858287 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10659088 memory=139634405228408 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627249 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10659088 memory=139634285867471 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44627250 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831499420448 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10659088 memory=279268571725776 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44627250 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831498368112 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10659088 memory=279268571723472 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627252 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 941 0 0 0 5 0 0 0 20 0 15 0 44627252 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 15 0 44627252 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10659088 memory=139634405226112 CPUtime=0.11 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) R 2495 2498 877 0 -1 4202560 695 0 0 0 11 0 0 0 20 0 15 0 44627252 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831494159216 139831986699200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10659088 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627253 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10659088 memory=139634405226112 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627253 10914906112 11773 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47092 KiB

[startup+0.700721 s]
/proc/loadavg: 2.00 2.01 2.05 5/217 2514
/proc/meminfo: memFree=21893372/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10659088 memory=170616 CPUtime=1.76 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 14783 0 0 0 170 6 0 0 20 0 15 0 44627247 10914906112 42654 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2664772 42654 3112 1 0 2627263 0
[pid=2498/tid=2500] ppid=2495 vsize=10659088 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 5978 0 0 0 65 3 0 0 20 0 15 0 44627247 10914906112 42654 33554432000 4194304 4196468 140723614650320 139832012208512 139831605515111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10659088 memory=150397473791273 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10659088 memory=249422 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627248 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44627249 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44627250 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831499420448 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44627250 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831498368112 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627252 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10659088 memory=9049313421951664301 CPUtime=0.43 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) D 2495 2498 877 0 -1 4202560 3534 0 0 0 42 1 0 0 20 0 15 0 44627252 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831496244520 139832000708183 0 4 0 16800975 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10659088 memory=6943526294502006880 CPUtime=0.38 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) R 2495 2498 877 0 -1 4202560 2479 0 0 0 38 0 0 0 20 0 15 0 44627252 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831495196968 139831992231136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10659088 memory=6944656592455360604 CPUtime=0.24 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 1499 0 0 0 24 0 0 0 20 0 15 0 44627252 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44627253 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44627253 10914906112 42720 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 170616 KiB

[startup+1.50107 s]
/proc/loadavg: 2.00 2.01 2.05 8/217 2514
/proc/meminfo: memFree=21732284/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10659088 memory=414896 CPUtime=4.13 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 19628 0 0 0 394 19 0 0 20 0 15 0 44627247 10914906112 103724 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2664772 103724 3151 1 0 2627263 0
[pid=2498/tid=2500] ppid=2495 vsize=10659088 memory=139634405225121 CPUtime=1.34 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) S 2495 2498 877 0 -1 1077944384 6050 0 0 0 129 5 0 0 20 0 15 0 44627247 10914906112 103724 33554432000 4194304 4196468 140723614650320 139832012224880 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10659088 memory=216500 CPUtime=0.13 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) R 2495 2498 877 0 -1 4202560 317 0 0 0 10 3 0 0 20 0 15 0 44627248 10914906112 103724 33554432000 4194304 4196468 140723614650320 139831934065552 139832001090731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10659088 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) R 2495 2498 877 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 15 0 44627248 10914906112 103724 33554432000 4194304 4196468 140723614650320 139831933012752 139831993018905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) R 2495 2498 877 0 -1 4202560 70 0 0 0 6 2 0 0 20 0 15 0 44627248 10914906112 103724 33554432000 4194304 4196468 140723614650320 139831931960664 139831993018905 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10659088 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) R 2495 2498 877 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 15 0 44627248 10914906112 103724 33554432000 4194304 4196468 140723614650320 139831930907664 139831993018914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10659088 memory=12898 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44627249 10914906112 103724 33554432000 4194304 4196468 140723614650320 139831500472992 139832008001237 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0

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

/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 11930 0 0 0 502 80 0 0 20 0 16 0 44627248 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10725652 memory=3646396 CPUtime=5.8 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 13404 0 0 0 496 84 0 0 20 0 16 0 44627248 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10725652 memory=4140 CPUtime=5.8 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 13583 0 0 0 499 81 0 0 20 0 16 0 44627248 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10725652 memory=3646396 CPUtime=0.97 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 23092 0 0 0 93 4 0 0 20 0 16 0 44627249 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10725652 memory=3646396 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44627250 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831499420512 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10725652 memory=3646396 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44627250 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831498368128 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10725652 memory=279268573292640 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44627252 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10725652 memory=3646396 CPUtime=2.32 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 17330 0 0 0 229 3 0 0 20 0 16 0 44627252 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10725652 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 13004 0 0 0 192 1 0 0 20 0 16 0 44627252 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10725652 memory=1952 CPUtime=0.41 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 4495 0 0 0 40 1 0 0 20 0 16 0 44627252 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10725652 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44627253 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10725652 memory=4140 CPUtime=1.34 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 2664 0 0 0 66 68 0 0 20 0 16 0 44627253 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2515] ppid=2495 vsize=10725652 memory=15124 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44627500 10983067648 911599 33554432000 4194304 4196468 140723614650320 139831490998960 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 2345.66 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3646396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.11 s]
/proc/loadavg: 2.04 2.01 2.05 3/217 2690
/proc/meminfo: memFree=17712144/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10725652 memory=3734460 CPUtime=2400.01 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 214930 0 0 0 239569 432 0 0 20 0 16 0 44627247 10983067648 933615 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2681413 933615 3189 1 0 2643904 0
[pid=2498/tid=2500] ppid=2495 vsize=10725652 memory=3734460 CPUtime=2369 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 98751 0 0 0 236872 28 0 0 20 0 16 0 44627247 10983067648 933615 33554432000 4194304 4196468 140723614650320 139832012230032 139831607861179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10725652 memory=3734460 CPUtime=5.99 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 14074 0 0 0 513 86 0 0 20 0 16 0 44627248 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10725652 memory=3734460 CPUtime=6 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 12378 0 0 0 517 83 0 0 20 0 16 0 44627248 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10725652 memory=3734460 CPUtime=5.96 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 13633 0 0 0 510 86 0 0 20 0 16 0 44627248 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10725652 memory=3734460 CPUtime=5.97 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 13808 0 0 0 513 84 0 0 20 0 16 0 44627248 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0.97 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 23340 0 0 0 93 4 0 0 20 0 16 0 44627249 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44627250 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831499420512 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44627250 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831498368128 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44627252 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10725652 memory=3734460 CPUtime=2.32 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 17332 0 0 0 229 3 0 0 20 0 16 0 44627252 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10725652 memory=3734460 CPUtime=1.93 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 13006 0 0 0 192 1 0 0 20 0 16 0 44627252 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0.41 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 4497 0 0 0 40 1 0 0 20 0 16 0 44627252 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44627253 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10725652 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 2704 0 0 0 68 70 0 0 20 0 16 0 44627253 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2515] ppid=2495 vsize=10725652 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2515/stat : 2515 (java) S 2495 2498 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44627500 10983067648 933615 33554432000 4194304 4196468 140723614650320 139831490998960 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3734460 KiB

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

[startup+2376.34 s]
# the end of solver process 2498 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.83 s, system=4.34962 s

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

[startup+2376.21 s]
/proc/loadavg: 2.04 2.01 2.05 3/217 2690
/proc/meminfo: memFree=17712144/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10925344 memory=3734676 CPUtime=2400.12 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 216503 0 0 0 239580 432 0 0 20 0 17 0 44627247 11187552256 933669 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2731336 933669 3191 1 0 2693827 0
[pid=2498/tid=2500] ppid=2495 vsize=10925344 memory=288230621803970871 CPUtime=2369.1 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) R 2495 2498 877 0 -1 4202560 98900 0 0 0 236882 28 0 0 20 0 17 0 44627247 11187552256 933669 33554432000 4194304 4196468 140723614650320 139832012227200 139831602915179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10925344 memory=14695192770905787 CPUtime=5.99 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 14074 0 0 0 513 86 0 0 20 0 17 0 44627248 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10925344 memory=8112282956445269571 CPUtime=6 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 12378 0 0 0 517 83 0 0 20 0 17 0 44627248 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10925344 memory=-7003737579269690708 CPUtime=5.96 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 13633 0 0 0 510 86 0 0 20 0 17 0 44627248 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10925344 memory=1568 CPUtime=5.97 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 13808 0 0 0 513 84 0 0 20 0 17 0 44627248 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10925344 memory=928 CPUtime=0.97 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 23340 0 0 0 93 4 0 0 20 0 17 0 44627249 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10925344 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44627250 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831499420512 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10925344 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44627250 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831498368128 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10925344 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 17 0 44627252 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10925344 memory=2200 CPUtime=2.32 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 17475 0 0 0 229 3 0 0 20 0 17 0 44627252 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10925344 memory=7392 CPUtime=1.93 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 13042 0 0 0 192 1 0 0 20 0 17 0 44627252 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10925344 memory=840 CPUtime=0.41 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 5284 0 0 0 40 1 0 0 20 0 17 0 44627252 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10925344 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44627253 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10925344 memory=4100 CPUtime=1.38 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 2704 0 0 0 68 70 0 0 20 0 17 0 44627253 11187552256 933669 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3734676 KiB

[startup+2376.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/217 2690
/proc/meminfo: memFree=17712144/32770624 swapFree=67108860/67108860
[pid=2498] ppid=2495 vsize=10925344 memory=3734684 CPUtime=2400.15 cores=0,2,4,6
/proc/2498/stat : 2498 (java) S 2495 2498 877 0 -1 1077944320 216520 0 0 0 239583 432 0 0 20 0 17 0 44627247 11187552256 933671 33554432000 4194304 4196468 140723614650320 140723614632864 139832007991031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
/proc/2498/statm: 2731336 933671 3191 1 0 2693827 0
[pid=2498/tid=2500] ppid=2495 vsize=10925344 memory=3734460 CPUtime=2369.12 cores=0,2,4,6
/proc/2498/task/2500/stat : 2500 (java) S 2495 2498 877 0 -1 1077944384 98907 0 0 0 236884 28 0 0 20 0 17 0 44627247 11187552256 933671 33554432000 4194304 4196468 140723614650320 139832012233904 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2501] ppid=2495 vsize=10925344 memory=3734460 CPUtime=5.99 cores=0,2,4,6
/proc/2498/task/2501/stat : 2501 (java) S 2495 2498 877 0 -1 1077944384 14074 0 0 0 513 86 0 0 20 0 17 0 44627248 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831934065552 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2502] ppid=2495 vsize=10925344 memory=3734460 CPUtime=6 cores=0,2,4,6
/proc/2498/task/2502/stat : 2502 (java) S 2495 2498 877 0 -1 1077944384 12378 0 0 0 517 83 0 0 20 0 17 0 44627248 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831933012752 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2504] ppid=2495 vsize=10925344 memory=3734460 CPUtime=5.96 cores=0,2,4,6
/proc/2498/task/2504/stat : 2504 (java) S 2495 2498 877 0 -1 1077944384 13633 0 0 0 510 86 0 0 20 0 17 0 44627248 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831931960464 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2505] ppid=2495 vsize=10925344 memory=3734460 CPUtime=5.97 cores=0,2,4,6
/proc/2498/task/2505/stat : 2505 (java) S 2495 2498 877 0 -1 1077944384 13808 0 0 0 513 84 0 0 20 0 17 0 44627248 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831930907664 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2506] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0.97 cores=0,2,4,6
/proc/2498/task/2506/stat : 2506 (java) S 2495 2498 877 0 -1 1077944384 23341 0 0 0 93 4 0 0 20 0 17 0 44627249 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831500474480 139832008002178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2507] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2507/stat : 2507 (java) S 2495 2498 877 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44627250 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831499420512 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2508] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2508/stat : 2508 (java) S 2495 2498 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44627250 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831498368128 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2509] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2509/stat : 2509 (java) S 2495 2498 877 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 17 0 44627252 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831497316432 139832008009627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2510] ppid=2495 vsize=10925344 memory=3734460 CPUtime=2.32 cores=0,2,4,6
/proc/2498/task/2510/stat : 2510 (java) S 2495 2498 877 0 -1 1077944384 17475 0 0 0 229 3 0 0 20 0 17 0 44627252 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831496264304 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2511] ppid=2495 vsize=10925344 memory=3734460 CPUtime=1.93 cores=0,2,4,6
/proc/2498/task/2511/stat : 2511 (java) S 2495 2498 877 0 -1 1077944384 13042 0 0 0 192 1 0 0 20 0 17 0 44627252 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831495211504 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2512] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0.41 cores=0,2,4,6
/proc/2498/task/2512/stat : 2512 (java) S 2495 2498 877 0 -1 1077944384 5293 0 0 0 40 1 0 0 20 0 17 0 44627252 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831494159216 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2513] ppid=2495 vsize=10925344 memory=3734460 CPUtime=0 cores=0,2,4,6
/proc/2498/task/2513/stat : 2513 (java) S 2495 2498 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44627253 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831493106656 139832008001237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
[pid=2498/tid=2514] ppid=2495 vsize=10925344 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/2498/task/2514/stat : 2514 (java) S 2495 2498 877 0 -1 1077944384 2704 0 0 0 68 70 0 0 20 0 17 0 44627253 11187552256 933671 33554432000 4194304 4196468 140723614650320 139831492053424 139832008002178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36368384 140723614655601 140723614655753 140723614655753 140723614658511 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3734684 KiB

Child status: 143
Real time (s): 2376.34
CPU time (s): 2400.18
CPU user time (s): 2395.83
CPU system time (s): 4.34962
CPU usage (%): 101.003
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3734684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.83
system time used= 4.34962
maximum resident set size= 3735036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54509
involuntary context switches= 2704


# summary of solver processes directly reported to runsolver:
#   pid: 2498
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2395.83
#   total CPU system time (s): 4.34962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3954 second user time and 21.6929 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 16:44:01
IDJOB=4289829
IDBENCH=141626
IDSOLVER=2742
FILE ID=node103/4289829-1532270641
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-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-4289829-1532270641/watcher-4289829-1532270641 -o /tmp/evaluation-result-4289829-1532270641/solver-4289829-1532270641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289829-1532270641.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=2141464895

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:        21958332 kB
MemAvailable:   30366604 kB
Buffers:          236852 kB
Cached:          8374596 kB
SwapCached:            0 kB
Active:          2960756 kB
Inactive:        7276020 kB
Active(anon):    1627648 kB
Inactive(anon):    16976 kB
Active(file):    1333108 kB
Inactive(file):  7259044 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       1631844 kB
Mapped:            47608 kB
Shmem:             17036 kB
Slab:             272368 kB
SReclaimable:     244580 kB
SUnreclaim:        27788 kB
KernelStack:        3600 kB
PageTables:         8740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2127868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1497088 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= 56868 MiB
End job on node103 at 2018-07-22 17:23:37