Trace number 4263526

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.21 2503.79

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-08_X2.xml
MD5SUM01373ebb4a146089a71bb04c36ed4f3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2118.48
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Number of domains2
Minimum domain size10
Maximum domain size64
Distribution of domain sizes[{"size":10,"count":1},{"size":64,"count":64}]
Minimum variable degree18
Maximum variable degree64
Distribution of variable degrees[{"degree":18,"count":1},{"degree":63,"count":46},{"degree":64,"count":18}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2034}]
Number of extensional constraints0
Number of intensional constraints2034
Distribution of constraint types[{"type":"intension","count":2034}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263526-1502627297/watcher-4263526-1502627297 -o /tmp/evaluation-result-4263526-1502627297/solver-4263526-1502627297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263526-1502627297.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=29367, runsolver pid=29364
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 2.22 2.25 2.76 3/205 29376
/proc/meminfo: memFree=30702572/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10484492 memory=23556 CPUtime=0.05 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 4838 0 0 0 4 1 0 0 20 0 14 0 64950388 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2621123 5889 2570 1 0 2610620 0
[pid=29367/tid=29369] ppid=29364 vsize=10484492 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 2955 0 0 0 4 0 0 0 20 0 14 0 64950393 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822795433792 139822791218333 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10484492 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64950394 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10484492 memory=288371021408130688 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64950394 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64950394 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64950394 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10484492 memory=140645256418944 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64950395 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64950396 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822286771616 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64950396 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822285719024 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64950398 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 64950398 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) R 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64950398 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10484492 memory=140645256418944 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 64950398 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64950398 10736119808 5889 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.210168 s]*
/proc/loadavg: 2.22 2.25 2.76 3/211 29382
/proc/meminfo: memFree=30699544/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10551156 memory=26704 CPUtime=0.09 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 5185 0 0 0 8 1 0 0 20 0 15 0 64950388 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2637789 6676 2733 1 0 2627261 0
[pid=29367/tid=29369] ppid=29364 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 3150 0 0 0 6 0 0 0 20 0 15 0 64950393 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822795419120 139822775276894 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10551156 memory=288371021408130688 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10551156 memory=140645256418944 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64950395 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64950396 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822286771616 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64950396 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822285719024 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10551156 memory=140645256418944 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10551156 memory=140645256418944 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950407 10804383744 6676 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26704 KiB

[startup+0.31075 s]*
/proc/loadavg: 2.22 2.25 2.76 3/211 29382
/proc/meminfo: memFree=30689068/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10551156 memory=36204 CPUtime=0.23 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 8372 0 0 0 21 2 0 0 20 0 15 0 64950388 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2637789 9051 2828 1 0 2627261 0
[pid=29367/tid=29369] ppid=29364 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 6017 0 0 0 15 2 0 0 20 0 15 0 64950393 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822795431472 139822791218333 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64950394 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64950395 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64950396 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822286771616 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64950396 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822285719024 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 518 0 0 0 1 0 0 0 20 0 15 0 64950398 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 405 0 0 0 4 0 0 0 20 0 15 0 64950398 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950407 10804383744 9051 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36204 KiB

[startup+0.700754 s]
/proc/loadavg: 2.22 2.25 2.76 5/211 29382
/proc/meminfo: memFree=30671160/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10551232 memory=84380 CPUtime=1.34 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 12328 0 0 0 130 4 0 0 20 0 15 0 64950388 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2637808 21095 3060 1 0 2627261 0
[pid=29367/tid=29369] ppid=29364 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 6980 0 0 0 52 2 0 0 20 0 15 0 64950393 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822795426272 139822412075281 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10551232 memory=140647294042543 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10551232 memory=140647294042545 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950394 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10551232 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64950394 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10551232 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64950395 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64950396 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822286771616 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10551232 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64950396 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822285719024 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10551232 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10551232 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) R 29364 29367 897 0 -1 4202560 1597 0 0 0 28 0 0 0 20 0 15 0 64950398 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822283600216 139822770443437 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10551232 memory=1012 CPUtime=0.21 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) R 29364 29367 897 0 -1 4202560 848 0 0 0 21 0 0 0 20 0 15 0 64950398 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822282554880 139822772741057 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10551232 memory=10164 CPUtime=0.27 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 1533 0 0 0 27 0 0 0 20 0 15 0 64950398 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10551232 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64950398 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10551232 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64950407 10804461568 21095 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 84380 KiB

