Trace number 4263469

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 9.9193602 6.9114199

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-08-04.xml
MD5SUMa094c1a200b315678489c063b9aa94f6
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.64787698
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints44
Number of domains2
Minimum domain size7
Maximum domain size8
Distribution of domain sizes[{"size":7,"count":8},{"size":8,"count":32}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":24},{"degree":2,"count":8},{"degree":8,"count":8}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":8}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263469-1502631248/watcher-4263469-1502631248 -o /tmp/evaluation-result-4263469-1502631248/solver-4263469-1502631248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263469-1502631248.xml 

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

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


[startup+0.100276 s]*
/proc/loadavg: 2.06 2.04 2.05 3/210 21503
/proc/meminfo: memFree=30137168/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10151672 memory=21512 CPUtime=0.04 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 4249 0 0 0 3 1 0 0 20 0 9 0 17007450 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2537918 5378 2155 1 0 2527415 0
[pid=21494/tid=21496] ppid=21491 vsize=10151672 memory=7077796292425249400 CPUtime=0.03 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 2889 0 0 0 3 0 0 0 20 0 9 0 17007456 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865655349112 139865635194206 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17007457 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10151672 memory=140718513915520 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17007457 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17007457 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17007457 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17007458 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 17007459 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 17007459 10395312128 5378 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21512 KiB

[startup+0.210299 s]*
/proc/loadavg: 2.06 2.04 2.05 3/216 21509
/proc/meminfo: memFree=30133736/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10551156 memory=26004 CPUtime=0.08 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 5013 0 0 0 7 1 0 0 20 0 15 0 17007450 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2637789 6501 2615 1 0 2627261 0
[pid=21494/tid=21496] ppid=21491 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 3115 0 0 0 6 0 0 0 20 0 15 0 17007456 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865655339408 139865651135645 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10551156 memory=288371094665627264 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10551156 memory=140718513915520 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007458 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17007459 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17007459 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007461 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 17007462 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007462 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10551156 memory=140718513915520 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 17007462 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007462 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10551156 memory=140718513915520 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007470 10804383744 6501 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26004 KiB

[startup+0.311279 s]*
/proc/loadavg: 2.06 2.04 2.05 3/216 21509
/proc/meminfo: memFree=30124044/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10551156 memory=35776 CPUtime=0.22 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 8247 0 0 0 20 2 0 0 20 0 15 0 17007450 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2637789 8944 2868 1 0 2627261 0
[pid=21494/tid=21496] ppid=21491 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 5933 0 0 0 14 2 0 0 20 0 15 0 17007456 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865655337792 139865651135645 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10551156 memory=11918 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10551156 memory=318045124182310272 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007457 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10551156 memory=3184238638589884080 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007458 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10551156 memory=8029366422158522120 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17007459 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17007459 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007461 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 15 0 17007462 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 15 0 17007462 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10551156 memory=7599810468538055395 CPUtime=0.04 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 379 0 0 0 4 0 0 0 20 0 15 0 17007462 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007462 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10551156 memory=140718513915520 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007470 10804383744 8944 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35776 KiB

[startup+0.700777 s]
/proc/loadavg: 2.06 2.04 2.05 4/216 21509
/proc/meminfo: memFree=30110796/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10551232 memory=104744 CPUtime=1.26 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 13732 0 0 0 121 5 0 0 20 0 15 0 17007450 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2637808 26186 3059 1 0 2627261 0
[pid=21494/tid=21496] ppid=21491 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 7457 0 0 0 50 3 0 0 20 0 15 0 17007456 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865655349904 139865633060564 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17007457 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10551232 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007457 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10551232 memory=960 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17007458 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10551232 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17007459 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10551232 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17007459 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10551232 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007461 10804461568 26186 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10551232 memory=928 CPUtime=0.23 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) R 21491 21494 7968 0 -1 4202560 1836 0 0 0 23 0 0 0 20 0 15 0 17007462 10804461568 26252 18446744073709551615 4194304 4196468 140736290046576 139865210989608 139865632657814 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10551232 memory=2164 CPUtime=0.24 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) R 21491 21494 7968 0 -1 4202560 1806 0 0 0 24 0 0 0 20 0 15 0 17007462 10804461568 26252 18446744073709551615 4194304 4196468 140736290046576 139865209937352 139865632657442 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10551232 memory=840 CPUtime=0.22 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1339 0 0 0 22 0 0 0 20 0 15 0 17007462 10804461568 26252 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007462 10804461568 26252 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17007470 10804461568 26252 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104744 KiB

