Trace number 4289817

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)1504 2400.17 2389.73

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy06_c18.xml
MD5SUMf9caa09a77a0aeed2ee1a5d5b0978ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1401
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables246
Number of constraints485
Number of domains3
Minimum domain size2
Maximum domain size16
Distribution of domain sizes[{"size":2,"count":120},{"size":6,"count":60},{"size":16,"count":66}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":126},{"degree":17,"count":48},{"degree":18,"count":60},{"degree":19,"count":10},{"degree":20,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":61},{"arity":3,"count":12},{"arity":4,"count":216},{"arity":5,"count":54},{"arity":6,"count":70},{"arity":8,"count":60},{"arity":10,"count":12}]
Number of extensional constraints66
Number of intensional constraints277
Distribution of constraint types[{"type":"extension","count":66},{"type":"intension","count":277},{"type":"regular","count":6},{"type":"allDifferent","count":10},{"type":"cardinality","count":6},{"type":"element","count":120}]
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

4.54/1.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.54/1.68	c This is free software under the dual EPL/GNU LGPL licenses.
4.54/1.68	c See www.sat4j.org for details.
4.54/1.68	c That software uses the Rhino library from the Mozilla project.
4.54/1.68	c version 2.3.6-SNAPSHOT
4.54/1.68	c java.runtime.name	Java(TM) SE Runtime Environment
4.54/1.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.54/1.68	c java.vm.version	25.131-b11
4.54/1.68	c java.vm.vendor	Oracle Corporation
4.54/1.68	c sun.arch.data.model	64
4.54/1.68	c java.version		1.8.0_131
4.54/1.68	c os.name		Linux
4.54/1.68	c os.version		3.10.0-514.16.1.el7.x86_64
4.54/1.68	c os.arch		amd64
4.54/1.68	c Free memory 		499604488
4.54/1.68	c Max memory 		7247757312
4.54/1.68	c Total memory 		504889344
4.54/1.68	c Number of processors 	4
4.54/1.68	c c --- Begin Solver configuration ---
4.54/1.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.54/1.68	c Learn all clauses as in MiniSAT
4.54/1.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.54/1.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.54/1.68	c No reason simplification
4.54/1.68	c Glucose 2.1 dynamic restart strategy
4.54/1.68	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
4.54/1.68	c timeout=2147483s
4.54/1.68	c DB Simplification allowed=false
4.54/1.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.54/1.68	c --- End Solver configuration ---
4.54/1.68	c constraints type 
4.54/1.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 492
4.54/1.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 217530
4.54/1.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147396
4.54/1.68	c org.sat4j.specs.Constr$1 => 390
4.54/1.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 1364
4.54/1.68	c 367172 constraints processed.
27.14/22.29	o 1770
28.00/23.00	o 1762
29.17/23.66	o 1760
29.94/24.31	o 1731
33.42/27.59	o 1688
33.97/28.04	o 1601
80.68/74.69	o 1584
105.70/99.68	o 1540
510.17/502.89	o 1537
517.57/510.20	o 1520
1231.83/1223.66	o 1518
1804.03/1794.91	o 1504
2400.15/2389.70	c starts		: 2657
2400.15/2389.70	c conflicts		: 2025583
2400.15/2389.70	c decisions		: 115692064
2400.15/2389.70	c propagations		: 5841013928
2400.15/2389.70	c inspects		: 13612435984
2400.15/2389.70	c shortcuts		: 0
2400.15/2389.70	c learnt literals	: 758
2400.15/2389.70	c learnt binary clauses	: 18174
2400.15/2389.70	c learnt ternary clauses	: 24369
2400.15/2389.70	c learnt constraints	: 2024825
2400.15/2389.70	c ignored constraints	: 0
2400.15/2389.70	c root simplifications	: 0
2400.15/2389.70	c removed literals (reason simplification)	: 0
2400.15/2389.70	c reason swapping (by a shorter reason)	: 0
2400.15/2389.70	c Calls to reduceDB	: 127
2400.15/2389.70	c Number of update (reduction) of LBD	: 999881
2400.15/2389.70	c Imported unit clauses	: 0
2400.15/2389.70	c number of reductions to clauses (during analyze)	: 0
2400.15/2389.70	c number of learned constraints concerned by reduction	: 0
2400.15/2389.70	c number of learning phase by resolution	: 0
2400.15/2389.70	c number of learning phase by cutting planes	: 0
2400.15/2389.70	c number of rounding to 1 operations	: 0
2400.15/2389.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2389.70	c number of reductions of the coefficients by power 2 	: 0
2400.15/2389.70	c number of right shift for reduction by power 2 	: 0
2400.15/2389.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2389.70	c number of ending skipping 	: 0
2400.15/2389.70	c number of internal skipping 	: 0
2400.15/2389.70	c number of derivation steps 	: 0
2400.15/2389.70	c number of skipped derivation steps 	: 0
2400.15/2389.70	c number of remaining unassigned 	: 0
2400.15/2389.70	c number of remaining assigned 	: 0
2400.15/2389.70	c speed (assignments/second)	: 2445990.853414685
2400.15/2389.70	c non guided choices	: 12478007
2400.15/2389.70	s SATISFIABLE
2400.15/2389.71	v <instantiation type="solution">
2400.15/2389.71	v 	<list> o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[0][9] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[1][9] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[2][9] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[3][9] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] h[4][9] h[5][0] h[5][1] h[5][2] h[5][3] h[5][4] h[5][5] h[5][6] h[5][7] h[5][8] h[5][9] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[0][9] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[1][9] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[2][9] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[3][9] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] a[4][9] a[5][0] a[5][1] a[5][2] a[5][3] a[5][4] a[5][5] a[5][6] a[5][7] a[5][8] a[5][9] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[0][7] t[0][8] t[0][9] t[0][10] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[1][7] t[1][8] t[1][9] t[1][10] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[2][7] t[2][8] t[2][9] t[2][10] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6] t[3][7] t[3][8] t[3][9] t[3][10] t[4][0] t[4][1] t[4][2] t[4][3] t[4][4] t[4][5] t[4][6] t[4][7] t[4][8] t[4][9] t[4][10] t[5][0] t[5][1] t[5][2] t[5][3] t[5][4] t[5][5] t[5][6] t[5][7] t[5][8] t[5][9] t[5][10] </list>
2400.15/2389.71	v 	<values> 2 4 3 5 4 1 2 1 5 3 3 5 4 3 5 0 4 0 2 2 0 3 5 4 3 4 0 5 1 1 1 2 0 1 2 5 5 4 4 0 5 0 1 2 0 2 1 3 3 5 4 1 2 0 1 3 3 2 0 4 0 1 1 1 0 1 1 0 0 0 0 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 1 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 1 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 1 15 15 0 0 36 36 0 10 40 41 34 32 41 35 31 0 10 10 0 0 22 22 0 0 0 45 51 47 15 39 40 22 0 0 47 15 10 32 41 41 0 51 51 0 35 39 36 0 0 45 22 32 51 0 0 0 0 50 15 10 40 41 41 0 35 35 </values>
2400.15/2389.71	v </instantiation>
2400.15/2389.71	

