Trace number 4301751

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-11OPT28 9.32603 7.49076

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark9.32603
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
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

0.81/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.81/0.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.81/0.49	c See www.sat4j.org for details.
0.81/0.49	c That software uses the Rhino library from the Mozilla project.
0.81/0.49	c version 2.3.6-SNAPSHOT
0.81/0.49	c java.runtime.name	Java(TM) SE Runtime Environment
0.81/0.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.81/0.49	c java.vm.version	25.131-b11
0.81/0.49	c java.vm.vendor	Oracle Corporation
0.81/0.49	c sun.arch.data.model	64
0.81/0.49	c java.version		1.8.0_131
0.81/0.49	c os.name		Linux
0.81/0.49	c os.version		3.10.0-514.16.1.el7.x86_64
0.81/0.49	c os.arch		amd64
0.81/0.49	c Free memory 		499604488
0.81/0.49	c Max memory 		7247757312
0.81/0.49	c Total memory 		504889344
0.81/0.49	c Number of processors 	4
0.81/0.49	c c --- Begin Solver configuration ---
0.81/0.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.81/0.49	c Learn all clauses as in MiniSAT
0.81/0.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.81/0.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.81/0.49	c No reason simplification
0.81/0.49	c Glucose 2.1 dynamic restart strategy
0.81/0.49	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.81/0.49	c timeout=2147483s
0.81/0.49	c DB Simplification allowed=false
0.81/0.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.81/0.49	c --- End Solver configuration ---
0.81/0.49	c constraints type 
0.81/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
0.81/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4055
0.81/0.49	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
0.81/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32573
0.81/0.49	c org.sat4j.specs.Constr$1 => 2
0.81/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 160
0.81/0.49	c 36864 constraints processed.
1.46/0.64	o 71
1.46/0.68	o 63
1.74/0.72	o 60
1.74/0.74	o 52
1.74/0.76	o 50
1.74/0.78	o 47
2.03/0.81	o 46
2.03/0.83	o 45
2.03/0.84	o 39
2.03/0.88	o 35
2.28/0.95	o 33
2.28/0.99	o 32
2.44/1.05	o 30
2.87/1.32	o 28
9.31/7.48	c starts		: 322
9.31/7.48	c conflicts		: 50839
9.31/7.48	c decisions		: 125956
9.31/7.48	c propagations		: 11459521
9.31/7.48	c inspects		: 94628942
9.31/7.48	c shortcuts		: 0
9.31/7.48	c learnt literals	: 94
9.31/7.48	c learnt binary clauses	: 450
9.31/7.48	c learnt ternary clauses	: 252
9.31/7.48	c learnt constraints	: 50744
9.31/7.48	c ignored constraints	: 0
9.31/7.48	c root simplifications	: 0
9.31/7.48	c removed literals (reason simplification)	: 0
9.31/7.48	c reason swapping (by a shorter reason)	: 0
9.31/7.48	c Calls to reduceDB	: 6
9.31/7.48	c Number of update (reduction) of LBD	: 48713
9.31/7.48	c Imported unit clauses	: 0
9.31/7.48	c number of reductions to clauses (during analyze)	: 0
9.31/7.48	c number of learned constraints concerned by reduction	: 0
9.31/7.48	c number of learning phase by resolution	: 0
9.31/7.48	c number of learning phase by cutting planes	: 0
9.31/7.48	c number of rounding to 1 operations	: 0
9.31/7.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.31/7.48	c number of reductions of the coefficients by power 2 	: 0
9.31/7.48	c number of right shift for reduction by power 2 	: 0
9.31/7.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.31/7.48	c number of ending skipping 	: 0
9.31/7.48	c number of internal skipping 	: 0
9.31/7.48	c number of derivation steps 	: 0
9.31/7.48	c number of skipped derivation steps 	: 0
9.31/7.48	c number of remaining unassigned 	: 0
9.31/7.48	c number of remaining assigned 	: 0
9.31/7.48	c speed (assignments/second)	: 1641294.9011744484
9.31/7.48	c non guided choices	: 2942
9.31/7.48	s OPTIMUM FOUND
9.31/7.48	v <instantiation type="optimum" cost="28">
9.31/7.48	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] </list>
9.31/7.48	v 	<values> 2 2 1 -2 1 -1 0 2 -2 4 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 0 0 0 7 0 10 4 0 7 0 </values>
9.31/7.48	v </instantiation>
9.31/7.48	

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301751-1532884236/watcher-4301751-1532884236 -o /tmp/evaluation-result-4301751-1532884236/solver-4301751-1532884236 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301751-1532884236.xml 

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

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


