Trace number 4291565

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-07-02OPT4 1.62522 1.07587

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.00617
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1440013667
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.31/1.00	c Parsing done, starting first complete search...
1.47/1.03	o 16
1.47/1.03	o 15
1.47/1.03	o 14
1.47/1.03	o 13
1.47/1.03	o 12
1.47/1.03	o 11
1.47/1.03	o 10
1.47/1.03	o 9
1.47/1.04	o 8
1.47/1.04	o 7
1.47/1.05	o 6
1.47/1.05	o 5
1.47/1.06	o 4
1.47/1.07	s OPTIMUM FOUND
1.47/1.07	v <instantiation>
1.47/1.07	v 	<list>
1.47/1.07	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15]
1.47/1.07	v 	</list>
1.47/1.07	v 	<values>
1.47/1.07	v 		0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 
1.47/1.07	v 	</values>
1.47/1.07	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291565-1532233618/watcher-4291565-1532233618 -o /tmp/evaluation-result-4291565-1532233618/solver-4291565-1532233618 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532226532-31075 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1440013667 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291565-1532233618.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=32619, runsolver pid=32616

[startup+0.100849 s]*
/proc/loadavg: 2.00 1.63 1.48 4/215 32634
/proc/meminfo: memFree=19921868/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14082740 memory=33368 CPUtime=0.11 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 7270 0 0 0 10 1 0 0 20 0 15 0 40924995 14420725760 8342 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3520685 8342 3138 1 0 3482761 0
[pid=32619/tid=32621] ppid=32616 vsize=14082740 memory=-8557575366716067712 CPUtime=0.09 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 5344 0 0 0 8 1 0 0 20 0 15 0 40924995 14420725760 8342 33554432000 4194304 4196468 140725635484416 140127783365048 140127763232094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 8342 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 8342 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 8342 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 8342 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) R 32616 32619 31044 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126888053360 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0.01 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) R 32616 32619 31044 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126887000816 140127779172954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 8342 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33368 KiB

[startup+0.211263 s]*
/proc/loadavg: 2.00 1.63 1.48 3/215 32634
/proc/meminfo: memFree=19907240/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14082740 memory=46732 CPUtime=0.29 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 10259 0 0 0 27 2 0 0 20 0 15 0 40924995 14420725760 11683 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3520685 11683 3335 1 0 3482761 0
[pid=32619/tid=32621] ppid=32616 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 8071 0 0 0 19 1 0 0 20 0 15 0 40924995 14420725760 11683 33554432000 4194304 4196468 140725635484416 140127783381728 140127763195237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14082740 memory=340 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 11683 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14082740 memory=140219932646647 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 11683 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 11683 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 11683 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) S 32616 32619 31044 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) S 32616 32619 31044 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126888053360 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0.05 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) R 32616 32619 31044 0 -1 1077944384 284 0 0 0 5 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126887000816 140127779162754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 11683 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46732 KiB

[startup+0.310561 s]*
/proc/loadavg: 2.00 1.63 1.48 4/215 32634
/proc/meminfo: memFree=19903084/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14082740 memory=50428 CPUtime=0.43 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 10742 0 0 0 41 2 0 0 20 0 15 0 40924995 14420725760 12607 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3520685 12607 3384 1 0 3482761 0
[pid=32619/tid=32621] ppid=32616 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 8446 0 0 0 28 1 0 0 20 0 15 0 40924995 14420725760 12607 33554432000 4194304 4196468 140725635484416 140127783360336 140127760715163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14082740 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 12607 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14082740 memory=140219932646591 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 12607 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 12607 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14420725760 12607 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) S 32616 32619 31044 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) S 32616 32619 31044 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126888053360 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0.07 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) S 32616 32619 31044 0 -1 1077944384 305 0 0 0 7 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126887000816 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14082740 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14420725760 12607 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50428 KiB