Verifier Data

OK	1504

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289817-1532222546/watcher-4289817-1532222546 -o /tmp/evaluation-result-4289817-1532222546/solver-4289817-1532222546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289817-1532222546.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=30056, runsolver pid=30053

[startup+0.100146 s]*
/proc/loadavg: 2.01 2.03 2.11 2/221 30071
/proc/meminfo: memFree=13391724/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10659012 memory=30660 CPUtime=0.13 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 6740 0 0 0 12 1 0 0 20 0 15 0 39817735 10914828288 7665 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2664753 7665 2812 1 0 2627263 0
[pid=30056/tid=30058] ppid=30053 vsize=10659012 memory=-8773748148830113661 CPUtime=0.09 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 39817735 10914828288 7665 33554432000 4194304 4196468 140726610732752 140520460273520 140520456090781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 7665 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 7665 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 7665 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 7665 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817737 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39817738 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519947363360 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39817738 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519946310512 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0.02 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) S 30053 30056 26255 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519942101616 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 7665 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30660 KiB

[startup+0.211829 s]*
/proc/loadavg: 2.01 2.03 2.11 3/221 30071
/proc/meminfo: memFree=13379544/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10659012 memory=42112 CPUtime=0.33 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 8119 0 0 0 31 2 0 0 20 0 15 0 39817735 10914828288 10528 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2664753 10528 3008 1 0 2627263 0
[pid=30056/tid=30058] ppid=30053 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 5045 0 0 0 19 1 0 0 20 0 15 0 39817735 10914828288 10528 33554432000 4194304 4196468 140726610732752 140520460293712 140520456080790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 10528 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10659012 memory=3977437857179809440 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 10528 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 10528 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914828288 10528 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817737 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39817738 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519947363360 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39817738 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519946310512 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 740 0 0 0 2 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0.07 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) R 30053 30056 26255 0 -1 4202560 633 0 0 0 7 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519942101616 140520440149342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10659012 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817740 10914828288 10528 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42112 KiB

