Trace number 4307581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14SAT 1.51643 1.00831

General information on the benchmark

NameLangford/
LangfordBin-07_c18.xml
MD5SUM3bc0c2fe6daffe5cd6c78f401afaf84f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007355
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints21
Number of domains2
Minimum domain size7
Maximum domain size14
Distribution of domain sizes[{"size":7,"count":14},{"size":14,"count":14}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":14},{"degree":14,"count":14}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":7},{"arity":15,"count":14}]
Number of extensional constraints0
Number of intensional constraints7
Distribution of constraint types[{"type":"intension","count":7},{"type":"element","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.56	c seed: 2119498146
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.33/0.97	c Parsing done, starting search...
1.33/1.00	s SATISFIABLE
1.33/1.00	v <instantiation>
1.33/1.00	v 	<list>
1.33/1.00	v 		p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13]
1.33/1.00	v 	</list>
1.33/1.00	v 	<values>
1.33/1.00	v 		2 0 10 7 12 8 6 1 9 3 11 4 13 5 1 4 1 5 6 7 4 2 3 5 2 6 3 7 
1.33/1.00	v 	</values>
1.33/1.00	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12259 MiB free)
  memory of node 1: 16384 MiB (11642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307581-1534260570/watcher-4307581-1534260570 -o /tmp/evaluation-result-4307581-1534260570/solver-4307581-1534260570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534258056-17862 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2119498146 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307581-1534260570.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100346 s]*
/proc/loadavg: 1.05 1.37 1.32 3/196 18220
/proc/meminfo: memFree=24457832/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14082736 memory=31248 CPUtime=0.11 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 6700 0 0 0 10 1 0 0 20 0 15 0 243620156 14420721664 7812 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3520684 7812 3159 1 0 3482761 0
[pid=18192/tid=18194] ppid=18189 vsize=14082736 memory=-6154560787314741598 CPUtime=0.09 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 4754 0 0 0 8 1 0 0 20 0 15 0 243620157 14420721664 7812 33554432000 4194304 4196468 140722460148752 140297340477568 140297336249750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14082736 memory=5767615467476265353 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 7812 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 7812 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 7812 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 7812 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0.01 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) R 18189 18192 17830 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 243620162 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296242014832 140297336259162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14420721664 7812 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31248 KiB

[startup+0.214167 s]*
/proc/loadavg: 1.05 1.37 1.32 5/195 18229
/proc/meminfo: memFree=24442536/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14082736 memory=47012 CPUtime=0.31 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 10387 0 0 0 29 2 0 0 20 0 15 0 243620156 14420721664 11753 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3520684 11753 3371 1 0 3482761 0
[pid=18192/tid=18194] ppid=18189 vsize=14082736 memory=7754242466541116320 CPUtime=0.2 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 8105 0 0 0 19 1 0 0 20 0 15 0 243620157 14420721664 11753 33554432000 4194304 4196468 140722460148752 140297340467296 140296936991061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14082736 memory=732370336451451877 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 11753 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 11753 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 11753 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 11753 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 442 0 0 0 2 0 0 0 20 0 15 0 243620162 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 15 0 243620162 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0.05 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) R 18189 18192 17830 0 -1 4202560 295 0 0 0 5 0 0 0 20 0 15 0 243620162 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296242014016 140297315676838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14420721664 11753 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47012 KiB

[startup+0.310352 s]*
/proc/loadavg: 1.05 1.37 1.32 4/208 18246
/proc/meminfo: memFree=24431148/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14082736 memory=50512 CPUtime=0.44 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 10782 0 0 0 42 2 0 0 20 0 15 0 243620156 14420721664 12628 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3520684 12628 3374 1 0 3482761 0
[pid=18192/tid=18194] ppid=18189 vsize=14082736 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 8458 0 0 0 28 1 0 0 20 0 15 0 243620157 14420721664 12628 33554432000 4194304 4196468 140722460148752 140297340449328 140297316513157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14082736 memory=4211973924318789002 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 12628 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14082736 memory=140198357193659 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 12628 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14082736 memory=365728270 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 12628 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14420721664 12628 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14082736 memory=140198357366934 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14082736 memory=3 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14082736 memory=15 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 442 0 0 0 2 0 0 0 20 0 15 0 243620162 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14082736 memory=7649399367168768048 CPUtime=0.03 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 188 0 0 0 3 0 0 0 20 0 15 0 243620162 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0.07 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) S 18189 18192 17830 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 15 0 243620162 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296242014832 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14082736 memory=140198113998464 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14420721664 12628 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50512 KiB