[startup+0.100143 s]*
/proc/loadavg: 3.03 2.59 2.26 3/217 11003
/proc/meminfo: memFree=18880752/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10659012 memory=30088 CPUtime=0.12 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 6601 0 0 0 11 1 0 0 20 0 15 0 105986743 10914828288 7522 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2664753 7522 2824 1 0 2627263 0
[pid=10988/tid=10990] ppid=10985 vsize=10659012 memory=-8773748148830243971 CPUtime=0.09 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 4423 0 0 0 8 1 0 0 20 0 15 0 105986743 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072840099776 140072819959134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0.02 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) R 10985 10988 10029 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072389408880 140072835899994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 7522 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210826 s]*
/proc/loadavg: 3.03 2.59 2.26 3/217 11003
/proc/meminfo: memFree=18869288/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10659012 memory=42036 CPUtime=0.33 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 8048 0 0 0 31 2 0 0 20 0 15 0 105986743 10914828288 10509 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2664753 10509 3007 1 0 2627263 0
[pid=10988/tid=10990] ppid=10985 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 5002 0 0 0 18 1 0 0 20 0 15 0 105986743 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072840114928 140072835900573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10659012 memory=3545937451585746592 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105986746 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 609 0 0 0 2 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0.07 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) R 10985 10988 10029 0 -1 4202560 726 0 0 0 7 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072389408880 140072835899994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10659012 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986749 10914828288 10509 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42036 KiB

[startup+0.310722 s]*
/proc/loadavg: 3.03 2.59 2.26 4/217 11003
/proc/meminfo: memFree=18862560/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10659088 memory=46892 CPUtime=0.51 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 8857 0 0 0 49 2 0 0 20 0 15 0 105986743 10914906112 11723 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2664772 11723 3048 1 0 2627263 0
[pid=10988/tid=10990] ppid=10985 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 5628 0 0 0 28 2 0 0 20 0 15 0 105986743 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072840116128 140072835900573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10659088 memory=3546214528515946144 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986744 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986744 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10659088 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105986746 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105986746 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105986746 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) R 10985 10988 10029 0 -1 1077944384 721 0 0 0 4 0 0 0 20 0 15 0 105986749 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072391514576 140072835888853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) R 10985 10988 10029 0 -1 4202560 353 0 0 0 4 0 0 0 20 0 15 0 105986749 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072390453328 140072819377597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10659088 memory=139788376192640 CPUtime=0.12 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 787 0 0 0 12 0 0 0 20 0 15 0 105986749 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105986749 10914906112 11723 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10659088 memory=139788376192640 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105986749 10914906112 11745 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46892 KiB

[startup+0.709572 s]
/proc/loadavg: 3.03 2.59 2.26 6/218 11004
/proc/meminfo: memFree=18836568/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10727700 memory=77948 CPUtime=1.74 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 12598 0 0 0 170 4 0 0 20 0 16 0 105986743 10985164800 19487 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2681925 19487 3109 1 0 2644416 0
[pid=10988/tid=10990] ppid=10985 vsize=10727700 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 6056 0 0 0 66 2 0 0 20 0 16 0 105986743 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072840115232 140072459913772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10727700 memory=187011398909522 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10727700 memory=446152 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10727700 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10727700 memory=7307210987814301138 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10727700 memory=-2897801490638248215 CPUtime=0.34 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) R 10985 10988 10029 0 -1 4202560 2223 0 0 0 34 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072391501024 140072819263491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10727700 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) R 10985 10988 10029 0 -1 4202560 1261 0 0 0 37 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072390440800 140072813895626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10727700 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 1666 0 0 0 31 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11004] ppid=10985 vsize=10727700 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11004/stat : 11004 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986793 10985164800 19487 33554432000 4194304 4196468 140723936312464 140072386250160 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 77948 KiB