[startup+1.50073 s]
/proc/loadavg: 2.22 2.25 2.76 3/211 29382
/proc/meminfo: memFree=30495100/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10551232 memory=338172 CPUtime=3.48 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 13743 0 0 0 325 23 0 0 20 0 15 0 64950388 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2637808 84543 3093 1 0 2627261 0
[pid=29367/tid=29369] ppid=29364 vsize=10551232 memory=337640 CPUtime=1.15 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 7096 0 0 0 112 3 0 0 20 0 15 0 64950393 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822795431936 139822412521047 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10551232 memory=4116 CPUtime=0.17 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 157 0 0 0 13 4 0 0 20 0 15 0 64950394 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10551232 memory=36692 CPUtime=0.17 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 159 0 0 0 13 4 0 0 20 0 15 0 64950394 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10551232 memory=1292 CPUtime=0.17 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 143 0 0 0 13 4 0 0 20 0 15 0 64950394 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10551232 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 127 0 0 0 13 4 0 0 20 0 15 0 64950394 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64950395 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10551232 memory=-8029775829737353339 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64950396 10804461568 84543 18446744073709551615 4194304 4196468 140733275380832 139822286771616 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0

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

/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 5547 0 0 0 309 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.43 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 6176 0 0 0 307 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.44 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 5391 0 0 0 308 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.28 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 7147 0 0 0 124 4 0 0 20 0 16 0 64950395 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 64950396 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822286771680 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10617796 memory=56 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 64950396 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822285719040 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.98 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 6711 0 0 0 196 2 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.91 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 9735 0 0 0 190 1 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0.57 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 4754 0 0 0 56 1 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.55 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1851 0 0 0 74 81 0 0 20 0 16 0 64950407 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29383] ppid=29364 vsize=10617796 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29383/stat : 29383 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64951039 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822278350128 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 2518.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1945256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.5 s]
/proc/loadavg: 2.00 1.99 2.05 3/211 29605
/proc/meminfo: memFree=26925764/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10617796 memory=1945256 CPUtime=2520.06 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 116825 0 0 0 251773 233 0 0 20 0 16 0 64950388 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2654449 486314 3138 1 0 2643902 0
[pid=29367/tid=29369] ppid=29364 vsize=10617796 memory=1945256 CPUtime=2498.87 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) R 29364 29367 897 0 -1 4202560 63573 0 0 0 249871 16 0 0 20 0 16 0 64950393 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822795435344 139822414421923 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.47 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 4502 0 0 0 309 38 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.45 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 5547 0 0 0 309 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.43 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 6176 0 0 0 307 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10617796 memory=1945256 CPUtime=3.44 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 5391 0 0 0 308 36 0 0 20 0 16 0 64950394 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.28 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 7147 0 0 0 124 4 0 0 20 0 16 0 64950395 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 64950396 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822286771680 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10617796 memory=56 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 64950396 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822285719040 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.98 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 6711 0 0 0 196 2 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10617796 memory=1945256 CPUtime=1.91 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 9735 0 0 0 190 1 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0.57 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 4754 0 0 0 56 1 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10617796 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64950398 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10617796 memory=4116 CPUtime=1.55 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1851 0 0 0 74 81 0 0 20 0 16 0 64950407 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29383] ppid=29364 vsize=10617796 memory=36812 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29383/stat : 29383 (java) S 29364 29367 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64951039 10872623104 486314 18446744073709551615 4194304 4196468 140733275380832 139822278350128 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1945256 KiB

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

