Trace number 4263584

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 8.0262804 3.13235

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-06.xml
MD5SUM7a29983c9ff052f95c6899aeb5034357
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.820391
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1322
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}]
Minimum variable degree1
Maximum variable degree44
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":3},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1322}]
Number of extensional constraints0
Number of intensional constraints1322
Distribution of constraint types[{"type":"intension","count":1322}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263584-1502614800/watcher-4263584-1502614800 -o /tmp/evaluation-result-4263584-1502614800/solver-4263584-1502614800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263584-1502614800.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
Current StackSize limit: 8192 KiB

solver pid=24483, runsolver pid=24480

[startup+0.100056 s]*
/proc/loadavg: 3.65 4.46 4.82 3/196 24484
/proc/meminfo: memFree=27133928/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=9934352 memory=8696 CPUtime=0 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 2502 0 0 0 0 0 0 0 20 0 6 0 63675432 10172776448 2174 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2483588 2174 1223 1 0 2473558 0
[pid=24483/tid=24485] ppid=24480 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) R 24480 24483 12560 0 -1 4202560 1235 0 0 0 0 0 0 0 20 0 6 0 63675442 10172776448 2174 18446744073709551615 4194304 4196468 140731537892896 140523648931944 140523630559296 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=9934352 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63675443 10172776448 2240 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=9934352 memory=140545445099136 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63675443 10172776448 2240 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 63675443 10172776448 2240 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63675443 10172776448 2240 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 8696 KiB

[startup+0.20992 s]*
/proc/loadavg: 3.65 4.46 4.82 3/210 24498
/proc/meminfo: memFree=27118992/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10551156 memory=27444 CPUtime=0.09 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 5370 0 0 0 8 1 0 0 20 0 15 0 63675432 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2637789 6861 2745 1 0 2627261 0
[pid=24483/tid=24485] ppid=24480 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) R 24480 24483 12560 0 -1 4202560 3341 0 0 0 7 0 0 0 20 0 15 0 63675442 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523648912896 140523637368181 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10551156 memory=288370921596810880 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10551156 memory=140545445099136 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63675444 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63675444 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63675445 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 12560 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523137374704 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523136322160 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10551156 memory=140545445099136 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 12560 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10551156 memory=140545445099136 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675451 10804383744 6861 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27444 KiB

[startup+0.319958 s]*
/proc/loadavg: 3.65 4.46 4.82 3/210 24498
/proc/meminfo: memFree=27108388/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10551156 memory=36968 CPUtime=0.25 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 8542 0 0 0 23 2 0 0 20 0 15 0 63675432 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2637789 9242 2868 1 0 2627261 0
[pid=24483/tid=24485] ppid=24480 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) R 24480 24483 12560 0 -1 4202560 6208 0 0 0 16 2 0 0 20 0 15 0 63675442 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523648924624 140523644702102 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63675444 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63675444 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63675445 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) R 24480 24483 12560 0 -1 4202560 519 0 0 0 1 0 0 0 20 0 15 0 63675447 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523137374704 140523630317566 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) R 24480 24483 12560 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 63675447 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523136322160 140523644701314 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) R 24480 24483 12560 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 63675447 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644702102 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10551156 memory=140545445099136 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675451 10804383744 9242 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36968 KiB

[startup+0.70596 s]
/proc/loadavg: 3.65 4.46 4.82 6/210 24498
/proc/meminfo: memFree=27066440/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10553280 memory=139796 CPUtime=1.36 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 14339 0 0 0 131 5 0 0 20 0 15 0 63675432 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2638320 34949 3059 1 0 2627773 0
[pid=24483/tid=24485] ppid=24480 vsize=10553280 memory=53 CPUtime=0.55 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) R 24480 24483 12560 0 -1 4202560 7735 0 0 0 51 4 0 0 20 0 15 0 63675442 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523648895696 140523644702102 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10553280 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10553280 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10553280 memory=33 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63675443 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675443 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 63675444 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63675444 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10553280 memory=281090577225360 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63675445 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10553280 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) R 24480 24483 12560 0 -1 4202560 2100 0 0 0 23 0 0 0 20 0 15 0 63675447 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523137361272 140523623311136 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10553280 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) R 24480 24483 12560 0 -1 4202560 1215 0 0 0 23 0 0 0 20 0 15 0 63675447 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523136304432 140523628100960 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10553280 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 12560 0 -1 1077944384 1918 0 0 0 33 0 0 0 20 0 15 0 63675447 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675451 10806558720 34949 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 139796 KiB

