Trace number 4308497

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-08-14OPT4 1.56348 1.0429

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.55	c version: 2018-08-14
0.67/0.55	c seed: 742607820
0.67/0.55	c timeout: 2520
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
1.32/0.96	c Parsing done, starting first complete search...
1.32/0.98	o 16
1.32/0.98	o 15
1.32/0.98	o 14
1.32/0.98	o 13
1.32/0.98	o 12
1.32/0.98	o 11
1.32/0.99	o 10
1.32/0.99	o 9
1.32/0.99	o 8
1.32/0.99	o 7
1.32/1.00	o 6
1.50/1.01	o 5
1.50/1.02	o 4
1.50/1.02	s OPTIMUM FOUND
1.50/1.02	v <instantiation>
1.50/1.02	v 	<list>
1.50/1.02	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.50/1.02	v 	</list>
1.50/1.02	v 	<values>
1.50/1.02	v 		0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 
1.50/1.02	v 	</values>
1.50/1.02	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 (13507 MiB free)
  memory of node 1: 16384 MiB (10264 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308497-1534278135/watcher-4308497-1534278135 -o /tmp/evaluation-result-4308497-1534278135/solver-4308497-1534278135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 742607820 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308497-1534278135.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=20953, runsolver pid=20950

[startup+0.100165 s]*
/proc/loadavg: 1.16 1.33 1.43 3/215 20968
/proc/meminfo: memFree=24324688/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14082736 memory=32608 CPUtime=0.11 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 7101 0 0 0 10 1 0 0 20 0 15 0 245376670 14420721664 8152 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3520684 8152 3136 1 0 3482761 0
[pid=20953/tid=20955] ppid=20950 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 5161 0 0 0 8 1 0 0 20 0 15 0 245376670 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858830944656 139858826740893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14082736 memory=5793854924546099641 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376672 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) S 20950 20953 18471 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 245376675 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376675 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0.01 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) R 20950 20953 18471 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 245376675 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858294069744 139858810799454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 8152 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32608 KiB

[startup+0.214219 s]*
/proc/loadavg: 1.16 1.33 1.43 6/215 20968
/proc/meminfo: memFree=24309012/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14082736 memory=46760 CPUtime=0.32 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 10371 0 0 0 30 2 0 0 20 0 15 0 245376670 14420721664 11690 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3520684 11690 3366 1 0 3482761 0
[pid=20953/tid=20955] ppid=20950 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 8054 0 0 0 19 1 0 0 20 0 15 0 245376670 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858830944256 139858810799454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14082736 memory=4211973399740997002 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376672 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) R 20950 20953 18471 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 245376675 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) R 20950 20953 18471 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 245376675 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0.06 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) R 20950 20953 18471 0 -1 4202560 325 0 0 0 6 0 0 0 20 0 15 0 245376675 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858294069744 139858826740314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 11690 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46760 KiB

[startup+0.310448 s]*
/proc/loadavg: 1.16 1.33 1.43 3/215 20968
/proc/meminfo: memFree=24305336/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14082736 memory=50728 CPUtime=0.43 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 10732 0 0 0 41 2 0 0 20 0 15 0 245376670 14420721664 12682 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3520684 12682 3419 1 0 3482761 0
[pid=20953/tid=20955] ppid=20950 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 8392 0 0 0 28 2 0 0 20 0 15 0 245376670 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858830940064 139858806994838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14082736 memory=4211973399740997002 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14082736 memory=139673536208828 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14082736 memory=139673410335287 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14082736 memory=139673410325967 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14082736 memory=139673536224962 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376672 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14082736 memory=139673410335151 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14082736 memory=279346820661136 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14082736 memory=279346820658832 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) S 20950 20953 18471 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 245376675 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) S 20950 20953 18471 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 245376675 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0.08 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) S 20950 20953 18471 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 15 0 245376675 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858294069744 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14082736 memory=139673536206464 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14420721664 12682 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50728 KiB