[startup+0.312245 s]*
/proc/loadavg: 2.01 2.03 2.11 6/221 30071
/proc/meminfo: memFree=13374520/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10659088 memory=47608 CPUtime=0.55 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 8915 0 0 0 53 2 0 0 20 0 15 0 39817735 10914906112 11902 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2664772 11902 3048 1 0 2627263 0
[pid=30056/tid=30058] ppid=30053 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 5640 0 0 0 29 1 0 0 20 0 15 0 39817735 10914906112 11902 33554432000 4194304 4196468 140726610732752 140520460301968 140520440112485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914906112 11902 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10659088 memory=3691176706353444512 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914906112 11902 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10914906112 11902 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10914906112 11902 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10659088 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817737 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39817738 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519947363360 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39817738 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519946310512 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 866 0 0 0 6 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 351 0 0 0 4 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10659088 memory=140128397866624 CPUtime=0.12 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) R 30053 30056 26255 0 -1 4202560 690 0 0 0 12 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519942098552 140520434994583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10659088 memory=140128397866624 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817740 10914906112 11902 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47608 KiB

[startup+0.701288 s]
/proc/loadavg: 2.01 2.03 2.11 5/221 30071
/proc/meminfo: memFree=13356436/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10661136 memory=109024 CPUtime=1.73 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 12191 0 0 0 169 4 0 0 20 0 15 0 39817735 10917003264 27256 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2665284 27256 3107 1 0 2627775 0
[pid=30056/tid=30058] ppid=30053 vsize=10661136 memory=1844 CPUtime=0.68 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 6114 0 0 0 65 3 0 0 20 0 15 0 39817735 10917003264 27256 33554432000 4194304 4196468 140726610732752 140520460302640 140520440149342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10661136 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10917003264 27256 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10661136 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10917003264 27256 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10661136 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817736 10917003264 27256 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10661136 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39817736 10917003264 27256 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10661136 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39817737 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10661136 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39817738 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519947363360 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10661136 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39817738 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519946310512 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10661136 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10661136 memory=6296683612537770333 CPUtime=0.34 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) R 30053 30056 26255 0 -1 4202560 1676 0 0 0 34 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519944198192 140520433955424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10661136 memory=7595725831727968097 CPUtime=0.3 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) R 30053 30056 26255 0 -1 4202560 1058 0 0 0 30 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519943140960 140520436704673 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10661136 memory=7810487918915055718 CPUtime=0.39 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) R 30053 30056 26255 0 -1 4202560 1972 0 0 0 39 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519942101616 140520449053897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10661136 memory=280256548516800 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39817740 10917003264 27256 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 109024 KiB

[startup+1.50129 s]
/proc/loadavg: 2.01 2.03 2.11 5/221 30071
/proc/meminfo: memFree=13209004/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10661136 memory=262808 CPUtime=4.24 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 22255 0 0 0 415 9 0 0 20 0 15 0 39817735 10917003264 65702 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2665284 65702 3136 1 0 2627775 0
[pid=30056/tid=30058] ppid=30053 vsize=10661136 memory=2 CPUtime=1.4 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 6239 0 0 0 136 4 0 0 20 0 15 0 39817735 10917003264 65702 33554432000 4194304 4196468 140726610732752 140520460304488 140520436911752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10661136 memory=1 CPUtime=0.03 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 154 0 0 0 3 0 0 0 20 0 15 0 39817736 10917003264 65702 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10661136 memory=3 CPUtime=0.03 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 92 0 0 0 3 0 0 0 20 0 15 0 39817736 10917003264 65702 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10661136 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 67 0 0 0 2 0 0 0 20 0 15 0 39817736 10917003264 65702 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10661136 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 44 0 0 0 3 0 0 0 20 0 15 0 39817736 10917003264 65702 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39817737 10917003264 65702 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0

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

