Trace number 4263697

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05UNSAT 19.0863 13.1674

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os04/
SuperTaillard-os-04-26.xml
MD5SUM2e26f45698146d54d9dabf0de4c81571
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.106776
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints160
Number of domains14
Minimum domain size90
Maximum domain size180
Distribution of domain sizes[{"size":90,"count":6},{"size":105,"count":2},{"size":120,"count":2},{"size":131,"count":2},{"size":135,"count":2},{"size":139,"count":2},{"size":144,"count":2},{"size":145,"count":2},{"size":151,"count":2},{"size":170,"count":2},{"size":171,"count":2},{"size":174,"count":2},{"size":177,"count":2},{"size":180,"count":2}]
Minimum variable degree7
Maximum variable degree13
Distribution of variable degrees[{"degree":7,"count":16},{"degree":13,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemNO
Type of objective

Solver Data

7.78/3.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.78/3.11	c This is free software under the dual EPL/GNU LGPL licenses.
7.78/3.11	c See www.sat4j.org for details.
7.78/3.11	c That software uses the Rhino library from the Mozilla project.
7.78/3.11	c version CUSTOM.v20170705
7.78/3.11	c java.runtime.name	Java(TM) SE Runtime Environment
7.78/3.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.78/3.11	c java.vm.version	25.131-b11
7.78/3.11	c java.vm.vendor	Oracle Corporation
7.78/3.11	c sun.arch.data.model	64
7.78/3.11	c java.version		1.8.0_131
7.78/3.11	c os.name		Linux
7.78/3.11	c os.version		3.10.0-514.16.1.el7.x86_64
7.78/3.11	c os.arch		amd64
7.78/3.11	c Free memory 		499604488
7.78/3.11	c Max memory 		7247757312
7.78/3.11	c Total memory 		504889344
7.78/3.11	c Number of processors 	4
7.78/3.11	c c --- Begin Solver configuration ---
7.78/3.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.78/3.11	c Learn all clauses as in MiniSAT
7.78/3.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.78/3.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.78/3.11	c No reason simplification
7.78/3.11	c Glucose 2.1 dynamic restart strategy
7.78/3.11	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
7.78/3.11	c timeout=2147483s
7.78/3.11	c DB Simplification allowed=false
7.78/3.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.78/3.11	c --- End Solver configuration ---
7.78/3.11	c constraints type 
7.78/3.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
7.78/3.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39816
7.78/3.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5738216
7.78/3.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 320
7.78/3.11	c 5778416 constraints processed.
19.06/13.15	c starts		: 364
19.06/13.15	c conflicts		: 54610
19.06/13.15	c decisions		: 1046219
19.06/13.15	c propagations		: 9208468
19.06/13.15	c inspects		: 132022504
19.06/13.15	c shortcuts		: 0
19.06/13.15	c learnt literals	: 93
19.06/13.15	c learnt binary clauses	: 559
19.06/13.15	c learnt ternary clauses	: 2321
19.06/13.15	c learnt constraints	: 54516
19.06/13.15	c ignored constraints	: 0
19.06/13.15	c root simplifications	: 0
19.06/13.15	c removed literals (reason simplification)	: 0
19.06/13.15	c reason swapping (by a shorter reason)	: 0
19.06/13.15	c Calls to reduceDB	: 6
19.06/13.15	c Number of update (reduction) of LBD	: 53570
19.06/13.15	c Imported unit clauses	: 0
19.06/13.15	c number of reductions to clauses (during analyze)	: 0
19.06/13.15	c number of learned constraints concerned by reduction	: 0
19.06/13.15	c number of learning phase by resolution	: 0
19.06/13.15	c number of learning phase by cutting planes	: 0
19.06/13.15	c number of rounding to 1 operations	: 0
19.06/13.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
19.06/13.15	c number of reductions of the coefficients by power 2 	: 0
19.06/13.15	c number of right shift for reduction by power 2 	: 0
19.06/13.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
19.06/13.15	c speed (assignments/second)	: 918733.712461339
19.06/13.15	c non guided choices	44298
19.06/13.16	c learnt constraints type 
19.06/13.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 559
19.06/13.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17970
19.06/13.16	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263697-1502635784/watcher-4263697-1502635784 -o /tmp/evaluation-result-4263697-1502635784/solver-4263697-1502635784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263697-1502635784.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=5819, runsolver pid=5816
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 4.91 4.51 3.45 3/216 5834
/proc/meminfo: memFree=24238920/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10555400 memory=32752 CPUtime=0.12 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 6784 0 0 0 11 1 0 0 20 0 15 0 96659265 10808729600 8188 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2638850 8188 2791 1 0 2627263 0
[pid=5819/tid=5821] ppid=5816 vsize=10555400 memory=-8824904039756821696 CPUtime=0.09 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) R 5816 5819 3242 0 -1 4202560 4639 0 0 0 8 1 0 0 20 0 15 0 96659265 10808729600 8188 33554432000 4194304 4196468 140729571010400 140631834265536 140631830066333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 8188 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 8188 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 8188 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 8188 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0.01 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) R 5816 5819 3242 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630859680496 140631808982668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 8188 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 32752 KiB