[startup+0.700732 s]
/proc/loadavg: 1.05 1.37 1.32 4/215 18253
/proc/meminfo: memFree=24380600/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14084804 memory=88908 CPUtime=0.99 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 17627 0 0 0 96 3 0 0 20 0 15 0 243620156 14422839296 22227 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3521201 22227 3501 1 0 3483273 0
[pid=18192/tid=18194] ppid=18189 vsize=14084804 memory=2 CPUtime=0.67 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 14913 0 0 0 65 2 0 0 20 0 15 0 243620157 14422839296 22227 33554432000 4194304 4196468 140722460148752 140297340462400 140297320318302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14422839296 22292 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14422839296 22292 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14422839296 22292 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14084804 memory=8751464017575557429 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14422839296 22292 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14084804 memory=6540 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620159 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14084804 memory=11628 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14084804 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14084804 memory=1068 CPUtime=0.06 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 579 0 0 0 6 0 0 0 20 0 15 0 243620162 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14084804 memory=14884 CPUtime=0.08 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 343 0 0 0 8 0 0 0 20 0 15 0 243620162 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14084804 memory=36572 CPUtime=0.15 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) S 18189 18192 17830 0 -1 1077944384 413 0 0 0 15 0 0 0 20 0 15 0 243620162 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296242014832 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14084804 memory=13756 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14084804 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14422839296 22292 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88908 KiB

[startup+1.00828 s]
# the end of solver process 18192 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.45411 s, system=0.062319 s

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

[startup+0.801466 s]
/proc/loadavg: 1.05 1.37 1.32 4/215 18253
/proc/meminfo: memFree=24380600/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14086852 memory=95476 CPUtime=1.19 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 18229 0 0 0 115 4 0 0 20 0 15 0 243620156 14424936448 23869 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3521713 23869 3502 1 0 3483785 0
[pid=18192/tid=18194] ppid=18189 vsize=14086852 memory=7 CPUtime=0.78 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 15358 0 0 0 75 3 0 0 20 0 15 0 243620157 14424936448 23869 33554432000 4194304 4196468 140722460148752 140297340471008 140297336259741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14086852 memory=694 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 23869 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14086852 memory=280396000810800 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 23869 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 23869 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 23869 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620159 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14086852 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 587 0 0 0 8 0 0 0 20 0 15 0 243620162 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14086852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 366 0 0 0 12 0 0 0 20 0 15 0 243620162 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14086852 memory=705 CPUtime=0.19 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) S 18189 18192 17830 0 -1 1077944384 537 0 0 0 19 0 0 0 20 0 15 0 243620162 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296242014832 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14424936448 23869 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 95476 KiB