/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 3166 0 0 0 68 35 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.02 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1901 0 0 0 67 35 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 3145 0 0 0 68 36 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0.15 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 9338 0 0 0 11 4 0 0 20 0 16 0 39817737 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39817738 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519947363424 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39817738 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519946310528 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2.46 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 14804 0 0 0 244 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2.76 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 8864 0 0 0 274 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0.61 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) S 30053 30056 26255 0 -1 1077944384 5417 0 0 0 59 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519942101616 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.41 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 2314 0 0 0 67 74 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30072] ppid=30053 vsize=10727700 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30072/stat : 30072 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39817906 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519936844720 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 2392.85 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2206204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.5 s]
/proc/loadavg: 2.00 2.02 2.05 3/222 30292
/proc/meminfo: memFree=12534180/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2400.07 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 97645 0 0 0 239771 236 0 0 20 0 16 0 39817735 10985164800 551551 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2681925 551551 3189 1 0 2644416 0
[pid=30056/tid=30058] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2388.43 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) R 30053 30056 26255 0 -1 4202560 45621 0 0 0 238823 20 0 0 20 0 16 0 39817735 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520460307808 140520078433176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1661 0 0 0 69 35 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.03 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 3166 0 0 0 68 35 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.02 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1901 0 0 0 67 35 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 3145 0 0 0 68 36 0 0 20 0 16 0 39817736 10985164800 551551 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0.15 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 9338 0 0 0 11 4 0 0 20 0 16 0 39817737 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39817738 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519947363424 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39817738 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519946310528 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2.46 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 14804 0 0 0 244 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10727700 memory=2206204 CPUtime=2.76 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 8864 0 0 0 274 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0.61 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) S 30053 30056 26255 0 -1 1077944384 5417 0 0 0 59 2 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519942101616 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10727700 memory=2206204 CPUtime=1.43 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 2314 0 0 0 68 75 0 0 20 0 16 0 39817740 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30072] ppid=30053 vsize=10727700 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30072/stat : 30072 (java) S 30053 30056 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39817906 10985164800 551551 33554432000 4194304 4196468 140726610732752 140519936844720 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2206204 KiB

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

[startup+2389.73 s]
# the end of solver process 30056 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.8 s, system=2.37352 s

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

[startup+2389.61 s]
/proc/loadavg: 2.00 2.02 2.05 3/222 30292
/proc/meminfo: memFree=12534180/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10927392 memory=2206532 CPUtime=2400.15 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 98843 0 0 0 239779 236 0 0 20 0 17 0 39817735 11189649408 551633 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2731848 551633 3192 1 0 2694339 0
[pid=30056/tid=30058] ppid=30053 vsize=10927392 memory=2324 CPUtime=2388.49 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) S 30053 30056 26255 0 -1 1077944384 45910 0 0 0 238829 20 0 0 20 0 17 0 39817735 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520460311728 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10927392 memory=1844 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1661 0 0 0 69 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10927392 memory=796 CPUtime=1.03 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 3166 0 0 0 68 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10927392 memory=1700 CPUtime=1.02 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1901 0 0 0 67 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10927392 memory=12984 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 3145 0 0 0 68 36 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0.15 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 9338 0 0 0 11 4 0 0 20 0 17 0 39817737 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10927392 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39817738 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519947363424 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39817738 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519946310528 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10927392 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10927392 memory=2196 CPUtime=2.48 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 14827 0 0 0 246 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10927392 memory=14176 CPUtime=2.77 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 8922 0 0 0 275 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10927392 memory=1296 CPUtime=0.61 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) S 30053 30056 26255 0 -1 1077944384 5569 0 0 0 59 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519942101616 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10927392 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10927392 memory=4620 CPUtime=1.43 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 2314 0 0 0 68 75 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2206532 KiB