[startup+0.210394 s]*
/proc/loadavg: 4.91 4.51 3.45 3/216 5834
/proc/meminfo: memFree=24231228/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10555400 memory=41560 CPUtime=0.29 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 7978 0 0 0 27 2 0 0 20 0 15 0 96659265 10808729600 10390 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2638850 10390 2905 1 0 2627263 0
[pid=5819/tid=5821] ppid=5816 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) R 5816 5819 3242 0 -1 4202560 5240 0 0 0 18 1 0 0 20 0 15 0 96659265 10808729600 10390 33554432000 4194304 4196468 140729571010400 140631834270192 140631830056342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 10390 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10555400 memory=140435740269937 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 10390 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 10390 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808729600 10390 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96659268 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0.06 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) R 5816 5819 3242 0 -1 4202560 777 0 0 0 6 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630859680496 140631830056342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10555400 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659271 10808729600 10390 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41560 KiB

[startup+0.31143 s]*
/proc/loadavg: 4.91 4.51 3.45 4/216 5834
/proc/meminfo: memFree=24224280/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10555476 memory=47780 CPUtime=0.51 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 8524 0 0 0 49 2 0 0 20 0 15 0 96659265 10808807424 11945 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2638869 11945 3017 1 0 2627263 0
[pid=5819/tid=5821] ppid=5816 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) R 5816 5819 3242 0 -1 4202560 5593 0 0 0 28 1 0 0 20 0 15 0 96659265 10808807424 11945 33554432000 4194304 4196468 140729571010400 140631834274784 140631814124894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808807424 11945 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10555476 memory=15956030926980760 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808807424 11945 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659266 10808807424 11945 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659266 10808807424 11945 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10555476 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 426 0 0 0 3 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 279 0 0 0 3 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10555476 memory=140435740264064 CPUtime=0.14 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) R 5816 5819 3242 0 -1 4202560 862 0 0 0 14 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630859680496 140631830056342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10555476 memory=140435740264064 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 11945 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47780 KiB

[startup+0.709347 s]
/proc/loadavg: 4.91 4.51 3.45 5/216 5834
/proc/meminfo: memFree=24173464/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10555476 memory=221284 CPUtime=1.74 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 13235 0 0 0 166 8 0 0 20 0 15 0 96659265 10808807424 55321 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2638869 55321 3084 1 0 2627263 0
[pid=5819/tid=5821] ppid=5816 vsize=10555476 memory=1732 CPUtime=0.64 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) S 5816 5819 3242 0 -1 1077944384 5903 0 0 0 61 3 0 0 20 0 15 0 96659265 10808807424 55321 33554432000 4194304 4196468 140729571010400 140631834280496 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10555476 memory=1224 CPUtime=0.02 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) R 5816 5819 3242 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 15 0 96659266 10808807424 55321 33554432000 4194304 4196468 140729571010400 140631793150624 140631815071826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10555476 memory=12032 CPUtime=0.03 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) R 5816 5819 3242 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 15 0 96659266 10808807424 55321 33554432000 4194304 4196468 140729571010400 140631436090256 140631815066528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10555476 memory=5792 CPUtime=0.03 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) R 5816 5819 3242 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 15 0 96659266 10808807424 55321 33554432000 4194304 4196468 140729571010400 140631435035344 140631815068110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10555476 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) R 5816 5819 3242 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 15 0 96659266 10808807424 55321 33554432000 4194304 4196468 140729571010400 140631433982968 140631815071826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630865994272 140631830054613 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10555476 memory=7519159149027546218 CPUtime=0.35 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 2185 0 0 0 35 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630861776864 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10555476 memory=7523071198212214892 CPUtime=0.38 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 2529 0 0 0 38 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630860718032 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) S 5816 5819 3242 0 -1 1077944384 1160 0 0 0 20 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630859680496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96659271 10808807424 55321 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 221284 KiB