[startup+1.50082 s]
/proc/loadavg: 2.06 2.04 2.05 5/216 21509
/proc/meminfo: memFree=29951608/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10551232 memory=333648 CPUtime=3.19 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 15884 0 0 0 303 16 0 0 20 0 15 0 17007450 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2637808 83412 3103 1 0 2627261 0
[pid=21494/tid=21496] ppid=21491 vsize=10551232 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 7544 0 0 0 119 7 0 0 20 0 15 0 17007456 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865655346424 139865294521047 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 122 0 0 0 4 1 0 0 20 0 15 0 17007457 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 118 0 0 0 5 2 0 0 20 0 15 0 17007457 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10551232 memory=8881 CPUtime=0.05 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 15 0 17007457 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10551232 memory=4420 CPUtime=0.06 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 122 0 0 0 5 1 0 0 20 0 15 0 17007457 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10551232 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 17007458 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17007459 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10551232 memory=5 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17007459 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10551232 memory=6 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17007461 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10551232 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 2969 0 0 0 70 0 0 0 20 0 15 0 17007462 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10551232 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 2176 0 0 0 70 0 0 0 20 0 15 0 17007462 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1345 0 0 0 23 0 0 0 20 0 15 0 17007462 10804461568 83412 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0

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

/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 20683 0 0 0 893 26 0 0 20 0 16 0 17007450 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2654449 107754 3121 1 0 2643902 0
[pid=21494/tid=21496] ppid=21491 vsize=10617796 memory=430700 CPUtime=5.97 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 8443 0 0 0 590 7 0 0 20 0 16 0 17007456 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865655349152 139865295092869 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10617796 memory=140718362674728 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 153 0 0 0 10 4 0 0 20 0 16 0 17007457 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10617796 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 154 0 0 0 11 4 0 0 20 0 16 0 17007457 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10617796 memory=430444 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 158 0 0 0 10 4 0 0 20 0 16 0 17007457 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10617796 memory=430444 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 162 0 0 0 11 4 0 0 20 0 16 0 17007457 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10617796 memory=281436724843184 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 16 0 17007458 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10617796 memory=281434376400969 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17007459 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10617796 memory=-2541025644916727904 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007459 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10617796 memory=7751995073768813331 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007461 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10617796 memory=6944920501133731684 CPUtime=1.09 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) R 21491 21494 7968 0 -1 4202560 4306 0 0 0 109 0 0 0 20 0 16 0 17007462 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865635516901 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10617796 memory=3617270325721575729 CPUtime=1.16 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) R 21491 21494 7968 0 -1 4202560 3322 0 0 0 116 0 0 0 20 0 16 0 17007462 10872623104 107754 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865630800387 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10617796 memory=430132 CPUtime=0.31 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1864 0 0 0 31 0 0 0 20 0 16 0 17007462 10872623104 107767 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007462 10872623104 107767 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10617796 memory=56 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 511 0 0 0 0 0 0 0 20 0 16 0 17007470 10872623104 107767 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21510] ppid=21491 vsize=10617796 memory=15816711811106768 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21510/stat : 21510 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007641 10872623104 107767 18446744073709551615 4194304 4196468 140736290046576 139865138119856 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 431016 KiB

[startup+6.91135 s]
# the end of solver process 21494 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.56294 s, system=0.35642 s

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