[startup+2389.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/222 30292
/proc/meminfo: memFree=12534180/32770624 swapFree=67108860/67108860
[pid=30056] ppid=30053 vsize=10927392 memory=2206532 CPUtime=2400.15 cores=1,3,5,7
/proc/30056/stat : 30056 (java) S 30053 30056 26255 0 -1 1077944320 98843 0 0 0 239779 236 0 0 20 0 17 0 39817735 11189649408 551633 33554432000 4194304 4196468 140726610732752 140726610715296 140520456068855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
/proc/30056/statm: 2731848 551633 3192 1 0 2694339 0
[pid=30056/tid=30058] ppid=30053 vsize=10927392 memory=2206204 CPUtime=2388.49 cores=1,3,5,7
/proc/30056/task/30058/stat : 30058 (java) S 30053 30056 26255 0 -1 1077944384 45910 0 0 0 238829 20 0 0 20 0 17 0 39817735 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520460311728 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30059] ppid=30053 vsize=10927392 memory=2206204 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30059/stat : 30059 (java) S 30053 30056 26255 0 -1 1077944384 1661 0 0 0 69 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520392760464 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30060] ppid=30053 vsize=10927392 memory=2206204 CPUtime=1.03 cores=1,3,5,7
/proc/30056/task/30060/stat : 30060 (java) S 30053 30056 26255 0 -1 1077944384 3166 0 0 0 68 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520061791248 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30061] ppid=30053 vsize=10927392 memory=2206204 CPUtime=1.02 cores=1,3,5,7
/proc/30056/task/30061/stat : 30061 (java) S 30053 30056 26255 0 -1 1077944384 1901 0 0 0 67 35 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520060738448 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30062] ppid=30053 vsize=10927392 memory=2206204 CPUtime=1.04 cores=1,3,5,7
/proc/30056/task/30062/stat : 30062 (java) S 30053 30056 26255 0 -1 1077944384 3145 0 0 0 68 36 0 0 20 0 17 0 39817736 11189649408 551633 33554432000 4194304 4196468 140726610732752 140520059685648 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30063] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0.15 cores=1,3,5,7
/proc/30056/task/30063/stat : 30063 (java) S 30053 30056 26255 0 -1 1077944384 9338 0 0 0 11 4 0 0 20 0 17 0 39817737 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519948417392 140520456080002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30064] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30064/stat : 30064 (java) S 30053 30056 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39817738 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519947363424 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30065] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30065/stat : 30065 (java) S 30053 30056 26255 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39817738 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519946310528 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30066] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30066/stat : 30066 (java) S 30053 30056 26255 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519945258832 140520456087451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30067] ppid=30053 vsize=10927392 memory=2206204 CPUtime=2.48 cores=1,3,5,7
/proc/30056/task/30067/stat : 30067 (java) S 30053 30056 26255 0 -1 1077944384 14827 0 0 0 246 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519944207216 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30068] ppid=30053 vsize=10927392 memory=2206204 CPUtime=2.77 cores=1,3,5,7
/proc/30056/task/30068/stat : 30068 (java) S 30053 30056 26255 0 -1 1077944384 8922 0 0 0 275 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519943154416 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30069] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0.61 cores=1,3,5,7
/proc/30056/task/30069/stat : 30069 (java) S 30053 30056 26255 0 -1 1077944384 5569 0 0 0 59 2 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519942101616 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30070] ppid=30053 vsize=10927392 memory=2206204 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30070/stat : 30070 (java) S 30053 30056 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519941049056 140520456079061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
[pid=30056/tid=30071] ppid=30053 vsize=10927392 memory=2206204 CPUtime=1.43 cores=1,3,5,7
/proc/30056/task/30071/stat : 30071 (java) S 30053 30056 26255 0 -1 1077944384 2314 0 0 0 68 75 0 0 20 0 17 0 39817740 11189649408 551633 33554432000 4194304 4196468 140726610732752 140519939996336 140520456080002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22200320 140726610740337 140726610740489 140726610740489 140726610743247 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2206532 KiB

Child status: 143
Real time (s): 2389.73
CPU time (s): 2400.17
CPU user time (s): 2397.8
CPU system time (s): 2.37352
CPU usage (%): 100.437
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2206532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.8
system time used= 2.37352
maximum resident set size= 2206956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99744
page faults= 0
swaps= 0
block input operations= 1792
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54625
involuntary context switches= 1320


# summary of solver processes directly reported to runsolver:
#   pid: 30056
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2397.8
#   total CPU system time (s): 2.37352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9763 second user time and 24.1386 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 03:22:26
IDJOB=4289817
IDBENCH=141549
IDSOLVER=2742
FILE ID=node133/4289817-1532222546
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy06_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289817-1532222546/watcher-4289817-1532222546 -o /tmp/evaluation-result-4289817-1532222546/solver-4289817-1532222546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289817-1532222546.xml

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

MD5SUM BENCH= f9caa09a77a0aeed2ee1a5d5b0978ec8
RANDOM SEED=2121830387

node133.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.24
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.24
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.24
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.24
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:        13410252 kB
MemAvailable:   28163044 kB
Buffers:          220120 kB
Cached:         14612612 kB
SwapCached:            0 kB
Active:          4933812 kB
Inactive:       13723724 kB
Active(anon):    3827508 kB
Inactive(anon):    17036 kB
Active(file):    1106304 kB
Inactive(file): 13706688 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:       3901612 kB
Mapped:            47252 kB
Shmem:             17088 kB
Slab:             395320 kB
SReclaimable:     368260 kB
SUnreclaim:        27060 kB
KernelStack:        3888 kB
PageTables:        12492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4950624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3700736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 04:02:16