Trace number 4289873

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)54 2400.26 2387.73

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2400.26
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
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

2.37/0.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.37/0.92	c This is free software under the dual EPL/GNU LGPL licenses.
2.37/0.92	c See www.sat4j.org for details.
2.37/0.92	c That software uses the Rhino library from the Mozilla project.
2.37/0.92	c version 2.3.6-SNAPSHOT
2.37/0.92	c java.runtime.name	Java(TM) SE Runtime Environment
2.37/0.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.37/0.92	c java.vm.version	25.131-b11
2.37/0.92	c java.vm.vendor	Oracle Corporation
2.37/0.92	c sun.arch.data.model	64
2.37/0.92	c java.version		1.8.0_131
2.37/0.92	c os.name		Linux
2.37/0.92	c os.version		3.10.0-514.16.1.el7.x86_64
2.37/0.92	c os.arch		amd64
2.37/0.92	c Free memory 		499604488
2.37/0.92	c Max memory 		7247757312
2.37/0.92	c Total memory 		504889344
2.37/0.92	c Number of processors 	4
2.37/0.92	c c --- Begin Solver configuration ---
2.37/0.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.37/0.92	c Learn all clauses as in MiniSAT
2.37/0.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.37/0.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.37/0.92	c No reason simplification
2.37/0.92	c Glucose 2.1 dynamic restart strategy
2.37/0.92	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
2.37/0.92	c timeout=2147483s
2.37/0.92	c DB Simplification allowed=false
2.37/0.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.37/0.92	c --- End Solver configuration ---
2.37/0.92	c constraints type 
2.37/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 166
2.37/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42745
2.37/0.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
2.37/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 798366
2.37/0.92	c org.sat4j.specs.Constr$1 => 3
2.37/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 595
2.37/0.92	c 841878 constraints processed.
5.86/2.89	o 166
7.12/3.76	o 162
7.36/3.91	o 119
7.89/4.32	o 114
8.11/4.54	o 110
8.54/4.96	o 109
8.78/5.19	o 108
9.28/5.61	o 107
9.39/5.80	o 106
9.63/6.00	o 104
10.50/6.76	o 101
10.60/6.88	o 100
10.70/6.94	o 98
11.00/7.22	o 96
11.10/7.37	o 93
11.40/7.68	o 89
12.22/8.49	o 88
12.72/8.93	o 87
13.83/10.01	o 83
14.13/10.38	o 82
14.63/10.82	o 79
15.33/11.54	o 78
15.53/11.70	o 77
17.23/13.41	o 76
17.84/14.02	o 74
18.54/14.75	o 72
19.96/16.12	o 71
21.87/18.06	o 69
23.07/19.24	o 68
23.47/19.64	o 65
23.67/19.85	o 64
25.98/22.12	o 63
32.62/28.79	o 62
35.03/30.98	o 61
41.06/36.93	o 60
42.36/38.21	o 59
44.47/40.39	o 58
88.00/83.80	o 57
117.62/113.44	o 56
213.67/209.13	o 55
311.48/306.24	o 54
2400.24/2387.70	c starts		: 22782
2400.24/2387.70	c conflicts		: 4016248
2400.24/2387.70	c decisions		: 17050965
2400.24/2387.70	c propagations		: 2970481867
2400.24/2387.70	c inspects		: 34844870212
2400.24/2387.70	c shortcuts		: 0
2400.24/2387.70	c learnt literals	: 1188
2400.24/2387.70	c learnt binary clauses	: 6811
2400.24/2387.70	c learnt ternary clauses	: 8936
2400.24/2387.70	c learnt constraints	: 4015060
2400.24/2387.70	c ignored constraints	: 0
2400.24/2387.70	c root simplifications	: 0
2400.24/2387.70	c removed literals (reason simplification)	: 0
2400.24/2387.70	c reason swapping (by a shorter reason)	: 0
2400.24/2387.70	c Calls to reduceDB	: 145
2400.24/2387.70	c Number of update (reduction) of LBD	: 2678001
2400.24/2387.70	c Imported unit clauses	: 0
2400.24/2387.70	c number of reductions to clauses (during analyze)	: 0
2400.24/2387.70	c number of learned constraints concerned by reduction	: 0
2400.24/2387.70	c number of learning phase by resolution	: 0
2400.24/2387.70	c number of learning phase by cutting planes	: 0
2400.24/2387.70	c number of rounding to 1 operations	: 0
2400.24/2387.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.24/2387.70	c number of reductions of the coefficients by power 2 	: 0
2400.24/2387.70	c number of right shift for reduction by power 2 	: 0
2400.24/2387.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.24/2387.70	c number of ending skipping 	: 0
2400.24/2387.70	c number of internal skipping 	: 0
2400.24/2387.70	c number of derivation steps 	: 0
2400.24/2387.70	c number of skipped derivation steps 	: 0
2400.24/2387.70	c number of remaining unassigned 	: 0
2400.24/2387.70	c number of remaining assigned 	: 0
2400.24/2387.70	c speed (assignments/second)	: 1244556.208364407
2400.24/2387.70	c non guided choices	: 43400
2400.24/2387.70	s SATISFIABLE
2400.24/2387.71	v <instantiation type="solution">
2400.24/2387.71	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] np[17] np[18] np[19] np[20] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] nf[17] nf[18] nf[19] nf[20] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21] </list>
2400.24/2387.71	v 	<values> 19 18 19 18 19 -9 -19 8 18 18 18 -18 8 9 9 -19 -8 18 -18 -18 1 12 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 3 2 0 0 1 0 0 0 0 0 0 2 2 0 0 1 0 0 0 0 0 6 3 0 0 0 0 0 0 0 5 6 0 0 0 0 8 0 0 0 6 11 0 10 8 0 0 </values>
2400.24/2387.71	v </instantiation>
2400.24/2387.71	

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289873-1532215516/watcher-4289873-1532215516 -o /tmp/evaluation-result-4289873-1532215516/solver-4289873-1532215516 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532208388-24576 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289873-1532215516.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=25705, runsolver pid=25702

