Trace number 4311866

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
OscaR - Conflict Ordering with restarts 2018-08-17SAT 4.10659 2.01019

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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 benchmark0.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.57	c version: 2018-08-17
1.01/0.81	c seed: 1884243932
1.01/0.81	c timeout: 2520
1.01/0.81	c memlimit: 11000
1.01/0.81	c nbcore: 1
1.01/0.81	c Parsing instance...
1.51/1.13	c Parsing done, starting search...
3.82/1.99	s SATISFIABLE
3.82/1.99	v <instantiation>
3.82/1.99	v 	<list>
3.82/1.99	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
3.82/1.99	v 	</list>
3.82/1.99	v 	<values>
3.82/1.99	v 		12 0 16 7 4 15 14 1 12 4 5 16 7 9 11 10 3 1 14 13 8 15 2 6 
3.82/1.99	v 	</values>
3.82/1.99	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311866-1534546033/watcher-4311866-1534546033 -o /tmp/evaluation-result-4311866-1534546033/solver-4311866-1534546033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311866-1534546033.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=12844, runsolver pid=12841

[startup+0.108065 s]*
/proc/loadavg: 1.41 1.33 1.36 4/215 12859
/proc/meminfo: memFree=23604360/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14082736 memory=33356 CPUtime=0.12 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 7245 0 0 0 11 1 0 0 20 0 15 0 272166482 14420721664 8339 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3520684 8339 3160 1 0 3482761 0
[pid=12844/tid=12846] ppid=12841 vsize=14082736 memory=-8557575366716199040 CPUtime=0.09 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 5401 0 0 0 9 0 0 0 20 0 15 0 272166482 14420721664 8471 33554432000 4194304 4196468 140723782947824 140072294647720 140072270710556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 8471 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 8471 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 8471 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 8471 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166484 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 12267 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071761049968 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071759997168 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0.01 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) R 12841 12844 12267 0 -1 4202560 287 0 0 0 1 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071758944368 140072290456154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 8471 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33356 KiB

[startup+0.214448 s]*
/proc/loadavg: 1.41 1.33 1.36 5/215 12859
/proc/meminfo: memFree=23589740/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14082736 memory=47064 CPUtime=0.31 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 10395 0 0 0 29 2 0 0 20 0 15 0 272166482 14420721664 11766 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3520684 11766 3362 1 0 3482761 0
[pid=12844/tid=12846] ppid=12841 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 8103 0 0 0 19 1 0 0 20 0 15 0 272166482 14420721664 11766 33554432000 4194304 4196468 140723782947824 140072294659984 140072282671934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 11766 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14082736 memory=139989662311599 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 11766 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 11766 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 11766 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166484 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 12267 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071761042992 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) R 12841 12844 12267 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071759997168 140072290445954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0.05 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 12267 0 -1 1077944384 310 0 0 0 5 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071758944368 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 11766 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47064 KiB

[startup+0.310162 s]*
/proc/loadavg: 1.41 1.33 1.36 3/215 12859
/proc/meminfo: memFree=23586188/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14082736 memory=50492 CPUtime=0.43 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 10776 0 0 0 41 2 0 0 20 0 15 0 272166482 14420721664 12623 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3520684 12623 3365 1 0 3482761 0
[pid=12844/tid=12846] ppid=12841 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 8453 0 0 0 28 1 0 0 20 0 15 0 272166482 14420721664 12623 33554432000 4194304 4196468 140723782947824 140072294642640 140072273621645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 12623 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14082736 memory=139989662311577 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 12623 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 12623 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14420721664 12623 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166484 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 12267 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071761049968 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 12267 0 -1 1077944384 196 0 0 0 2 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071759997168 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0.07 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 12267 0 -1 1077944384 327 0 0 0 7 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071758944368 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14082736 memory=139989660837504 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166487 14420721664 12623 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50492 KiB