[startup+1.50435 s]
/proc/loadavg: 4.84 4.51 3.45 7/216 5834
/proc/meminfo: memFree=23939504/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10555476 memory=574192 CPUtime=3.7 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 14394 0 0 0 330 40 0 0 20 0 15 0 96659265 10808807424 143548 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2638869 143548 3117 1 0 2627263 0
[pid=5819/tid=5821] ppid=5816 vsize=10555476 memory=8112282956445269571 CPUtime=1.1 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) S 5816 5819 3242 0 -1 1077944384 5982 0 0 0 105 5 0 0 20 0 15 0 96659265 10808807424 143548 33554432000 4194304 4196468 140729571010400 140631834280112 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10555476 memory=-8754540793456063680 CPUtime=0.36 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) R 5816 5819 3242 0 -1 4202560 230 0 0 0 28 8 0 0 20 0 15 0 96659266 10808807424 143548 33554432000 4194304 4196468 140729571010400 140631793150736 140631815066528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10555476 memory=-2843869621055772062 CPUtime=0.37 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) R 5816 5819 3242 0 -1 4202560 251 0 0 0 29 8 0 0 20 0 15 0 96659266 10808807424 143548 33554432000 4194304 4196468 140729571010400 140631436090256 140631815066528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10555476 memory=5450919713671312938 CPUtime=0.35 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) R 5816 5819 3242 0 -1 4202560 221 0 0 0 27 8 0 0 20 0 15 0 96659266 10808807424 143548 33554432000 4194304 4196468 140729571010400 140631435037912 140631815066528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10555476 memory=7005738693937936738 CPUtime=0.35 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) R 5816 5819 3242 0 -1 4202560 217 0 0 0 27 8 0 0 20 0 15 0 96659266 10808807424 143548 33554432000 4194304 4196468 140729571010400 140631433985168 140631815066528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96659268 10808807424 143548 33554432000 4194304 4196468 140729571010400 140630865994272 140631830054613 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0

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

[pid=5819/tid=5822] ppid=5816 vsize=10622040 memory=280871265974080 CPUtime=1.11 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 422 0 0 0 99 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10622040 memory=-9178176117148050014 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 425 0 0 0 102 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10622040 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 357 0 0 0 101 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10622040 memory=7086252863918008677 CPUtime=1.12 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 496 0 0 0 99 13 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10622040 memory=786840 CPUtime=0.32 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 551 0 0 0 32 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10622040 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10622040 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10622040 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10622040 memory=280871265586048 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 4526 0 0 0 114 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10622040 memory=-7880843606118635149 CPUtime=1.2 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 5572 0 0 0 119 1 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10622040 memory=6655300316396806240 CPUtime=0.37 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) S 5816 5819 3242 0 -1 1077944384 1991 0 0 0 37 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630859680496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10622040 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10622040 memory=786840 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5835] ppid=5816 vsize=10622040 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5835/stat : 5835 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96659578 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630856520496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 18.81 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 786840 KiB

[startup+13.1674 s]
# the end of solver process 5819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.4769 s, system=0.609447 s

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

