Trace number 4263239

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-05? (TO) 2520.1201 2513.55

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s04/
Blackhole-4-04-9_X2.xml
MD5SUMe9d0a4cd59366da39c3f7cdf7e8fed32
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.227705
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Number of domains4
Minimum domain size1
Maximum domain size16
Distribution of domain sizes[{"size":1,"count":2},{"size":4,"count":16},{"size":8,"count":15},{"size":16,"count":30}]
Minimum variable degree0
Maximum variable degree32
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":17},{"degree":3,"count":14},{"degree":16,"count":1},{"degree":17,"count":10},{"degree":18,"count":5},{"degree":32,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":432}]
Number of extensional constraints432
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":432}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263239-1502631510/watcher-4263239-1502631510 -o /tmp/evaluation-result-4263239-1502631510/solver-4263239-1502631510 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263239-1502631510.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=25490, runsolver pid=25487

[startup+0.10017 s]*
/proc/loadavg: 1.98 2.11 2.55 3/204 25496
/proc/meminfo: memFree=25150240/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10019572 memory=19852 CPUtime=0.01 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 3760 0 0 0 1 0 0 0 20 0 8 0 162803718 10260041728 4963 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2504893 4963 2047 1 0 2494390 0
[pid=25490/tid=25492] ppid=25487 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 2455 0 0 0 1 0 0 0 20 0 8 0 162803726 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140676106658224 140676094655294 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10085108 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 162803727 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10085108 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 162803727 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 162803727 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 162803727 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10085108 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 162803729 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 162803729 10327150592 4963 18446744073709551615 4194304 4196468 140723493541616 140675141054160 140676102428373 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10019572 KiB
Current children cumulated memory: 19852 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.98 2.11 2.55 3/213 25505
/proc/meminfo: memFree=25146384/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10551156 memory=23216 CPUtime=0.07 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 4829 0 0 0 6 1 0 0 20 0 15 0 162803718 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2637789 5804 2610 1 0 2627261 0
[pid=25490/tid=25492] ppid=25487 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 2925 0 0 0 5 0 0 0 20 0 15 0 162803726 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140676106643856 140675698019632 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10551156 memory=3689488162814961312 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10551156 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10551156 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10551156 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803739 10804383744 5804 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23216 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.98 2.11 2.55 3/213 25505
/proc/meminfo: memFree=25133116/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10551156 memory=35720 CPUtime=0.23 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 8202 0 0 0 20 3 0 0 20 0 15 0 162803718 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2637789 8930 2872 1 0 2627261 0
[pid=25490/tid=25492] ppid=25487 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 5846 0 0 0 14 2 0 0 20 0 15 0 162803726 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140676106657040 140676086498654 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162803729 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 363 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 15 0 162803732 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10551156 memory=140451899516544 CPUtime=0.03 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 414 0 0 0 3 0 0 0 20 0 15 0 162803732 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10551156 memory=140451899516544 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803739 10804383744 8930 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35720 KiB

[startup+0.701552 s]
/proc/loadavg: 1.98 2.11 2.55 5/213 25505
/proc/meminfo: memFree=25122976/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10551232 memory=87936 CPUtime=1.23 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 12569 0 0 0 119 4 0 0 20 0 15 0 162803718 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2637808 21984 3061 1 0 2627261 0
[pid=25490/tid=25492] ppid=25487 vsize=10551232 memory=140456194483839 CPUtime=0.53 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 7834 0 0 0 50 3 0 0 20 0 15 0 162803726 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140676106652112 140676088681102 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10551232 memory=-7452431979323206951 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10551232 memory=5889 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803727 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162803727 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162803729 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162803729 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162803729 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10551232 memory=140451738938896 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10551232 memory=140451738956577 CPUtime=0.19 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) R 25487 25490 7084 0 -1 4202560 1106 0 0 0 19 0 0 0 20 0 15 0 162803732 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675137880136 140676085829061 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10551232 memory=288230600329142066 CPUtime=0.21 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) R 25487 25490 7084 0 -1 4202560 858 0 0 0 21 0 0 0 20 0 15 0 162803732 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675136832344 140676083118464 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10551232 memory=13849655444265308 CPUtime=0.27 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 1404 0 0 0 27 0 0 0 20 0 15 0 162803732 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162803732 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162803739 10804461568 21984 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 87936 KiB

[startup+1.50074 s]
/proc/loadavg: 1.98 2.11 2.55 5/214 25506
/proc/meminfo: memFree=25055892/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10617796 memory=127060 CPUtime=3.28 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 23632 0 0 0 322 6 0 0 20 0 16 0 162803718 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2654449 31765 3076 1 0 2643902 0
[pid=25490/tid=25492] ppid=25487 vsize=10617796 memory=-8774313645642428999 CPUtime=1.33 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 8129 0 0 0 130 3 0 0 20 0 16 0 162803726 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140676106654776 140675701871717 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 162803727 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10617796 memory=9146 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 162803727 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 162803727 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 162803727 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10617796 memory=117240 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10617796 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 3555 0 0 0 82 0 0 0 20 0 16 0 162803732 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10617796 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 8092 0 0 0 74 0 0 0 20 0 16 0 162803732 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10617796 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 2461 0 0 0 34 0 0 0 20 0 16 0 162803732 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 31765 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0

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