[startup+6.40099 s]
/proc/loadavg: 1.98 2.02 2.05 3/217 21510
/proc/meminfo: memFree=29730696/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10617796 memory=431092 CPUtime=9.34 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 21046 0 0 0 908 26 0 0 20 0 16 0 17007450 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2654449 107773 3124 1 0 2643902 0
[pid=21494/tid=21496] ppid=21491 vsize=10617796 memory=13024 CPUtime=6.07 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) R 21491 21494 7968 0 -1 4202560 8443 0 0 0 600 7 0 0 20 0 16 0 17007456 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865655349152 139865295047025 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10617796 memory=140718362333689 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 153 0 0 0 10 4 0 0 20 0 16 0 17007457 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10617796 memory=140718362682096 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 154 0 0 0 11 4 0 0 20 0 16 0 17007457 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10617796 memory=430480 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 158 0 0 0 10 4 0 0 20 0 16 0 17007457 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10617796 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 162 0 0 0 11 4 0 0 20 0 16 0 17007457 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10617796 memory=233019155720175 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 16 0 17007458 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17007459 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10617796 memory=140718362860176 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007459 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007461 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10617796 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 4558 0 0 0 112 0 0 0 20 0 16 0 17007462 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10617796 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 3423 0 0 0 118 0 0 0 20 0 16 0 17007462 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10617796 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1864 0 0 0 31 0 0 0 20 0 16 0 17007462 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007462 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 511 0 0 0 0 0 0 0 20 0 16 0 17007470 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21510] ppid=21491 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21510/stat : 21510 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007641 10872623104 107773 18446744073709551615 4194304 4196468 140736290046576 139865138119856 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 431092 KiB

[startup+6.80071 s]
/proc/loadavg: 1.98 2.02 2.05 3/217 21510
/proc/meminfo: memFree=29730696/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10750924 memory=431156 CPUtime=9.56 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 21420 0 0 0 930 26 0 0 20 0 16 0 17007450 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2687731 107789 3126 1 0 2677184 0
[pid=21494/tid=21496] ppid=21491 vsize=10750924 memory=-8774313645642428999 CPUtime=6.29 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) S 21491 21494 7968 0 -1 1077944384 8653 0 0 0 622 7 0 0 20 0 16 0 17007456 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865655354400 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10750924 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 153 0 0 0 10 4 0 0 20 0 16 0 17007457 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10750924 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 154 0 0 0 11 4 0 0 20 0 16 0 17007457 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10750924 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 158 0 0 0 10 4 0 0 20 0 16 0 17007457 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10750924 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 162 0 0 0 11 4 0 0 20 0 16 0 17007457 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) S 21491 21494 7968 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 16 0 17007458 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865215220336 139865651124866 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17007459 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007459 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007461 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10750924 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 4558 0 0 0 112 0 0 0 20 0 16 0 17007462 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10750924 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 3434 0 0 0 119 0 0 0 20 0 16 0 17007462 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10750924 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1884 0 0 0 31 0 0 0 20 0 16 0 17007462 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007462 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10750924 memory=430660 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 511 0 0 0 0 0 0 0 20 0 16 0 17007470 11008946176 107789 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 431156 KiB