[startup+0.70066 s]
/proc/loadavg: 1.41 1.33 1.36 3/215 12859
/proc/meminfo: memFree=23534248/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14084804 memory=88804 CPUtime=0.98 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 17555 0 0 0 92 6 0 0 20 0 15 0 272166482 14422839296 22201 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3521201 22201 3498 1 0 3483273 0
[pid=12844/tid=12846] ppid=12841 vsize=14084804 memory=1752 CPUtime=0.68 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 14828 0 0 0 63 5 0 0 20 0 15 0 272166482 14422839296 22201 33554432000 4194304 4196468 140723782947824 140072294658912 140072290458397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14422839296 22201 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14422839296 22201 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14422839296 22201 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14422839296 22201 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166484 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14084804 memory=6420 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14084804 memory=7525326301224851042 CPUtime=0.09 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) S 12841 12844 12267 0 -1 1077944384 574 0 0 0 9 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071761049968 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14084804 memory=5787213848606435153 CPUtime=0.05 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) S 12841 12844 12267 0 -1 1077944384 346 0 0 0 5 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071759997168 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 12267 0 -1 1077944384 425 0 0 0 14 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071758944368 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166487 14422839296 22201 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88804 KiB

[startup+1.5011 s]
/proc/loadavg: 1.41 1.33 1.36 3/215 12859
/proc/meminfo: memFree=23521204/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14090948 memory=134784 CPUtime=2.61 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 26735 0 0 0 252 9 0 0 20 0 15 0 272166482 14429130752 33696 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3522737 33696 3526 1 0 3484809 0
[pid=12844/tid=12846] ppid=12841 vsize=14090948 memory=6791534058613427641 CPUtime=1.38 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 19474 0 0 0 132 6 0 0 20 0 15 0 272166482 14429130752 33696 33554432000 4194304 4196468 140723782947824 140072294670168 140071923067412 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14090948 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33696 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14090948 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33696 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14090948 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33696 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33696 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 272166484 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14090948 memory=7230089845537334893 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14090948 memory=7956567955459234152 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14090948 memory=7378983553979662436 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14090948 memory=8298057694396994421 CPUtime=0.43 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) R 12841 12844 12267 0 -1 4202560 1999 0 0 0 43 0 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071761035992 140072276464609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14090948 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) R 12841 12844 12267 0 -1 4202560 2067 0 0 0 40 0 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071759983984 140072271979314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14090948 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 12267 0 -1 1077944384 1775 0 0 0 36 1 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071758944368 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33696 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 134784 KiB

[startup+2.01015 s]
# the end of solver process 12844 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.98999 s, system=0.116607 s

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