[startup+0.100164 s]*
/proc/loadavg: 1.87 1.80 1.80 4/216 25720
/proc/meminfo: memFree=13970588/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10659012 memory=30656 CPUtime=0.12 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 6738 0 0 0 11 1 0 0 20 0 15 0 39114802 10914828288 7664 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2664753 7664 2844 1 0 2627263 0
[pid=25705/tid=25707] ppid=25702 vsize=10659012 memory=-8773748148830375805 CPUtime=0.09 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 4570 0 0 0 8 1 0 0 20 0 15 0 39114802 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264773930352 140264769719702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114804 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39114805 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264126436512 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39114805 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264125383408 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114807 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39114807 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39114808 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0.02 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 39114808 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114808 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114808 10914828288 7664 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210765 s]*
/proc/loadavg: 1.96 1.82 1.81 4/216 25720
/proc/meminfo: memFree=13960168/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10659012 memory=42124 CPUtime=0.33 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 8075 0 0 0 31 2 0 0 20 0 15 0 39114802 10914828288 10531 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2664753 10531 3006 1 0 2627263 0
[pid=25705/tid=25707] ppid=25702 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 5033 0 0 0 19 1 0 0 20 0 15 0 39114802 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264773943344 140264753788254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10659012 memory=140543135985875 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114803 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114804 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39114805 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264126436512 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39114805 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264125383408 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114807 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 15 0 39114807 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 39114808 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0.07 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 670 0 0 0 7 0 0 0 20 0 15 0 39114808 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114808 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10659012 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114808 10914828288 10531 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42124 KiB

[startup+0.314858 s]*
/proc/loadavg: 1.96 1.82 1.81 4/216 25720
/proc/meminfo: memFree=13952972/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10659088 memory=47236 CPUtime=0.54 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 8893 0 0 0 51 3 0 0 20 0 15 0 39114802 10914906112 11809 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2664772 11809 3042 1 0 2627263 0
[pid=25705/tid=25707] ppid=25702 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 5627 0 0 0 29 2 0 0 20 0 15 0 39114802 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264773945840 140264387718372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10659088 memory=140543135984343 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114803 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10659088 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114804 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39114805 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264126436512 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39114805 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264125383408 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114807 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 761 0 0 0 4 0 0 0 20 0 15 0 39114807 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 378 0 0 0 4 0 0 0 20 0 15 0 39114808 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10659088 memory=140543135790720 CPUtime=0.13 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) R 25702 25705 22446 0 -1 4202560 765 0 0 0 13 0 0 0 20 0 15 0 39114808 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264121174512 140264762804611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114808 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10659088 memory=140543135790720 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114808 10914906112 11809 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47236 KiB

