Trace number 4307585

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.61562 1.0549

General information on the benchmark

NameLangford/
LangfordBin-11_c18.xml
MD5SUM0eb659d8c217bf688ca291acdf1662a5
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.014388
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints33
Number of domains2
Minimum domain size11
Maximum domain size22
Distribution of domain sizes[{"size":11,"count":22},{"size":22,"count":22}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":22},{"degree":22,"count":22}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":11},{"arity":23,"count":22}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"element","count":22}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 1225048228
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.52/1.01	c Parsing done, starting search...
1.52/1.04	s SATISFIABLE
1.52/1.04	v <instantiation>
1.52/1.04	v 	<list>
1.52/1.04	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] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] 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] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21]
1.52/1.04	v 	</list>
1.52/1.04	v 	<values>
1.52/1.04	v 		2 0 18 15 17 13 6 1 11 5 10 3 20 12 16 7 14 4 19 8 21 9 1 4 1 6 9 5 4 8 10 11 6 5 7 3 9 2 8 3 2 10 7 11 
1.52/1.04	v 	</values>
1.52/1.04	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 (12260 MiB free)
  memory of node 1: 16384 MiB (11411 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.101687 s]*
/proc/loadavg: 1.05 1.37 1.32 3/215 18100
/proc/meminfo: memFree=24222752/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14082736 memory=30256 CPUtime=0.12 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 6972 0 0 0 11 1 0 0 20 0 15 0 243620002 14420721664 7564 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3520684 7564 3151 1 0 3482761 0
[pid=18085/tid=18087] ppid=18082 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 4992 0 0 0 8 1 0 0 20 0 15 0 243620002 14420721664 7564 33554432000 4194304 4196468 140727804194400 140460902241952 140460882064741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14082736 memory=5793854963655838137 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 7564 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 7564 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 7564 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 7564 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) S 18082 18085 17830 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459873847536 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459872794992 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0.01 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) S 18082 18085 17830 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459871741936 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 7564 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30256 KiB

[startup+0.214353 s]*
/proc/loadavg: 1.05 1.37 1.32 6/215 18100
/proc/meminfo: memFree=24208236/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14082736 memory=46564 CPUtime=0.32 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 10715 0 0 0 30 2 0 0 20 0 15 0 243620002 14420721664 11641 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3520684 11641 3410 1 0 3482761 0
[pid=18085/tid=18087] ppid=18082 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 8299 0 0 0 19 1 0 0 20 0 15 0 243620002 14420721664 11641 33554432000 4194304 4196468 140727804194400 140460902250352 140460879431261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14082736 memory=4211973438850735498 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 11641 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 11641 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 11641 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 11641 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) S 18082 18085 17830 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459873847536 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) S 18082 18085 17830 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459872794992 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0.06 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) R 18082 18085 17830 0 -1 4202560 403 0 0 0 6 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459871737664 140460877484755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 11641 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46564 KiB

[startup+0.310551 s]*
/proc/loadavg: 1.05 1.37 1.32 5/215 18100
/proc/meminfo: memFree=24204204/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14082736 memory=49744 CPUtime=0.44 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 11099 0 0 0 42 2 0 0 20 0 15 0 243620002 14420721664 12436 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3520684 12436 3413 1 0 3482761 0
[pid=18085/tid=18087] ppid=18082 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 8628 0 0 0 28 1 0 0 20 0 15 0 243620002 14420721664 12436 33554432000 4194304 4196468 140727804194400 140460902212592 140460882064741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14082736 memory=4211973438850735498 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 12436 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14082736 memory=139712645947317 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 12436 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14082736 memory=139712534802333 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 12436 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14082736 memory=139712534793679 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14420721664 12436 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14082736 memory=139712645962816 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14082736 memory=139712534802863 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14082736 memory=279425069596560 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14082736 memory=279425069594256 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) S 18082 18085 17830 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459873847536 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) S 18082 18085 17830 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459872794992 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0.08 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) S 18082 18085 17830 0 -1 1077944384 433 0 0 0 8 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459871741936 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14082736 memory=139712645944960 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14420721664 12436 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49744 KiB