[startup+1.50082 s]
/proc/loadavg: 3.03 2.59 2.26 3/218 11004
/proc/meminfo: memFree=18828860/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10727700 memory=83236 CPUtime=3.13 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 15525 0 0 0 309 4 0 0 20 0 16 0 105986743 10985164800 20809 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2681925 20809 3114 1 0 2644416 0
[pid=10988/tid=10990] ppid=10985 vsize=10727700 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 6536 0 0 0 145 3 0 0 20 0 16 0 105986743 10985164800 20809 33554432000 4194304 4196468 140723936312464 140072840115192 140072457426711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 20809 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 20809 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 20809 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 20809 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0

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

[pid=10988/tid=10990] ppid=10985 vsize=10727700 memory=15316 CPUtime=6.27 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 6882 0 0 0 624 3 0 0 20 0 16 0 105986743 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072840115432 140072459883712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10727700 memory=97752 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10727700 memory=279576466992224 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10727700 memory=13720 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10727700 memory=15128 CPUtime=0.68 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 3215 0 0 0 68 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10727700 memory=640 CPUtime=0.97 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 4348 0 0 0 97 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10727700 memory=1760 CPUtime=0.35 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 1934 0 0 0 35 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10727700 memory=960 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10727700 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11004] ppid=10985 vsize=10727700 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11004/stat : 11004 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986793 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072386250160 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 110116 KiB

[startup+7.49072 s]
# the end of solver process 10988 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.26476 s, system=0.061269 s

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

[startup+6.40098 s]
/proc/loadavg: 2.95 2.58 2.26 3/218 11004
/proc/meminfo: memFree=18801320/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10727700 memory=110116 CPUtime=8.41 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 18902 0 0 0 836 5 0 0 20 0 16 0 105986743 10985164800 27529 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2681925 27529 3125 1 0 2644416 0
[pid=10988/tid=10990] ppid=10985 vsize=10727700 memory=3700 CPUtime=6.37 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 6926 0 0 0 634 3 0 0 20 0 16 0 105986743 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072840115432 140072459930705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10727700 memory=844 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10727700 memory=83236 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10727700 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10727700 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10727700 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10727700 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10727700 memory=-5153075247754915967 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10727700 memory=-8382741927119592821 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10727700 memory=6576565900033960099 CPUtime=0.68 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 3215 0 0 0 68 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10727700 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 4348 0 0 0 97 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10727700 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 2339 0 0 0 35 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10727700 memory=4123389817004490784 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10727700 memory=301741394949841645 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11004] ppid=10985 vsize=10727700 memory=14127862018560150 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11004/stat : 11004 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986793 10985164800 27529 33554432000 4194304 4196468 140723936312464 140072386250160 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 110116 KiB

[startup+7.20081 s]
/proc/loadavg: 2.95 2.58 2.26 4/218 11004
/proc/meminfo: memFree=18799148/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10727700 memory=112184 CPUtime=9.22 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 18979 0 0 0 917 5 0 0 20 0 16 0 105986743 10985164800 28046 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2681925 28046 3125 1 0 2644416 0
[pid=10988/tid=10990] ppid=10985 vsize=10727700 memory=960 CPUtime=7.17 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) R 10985 10988 10029 0 -1 4202560 6945 0 0 0 714 3 0 0 20 0 16 0 105986743 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072840114592 140072460610231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10727700 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10727700 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10727700 memory=110136 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10727700 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10727700 memory=6768 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10727700 memory=824 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10727700 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986746 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10727700 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10727700 memory=916 CPUtime=0.68 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 3215 0 0 0 68 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10727700 memory=3852 CPUtime=0.97 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 4348 0 0 0 97 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10727700 memory=2588 CPUtime=0.35 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 2364 0 0 0 35 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10727700 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10727700 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 16 0 105986749 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11004] ppid=10985 vsize=10727700 memory=2948 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11004/stat : 11004 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986793 10985164800 28046 33554432000 4194304 4196468 140723936312464 140072386250160 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 112184 KiB