[startup+0.70076 s]
/proc/loadavg: 1.96 1.82 1.81 5/216 25720
/proc/meminfo: memFree=13926276/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10661136 memory=127084 CPUtime=1.7 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 11595 0 0 0 165 5 0 0 20 0 15 0 39114802 10917003264 31771 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2665284 31771 3107 1 0 2627775 0
[pid=25705/tid=25707] ppid=25702 vsize=10661136 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 6068 0 0 0 65 3 0 0 20 0 15 0 39114802 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264773940752 140264769719702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10661136 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10661136 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114803 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10661136 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39114803 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10661136 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39114804 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10661136 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39114805 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264126436512 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10661136 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39114805 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264125383408 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10661136 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114807 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10661136 memory=6945208482816681536 CPUtime=0.33 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) R 25702 25705 22446 0 -1 4202560 1653 0 0 0 32 1 0 0 20 0 15 0 39114807 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264123266880 140264753193885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10661136 memory=7811323491934034026 CPUtime=0.33 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) R 25702 25705 22446 0 -1 4202560 1167 0 0 0 33 0 0 0 20 0 15 0 39114808 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264122227696 140264748124094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10661136 memory=5787213827163908199 CPUtime=0.34 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 1336 0 0 0 34 0 0 0 20 0 15 0 39114808 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39114808 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10661136 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39114808 10917003264 31771 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 127084 KiB

[startup+1.50085 s]
/proc/loadavg: 1.96 1.82 1.81 5/217 25721
/proc/meminfo: memFree=13763200/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10727700 memory=250720 CPUtime=4.04 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 19265 0 0 0 393 11 0 0 20 0 16 0 39114802 10985164800 62680 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2681925 62680 3133 1 0 2644416 0
[pid=25705/tid=25707] ppid=25702 vsize=10727700 memory=4 CPUtime=1.41 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 6145 0 0 0 138 3 0 0 20 0 16 0 39114802 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264773944432 140264392332422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10727700 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 24 0 0 0 4 0 0 0 20 0 16 0 39114803 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10727700 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 16 0 39114803 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10727700 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 39114803 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10727700 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 16 0 39114803 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10727700 memory=140543135792433 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 39114804 10985164800 62680 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0

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

/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 6962 0 0 0 181 52 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.35 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 5388 0 0 0 184 51 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 6482 0 0 0 183 50 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0.23 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 19721 0 0 0 19 4 0 0 20 0 16 0 39114804 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39114805 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264126436576 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39114805 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264125383424 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39114807 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10727700 memory=2512304 CPUtime=1.53 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 12006 0 0 0 151 2 0 0 20 0 16 0 39114807 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10727700 memory=2512304 CPUtime=1.89 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 11401 0 0 0 187 2 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10727700 memory=189 CPUtime=0.5 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 4275 0 0 0 49 1 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10727700 memory=644 CPUtime=1.42 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 2848 0 0 0 60 82 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25721] ppid=25702 vsize=10727700 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25721/stat : 25721 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39114895 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264115917872 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 2394.89 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2512304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2387.5 s]
/proc/loadavg: 2.06 3.16 3.07 4/219 25977
/proc/meminfo: memFree=13469324/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2400.09 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 133217 0 0 0 239707 302 0 0 20 0 16 0 39114802 10985164800 628076 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2681925 628076 3181 1 0 2644416 0
[pid=25705/tid=25707] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2385.08 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) R 25702 25705 22446 0 -1 4202560 56800 0 0 0 238489 19 0 0 20 0 16 0 39114802 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264773946720 140264392392549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 5923 0 0 0 182 51 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 6962 0 0 0 181 52 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.35 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 5388 0 0 0 184 51 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10727700 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 6482 0 0 0 183 50 0 0 20 0 16 0 39114803 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0.23 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 19721 0 0 0 19 4 0 0 20 0 16 0 39114804 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39114805 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264126436576 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39114805 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264125383424 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39114807 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10727700 memory=2512304 CPUtime=1.53 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 12006 0 0 0 151 2 0 0 20 0 16 0 39114807 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10727700 memory=2512304 CPUtime=1.89 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 11401 0 0 0 187 2 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10727700 memory=2512304 CPUtime=0.5 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 4275 0 0 0 49 1 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10727700 memory=189 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10727700 memory=2512304 CPUtime=1.42 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 2848 0 0 0 60 82 0 0 20 0 16 0 39114808 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25721] ppid=25702 vsize=10727700 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25721/stat : 25721 (java) S 25702 25705 22446 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39114895 10985164800 628076 33554432000 4194304 4196468 140732274404432 140264115917872 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2512304 KiB

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