[startup+1.6011 s]
/proc/loadavg: 1.41 1.33 1.36 3/215 12859
/proc/meminfo: memFree=23521204/32770624 swapFree=67105356/67108860
[pid=12844] ppid=12841 vsize=14090948 memory=135736 CPUtime=2.91 cores=0,2,4,6
/proc/12844/stat : 12844 (java) S 12841 12844 12267 0 -1 1077944320 27198 0 0 0 282 9 0 0 20 0 15 0 272166482 14429130752 33934 33554432000 4194304 4196468 140723782947824 140723782930368 140072290434807 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
/proc/12844/statm: 3522737 33934 3530 1 0 3484809 0
[pid=12844/tid=12846] ppid=12841 vsize=14090948 memory=7590083060559341159 CPUtime=1.48 cores=0,2,4,6
/proc/12844/task/12846/stat : 12846 (java) R 12841 12844 12267 0 -1 4202560 19481 0 0 0 142 6 0 0 20 0 15 0 272166482 14429130752 33934 33554432000 4194304 4196468 140723782947824 140072294670168 140071923080131 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12847] ppid=12841 vsize=14090948 memory=6154261663595193191 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12847/stat : 12847 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33934 33554432000 4194304 4196468 140723782947824 140072243055248 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12848] ppid=12841 vsize=14090948 memory=7523107478184158290 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12848/stat : 12848 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33934 33554432000 4194304 4196468 140723782947824 140072242002448 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12849] ppid=12841 vsize=14090948 memory=7235425796839991395 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12849/stat : 12849 (java) S 12841 12844 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33934 33554432000 4194304 4196468 140723782947824 140072240949648 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12850] ppid=12841 vsize=14090948 memory=7454130749351154278 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12850/stat : 12850 (java) S 12841 12844 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166483 14429130752 33934 33554432000 4194304 4196468 140723782947824 140072239896848 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12851] ppid=12841 vsize=14090948 memory=7454130749351154278 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12851/stat : 12851 (java) S 12841 12844 12267 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 272166484 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071765261168 140072290445954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12852] ppid=12841 vsize=14090948 memory=8242832241811678803 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12852/stat : 12852 (java) S 12841 12844 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166485 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071764207136 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12853] ppid=12841 vsize=14090948 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12853/stat : 12853 (java) S 12841 12844 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166485 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071763154288 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12854] ppid=12841 vsize=14090948 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12854/stat : 12854 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071762102608 140072290453403 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12855] ppid=12841 vsize=14090948 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/12844/task/12855/stat : 12855 (java) R 12841 12844 12267 0 -1 4202560 2174 0 0 0 53 0 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071761035992 140072271956089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12856] ppid=12841 vsize=14090948 memory=-3258418265892434876 CPUtime=0.5 cores=0,2,4,6
/proc/12844/task/12856/stat : 12856 (java) R 12841 12844 12267 0 -1 4202560 2348 0 0 0 50 0 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071759996344 140072274679583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12857] ppid=12841 vsize=14090948 memory=-4051592751533505334 CPUtime=0.37 cores=0,2,4,6
/proc/12844/task/12857/stat : 12857 (java) S 12841 12844 12267 0 -1 1077944384 1775 0 0 0 36 1 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071758944368 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12858] ppid=12841 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12858/stat : 12858 (java) S 12841 12844 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071757891808 140072290445013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
[pid=12844/tid=12859] ppid=12841 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/12844/task/12859/stat : 12859 (java) S 12841 12844 12267 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 272166487 14429130752 33934 33554432000 4194304 4196468 140723782947824 140071756840112 140072290445954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16842752 140723782952008 140723782952201 140723782952201 140723782954959 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 135736 KiB

[startup+2.00066 s]*
/proc/loadavg: 1.41 1.33 1.36 3/202 12860
/proc/meminfo: memFree=23554096/32770624 swapFree=67105356/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.01019
CPU time (s): 4.10659
CPU user time (s): 3.98999
CPU system time (s): 0.116607
CPU usage (%): 204.289
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 156872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.98999
system time used= 0.116607
maximum resident set size= 162800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2278
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 12844
#   total CPU time (s): 4.10659
#   total CPU user time (s): 3.98999
#   total CPU system time (s): 0.116607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03444 second user time and 0.05564 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 00:47:13
IDJOB=4311866
IDBENCH=141165
IDSOLVER=2799
FILE ID=node149/4311866-1534546033
RUNJOBID= node149-1534541038-12298
PBS_JOBID= 21038630
Free space on /tmp= 51888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311866-1534546033/watcher-4311866-1534546033 -o /tmp/evaluation-result-4311866-1534546033/solver-4311866-1534546033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534541038-12298 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311866-1534546033.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=1884243932

node149.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.60
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.60
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.60
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.60
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:        23623196 kB
MemAvailable:   31667792 kB
Buffers:          207412 kB
Cached:          8089272 kB
SwapCached:         1704 kB
Active:          4205092 kB
Inactive:        4368096 kB
Active(anon):     245984 kB
Inactive(anon):    98872 kB
Active(file):    3959108 kB
Inactive(file):  4269224 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             71812 kB
Writeback:             0 kB
AnonPages:        282528 kB
Mapped:            32160 kB
Shmem:             65952 kB
Slab:             273304 kB
SReclaimable:     244724 kB
SUnreclaim:        28580 kB
KernelStack:        3616 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1341608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 51856 MiB
End job on node149 at 2018-08-18 00:47:15