[startup+2503.79 s]
# the end of solver process 29367 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.86 s, system=2.34474 s

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

[startup+2503.61 s]
/proc/loadavg: 2.00 1.99 2.05 3/211 29605
/proc/meminfo: memFree=26925764/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10817488 memory=1945488 CPUtime=2520.07 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 117182 0 0 0 251774 233 0 0 20 0 17 0 64950388 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2704372 486372 3140 1 0 2693825 0
[pid=29367/tid=29369] ppid=29364 vsize=10817488 memory=1292 CPUtime=2498.88 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) S 29364 29367 897 0 -1 1077944384 63614 0 0 0 249872 16 0 0 20 0 17 0 64950393 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822795439280 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10817488 memory=-8774313645642428999 CPUtime=3.47 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 4502 0 0 0 309 38 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10817488 memory=2316 CPUtime=3.45 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 5547 0 0 0 309 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10817488 memory=1728 CPUtime=3.43 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 6176 0 0 0 307 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10817488 memory=1228 CPUtime=3.44 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 5391 0 0 0 308 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10817488 memory=796 CPUtime=1.28 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 7168 0 0 0 124 4 0 0 20 0 17 0 64950395 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 64950396 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822286771680 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10817488 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 64950396 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822285719040 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10817488 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10817488 memory=1012 CPUtime=1.98 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 6711 0 0 0 196 2 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10817488 memory=10164 CPUtime=1.91 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 9735 0 0 0 190 1 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10817488 memory=1440 CPUtime=0.57 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 4777 0 0 0 56 1 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10817488 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10817488 memory=10976 CPUtime=1.55 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1851 0 0 0 74 81 0 0 20 0 17 0 64950407 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1945488 KiB