[startup+2387.73 s]
# the end of solver process 25705 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.23 s, system=3.03768 s

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

[startup+2387.61 s]
/proc/loadavg: 2.06 3.16 3.07 4/219 25977
/proc/meminfo: memFree=13469324/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10927392 memory=2512616 CPUtime=2400.23 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 135548 0 0 0 239721 302 0 0 20 0 17 0 39114802 11189649408 628154 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2731848 628154 3184 1 0 2694339 0
[pid=25705/tid=25707] ppid=25702 vsize=10927392 memory=6791534058613427641 CPUtime=2385.19 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) S 25702 25705 22446 0 -1 1077944384 57116 0 0 0 238500 19 0 0 20 0 17 0 39114802 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264773950640 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10927392 memory=2344 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 5923 0 0 0 182 51 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10927392 memory=4136 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 6962 0 0 0 181 52 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10927392 memory=0 CPUtime=2.35 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 5388 0 0 0 184 51 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10927392 memory=4580 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 6482 0 0 0 183 50 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10927392 memory=6791534058613427641 CPUtime=0.23 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 19721 0 0 0 19 4 0 0 20 0 17 0 39114804 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10927392 memory=844 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39114805 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264126436576 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10927392 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 39114805 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264125383424 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10927392 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 17 0 39114807 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10927392 memory=1012 CPUtime=1.54 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) R 25702 25705 22446 0 -1 4202560 12924 0 0 0 152 2 0 0 20 0 17 0 39114807 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264123280112 140264753095413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10927392 memory=1228 CPUtime=1.89 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 11655 0 0 0 187 2 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10927392 memory=1704 CPUtime=0.5 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 4442 0 0 0 49 1 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10927392 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10927392 memory=1936 CPUtime=1.42 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 2848 0 0 0 60 82 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 2400.23 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2512616 KiB