[startup+0.700821 s]
/proc/loadavg: 1.05 1.37 1.32 3/215 18100
/proc/meminfo: memFree=24180268/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14084804 memory=89924 CPUtime=0.99 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 17849 0 0 0 94 5 0 0 20 0 15 0 243620002 14422839296 22481 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3521201 22481 3499 1 0 3483273 0
[pid=18085/tid=18087] ppid=18082 vsize=14084804 memory=1220 CPUtime=0.67 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 14938 0 0 0 64 3 0 0 20 0 15 0 243620002 14422839296 22481 33554432000 4194304 4196468 140727804194400 140460902237632 140460898033046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14422839296 22481 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14084804 memory=868 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14422839296 22481 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14084804 memory=7307747153392788800 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14422839296 22481 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14084804 memory=8025788831224522324 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14422839296 22481 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14084804 memory=6370994028255662166 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620004 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14084804 memory=223 CPUtime=0.08 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) S 18082 18085 17830 0 -1 1077944384 677 0 0 0 8 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459873847536 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) S 18082 18085 17830 0 -1 1077944384 293 0 0 0 6 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459872794992 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14084804 memory=694 CPUtime=0.15 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) S 18082 18085 17830 0 -1 1077944384 559 0 0 0 15 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459871741936 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14084804 memory=279425069780464 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14422839296 22481 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89924 KiB

[startup+1.05484 s]
# the end of solver process 18085 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.53515 s, system=0.080467 s

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

[startup+0.800916 s]
/proc/loadavg: 1.05 1.37 1.32 3/215 18100
/proc/meminfo: memFree=24180268/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14086852 memory=94196 CPUtime=1.18 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 18432 0 0 0 113 5 0 0 20 0 15 0 243620002 14424936448 23549 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3521713 23549 3500 1 0 3483785 0
[pid=18085/tid=18087] ppid=18082 vsize=14086852 memory=-3106803524053856335 CPUtime=0.77 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 15366 0 0 0 74 3 0 0 20 0 15 0 243620002 14424936448 23549 33554432000 4194304 4196468 140727804194400 140460902256320 140460898043037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14424936448 23549 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14424936448 23549 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14424936448 23549 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14086852 memory=7523071198212214892 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14424936448 23549 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14086852 memory=6154538792250073449 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620004 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14086852 memory=7236547281622689387 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14086852 memory=7951477195466827094 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14086852 memory=5789495318254538832 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14086852 memory=8311777531775520915 CPUtime=0.09 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) S 18082 18085 17830 0 -1 1077944384 686 0 0 0 9 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459873847536 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14086852 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) R 18082 18085 17830 0 -1 4202560 317 0 0 0 9 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459872794992 140460883141735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14086852 memory=338754875 CPUtime=0.2 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) S 18082 18085 17830 0 -1 1077944384 681 0 0 0 20 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459871741936 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14086852 memory=279425069872736 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14424936448 23549 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 94196 KiB

