Trace number 4263540

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.1499 2490.1599

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-020-05-mul.xml
MD5SUMa36cd0da2272e5282cbf2247e3cbad08
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.94687301
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":20},{"size":400,"count":5}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263540-1502616609/watcher-4263540-1502616609 -o /tmp/evaluation-result-4263540-1502616609/solver-4263540-1502616609 -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-4263540-1502616609.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=21400, runsolver pid=21397

[startup+0.100092 s]*
/proc/loadavg: 1.96 2.03 2.12 3/201 21401
/proc/meminfo: memFree=31097812/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=9934352 memory=10736 CPUtime=0 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 2486 0 0 0 0 0 0 0 20 0 6 0 161313642 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2483588 2684 1223 1 0 2473558 0
[pid=21400/tid=21402] ppid=21397 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 1201 0 0 0 0 0 0 0 20 0 6 0 161313652 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140459342210360 140459321743104 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=9934352 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161313653 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=9934352 memory=139633857615488 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161313653 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 161313653 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161313653 10172776448 2684 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 10736 KiB

[startup+0.210093 s]*
/proc/loadavg: 1.96 2.03 2.12 4/215 21415
/proc/meminfo: memFree=31085076/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10551156 memory=26728 CPUtime=0.08 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 5134 0 0 0 7 1 0 0 20 0 15 0 161313642 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2637789 6682 2728 1 0 2627261 0
[pid=21400/tid=21402] ppid=21397 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 3143 0 0 0 6 0 0 0 20 0 15 0 161313652 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140459342207728 140459324190719 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10551156 memory=3832762497375360672 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10551156 memory=139633857615488 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161313654 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161313655 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458833564704 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161313655 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458832511856 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10551156 memory=139633857615488 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10551156 memory=139633857615488 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313662 10804383744 6682 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26728 KiB

[startup+0.310352 s]*
/proc/loadavg: 1.96 2.03 2.12 4/215 21415
/proc/meminfo: memFree=31072488/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10551156 memory=35952 CPUtime=0.24 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 8278 0 0 0 21 3 0 0 20 0 15 0 161313642 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2637789 8988 2861 1 0 2627261 0
[pid=21400/tid=21402] ppid=21397 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 5942 0 0 0 14 2 0 0 20 0 15 0 161313652 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140459342206272 140459322049886 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161313654 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161313655 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458833564704 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161313655 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458832511856 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 494 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 161313658 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10551156 memory=139633857615488 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313662 10804383744 8988 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35952 KiB

[startup+0.701193 s]
/proc/loadavg: 1.96 2.03 2.12 4/215 21415
/proc/meminfo: memFree=31061136/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10551232 memory=96036 CPUtime=1.28 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 14155 0 0 0 123 5 0 0 20 0 15 0 161313642 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2637808 24009 3051 1 0 2627261 0
[pid=21400/tid=21402] ppid=21397 vsize=10551232 memory=279267497874872 CPUtime=0.54 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 7459 0 0 0 51 3 0 0 20 0 15 0 161313652 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140459342202352 140459319819749 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10551232 memory=2400953828865 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10551232 memory=2109984356260660 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10551232 memory=6123 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161313653 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313653 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10551232 memory=491 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 161313654 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10551232 memory=1035 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161313655 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458833564704 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161313655 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458832511856 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10551232 memory=713 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10551232 memory=109 CPUtime=0.21 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) R 21397 21400 7084 0 -1 4202560 1937 0 0 0 21 0 0 0 20 0 15 0 161313658 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458830388712 140459321466187 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10551232 memory=279267497823968 CPUtime=0.22 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) R 21397 21400 7084 0 -1 4202560 1343 0 0 0 22 0 0 0 20 0 15 0 161313658 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458829341856 140459317274625 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10551232 memory=288230621803970871 CPUtime=0.28 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) R 21397 21400 7084 0 -1 4202560 2046 0 0 0 28 0 0 0 20 0 15 0 161313658 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459330206526 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161313658 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10551232 memory=39180 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161313662 10804461568 24009 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96036 KiB