[startup+0.700871 s]
/proc/loadavg: 2.00 1.63 1.48 3/215 32634
/proc/meminfo: memFree=19881196/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14084808 memory=88548 CPUtime=0.99 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 17551 0 0 0 95 4 0 0 20 0 15 0 40924995 14422843392 22137 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3521202 22137 3503 1 0 3483273 0
[pid=32619/tid=32621] ppid=32616 vsize=14084808 memory=1836 CPUtime=0.67 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 14860 0 0 0 64 3 0 0 20 0 15 0 40924995 14422843392 22137 33554432000 4194304 4196468 140725635484416 140127783366944 140127760713512 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14084808 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14422843392 22137 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14084808 memory=792 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14422843392 22137 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14084808 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14422843392 22137 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14084808 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14422843392 22137 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14084808 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40924998 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14084808 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14084808 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14084808 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14084808 memory=6297835844906604903 CPUtime=0.09 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) S 32616 32619 31044 0 -1 1077944384 667 0 0 0 9 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14084808 memory=7597685182856913236 CPUtime=0.05 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) S 32616 32619 31044 0 -1 1077944384 248 0 0 0 5 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126888053360 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14084808 memory=5788087943085183056 CPUtime=0.15 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) S 32616 32619 31044 0 -1 1077944384 393 0 0 0 15 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126887000816 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14422843392 22137 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88548 KiB

[startup+1.07583 s]
# the end of solver process 32619 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.55357 s, system=0.071655 s

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

[startup+0.800887 s]
/proc/loadavg: 2.00 1.63 1.48 3/215 32634
/proc/meminfo: memFree=19881196/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14086856 memory=93232 CPUtime=1.18 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 18120 0 0 0 113 5 0 0 20 0 15 0 40924995 14424940544 23308 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3521714 23308 3504 1 0 3483785 0
[pid=32619/tid=32621] ppid=32616 vsize=14086856 memory=8243114992657236055 CPUtime=0.77 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 15311 0 0 0 73 4 0 0 20 0 15 0 40924995 14424940544 23308 33554432000 4194304 4196468 140725635484416 140127783386408 140127417609942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14086856 memory=288284459286135670 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14424940544 23308 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14424940544 23308 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14424940544 23308 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14424940544 23308 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40924998 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14086856 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) S 32616 32619 31044 0 -1 1077944384 680 0 0 0 10 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14086856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) S 32616 32619 31044 0 -1 1077944384 275 0 0 0 9 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126888053360 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14086856 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) S 32616 32619 31044 0 -1 1077944384 471 0 0 0 18 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126887000816 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14086856 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14424940544 23308 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 93232 KiB