[startup+1.00063 s]*
/proc/loadavg: 1.05 1.37 1.32 3/200 18117
/proc/meminfo: memFree=24380044/32770624 swapFree=67108372/67108860
[pid=18085] ppid=18082 vsize=14088900 memory=109476 CPUtime=1.52 cores=0,2,4,6
/proc/18085/stat : 18085 (java) S 18082 18085 17830 0 -1 1077944320 19611 0 0 0 146 6 0 0 20 0 15 0 243620002 14427033600 27369 33554432000 4194304 4196468 140727804194400 140727804176944 140460898021111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
/proc/18085/statm: 3522225 27369 3510 1 0 3484297 0
[pid=18085/tid=18087] ppid=18082 vsize=14088900 memory=-8540663193526752614 CPUtime=0.98 cores=0,2,4,6
/proc/18085/task/18087/stat : 18087 (java) R 18082 18085 17830 0 -1 4202560 16298 0 0 0 94 4 0 0 20 0 15 0 243620002 14427033600 27369 33554432000 4194304 4196468 140727804194400 140460902255232 140460879427410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18088] ppid=18082 vsize=14088900 memory=5793854963655838137 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18088/stat : 18088 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14427033600 27369 33554432000 4194304 4196468 140727804194400 140460867734032 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18089] ppid=18082 vsize=14088900 memory=3184237632721913520 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18089/stat : 18089 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14427033600 27369 33554432000 4194304 4196468 140727804194400 140460866681488 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18090] ppid=18082 vsize=14088900 memory=7523070107508631099 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18090/stat : 18090 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620003 14427033600 27369 33554432000 4194304 4196468 140727804194400 140460492200208 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18091] ppid=18082 vsize=14088900 memory=8475934422144292502 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18091/stat : 18091 (java) S 18082 18085 17830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243620003 14427033600 27369 33554432000 4194304 4196468 140727804194400 140460491147664 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18092] ppid=18082 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18092/stat : 18092 (java) S 18082 18085 17830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243620004 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459878058736 140460898032258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18093] ppid=18082 vsize=14088900 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18093/stat : 18093 (java) S 18082 18085 17830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243620004 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459877004960 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18094] ppid=18082 vsize=14088900 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18094/stat : 18094 (java) S 18082 18085 17830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243620005 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459875951856 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18095] ppid=18082 vsize=14088900 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18095/stat : 18095 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459874900432 140460898039707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18096] ppid=18082 vsize=14088900 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/18085/task/18096/stat : 18096 (java) R 18082 18085 17830 0 -1 4202560 699 0 0 0 11 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459873847536 140460891006153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18097] ppid=18082 vsize=14088900 memory=4122819170707441977 CPUtime=0.12 cores=0,2,4,6
/proc/18085/task/18097/stat : 18097 (java) R 18082 18085 17830 0 -1 1077944384 338 0 0 0 12 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459872794992 140460898032258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18098] ppid=18082 vsize=14088900 memory=5983793261680593073 CPUtime=0.28 cores=0,2,4,6
/proc/18085/task/18098/stat : 18098 (java) R 18082 18085 17830 0 -1 4202560 900 0 0 0 28 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459871738872 140460898042458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18099] ppid=18082 vsize=14088900 memory=2314885530818453512 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18099/stat : 18099 (java) S 18082 18085 17830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459870689632 140460898031317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
[pid=18085/tid=18100] ppid=18082 vsize=14088900 memory=665073112227045553 CPUtime=0 cores=0,2,4,6
/proc/18085/task/18100/stat : 18100 (java) S 18082 18085 17830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243620007 14427033600 27369 33554432000 4194304 4196468 140727804194400 140459869637680 140460898032258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140727804195920 140727804196105 140727804196105 140727804198863 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 109476 KiB

Child status: 0
Real time (s): 1.0549
CPU time (s): 1.61562
CPU user time (s): 1.53515
CPU system time (s): 0.080467
CPU usage (%): 153.154
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 109476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.53515
system time used= 0.080467
maximum resident set size= 112904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21503
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= 1753
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 18085
#   total CPU time (s): 1.61562
#   total CPU user time (s): 1.53515
#   total CPU system time (s): 0.080467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029748 second user time and 0.05642 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-14 17:29:28
IDJOB=4307585
IDBENCH=141339
IDSOLVER=2790
FILE ID=node137/4307585-1534260568
RUNJOBID= node137-1534258056-17861
PBS_JOBID= 21038120
Free space on /tmp= 29252 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-11_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-4307585-1534260568/watcher-4307585-1534260568 -o /tmp/evaluation-result-4307585-1534260568/solver-4307585-1534260568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534258056-17861 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1225048228 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307585-1534260568.xml

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

MD5SUM BENCH= 0eb659d8c217bf688ca291acdf1662a5
RANDOM SEED=1225048228

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:        24239948 kB
MemAvailable:   31667368 kB
Buffers:          135880 kB
Cached:          7500872 kB
SwapCached:            8 kB
Active:          4189096 kB
Inactive:        3739388 kB
Active(anon):     238632 kB
Inactive(anon):   105164 kB
Active(file):    3950464 kB
Inactive(file):  3634224 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35984 kB
Writeback:             0 kB
AnonPages:        331208 kB
Mapped:            68324 kB
Shmem:             49624 kB
Slab:             299760 kB
SReclaimable:     271192 kB
SUnreclaim:        28568 kB
KernelStack:        3840 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1222636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:30