[startup+1.50083 s]
/proc/loadavg: 1.96 2.03 2.12 5/215 21415
/proc/meminfo: memFree=30868640/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10617796 memory=243004 CPUtime=3.38 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 15301 0 0 0 325 13 0 0 20 0 16 0 161313642 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2654449 60751 3085 1 0 2643902 0
[pid=21400/tid=21402] ppid=21397 vsize=10617796 memory=11033936757 CPUtime=1.27 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 7553 0 0 0 122 5 0 0 20 0 16 0 161313652 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140459342206040 140458940438921 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10617796 memory=11033936758 CPUtime=0.06 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 32 0 0 0 5 1 0 0 20 0 16 0 161313653 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10617796 memory=7372820576527362450 CPUtime=0.06 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 36 0 0 0 5 1 0 0 20 0 16 0 161313653 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10617796 memory=133052514 CPUtime=0.06 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 44 0 0 0 5 1 0 0 20 0 16 0 161313653 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10617796 memory=2372 CPUtime=0.05 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 25 0 0 0 4 1 0 0 20 0 16 0 161313653 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10617796 memory=116 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 161313654 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10617796 memory=8251 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458833564704 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10617796 memory=18568 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458832511856 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10617796 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 2274 0 0 0 72 0 0 0 20 0 16 0 161313658 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10617796 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 1684 0 0 0 72 0 0 0 20 0 16 0 161313658 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10617796 memory=-6661322548666342342 CPUtime=0.36 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 2185 0 0 0 36 0 0 0 20 0 16 0 161313658 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10617796 memory=7594846200850310497 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10617796 memory=4211303916406611588 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313662 10872623104 60751 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10617796 KiB

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

/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458833564768 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10617796 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458832511872 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10617796 memory=2462828 CPUtime=1.12 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 4591 0 0 0 111 1 0 0 20 0 16 0 161313658 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10617796 memory=2462828 CPUtime=1.19 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 4015 0 0 0 118 1 0 0 20 0 16 0 161313658 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10617796 memory=-8774313645642428999 CPUtime=0.41 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 3781 0 0 0 40 1 0 0 20 0 16 0 161313658 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10617796 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10617796 memory=2462828 CPUtime=1.31 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 2383 0 0 0 64 67 0 0 20 0 16 0 161313662 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21416] ppid=21397 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21416/stat : 21416 (java) S 21397 21400 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161313748 10872623104 615707 18446744073709551615 4194304 4196468 140737467308624 140458825143216 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 2471.4 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2462828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 2.17 2.05 2.05 3/214 21649
/proc/meminfo: memFree=25751360/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10617796 memory=2464584 CPUtime=2520.05 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 240653 0 0 0 251555 450 0 0 20 0 16 0 161313642 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2654449 616146 3130 1 0 2643902 0
[pid=21400/tid=21402] ppid=21397 vsize=10617796 memory=4156 CPUtime=2479.95 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) R 21397 21400 7084 0 -1 4202560 93243 0 0 0 247969 26 0 0 20 0 16 0 161313652 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140459342208288 140458940916749 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10617796 memory=2464584 CPUtime=8.85 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 18176 0 0 0 794 91 0 0 20 0 16 0 161313653 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10617796 memory=2465084 CPUtime=8.86 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 16723 0 0 0 796 90 0 0 20 0 16 0 161313653 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10617796 memory=2465084 CPUtime=8.81 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 17422 0 0 0 792 89 0 0 20 0 16 0 161313653 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10617796 memory=2464584 CPUtime=8.87 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 19294 0 0 0 797 90 0 0 20 0 16 0 161313653 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10617796 memory=2464584 CPUtime=0.54 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 59563 0 0 0 48 6 0 0 20 0 16 0 161313654 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10617796 memory=2464584 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458833564768 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10617796 memory=2465084 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 161313655 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458832511872 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10617796 memory=2464584 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10617796 memory=1440 CPUtime=1.12 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 4599 0 0 0 111 1 0 0 20 0 16 0 161313658 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10617796 memory=1724 CPUtime=1.19 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 4018 0 0 0 118 1 0 0 20 0 16 0 161313658 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10617796 memory=2464584 CPUtime=0.41 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 3785 0 0 0 40 1 0 0 20 0 16 0 161313658 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10617796 memory=2465084 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161313658 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10617796 memory=2464584 CPUtime=1.34 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 2420 0 0 0 66 68 0 0 20 0 16 0 161313662 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21416] ppid=21397 vsize=10617796 memory=7813573173624203368 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21416/stat : 21416 (java) S 21397 21400 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161313748 10872623104 616146 18446744073709551615 4194304 4196468 140737467308624 140458825143216 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2464584 KiB

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

[startup+2490.16 s]
# the end of solver process 21400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.62 s, system=4.52308 s

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