[startup+2503.7 s]
/proc/loadavg: 2.00 1.99 2.05 3/211 29605
/proc/meminfo: memFree=26925764/32770624 swapFree=67108860/67108860
[pid=29367] ppid=29364 vsize=10817488 memory=1945488 CPUtime=2520.07 cores=0,2,4,6
/proc/29367/stat : 29367 (java) S 29364 29367 897 0 -1 1077944320 117182 0 0 0 251774 233 0 0 20 0 17 0 64950388 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 140733275363376 139822791196407 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
/proc/29367/statm: 2704372 486372 3140 1 0 2693825 0
[pid=29367/tid=29369] ppid=29364 vsize=10817488 memory=1945256 CPUtime=2498.88 cores=0,2,4,6
/proc/29367/task/29369/stat : 29369 (java) S 29364 29367 897 0 -1 1077944384 63614 0 0 0 249872 16 0 0 20 0 17 0 64950393 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822795439280 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29370] ppid=29364 vsize=10817488 memory=1945256 CPUtime=3.47 cores=0,2,4,6
/proc/29367/task/29370/stat : 29370 (java) S 29364 29367 897 0 -1 1077944384 4502 0 0 0 309 38 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822732232976 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29371] ppid=29364 vsize=10817488 memory=1945256 CPUtime=3.45 cores=0,2,4,6
/proc/29367/task/29371/stat : 29371 (java) S 29364 29367 897 0 -1 1077944384 5547 0 0 0 309 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822731180432 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29372] ppid=29364 vsize=10817488 memory=1945256 CPUtime=3.43 cores=0,2,4,6
/proc/29367/task/29372/stat : 29372 (java) S 29364 29367 897 0 -1 1077944384 6176 0 0 0 307 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822730127888 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29373] ppid=29364 vsize=10817488 memory=1945256 CPUtime=3.44 cores=0,2,4,6
/proc/29367/task/29373/stat : 29373 (java) S 29364 29367 897 0 -1 1077944384 5391 0 0 0 308 36 0 0 20 0 17 0 64950394 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822729075344 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29374] ppid=29364 vsize=10817488 memory=1945256 CPUtime=1.28 cores=0,2,4,6
/proc/29367/task/29374/stat : 29374 (java) S 29364 29367 897 0 -1 1077944384 7168 0 0 0 124 4 0 0 20 0 17 0 64950395 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822287825392 139822791207554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29375] ppid=29364 vsize=10817488 memory=1945256 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29375/stat : 29375 (java) S 29364 29367 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 64950396 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822286771680 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29376] ppid=29364 vsize=10817488 memory=56 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29376/stat : 29376 (java) S 29364 29367 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 64950396 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822285719040 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29377] ppid=29364 vsize=10817488 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29377/stat : 29377 (java) S 29364 29367 897 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822284667600 139822791215003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29378] ppid=29364 vsize=10817488 memory=1945256 CPUtime=1.98 cores=0,2,4,6
/proc/29367/task/29378/stat : 29378 (java) S 29364 29367 897 0 -1 1077944384 6711 0 0 0 196 2 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822283614192 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29379] ppid=29364 vsize=10817488 memory=1945256 CPUtime=1.91 cores=0,2,4,6
/proc/29367/task/29379/stat : 29379 (java) S 29364 29367 897 0 -1 1077944384 9735 0 0 0 190 1 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822282561648 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29380] ppid=29364 vsize=10817488 memory=4116 CPUtime=0.57 cores=0,2,4,6
/proc/29367/task/29380/stat : 29380 (java) S 29364 29367 897 0 -1 1077944384 4777 0 0 0 56 1 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822281509104 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29381] ppid=29364 vsize=10817488 memory=36812 CPUtime=0 cores=0,2,4,6
/proc/29367/task/29381/stat : 29381 (java) S 29364 29367 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64950398 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822280456800 139822791206613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
[pid=29367/tid=29382] ppid=29364 vsize=10817488 memory=1945256 CPUtime=1.55 cores=0,2,4,6
/proc/29367/task/29382/stat : 29382 (java) S 29364 29367 897 0 -1 1077944384 1851 0 0 0 74 81 0 0 20 0 17 0 64950407 11077107712 486372 18446744073709551615 4194304 4196468 140733275380832 139822279404336 139822791207554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23678976 140733275386256 140733275386409 140733275386409 140733275389903 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1945488 KiB

Child status: 143
Real time (s): 2503.79
CPU time (s): 2520.21
CPU user time (s): 2517.86
CPU system time (s): 2.34474
CPU usage (%): 100.656
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 1945488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 2.34474
maximum resident set size= 1945900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57132
involuntary context switches= 1070


# summary of solver processes directly reported to runsolver:
#   pid: 29367
#   total CPU time (s): 2520.21
#   total CPU user time (s): 2517.86
#   total CPU system time (s): 2.34474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1351 second user time and 24.9244 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 14:14:11
IDJOB=4263526
IDBENCH=130608
IDSOLVER=2651
FILE ID=node125/4263526-1502627297
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-08_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263526-1502627297/watcher-4263526-1502627297 -o /tmp/evaluation-result-4263526-1502627297/solver-4263526-1502627297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263526-1502627297.xml

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

MD5SUM BENCH= 01373ebb4a146089a71bb04c36ed4f3a
RANDOM SEED=305835281

node125.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.07
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.07
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.07
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.07
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:        30714800 kB
MemAvailable:   31559676 kB
Buffers:          283972 kB
Cached:           856364 kB
SwapCached:            0 kB
Active:          1045056 kB
Inactive:         582576 kB
Active(anon):     487368 kB
Inactive(anon):    33100 kB
Active(file):     557688 kB
Inactive(file):   549476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1488 kB
Writeback:             4 kB
AnonPages:        486776 kB
Mapped:            58400 kB
Shmem:             33444 kB
Slab:             132592 kB
SReclaimable:     107096 kB
SUnreclaim:        25496 kB
KernelStack:        3424 kB
PageTables:         5796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1549960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 14:55:55