[startup+0.700852 s]
/proc/loadavg: 1.16 1.33 1.43 3/215 20968
/proc/meminfo: memFree=24281028/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14084804 memory=88776 CPUtime=0.99 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 17578 0 0 0 95 4 0 0 20 0 15 0 245376670 14422839296 22194 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3521201 22194 3497 1 0 3483273 0
[pid=20953/tid=20955] ppid=20950 vsize=14084804 memory=796 CPUtime=0.67 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 14824 0 0 0 64 3 0 0 20 0 15 0 245376670 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858830942960 139858826730902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14084804 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14084804 memory=3780 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14084804 memory=4641330296368681044 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376672 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14084804 memory=571 CPUtime=0.08 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) S 20950 20953 18471 0 -1 1077944384 635 0 0 0 8 0 0 0 20 0 15 0 245376675 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) S 20950 20953 18471 0 -1 1077944384 294 0 0 0 6 0 0 0 20 0 15 0 245376675 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14084804 memory=701 CPUtime=0.15 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) R 20950 20953 18471 0 -1 4202560 444 0 0 0 15 0 0 0 20 0 15 0 245376675 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858294069744 139858826740314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14084804 memory=279346820845040 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14422839296 22194 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88776 KiB

[startup+1.04284 s]
# the end of solver process 20953 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.49812 s, system=0.065361 s

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

[startup+0.800988 s]
/proc/loadavg: 1.16 1.33 1.43 3/215 20968
/proc/meminfo: memFree=24281028/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14086852 memory=93112 CPUtime=1.18 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 18169 0 0 0 113 5 0 0 20 0 15 0 245376670 14424936448 23278 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3521713 23278 3499 1 0 3483785 0
[pid=20953/tid=20955] ppid=20950 vsize=14086852 memory=-3106803524053856335 CPUtime=0.77 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 15290 0 0 0 74 3 0 0 20 0 15 0 245376670 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858830952448 139858810799484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14086852 memory=4641330296368681044 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14086852 memory=7739276948477997159 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376672 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14086852 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14086852 memory=5865164894039992662 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14086852 memory=5788082441517879632 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14086852 memory=8311215681333727379 CPUtime=0.09 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) S 20950 20953 18471 0 -1 1077944384 650 0 0 0 9 0 0 0 20 0 15 0 245376675 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14086852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) S 20950 20953 18471 0 -1 1077944384 316 0 0 0 10 0 0 0 20 0 15 0 245376675 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14086852 memory=365728267 CPUtime=0.19 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) S 20950 20953 18471 0 -1 1077944384 532 0 0 0 19 0 0 0 20 0 15 0 245376675 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858294069744 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14086852 memory=279346820937312 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14424936448 23278 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93112 KiB