[startup+7.40074 s]
/proc/loadavg: 2.95 2.58 2.26 4/218 11004
/proc/meminfo: memFree=18799148/32770624 swapFree=67028788/67108860
[pid=10988] ppid=10985 vsize=10860828 memory=114288 CPUtime=9.31 cores=1,3,5,7
/proc/10988/stat : 10988 (java) S 10985 10988 10029 0 -1 1077944320 19619 0 0 0 926 5 0 0 20 0 16 0 105986743 11121487872 28572 33554432000 4194304 4196468 140723936312464 140723936295008 140072835878647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
/proc/10988/statm: 2715207 28572 3127 1 0 2677698 0
[pid=10988/tid=10990] ppid=10985 vsize=10860828 memory=0 CPUtime=7.25 cores=1,3,5,7
/proc/10988/task/10990/stat : 10990 (java) S 10985 10988 10029 0 -1 1077944384 7365 0 0 0 722 3 0 0 20 0 16 0 105986743 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072840119328 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10991] ppid=10985 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10991/stat : 10991 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072777882256 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10992] ppid=10985 vsize=10860828 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10992/stat : 10992 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072776829456 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10993] ppid=10985 vsize=10860828 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10993/stat : 10993 (java) S 10985 10988 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105986744 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072440355216 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10994] ppid=10985 vsize=10860828 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10994/stat : 10994 (java) S 10985 10988 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105986744 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072439302416 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10995] ppid=10985 vsize=10860828 memory=800 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10995/stat : 10995 (java) S 10985 10988 10029 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 16 0 105986746 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072395725680 140072835889794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10996] ppid=10985 vsize=10860828 memory=5220 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10996/stat : 10996 (java) S 10985 10988 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105986746 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072394671648 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10997] ppid=10985 vsize=10860828 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10997/stat : 10997 (java) S 10985 10988 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105986746 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072393618800 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10998] ppid=10985 vsize=10860828 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/10988/task/10998/stat : 10998 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072392567120 140072835897243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=10999] ppid=10985 vsize=10860828 memory=1508 CPUtime=0.68 cores=1,3,5,7
/proc/10988/task/10999/stat : 10999 (java) S 10985 10988 10029 0 -1 1077944384 3230 0 0 0 68 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072391514480 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11000] ppid=10985 vsize=10860828 memory=3328 CPUtime=0.97 cores=1,3,5,7
/proc/10988/task/11000/stat : 11000 (java) S 10985 10988 10029 0 -1 1077944384 4396 0 0 0 97 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072390461680 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11001] ppid=10985 vsize=10860828 memory=3008 CPUtime=0.36 cores=1,3,5,7
/proc/10988/task/11001/stat : 11001 (java) S 10985 10988 10029 0 -1 1077944384 2374 0 0 0 36 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072389408880 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11002] ppid=10985 vsize=10860828 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11002/stat : 11002 (java) S 10985 10988 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072388356320 140072835888853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
[pid=10988/tid=11003] ppid=10985 vsize=10860828 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10988/task/11003/stat : 11003 (java) S 10985 10988 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 16 0 105986749 11121487872 28572 33554432000 4194304 4196468 140723936312464 140072387304624 140072835889794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8544256 140723936318582 140723936318734 140723936318734 140723936321487 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 114288 KiB

Child status: 0
Real time (s): 7.49076
CPU time (s): 9.32603
CPU user time (s): 9.26476
CPU system time (s): 0.061269
CPU usage (%): 124.5
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 114288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.26476
system time used= 0.061269
maximum resident set size= 116732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1882
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 10988
#   total CPU time (s): 9.32603
#   total CPU user time (s): 9.26476
#   total CPU system time (s): 0.061269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059832 second user time and 0.126058 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:10:36
IDJOB=4301751
IDBENCH=141320
IDSOLVER=2773
FILE ID=node102/4301751-1532884236
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52824 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301751-1532884236/watcher-4301751-1532884236 -o /tmp/evaluation-result-4301751-1532884236/solver-4301751-1532884236 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301751-1532884236.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=2133386005

node102.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.51
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.51
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.51
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.51
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:        18897928 kB
MemAvailable:   24228308 kB
Buffers:          230404 kB
Cached:          5344184 kB
SwapCached:        53064 kB
Active:          9013544 kB
Inactive:        4321132 kB
Active(anon):    7685920 kB
Inactive(anon):    99168 kB
Active(file):    1327624 kB
Inactive(file):  4221964 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:       7752804 kB
Mapped:            49744 kB
Shmem:             22552 kB
Slab:             222260 kB
SReclaimable:     193252 kB
SUnreclaim:        29008 kB
KernelStack:        3840 kB
PageTables:        20832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7178240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52820 MiB
End job on node102 at 2018-07-29 19:10:43