[startup+0.900665 s]
/proc/loadavg: 1.05 1.37 1.32 4/215 18253
/proc/meminfo: memFree=24380600/32770624 swapFree=67108372/67108860
[pid=18192] ppid=18189 vsize=14086852 memory=101380 CPUtime=1.33 cores=1,3,5,7
/proc/18192/stat : 18192 (java) S 18189 18192 17830 0 -1 1077944320 18713 0 0 0 129 4 0 0 20 0 15 0 243620156 14424936448 25345 33554432000 4194304 4196468 140722460148752 140722460131296 140297336237815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
/proc/18192/statm: 3521713 25345 3503 1 0 3483785 0
[pid=18192/tid=18194] ppid=18189 vsize=14086852 memory=2 CPUtime=0.87 cores=1,3,5,7
/proc/18192/task/18194/stat : 18194 (java) R 18189 18192 17830 0 -1 4202560 15754 0 0 0 84 3 0 0 20 0 15 0 243620157 14424936448 25345 33554432000 4194304 4196468 140722460148752 140297340458256 140297320318302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18195] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18195/stat : 18195 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 25345 33554432000 4194304 4196468 140722460148752 140297266326672 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18196] ppid=18189 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18196/stat : 18196 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 25345 33554432000 4194304 4196468 140722460148752 140297265273872 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18197] ppid=18189 vsize=14086852 memory=6945773730593268313 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18197/stat : 18197 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 25345 33554432000 4194304 4196468 140722460148752 140297264221072 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18198] ppid=18189 vsize=14086852 memory=6945773730593268313 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18198/stat : 18198 (java) S 18189 18192 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620158 14424936448 25345 33554432000 4194304 4196468 140722460148752 140297263168272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18199] ppid=18189 vsize=14086852 memory=6540 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18199/stat : 18199 (java) S 18189 18192 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620159 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296248330608 140297336248962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18200] ppid=18189 vsize=14086852 memory=11628 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18200/stat : 18200 (java) S 18189 18192 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620159 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296247276576 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18201] ppid=18189 vsize=14086852 memory=752 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18201/stat : 18201 (java) S 18189 18192 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620160 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296246223728 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18202] ppid=18189 vsize=14086852 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18202/stat : 18202 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296245172048 140297336256411 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18203] ppid=18189 vsize=14086852 memory=1068 CPUtime=0.09 cores=1,3,5,7
/proc/18192/task/18203/stat : 18203 (java) S 18189 18192 17830 0 -1 1077944384 588 0 0 0 9 0 0 0 20 0 15 0 243620162 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296244120432 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18204] ppid=18189 vsize=14086852 memory=14884 CPUtime=0.12 cores=1,3,5,7
/proc/18192/task/18204/stat : 18204 (java) S 18189 18192 17830 0 -1 1077944384 369 0 0 0 12 0 0 0 20 0 15 0 243620162 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296243067632 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18205] ppid=18189 vsize=14086852 memory=36572 CPUtime=0.22 cores=1,3,5,7
/proc/18192/task/18205/stat : 18205 (java) S 18189 18192 17830 0 -1 1077944384 628 0 0 0 22 0 0 0 20 0 15 0 243620162 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296242014832 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18206] ppid=18189 vsize=14086852 memory=13756 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18206/stat : 18206 (java) S 18189 18192 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620162 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296240962272 140297336248021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
[pid=18192/tid=18207] ppid=18189 vsize=14086852 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/18192/task/18207/stat : 18207 (java) S 18189 18192 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620163 14424936448 25345 33554432000 4194304 4196468 140722460148752 140296239909552 140297336248962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23461888 140722460157008 140722460157193 140722460157193 140722460159951 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 101380 KiB

Child status: 0
Real time (s): 1.00831
CPU time (s): 1.51643
CPU user time (s): 1.45411
CPU system time (s): 0.062319
CPU usage (%): 150.393
Max. virtual memory (cumulated for all children) (KiB): 14086852
Max. memory (cumulated for all children) (KiB): 101380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.45411
system time used= 0.062319
maximum resident set size= 111356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19501
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= 1619
involuntary context switches= 1


# summary of solver processes directly reported to runsolver:
#   pid: 18192
#   total CPU time (s): 1.51643
#   total CPU user time (s): 1.45411
#   total CPU system time (s): 0.062319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025536 second user time and 0.050051 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-14 17:29:30
IDJOB=4307581
IDBENCH=141343
IDSOLVER=2790
FILE ID=node137/4307581-1534260570
RUNJOBID= node137-1534258056-17862
PBS_JOBID= 21038120
Free space on /tmp= 29252 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307581-1534260570/watcher-4307581-1534260570 -o /tmp/evaluation-result-4307581-1534260570/solver-4307581-1534260570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534258056-17862 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 2119498146 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307581-1534260570.xml

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

MD5SUM BENCH= 3bc0c2fe6daffe5cd6c78f401afaf84f
RANDOM SEED=2119498146

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24441316 kB
MemAvailable:   31868048 kB
Buffers:          135900 kB
Cached:          7500552 kB
SwapCached:            8 kB
Active:          3988888 kB
Inactive:        3739080 kB
Active(anon):      38804 kB
Inactive(anon):   105164 kB
Active(file):    3950084 kB
Inactive(file):  3633916 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             71656 kB
Writeback:             0 kB
AnonPages:        124084 kB
Mapped:            65652 kB
Shmem:             49624 kB
Slab:             299768 kB
SReclaimable:     271192 kB
SUnreclaim:        28576 kB
KernelStack:        3808 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 29220 MiB
End job on node137 at 2018-08-14 17:29:31