[startup+1.50077 s]
/proc/loadavg: 3.65 4.46 4.82 6/210 24498
/proc/meminfo: memFree=26939480/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10553280 memory=361728 CPUtime=3.73 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 17029 0 0 0 353 20 0 0 20 0 15 0 63675432 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2638320 90432 3109 1 0 2627773 0
[pid=24483/tid=24485] ppid=24480 vsize=10553280 memory=-8774313645642428999 CPUtime=1.22 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) R 24480 24483 12560 0 -1 4202560 7849 0 0 0 117 5 0 0 20 0 15 0 63675442 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523648925584 140523289592041 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10553280 memory=7674596115929182250 CPUtime=0.11 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 138 0 0 0 8 3 0 0 20 0 15 0 63675443 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10553280 memory=4638778398333030736 CPUtime=0.11 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 123 0 0 0 8 3 0 0 20 0 15 0 63675443 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10553280 memory=2984339746955739232 CPUtime=0.1 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 127 0 0 0 7 3 0 0 20 0 15 0 63675443 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10553280 memory=6935649255793123392 CPUtime=0.11 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 109 0 0 0 8 3 0 0 20 0 15 0 63675443 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10553280 memory=-9123011406873206402 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63675444 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10553280 memory=4346044353833085232 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63675444 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10553280 memory=-8253362664916754368 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63675445 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10553280 memory=-3395018499194519640 CPUtime=0.78 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) R 24480 24483 12560 0 -1 4202560 2761 0 0 0 78 0 0 0 20 0 15 0 63675447 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523137360728 140523626215248 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10553280 memory=-7522837583129502606 CPUtime=0.75 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) R 24480 24483 12560 0 -1 4202560 1552 0 0 0 75 0 0 0 20 0 15 0 63675447 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523136322160 140523629089893 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10553280 memory=1399101730491701635 CPUtime=0.49 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 12560 0 -1 1077944384 2925 0 0 0 49 0 0 0 20 0 15 0 63675447 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10553280 memory=1399101730491701635 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63675447 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10553280 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63675451 10806558720 90432 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 10553280 KiB
Current children cumulated memory: 361728 KiB

[startup+3.10987 s]
/proc/loadavg: 3.65 4.46 4.82 2/211 24501
/proc/meminfo: memFree=26558756/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10752972 memory=587364 CPUtime=8.01 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 20284 0 0 0 761 40 0 0 20 0 16 0 63675432 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2688243 146841 3137 1 0 2677696 0
[pid=24483/tid=24485] ppid=24480 vsize=10752972 memory=140545288720968 CPUtime=1.68 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) S 24480 24483 12560 0 -1 1077944384 7907 0 0 0 162 6 0 0 20 0 16 0 63675442 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523648930848 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10752972 memory=288230574492221466 CPUtime=0.75 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 477 0 0 0 67 8 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10752972 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1820 0 0 0 69 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10752972 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 289 0 0 0 68 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10752972 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 378 0 0 0 70 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10752972 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 489 0 0 0 29 0 0 0 20 0 16 0 63675444 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10752972 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 63675444 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63675445 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10752972 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 12560 0 -1 1077944384 2855 0 0 0 121 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523137374704 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10752972 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 12560 0 -1 1077944384 1634 0 0 0 115 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523136322160 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10752972 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 12560 0 -1 1077944384 3005 0 0 0 55 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63675451 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24500] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63675724 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523128960144 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 10752972 KiB
Current children cumulated memory: 587364 KiB

[startup+3.1323 s]
# the end of solver process 24483 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.61716 s, system=0.409123 s

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