/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 5312 0 0 0 90 19 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.1 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 5729 0 0 0 91 19 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 4772 0 0 0 89 20 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10617796 memory=717032 CPUtime=0.16 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 13619 0 0 0 12 4 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10617796 memory=717032 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10617796 memory=717032 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.12 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 7668 0 0 0 111 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.08 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 12357 0 0 0 107 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10617796 memory=717032 CPUtime=0.38 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 4833 0 0 0 37 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10617796 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.26 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1937 0 0 0 67 59 0 0 20 0 16 0 162803739 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25506] ppid=25487 vsize=10617796 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25506/stat : 25506 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162803792 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675132633776 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 2509.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 717032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.3 s]
/proc/loadavg: 2.19 2.08 2.10 3/217 25797
/proc/meminfo: memFree=26614884/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10617796 memory=717032 CPUtime=2520.05 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 83922 0 0 0 251865 140 0 0 20 0 16 0 162803718 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2654449 179258 3136 1 0 2643902 0
[pid=25490/tid=25492] ppid=25487 vsize=10617796 memory=717032 CPUtime=2511.58 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) R 25487 25490 7084 0 -1 4202560 21410 0 0 0 251152 6 0 0 20 0 16 0 162803726 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676106657072 140675701870819 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.11 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 4823 0 0 0 91 20 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 5312 0 0 0 90 19 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.1 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 5729 0 0 0 91 19 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10617796 memory=140451739154264 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 4772 0 0 0 89 20 0 0 20 0 16 0 162803727 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10617796 memory=717032 CPUtime=0.16 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 13619 0 0 0 12 4 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10617796 memory=717032 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10617796 memory=717032 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 162803729 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.12 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 7668 0 0 0 111 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10617796 memory=717032 CPUtime=1.08 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 12357 0 0 0 107 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10617796 memory=11368 CPUtime=0.38 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 4833 0 0 0 37 1 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162803732 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10617796 memory=4156 CPUtime=1.26 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1939 0 0 0 67 59 0 0 20 0 16 0 162803739 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25506] ppid=25487 vsize=10617796 memory=68772 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25506/stat : 25506 (java) S 25487 25490 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162803792 10872623104 179258 18446744073709551615 4194304 4196468 140723493541616 140675132633776 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 717032 KiB

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

[startup+2513.55 s]
# the end of solver process 25490 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.71 s, system=1.40704 s

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

[startup+2513.41 s]
/proc/loadavg: 2.19 2.08 2.10 3/217 25797
/proc/meminfo: memFree=26614884/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10817488 memory=717188 CPUtime=2520.06 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 84175 0 0 0 251866 140 0 0 20 0 17 0 162803718 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2704372 179297 3140 1 0 2693825 0
[pid=25490/tid=25492] ppid=25487 vsize=10817488 memory=288230621803970871 CPUtime=2511.59 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) S 25487 25490 7084 0 -1 1077944384 21425 0 0 0 251153 6 0 0 20 0 17 0 162803726 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676106661040 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10817488 memory=13563786715989427 CPUtime=1.11 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 4823 0 0 0 91 20 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10817488 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 5312 0 0 0 90 19 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10817488 memory=288230377108275491 CPUtime=1.1 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 5729 0 0 0 91 19 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10817488 memory=288286684129527042 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 4772 0 0 0 89 20 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10817488 memory=288286658359723182 CPUtime=0.16 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 13619 0 0 0 12 4 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10817488 memory=4137562974981629801 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10817488 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10817488 memory=-7590927571306043272 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10817488 memory=7594543926301905493 CPUtime=1.12 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 7668 0 0 0 111 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10817488 memory=-6370472967186438236 CPUtime=1.08 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 12357 0 0 0 107 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10817488 memory=6872598998417432672 CPUtime=0.38 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 4863 0 0 0 37 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10817488 memory=7682744562830902074 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10817488 memory=5768 CPUtime=1.26 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1939 0 0 0 67 59 0 0 20 0 17 0 162803739 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 717188 KiB