[startup+1.00062 s]*
/proc/loadavg: 1.16 1.33 1.43 4/215 20968
/proc/meminfo: memFree=24245968/32770624 swapFree=67108796/67108860
[pid=20953] ppid=20950 vsize=14088900 memory=111224 CPUtime=1.5 cores=0,2,4,6
/proc/20953/stat : 20953 (java) S 20950 20953 18471 0 -1 1077944320 20069 0 0 0 145 5 0 0 20 0 15 0 245376670 14427033600 27806 33554432000 4194304 4196468 140723124190576 140723124173120 139858826718967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
/proc/20953/statm: 3522225 27806 3518 1 0 3484297 0
[pid=20953/tid=20955] ppid=20950 vsize=14088900 memory=6735269665583770266 CPUtime=0.98 cores=0,2,4,6
/proc/20953/task/20955/stat : 20955 (java) R 20950 20953 18471 0 -1 4202560 16975 0 0 0 94 4 0 0 20 0 15 0 245376670 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858830954816 139858446255124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20956] ppid=20950 vsize=14088900 memory=4211973399740997002 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20956/stat : 20956 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858779339792 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20957] ppid=20950 vsize=14088900 memory=3472467969763886764 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20957/stat : 20957 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858778287248 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20958] ppid=20950 vsize=14088900 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20958/stat : 20958 (java) S 20950 20953 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245376671 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858777234192 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20959] ppid=20950 vsize=14088900 memory=4137290303932963203 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20959/stat : 20959 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376671 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858776181648 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20960] ppid=20950 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20960/stat : 20960 (java) S 20950 20953 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245376672 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858368309488 139858826730114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20961] ppid=20950 vsize=14088900 memory=8606216625674220404 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20961/stat : 20961 (java) S 20950 20953 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245376673 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858367255712 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20962] ppid=20950 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20962/stat : 20962 (java) S 20950 20953 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245376673 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858366202608 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20963] ppid=20950 vsize=14088900 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20963/stat : 20963 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376675 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858365151184 139858826737563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20964] ppid=20950 vsize=14088900 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20953/task/20964/stat : 20964 (java) S 20950 20953 18471 0 -1 1077944384 670 0 0 0 12 0 0 0 20 0 15 0 245376675 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858364099312 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20965] ppid=20950 vsize=14088900 memory=6011555679673458743 CPUtime=0.12 cores=0,2,4,6
/proc/20953/task/20965/stat : 20965 (java) R 20950 20953 18471 0 -1 4202560 328 0 0 0 12 0 0 0 20 0 15 0 245376675 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858295122800 139858826730902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20966] ppid=20950 vsize=14088900 memory=5865912518583754682 CPUtime=0.26 cores=0,2,4,6
/proc/20953/task/20966/stat : 20966 (java) R 20950 20953 18471 0 -1 1077944384 719 0 0 0 26 0 0 0 20 0 15 0 245376675 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858294069744 139858826730114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20967] ppid=20950 vsize=14088900 memory=7878495878512652848 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20967/stat : 20967 (java) S 20950 20953 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245376676 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858293017440 139858826729173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
[pid=20953/tid=20968] ppid=20950 vsize=14088900 memory=7023313546503837931 CPUtime=0 cores=0,2,4,6
/proc/20953/task/20968/stat : 20968 (java) S 20950 20953 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245376676 14427033600 27813 33554432000 4194304 4196468 140723124190576 139858291964464 139858826730114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140723124192341 140723124192521 140723124192521 140723124195279 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 111224 KiB

Child status: 0
Real time (s): 1.0429
CPU time (s): 1.56348
CPU user time (s): 1.49812
CPU system time (s): 0.065361
CPU usage (%): 149.917
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 111224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.49812
system time used= 0.065361
maximum resident set size= 113920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21835
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= 1743
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 20953
#   total CPU time (s): 1.56348
#   total CPU user time (s): 1.49812
#   total CPU system time (s): 0.065361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026113 second user time and 0.060413 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-14 22:22:15
IDJOB=4308497
IDBENCH=141110
IDSOLVER=2792
FILE ID=node138/4308497-1534278135
RUNJOBID= node138-1534270673-20077
PBS_JOBID= 21038119
Free space on /tmp= 27360 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
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-4308497-1534278135/watcher-4308497-1534278135 -o /tmp/evaluation-result-4308497-1534278135/solver-4308497-1534278135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 742607820 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308497-1534278135.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=742607820

node138.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.71
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.71
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.71
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.71
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:        24342868 kB
MemAvailable:   31719744 kB
Buffers:          130024 kB
Cached:          7424096 kB
SwapCached:           12 kB
Active:          4130056 kB
Inactive:        3663940 kB
Active(anon):     183800 kB
Inactive(anon):   108392 kB
Active(file):    3946256 kB
Inactive(file):  3555548 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             35972 kB
Writeback:             0 kB
AnonPages:        220660 kB
Mapped:            66276 kB
Shmem:             49740 kB
Slab:             331744 kB
SReclaimable:     303532 kB
SUnreclaim:        28212 kB
KernelStack:        3808 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27324 MiB
End job on node138 at 2018-08-14 22:22:16