[startup+2490.01 s]*
/proc/loadavg: 2.17 2.05 2.05 5/215 21652
/proc/meminfo: memFree=25597376/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10817488 memory=2464816 CPUtime=2520.06 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 241422 0 0 0 251556 450 0 0 20 0 17 0 161313642 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2704372 616204 3133 1 0 2693825 0
[pid=21400/tid=21402] ppid=21397 vsize=10817488 memory=-8774313645642428999 CPUtime=2479.96 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) S 21397 21400 7084 0 -1 1077944384 93297 0 0 0 247970 26 0 0 20 0 17 0 161313652 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140459342212272 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10817488 memory=0 CPUtime=8.85 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 18176 0 0 0 794 91 0 0 20 0 17 0 161313653 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10817488 memory=39232 CPUtime=8.86 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 16723 0 0 0 796 90 0 0 20 0 17 0 161313653 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10817488 memory=4872558044660077418 CPUtime=8.81 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 17422 0 0 0 792 89 0 0 20 0 17 0 161313653 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10817488 memory=1152 CPUtime=8.87 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 19294 0 0 0 797 90 0 0 20 0 17 0 161313653 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10817488 memory=3220 CPUtime=0.54 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 59563 0 0 0 48 6 0 0 20 0 17 0 161313654 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10817488 memory=2464584 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 161313655 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458833564768 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10817488 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 161313655 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458832511872 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10817488 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 161313658 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10817488 memory=2520 CPUtime=1.12 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 4599 0 0 0 111 1 0 0 20 0 17 0 161313658 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10817488 memory=2771116 CPUtime=1.19 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 4018 0 0 0 118 1 0 0 20 0 17 0 161313658 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10817488 memory=1296 CPUtime=0.41 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 3978 0 0 0 40 1 0 0 20 0 17 0 161313658 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10817488 memory=988 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161313658 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10817488 memory=12320 CPUtime=1.34 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 2420 0 0 0 66 68 0 0 20 0 17 0 161313662 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21650] ppid=21397 vsize=10817488 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21650/stat : 21650 (java) S 21397 21400 7084 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 161562633 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458824089712 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21651] ppid=21397 vsize=10817488 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21651/stat : 21651 (java) S 21397 21400 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 161562633 11077107712 616204 18446744073709551615 4194304 4196468 140737467308624 140458823037840 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2464816 KiB