[startup+3.10987 s]
/proc/loadavg: 3.65 4.46 4.82 2/211 24501
/proc/meminfo: memFree=26558756/32770624 swapFree=67105588/67108860
[pid=24483] ppid=24480 vsize=10752972 memory=587364 CPUtime=8.01 cores=0,2,4,6
/proc/24483/stat : 24483 (java) S 24480 24483 12560 0 -1 1077944320 20284 0 0 0 761 40 0 0 20 0 16 0 63675432 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140731537875440 140523644690167 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
/proc/24483/statm: 2688243 146841 3137 1 0 2677696 0
[pid=24483/tid=24485] ppid=24480 vsize=10752972 memory=140545288720968 CPUtime=1.68 cores=0,2,4,6
/proc/24483/task/24485/stat : 24485 (java) S 24480 24483 12560 0 -1 1077944384 7907 0 0 0 162 6 0 0 20 0 16 0 63675442 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523648930848 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24486] ppid=24480 vsize=10752972 memory=288230574492221466 CPUtime=0.75 cores=0,2,4,6
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 12560 0 -1 1077944384 477 0 0 0 67 8 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523614403344 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24487] ppid=24480 vsize=10752972 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 12560 0 -1 1077944384 1820 0 0 0 69 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523254340496 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24488] ppid=24480 vsize=10752972 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 12560 0 -1 1077944384 289 0 0 0 68 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523253287952 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24489] ppid=24480 vsize=10752972 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 12560 0 -1 1077944384 378 0 0 0 70 7 0 0 20 0 16 0 63675443 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523252235408 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24490] ppid=24480 vsize=10752972 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 12560 0 -1 1077944384 489 0 0 0 29 0 0 0 20 0 16 0 63675444 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523141584880 140523644701314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24491] ppid=24480 vsize=10752972 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 63675444 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523140531104 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24492] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63675445 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523139478512 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24493] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523138427088 140523644708763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24494] ppid=24480 vsize=10752972 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 12560 0 -1 1077944384 2855 0 0 0 121 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523137374704 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24495] ppid=24480 vsize=10752972 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 12560 0 -1 1077944384 1634 0 0 0 115 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523136322160 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24496] ppid=24480 vsize=10752972 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 12560 0 -1 1077944384 3005 0 0 0 55 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523135269616 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24497] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63675447 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523134217312 140523644700373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24498] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63675451 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523133163824 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
[pid=24483/tid=24500] ppid=24480 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63675724 11011043328 146841 18446744073709551615 4194304 4196468 140731537892896 140523128960144 140523644701314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25571328 140731537899920 140731537900073 140731537900073 140731537903567 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 10752972 KiB
Current children cumulated memory: 587364 KiB

Child status: 0
Real time (s): 3.13235
CPU time (s): 8.02628
CPU user time (s): 7.61716
CPU system time (s): 0.409123
CPU usage (%): 256.238
Max. virtual memory (cumulated for all children) (KiB): 10752972
Max. memory (cumulated for all children) (KiB): 587364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.61716
system time used= 0.409123
maximum resident set size= 588556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20320
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= 1908
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 24483
#   total CPU time (s): 8.02628
#   total CPU user time (s): 7.61716
#   total CPU system time (s): 0.409123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044926 second user time and 0.07241 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:45:59
IDJOB=4263584
IDBENCH=120826
IDSOLVER=2651
FILE ID=node126/4263584-1502614800
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263584-1502614800/watcher-4263584-1502614800 -o /tmp/evaluation-result-4263584-1502614800/solver-4263584-1502614800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263584-1502614800.xml

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

MD5SUM BENCH= 7a29983c9ff052f95c6899aeb5034357
RANDOM SEED=996182796

node126.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.81
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.81
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.81
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.81
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:        27134472 kB
MemAvailable:   27364228 kB
Buffers:          257620 kB
Cached:           242144 kB
SwapCached:          524 kB
Active:          5014400 kB
Inactive:         135780 kB
Active(anon):    4598020 kB
Inactive(anon):    85576 kB
Active(file):     416380 kB
Inactive(file):    50204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1796 kB
Writeback:             0 kB
AnonPages:       4649828 kB
Mapped:            57512 kB
Shmem:             33440 kB
Slab:             184268 kB
SReclaimable:     158012 kB
SUnreclaim:        26256 kB
KernelStack:        3456 kB
PageTables:        14340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6039216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4540416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 10:46:02