[startup+12.8009 s]
/proc/loadavg: 4.40 4.42 3.44 4/217 5835
/proc/meminfo: memFree=23484312/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10622040 memory=786840 CPUtime=18.91 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 23804 0 0 0 1831 60 0 0 20 0 16 0 96659265 10876968960 196710 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2655510 196710 3156 1 0 2643904 0
[pid=5819/tid=5821] ppid=5816 vsize=10622040 memory=18476 CPUtime=11.3 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) R 5816 5819 3242 0 -1 4202560 7841 0 0 0 1124 6 0 0 20 0 16 0 96659265 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631834281208 140631470830030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10622040 memory=16788 CPUtime=1.11 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 422 0 0 0 99 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10622040 memory=8112282956445269571 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 425 0 0 0 102 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10622040 memory=1732 CPUtime=1.13 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 357 0 0 0 101 12 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10622040 memory=1224 CPUtime=1.12 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 496 0 0 0 99 13 0 0 20 0 16 0 96659266 10876968960 196710 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10622040 memory=12032 CPUtime=0.32 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 551 0 0 0 32 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10622040 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96659268 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10622040 memory=280871265747968 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10622040 memory=786840 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 4526 0 0 0 114 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10622040 memory=3689918353172102698 CPUtime=1.2 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 5572 0 0 0 119 1 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10622040 memory=164 CPUtime=0.37 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) S 5816 5819 3242 0 -1 1077944384 1991 0 0 0 37 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630859680496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10622040 memory=-7966001967256141664 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 96659271 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5835] ppid=5816 vsize=10622040 memory=4137287014106042739 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5835/stat : 5835 (java) S 5816 5819 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96659578 10876968960 196710 33554432000 4194304 4196468 140729571010400 140630856520496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 18.91 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 786840 KiB

[startup+13.0007 s]*
/proc/loadavg: 4.40 4.42 3.44 3/217 5837
/proc/meminfo: memFree=23484312/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10755168 memory=786896 CPUtime=19.06 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 24324 0 0 0 1846 60 0 0 20 0 16 0 96659265 11013292032 196724 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2688792 196724 3158 1 0 2677186 0
[pid=5819/tid=5821] ppid=5816 vsize=10755168 memory=8112282956445269571 CPUtime=11.46 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) S 5816 5819 3242 0 -1 1077944384 8193 0 0 0 1140 6 0 0 20 0 16 0 96659265 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631834285088 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10755168 memory=4872558044660077418 CPUtime=1.11 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 422 0 0 0 99 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10755168 memory=796 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 425 0 0 0 102 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10755168 memory=1436 CPUtime=1.13 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 357 0 0 0 101 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10755168 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 496 0 0 0 99 13 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10755168 memory=4420 CPUtime=0.32 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 551 0 0 0 32 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10755168 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10755168 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10755168 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10755168 memory=13252 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 4526 0 0 0 114 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10755168 memory=15460 CPUtime=1.2 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 5572 0 0 0 119 1 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10755168 memory=17668 CPUtime=0.37 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) S 5816 5819 3242 0 -1 1077944384 1997 0 0 0 37 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630859680496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10755168 memory=19876 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10755168 memory=22084 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5836] ppid=5816 vsize=10755168 memory=24292 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5836/stat : 5836 (java) S 5816 5819 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96660560 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630855468176 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 19.06 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 786896 KiB