[startup+2387.7 s]
/proc/loadavg: 2.06 3.16 3.07 4/219 25977
/proc/meminfo: memFree=13469324/32770624 swapFree=67108860/67108860
[pid=25705] ppid=25702 vsize=10927392 memory=2512616 CPUtime=2400.24 cores=1,3,5,7
/proc/25705/stat : 25705 (java) S 25702 25705 22446 0 -1 1077944320 135665 0 0 0 239722 302 0 0 20 0 17 0 39114802 11189649408 628154 33554432000 4194304 4196468 140732274404432 140732274386976 140264769707767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
/proc/25705/statm: 2731848 628154 3184 1 0 2694339 0
[pid=25705/tid=25707] ppid=25702 vsize=10927392 memory=2512304 CPUtime=2385.19 cores=1,3,5,7
/proc/25705/task/25707/stat : 25707 (java) S 25702 25705 22446 0 -1 1077944384 57116 0 0 0 238500 19 0 0 20 0 17 0 39114802 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264773950640 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25708] ppid=25702 vsize=10927392 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25708/stat : 25708 (java) S 25702 25705 22446 0 -1 1077944384 5923 0 0 0 182 51 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264711711760 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25709] ppid=25702 vsize=10927392 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25709/stat : 25709 (java) S 25702 25705 22446 0 -1 1077944384 6962 0 0 0 181 52 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264710659216 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25710] ppid=25702 vsize=10927392 memory=2512304 CPUtime=2.35 cores=1,3,5,7
/proc/25705/task/25710/stat : 25710 (java) S 25702 25705 22446 0 -1 1077944384 5388 0 0 0 184 51 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264709606160 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25711] ppid=25702 vsize=10927392 memory=2512304 CPUtime=2.33 cores=1,3,5,7
/proc/25705/task/25711/stat : 25711 (java) S 25702 25705 22446 0 -1 1077944384 6482 0 0 0 183 50 0 0 20 0 17 0 39114803 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264708553616 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25712] ppid=25702 vsize=10927392 memory=2512304 CPUtime=0.23 cores=1,3,5,7
/proc/25705/task/25712/stat : 25712 (java) S 25702 25705 22446 0 -1 1077944384 19721 0 0 0 19 4 0 0 20 0 17 0 39114804 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264127490288 140264769718914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25713] ppid=25702 vsize=10927392 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25713/stat : 25713 (java) S 25702 25705 22446 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39114805 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264126436576 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25714] ppid=25702 vsize=10927392 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25714/stat : 25714 (java) S 25702 25705 22446 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 39114805 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264125383424 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25715] ppid=25702 vsize=10927392 memory=2512304 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25715/stat : 25715 (java) S 25702 25705 22446 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 17 0 39114807 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264124331984 140264769726363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25716] ppid=25702 vsize=10927392 memory=2512304 CPUtime=1.56 cores=1,3,5,7
/proc/25705/task/25716/stat : 25716 (java) S 25702 25705 22446 0 -1 1077944384 13041 0 0 0 154 2 0 0 20 0 17 0 39114807 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264123280112 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25717] ppid=25702 vsize=10927392 memory=2512304 CPUtime=1.89 cores=1,3,5,7
/proc/25705/task/25717/stat : 25717 (java) S 25702 25705 22446 0 -1 1077944384 11655 0 0 0 187 2 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264122227568 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25718] ppid=25702 vsize=10927392 memory=2512304 CPUtime=0.5 cores=1,3,5,7
/proc/25705/task/25718/stat : 25718 (java) S 25702 25705 22446 0 -1 1077944384 4442 0 0 0 49 1 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264121174512 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25719] ppid=25702 vsize=10927392 memory=189 CPUtime=0 cores=1,3,5,7
/proc/25705/task/25719/stat : 25719 (java) S 25702 25705 22446 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264120122208 140264769717973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
[pid=25705/tid=25720] ppid=25702 vsize=10927392 memory=2512304 CPUtime=1.42 cores=1,3,5,7
/proc/25705/task/25720/stat : 25720 (java) S 25702 25705 22446 0 -1 1077944384 2848 0 0 0 60 82 0 0 20 0 17 0 39114808 11189649408 628154 33554432000 4194304 4196468 140732274404432 140264119069232 140264769718914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18673664 140732274406513 140732274406665 140732274406665 140732274409423 0
Current children cumulated CPU time: 2400.24 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2512616 KiB

Child status: 143
Real time (s): 2387.73
CPU time (s): 2400.26
CPU user time (s): 2397.23
CPU system time (s): 3.03768
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2512616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.23
system time used= 3.03768
maximum resident set size= 2512936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54629
involuntary context switches= 966


# summary of solver processes directly reported to runsolver:
#   pid: 25705
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2397.23
#   total CPU system time (s): 3.03768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4524 second user time and 22.25 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 01:25:16
IDJOB=4289873
IDBENCH=141321
IDSOLVER=2742
FILE ID=node105/4289873-1532215516
RUNJOBID= node105-1532208388-24576
PBS_JOBID= 21018938
Free space on /tmp= 44920 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289873-1532215516/watcher-4289873-1532215516 -o /tmp/evaluation-result-4289873-1532215516/solver-4289873-1532215516 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532208388-24576 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289873-1532215516.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=121594622

node105.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.32
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.32
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.32
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.32
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:        13988700 kB
MemAvailable:   29687392 kB
Buffers:          124028 kB
Cached:         15548992 kB
SwapCached:            0 kB
Active:          3435828 kB
Inactive:       14541980 kB
Active(anon):    2257496 kB
Inactive(anon):    66376 kB
Active(file):    1178332 kB
Inactive(file): 14475604 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:       2325604 kB
Mapped:            46948 kB
Shmem:             17036 kB
Slab:             500012 kB
SReclaimable:     473216 kB
SUnreclaim:        26796 kB
KernelStack:        3808 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3821044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2189312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44920 MiB
End job on node105 at 2018-07-22 02:05:04