[startup+2490.12 s]
/proc/loadavg: 2.17 2.05 2.05 5/215 21652
/proc/meminfo: memFree=25597376/32770624 swapFree=67108776/67108860
[pid=21400] ppid=21397 vsize=10817488 memory=2464912 CPUtime=2520.07 cores=0,2,4,6
/proc/21400/stat : 21400 (java) S 21397 21400 7084 0 -1 1077944320 242272 0 0 0 251557 450 0 0 20 0 17 0 161313642 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140737467291168 140459337969399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
/proc/21400/statm: 2704372 616228 3134 1 0 2693825 0
[pid=21400/tid=21402] ppid=21397 vsize=10817488 memory=2465084 CPUtime=2479.96 cores=0,2,4,6
/proc/21400/task/21402/stat : 21402 (java) S 21397 21400 7084 0 -1 1077944384 93297 0 0 0 247970 26 0 0 20 0 17 0 161313652 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140459342212272 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21403] ppid=21397 vsize=10817488 memory=2464584 CPUtime=8.85 cores=0,2,4,6
/proc/21400/task/21403/stat : 21403 (java) S 21397 21400 7084 0 -1 1077944384 18176 0 0 0 794 91 0 0 20 0 17 0 161313653 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140459268390032 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21404] ppid=21397 vsize=10817488 memory=2464584 CPUtime=8.86 cores=0,2,4,6
/proc/21400/task/21404/stat : 21404 (java) S 21397 21400 7084 0 -1 1077944384 16723 0 0 0 796 90 0 0 20 0 17 0 161313653 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140459267337232 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21405] ppid=21397 vsize=10817488 memory=2464584 CPUtime=8.81 cores=0,2,4,6
/proc/21400/task/21405/stat : 21405 (java) S 21397 21400 7084 0 -1 1077944384 17422 0 0 0 792 89 0 0 20 0 17 0 161313653 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140459266284432 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21406] ppid=21397 vsize=10817488 memory=2465084 CPUtime=8.87 cores=0,2,4,6
/proc/21400/task/21406/stat : 21406 (java) S 21397 21400 7084 0 -1 1077944384 19294 0 0 0 797 90 0 0 20 0 17 0 161313653 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140459265231632 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21407] ppid=21397 vsize=10817488 memory=2465084 CPUtime=0.54 cores=0,2,4,6
/proc/21400/task/21407/stat : 21407 (java) S 21397 21400 7084 0 -1 1077944384 59563 0 0 0 48 6 0 0 20 0 17 0 161313654 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458834618736 140459337980546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21408] ppid=21397 vsize=10817488 memory=2464584 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21408/stat : 21408 (java) S 21397 21400 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 161313655 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458833564768 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21409] ppid=21397 vsize=10817488 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21409/stat : 21409 (java) S 21397 21400 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 161313655 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458832511872 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21410] ppid=21397 vsize=10817488 memory=2464584 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21410/stat : 21410 (java) S 21397 21400 7084 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 17 0 161313658 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458831460176 140459337987995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21411] ppid=21397 vsize=10817488 memory=2464584 CPUtime=1.13 cores=0,2,4,6
/proc/21400/task/21411/stat : 21411 (java) S 21397 21400 7084 0 -1 1077944384 4807 0 0 0 112 1 0 0 20 0 17 0 161313658 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458830408560 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21412] ppid=21397 vsize=10817488 memory=2465084 CPUtime=1.19 cores=0,2,4,6
/proc/21400/task/21412/stat : 21412 (java) S 21397 21400 7084 0 -1 1077944384 4062 0 0 0 118 1 0 0 20 0 17 0 161313658 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458829355760 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21413] ppid=21397 vsize=10817488 memory=2464584 CPUtime=0.41 cores=0,2,4,6
/proc/21400/task/21413/stat : 21413 (java) S 21397 21400 7084 0 -1 1077944384 4452 0 0 0 40 1 0 0 20 0 17 0 161313658 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458828302960 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21414] ppid=21397 vsize=10817488 memory=7813573173624203368 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21414/stat : 21414 (java) S 21397 21400 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161313658 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458827250400 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21415] ppid=21397 vsize=10817488 memory=1440 CPUtime=1.34 cores=0,2,4,6
/proc/21400/task/21415/stat : 21415 (java) S 21397 21400 7084 0 -1 1077944384 2420 0 0 0 66 68 0 0 20 0 17 0 161313662 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458826197680 140459337980546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21650] ppid=21397 vsize=10817488 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/21400/task/21650/stat : 21650 (java) S 21397 21400 7084 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 161562633 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458824089712 140459337979605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
[pid=21400/tid=21651] ppid=21397 vsize=10817488 memory=-8774313645642428999 CPUtime=0.01 cores=0,2,4,6
/proc/21400/task/21651/stat : 21651 (java) R 21397 21400 7084 0 -1 4202560 171 0 0 0 1 0 0 0 20 0 17 0 161562633 11077107712 616228 18446744073709551615 4194304 4196468 140737467308624 140458823033976 140458936271591 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11681792 140737467310480 140737467310633 140737467310633 140737467314127 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2464912 KiB

Child status: 143
Real time (s): 2490.16
CPU time (s): 2520.15
CPU user time (s): 2515.62
CPU system time (s): 4.52308
CPU usage (%): 101.204
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3561204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.62
system time used= 4.52308
maximum resident set size= 3561204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57107
involuntary context switches= 3028


# summary of solver processes directly reported to runsolver:
#   pid: 21400
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2515.62
#   total CPU system time (s): 4.52308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1543 second user time and 23.8256 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 11:15:44
IDJOB=4263540
IDBENCH=120888
IDSOLVER=2651
FILE ID=node132/4263540-1502616609
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-020-05-mul.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263540-1502616609/watcher-4263540-1502616609 -o /tmp/evaluation-result-4263540-1502616609/solver-4263540-1502616609 -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-4263540-1502616609.xml

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

MD5SUM BENCH= a36cd0da2272e5282cbf2247e3cbad08
RANDOM SEED=989274412

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:        31097420 kB
MemAvailable:   31320592 kB
Buffers:          222932 kB
Cached:           324644 kB
SwapCached:           84 kB
Active:          1119100 kB
Inactive:         148452 kB
Active(anon):     667648 kB
Inactive(anon):   101972 kB
Active(file):     451452 kB
Inactive(file):    46480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:        480568 kB
Mapped:            75704 kB
Shmem:             49768 kB
Slab:             108772 kB
SReclaimable:      82152 kB
SUnreclaim:        26620 kB
KernelStack:        3584 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1727420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 62024 MiB
End job on node132 at 2017-08-13 11:57:14