[startup+2513.5 s]
/proc/loadavg: 2.19 2.08 2.10 3/217 25797
/proc/meminfo: memFree=26614884/32770624 swapFree=67108776/67108860
[pid=25490] ppid=25487 vsize=10817488 memory=717188 CPUtime=2520.06 cores=0,2,4,6
/proc/25490/stat : 25490 (java) S 25487 25490 7084 0 -1 1077944320 84175 0 0 0 251866 140 0 0 20 0 17 0 162803718 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140723493524160 140676102418167 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
/proc/25490/statm: 2704372 179297 3140 1 0 2693825 0
[pid=25490/tid=25492] ppid=25487 vsize=10817488 memory=717032 CPUtime=2511.59 cores=0,2,4,6
/proc/25490/task/25492/stat : 25492 (java) S 25487 25490 7084 0 -1 1077944384 21425 0 0 0 251153 6 0 0 20 0 17 0 162803726 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676106661040 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25493] ppid=25487 vsize=10817488 memory=717032 CPUtime=1.11 cores=0,2,4,6
/proc/25490/task/25493/stat : 25493 (java) S 25487 25490 7084 0 -1 1077944384 4823 0 0 0 91 20 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676032838544 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25494] ppid=25487 vsize=10817488 memory=140451739154264 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25494/stat : 25494 (java) S 25487 25490 7084 0 -1 1077944384 5312 0 0 0 90 19 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676031785744 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25495] ppid=25487 vsize=10817488 memory=717032 CPUtime=1.1 cores=0,2,4,6
/proc/25490/task/25495/stat : 25495 (java) S 25487 25490 7084 0 -1 1077944384 5729 0 0 0 91 19 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676030733456 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25496] ppid=25487 vsize=10817488 memory=717032 CPUtime=1.09 cores=0,2,4,6
/proc/25490/task/25496/stat : 25496 (java) S 25487 25490 7084 0 -1 1077944384 4772 0 0 0 89 20 0 0 20 0 17 0 162803727 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140676029680656 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25497] ppid=25487 vsize=10817488 memory=717032 CPUtime=0.16 cores=0,2,4,6
/proc/25490/task/25497/stat : 25497 (java) S 25487 25490 7084 0 -1 1077944384 13619 0 0 0 12 4 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675142109296 140676102429314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25498] ppid=25487 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25498/stat : 25498 (java) S 25487 25490 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675141055264 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25499] ppid=25487 vsize=10817488 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25499/stat : 25499 (java) S 25487 25490 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 162803729 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675140002928 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25500] ppid=25487 vsize=10817488 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25500/stat : 25500 (java) S 25487 25490 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675138951248 140676102436763 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25501] ppid=25487 vsize=10817488 memory=4156 CPUtime=1.12 cores=0,2,4,6
/proc/25490/task/25501/stat : 25501 (java) S 25487 25490 7084 0 -1 1077944384 7668 0 0 0 111 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675137899120 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25502] ppid=25487 vsize=10817488 memory=68772 CPUtime=1.08 cores=0,2,4,6
/proc/25490/task/25502/stat : 25502 (java) S 25487 25490 7084 0 -1 1077944384 12357 0 0 0 107 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675136846320 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25503] ppid=25487 vsize=10817488 memory=717032 CPUtime=0.38 cores=0,2,4,6
/proc/25490/task/25503/stat : 25503 (java) S 25487 25490 7084 0 -1 1077944384 4863 0 0 0 37 1 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675135794032 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25504] ppid=25487 vsize=10817488 memory=717032 CPUtime=0 cores=0,2,4,6
/proc/25490/task/25504/stat : 25504 (java) S 25487 25490 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162803732 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675134741472 140676102428373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
[pid=25490/tid=25505] ppid=25487 vsize=10817488 memory=5768 CPUtime=1.26 cores=0,2,4,6
/proc/25490/task/25505/stat : 25505 (java) S 25487 25490 7084 0 -1 1077944384 1939 0 0 0 67 59 0 0 20 0 17 0 162803739 11077107712 179297 18446744073709551615 4194304 4196468 140723493541616 140675133688240 140676102429314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17498112 140723493544336 140723493544489 140723493544489 140723493547983 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 717188 KiB

Child status: 143
Real time (s): 2513.55
CPU time (s): 2520.12
CPU user time (s): 2518.71
CPU system time (s): 1.40704
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 841016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.71
system time used= 1.40704
maximum resident set size= 841192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56965
involuntary context switches= 3036


# summary of solver processes directly reported to runsolver:
#   pid: 25490
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.71
#   total CPU system time (s): 1.40704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6842 second user time and 24.2651 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 15:24:05
IDJOB=4263239
IDBENCH=134541
IDSOLVER=2651
FILE ID=node132/4263239-1502631510
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s04/Blackhole-4-04-9_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263239-1502631510/watcher-4263239-1502631510 -o /tmp/evaluation-result-4263239-1502631510/solver-4263239-1502631510 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263239-1502631510.xml

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

MD5SUM BENCH= e9d0a4cd59366da39c3f7cdf7e8fed32
RANDOM SEED=1719301167

node132.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.74
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.74
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.74
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.74
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:        25157888 kB
MemAvailable:   25401428 kB
Buffers:          227276 kB
Cached:           340420 kB
SwapCached:           84 kB
Active:          7027884 kB
Inactive:         166544 kB
Active(anon):    6574164 kB
Inactive(anon):   101948 kB
Active(file):     453720 kB
Inactive(file):    64596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:       6626004 kB
Mapped:            76252 kB
Shmem:             49768 kB
Slab:             109100 kB
SReclaimable:      82116 kB
SUnreclaim:        26984 kB
KernelStack:        3536 kB
PageTables:        18300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8200792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6293504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 16:05:58