[startup+13.1098 s]
/proc/loadavg: 4.40 4.42 3.44 3/217 5837
/proc/meminfo: memFree=23484312/32770624 swapFree=67108860/67108860
[pid=5819] ppid=5816 vsize=10755168 memory=786896 CPUtime=19.06 cores=0,2,4,6
/proc/5819/stat : 5819 (java) S 5816 5819 3242 0 -1 1077944320 24324 0 0 0 1846 60 0 0 20 0 16 0 96659265 11013292032 196724 33554432000 4194304 4196468 140729571010400 140729570992944 140631830044407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
/proc/5819/statm: 2688792 196724 3158 1 0 2677186 0
[pid=5819/tid=5821] ppid=5816 vsize=10755168 memory=1196 CPUtime=11.46 cores=0,2,4,6
/proc/5819/task/5821/stat : 5821 (java) S 5816 5819 3242 0 -1 1077944384 8193 0 0 0 1140 6 0 0 20 0 16 0 96659265 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631834285088 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5822] ppid=5816 vsize=10755168 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/5819/task/5822/stat : 5822 (java) S 5816 5819 3242 0 -1 1077944384 422 0 0 0 99 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631793150736 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5823] ppid=5816 vsize=10755168 memory=7086252863918008677 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5823/stat : 5823 (java) S 5816 5819 3242 0 -1 1077944384 425 0 0 0 102 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631436090256 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5824] ppid=5816 vsize=10755168 memory=786840 CPUtime=1.13 cores=0,2,4,6
/proc/5819/task/5824/stat : 5824 (java) S 5816 5819 3242 0 -1 1077944384 357 0 0 0 101 12 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631435037712 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5825] ppid=5816 vsize=10755168 memory=-9178176117148050014 CPUtime=1.12 cores=0,2,4,6
/proc/5819/task/5825/stat : 5825 (java) S 5816 5819 3242 0 -1 1077944384 496 0 0 0 99 13 0 0 20 0 16 0 96659266 11013292032 196724 33554432000 4194304 4196468 140729571010400 140631433985168 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5826] ppid=5816 vsize=10755168 memory=280871265586048 CPUtime=0.32 cores=0,2,4,6
/proc/5819/task/5826/stat : 5826 (java) S 5816 5819 3242 0 -1 1077944384 551 0 0 0 32 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630865995760 140631830055554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5827] ppid=5816 vsize=10755168 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5827/stat : 5827 (java) S 5816 5819 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630864941984 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5828] ppid=5816 vsize=10755168 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5828/stat : 5828 (java) S 5816 5819 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96659268 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630863889392 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5829] ppid=5816 vsize=10755168 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5829/stat : 5829 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630862837968 140631830063003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5830] ppid=5816 vsize=10755168 memory=786840 CPUtime=1.14 cores=0,2,4,6
/proc/5819/task/5830/stat : 5830 (java) S 5816 5819 3242 0 -1 1077944384 4526 0 0 0 114 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630861785584 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5831] ppid=5816 vsize=10755168 memory=5792 CPUtime=1.2 cores=0,2,4,6
/proc/5819/task/5831/stat : 5831 (java) S 5816 5819 3242 0 -1 1077944384 5572 0 0 0 119 1 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630860733040 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5832] ppid=5816 vsize=10755168 memory=796 CPUtime=0.37 cores=0,2,4,6
/proc/5819/task/5832/stat : 5832 (java) S 5816 5819 3242 0 -1 1077944384 1997 0 0 0 37 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630859680496 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5833] ppid=5816 vsize=10755168 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5833/stat : 5833 (java) S 5816 5819 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630858628192 140631830054613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5834] ppid=5816 vsize=10755168 memory=26500 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5834/stat : 5834 (java) S 5816 5819 3242 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 96659271 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630857574704 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
[pid=5819/tid=5836] ppid=5816 vsize=10755168 memory=28708 CPUtime=0 cores=0,2,4,6
/proc/5819/task/5836/stat : 5836 (java) S 5816 5819 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96660560 11013292032 196724 33554432000 4194304 4196468 140729571010400 140630855468176 140631830055554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14041088 140729571013766 140729571013919 140729571013919 140729571016655 0
Current children cumulated CPU time: 19.06 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 786896 KiB

Child status: 0
Real time (s): 13.1674
CPU time (s): 19.0863
CPU user time (s): 18.4769
CPU system time (s): 0.609447
CPU usage (%): 144.951
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 786896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4769
system time used= 0.609447
maximum resident set size= 787024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24756
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= 2323
involuntary context switches= 86


# summary of solver processes directly reported to runsolver:
#   pid: 5819
#   total CPU time (s): 19.0863
#   total CPU user time (s): 18.4769
#   total CPU system time (s): 0.609447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08004 second user time and 0.187091 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 16:35:25
IDJOB=4263697
IDBENCH=138672
IDSOLVER=2651
FILE ID=node149/4263697-1502635784
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os04/SuperTaillard-os-04-26.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263697-1502635784/watcher-4263697-1502635784 -o /tmp/evaluation-result-4263697-1502635784/solver-4263697-1502635784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263697-1502635784.xml

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

MD5SUM BENCH= 2e26f45698146d54d9dabf0de4c81571
RANDOM SEED=1006191793

node149.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.43
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.43
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.43
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.43
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:        24260256 kB
MemAvailable:   28284884 kB
Buffers:          259012 kB
Cached:          4038528 kB
SwapCached:            0 kB
Active:          4734996 kB
Inactive:        3302836 kB
Active(anon):    3742560 kB
Inactive(anon):    24944 kB
Active(file):     992436 kB
Inactive(file):  3277892 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       3846180 kB
Mapped:            55620 kB
Shmem:             25224 kB
Slab:             166892 kB
SReclaimable:     140272 kB
SUnreclaim:        26620 kB
KernelStack:        3824 kB
PageTables:        12392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4781196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3717120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 16:35:38