[startup+1.00185 s]*
/proc/loadavg: 2.00 1.63 1.48 3/215 32634
/proc/meminfo: memFree=19845436/32770624 swapFree=67108860/67108860
[pid=32619] ppid=32616 vsize=14088904 memory=110548 CPUtime=1.47 cores=0,2,4,6
/proc/32619/stat : 32619 (java) S 32616 32619 31044 0 -1 1077944320 19397 0 0 0 142 5 0 0 20 0 15 0 40924995 14427037696 27637 33554432000 4194304 4196468 140725635484416 140725635466960 140127779151607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
/proc/32619/statm: 3522226 27637 3513 1 0 3484297 0
[pid=32619/tid=32621] ppid=32616 vsize=14088904 memory=5450919713671312938 CPUtime=0.97 cores=0,2,4,6
/proc/32619/task/32621/stat : 32621 (java) R 32616 32619 31044 0 -1 4202560 16423 0 0 0 93 4 0 0 20 0 15 0 40924995 14427037696 27637 33554432000 4194304 4196468 140725635484416 140127783386288 140127763195237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32622] ppid=32616 vsize=14088904 memory=140219810715216 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32622/stat : 32622 (java) S 32616 32619 31044 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40924996 14427037696 27637 33554432000 4194304 4196468 140725635484416 140127374752528 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32623] ppid=32616 vsize=14088904 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32623/stat : 32623 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14427037696 27637 33554432000 4194304 4196468 140725635484416 140127373699984 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32624] ppid=32616 vsize=14088904 memory=7161956322213516135 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32624/stat : 32624 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14427037696 27637 33554432000 4194304 4196468 140725635484416 140127372647440 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32625] ppid=32616 vsize=14088904 memory=3978144335675930929 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32625/stat : 32625 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40924996 14427037696 27637 33554432000 4194304 4196468 140725635484416 140127371594896 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32626] ppid=32616 vsize=14088904 memory=3689767206905342135 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32626/stat : 32626 (java) S 32616 32619 31044 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40924998 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126893316080 140127779162754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32627] ppid=32616 vsize=14088904 memory=8314877900371809289 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32627/stat : 32627 (java) S 32616 32619 31044 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40924998 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126892262304 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32628] ppid=32616 vsize=14088904 memory=-7450779821759504288 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32628/stat : 32628 (java) S 32616 32619 31044 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40924998 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126891209712 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32629] ppid=32616 vsize=14088904 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32629/stat : 32629 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126890158288 140127779170203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32630] ppid=32616 vsize=14088904 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32619/task/32630/stat : 32630 (java) S 32616 32619 31044 0 -1 1077944384 696 0 0 0 13 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126889105904 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32631] ppid=32616 vsize=14088904 memory=3472328296227418159 CPUtime=0.1 cores=0,2,4,6
/proc/32619/task/32631/stat : 32631 (java) R 32616 32619 31044 0 -1 4202560 279 0 0 0 10 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126888045312 140127759844871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32632] ppid=32616 vsize=14088904 memory=3472468516160104108 CPUtime=0.24 cores=0,2,4,6
/proc/32619/task/32632/stat : 32632 (java) R 32616 32619 31044 0 -1 4202560 618 0 0 0 24 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126887000816 140127763232094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32633] ppid=32616 vsize=14088904 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32633/stat : 32633 (java) S 32616 32619 31044 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126885948512 140127779161813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
[pid=32619/tid=32634] ppid=32616 vsize=14088904 memory=140219932423808 CPUtime=0 cores=0,2,4,6
/proc/32619/task/32634/stat : 32634 (java) S 32616 32619 31044 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40925001 14427037696 27637 33554432000 4194304 4196468 140725635484416 140126884895024 140127779162754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16003072 140725635486804 140725635486985 140725635486985 140725635489743 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 14088904 KiB
Current children cumulated memory: 110548 KiB

Child status: 0
Real time (s): 1.07587
CPU time (s): 1.62522
CPU user time (s): 1.55357
CPU system time (s): 0.071655
CPU usage (%): 151.06
Max. virtual memory (cumulated for all children) (KiB): 14088904
Max. memory (cumulated for all children) (KiB): 110548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.55357
system time used= 0.071655
maximum resident set size= 116936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1885
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 32619
#   total CPU time (s): 1.62522
#   total CPU user time (s): 1.55357
#   total CPU system time (s): 0.071655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032089 second user time and 0.053828 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 06:26:58
IDJOB=4291565
IDBENCH=141110
IDSOLVER=2746
FILE ID=node107/4291565-1532233618
RUNJOBID= node107-1532226532-31075
PBS_JOBID= 21018954
Free space on /tmp= 55132 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291565-1532233618/watcher-4291565-1532233618 -o /tmp/evaluation-result-4291565-1532233618/solver-4291565-1532233618 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532226532-31075 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1440013667 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291565-1532233618.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=1440013667

node107.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.40
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.40
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.40
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.40
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:        19939544 kB
MemAvailable:   31691960 kB
Buffers:          232860 kB
Cached:         11670400 kB
SwapCached:            0 kB
Active:          1795564 kB
Inactive:       10409596 kB
Active(anon):     304992 kB
Inactive(anon):    16860 kB
Active(file):    1490572 kB
Inactive(file): 10392736 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35980 kB
Writeback:             0 kB
AnonPages:        309288 kB
Mapped:            48752 kB
Shmem:             17036 kB
Slab:             325180 kB
SReclaimable:     297568 kB
SUnreclaim:        27612 kB
KernelStack:        3616 kB
PageTables:         5400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1402956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55096 MiB
End job on node107 at 2018-07-22 06:26:59