[startup+6.90111 s]
/proc/loadavg: 1.98 2.02 2.05 3/217 21510
/proc/meminfo: memFree=29730696/32770624 swapFree=67108860/67108860
[pid=21494] ppid=21491 vsize=10750924 memory=519712 CPUtime=9.89 cores=1,3,5,7
/proc/21494/stat : 21494 (java) S 21491 21494 7968 0 -1 1077944320 22960 0 0 0 955 34 0 0 20 0 16 0 17007450 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 140736290029120 139865651113719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
/proc/21494/statm: 2687731 129928 3126 1 0 2677184 0
[pid=21494/tid=21496] ppid=21491 vsize=10750924 memory=431156 CPUtime=6.29 cores=1,3,5,7
/proc/21494/task/21496/stat : 21496 (java) S 21491 21494 7968 0 -1 1077944384 8653 0 0 0 622 7 0 0 20 0 16 0 17007456 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865655354400 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21497] ppid=21491 vsize=10750924 memory=56 CPUtime=0.22 cores=1,3,5,7
/proc/21494/task/21497/stat : 21497 (java) S 21491 21494 7968 0 -1 1077944384 300 0 0 0 17 5 0 0 20 0 16 0 17007457 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865612011920 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21498] ppid=21491 vsize=10750924 memory=140718362674728 CPUtime=0.23 cores=1,3,5,7
/proc/21494/task/21498/stat : 21498 (java) S 21491 21494 7968 0 -1 1077944384 352 0 0 0 17 6 0 0 20 0 16 0 17007457 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865260742928 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21499] ppid=21491 vsize=10750924 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/21494/task/21499/stat : 21499 (java) S 21491 21494 7968 0 -1 1077944384 664 0 0 0 16 6 0 0 20 0 16 0 17007457 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865259690640 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21500] ppid=21491 vsize=10750924 memory=430132 CPUtime=0.22 cores=1,3,5,7
/proc/21494/task/21500/stat : 21500 (java) S 21491 21494 7968 0 -1 1077944384 824 0 0 0 16 6 0 0 20 0 16 0 17007457 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865258637840 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21501] ppid=21491 vsize=10750924 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21501/stat : 21501 (java) R 21491 21494 7968 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 16 0 17007458 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865215218848 139865651135066 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21502] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21502/stat : 21502 (java) S 21491 21494 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 17007459 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865214166304 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21503] ppid=21491 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21503/stat : 21503 (java) S 21491 21494 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 17007459 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865213113968 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21504] ppid=21491 vsize=10750924 memory=430444 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21504/stat : 21504 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007461 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865212062288 139865651132315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21505] ppid=21491 vsize=10750924 memory=430444 CPUtime=1.12 cores=1,3,5,7
/proc/21494/task/21505/stat : 21505 (java) S 21491 21494 7968 0 -1 1077944384 4558 0 0 0 112 0 0 0 20 0 16 0 17007462 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865211009136 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21506] ppid=21491 vsize=10750924 memory=281436724843184 CPUtime=1.19 cores=1,3,5,7
/proc/21494/task/21506/stat : 21506 (java) S 21491 21494 7968 0 -1 1077944384 3434 0 0 0 119 0 0 0 20 0 16 0 17007462 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865209956336 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21507] ppid=21491 vsize=10750924 memory=281434376400969 CPUtime=0.31 cores=1,3,5,7
/proc/21494/task/21507/stat : 21507 (java) S 21491 21494 7968 0 -1 1077944384 1884 0 0 0 31 0 0 0 20 0 16 0 17007462 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865208904048 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21508] ppid=21491 vsize=10750924 memory=-2541025644916727904 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21508/stat : 21508 (java) S 21491 21494 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 17007462 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865140226528 139865651123925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
[pid=21494/tid=21509] ppid=21491 vsize=10750924 memory=7751995073768813331 CPUtime=0 cores=1,3,5,7
/proc/21494/task/21509/stat : 21509 (java) S 21491 21494 7968 0 -1 1077944384 511 0 0 0 0 0 0 0 20 0 16 0 17007470 11008946176 129928 18446744073709551615 4194304 4196468 140736290046576 139865139174320 139865651124866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33411072 140736290054545 140736290054698 140736290054698 140736290058191 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 519712 KiB

Child status: 0
Real time (s): 6.91142
CPU time (s): 9.91936
CPU user time (s): 9.56294
CPU system time (s): 0.35642
CPU usage (%): 143.521
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 519712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.56294
system time used= 0.35642
maximum resident set size= 520000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23254
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= 1964
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 21494
#   total CPU time (s): 9.91936
#   total CPU user time (s): 9.56294
#   total CPU system time (s): 0.35642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078431 second user time and 0.093995 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 15:20:11
IDJOB=4263469
IDBENCH=134286
IDSOLVER=2651
FILE ID=node128/4263469-1502631248
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-08-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263469-1502631248/watcher-4263469-1502631248 -o /tmp/evaluation-result-4263469-1502631248/solver-4263469-1502631248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263469-1502631248.xml

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

MD5SUM BENCH= a094c1a200b315678489c063b9aa94f6
RANDOM SEED=266596916

node128.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.94
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.94
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.94
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.94
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:        30149368 kB
MemAvailable:   30731228 kB
Buffers:          141388 kB
Cached:           728252 kB
SwapCached:            0 kB
Active:          1530868 kB
Inactive:         677688 kB
Active(anon):    1339268 kB
Inactive(anon):    16764 kB
Active(file):     191600 kB
Inactive(file):   660924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1776 kB
Writeback:             0 kB
AnonPages:       1350928 kB
Mapped:            45940 kB
Shmem:             17116 kB
Slab:             115368 kB
SReclaimable:      90340 kB
SUnreclaim:        25028 kB
KernelStack:        3808 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2652448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1228800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 15:20:18