Trace number 4311805

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17SAT 1.67648 1.08567

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
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.007257
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.56	c seed: 118673023
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.52/1.02	c Parsing done, starting search...
1.52/1.07	s SATISFIABLE
1.52/1.07	v <instantiation>
1.52/1.07	v 	<list>
1.52/1.07	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
1.52/1.07	v 	</list>
1.52/1.07	v 	<values>
1.52/1.07	v 		1 6 2 3 4 0 5 3 4 0 5 1 6 2 5 1 6 2 3 4 0 2 3 4 0 5 1 6 0 5 1 6 2 3 4 6 2 3 4 0 5 1 4 0 5 1 6 2 3 
1.52/1.07	v 	</values>
1.52/1.07	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 (11185 MiB free)
  memory of node 1: 16384 MiB (12546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311805-1534541038/watcher-4311805-1534541038 -o /tmp/evaluation-result-4311805-1534541038/solver-4311805-1534541038 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 118673023 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311805-1534541038.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
Current StackSize limit: 8192 KiB

solver pid=25306, runsolver pid=25303

[startup+0.100897 s]*
/proc/loadavg: 0.00 0.02 0.06 6/215 25321
/proc/meminfo: memFree=24275304/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14082736 memory=31296 CPUtime=0.11 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 6721 0 0 0 10 1 0 0 20 0 15 0 271667039 14420721664 7824 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3520684 7824 3155 1 0 3482761 0
[pid=25306/tid=25308] ppid=25303 vsize=14082736 memory=-6966717417093883519 CPUtime=0.08 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 4765 0 0 0 8 0 0 0 20 0 15 0 271667040 14420721664 7824 33554432000 4194304 4196468 140735123330032 140506084207112 140506080009622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14082736 memory=5793855912868956601 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 7824 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 7824 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) S 25303 25306 25230 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505550641776 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505549588976 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0.01 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) R 25303 25306 25230 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505548536688 140506058982928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 7824 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31296 KiB

[startup+0.211874 s]*
/proc/loadavg: 0.00 0.02 0.06 6/215 25321
/proc/meminfo: memFree=24256760/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14082736 memory=47112 CPUtime=0.3 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 10386 0 0 0 28 2 0 0 20 0 15 0 271667039 14420721664 11778 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3520684 11778 3362 1 0 3482761 0
[pid=25306/tid=25308] ppid=25303 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 8108 0 0 0 19 1 0 0 20 0 15 0 271667040 14420721664 11778 33554432000 4194304 4196468 140735123330032 140506084218240 140506080019034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14082736 memory=4211974388063853962 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 11778 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 11778 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) R 25303 25306 25230 0 -1 4202560 454 0 0 0 1 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505550641776 140506061516099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) R 25303 25306 25230 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505549588976 140506080008834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0.05 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) R 25303 25306 25230 0 -1 4202560 299 0 0 0 5 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505548532416 140506058967156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 11778 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47112 KiB

[startup+0.310568 s]*
/proc/loadavg: 0.00 0.02 0.06 3/215 25321
/proc/meminfo: memFree=24246416/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14082736 memory=50804 CPUtime=0.44 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 10783 0 0 0 41 3 0 0 20 0 15 0 271667039 14420721664 12701 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3520684 12701 3407 1 0 3482761 0
[pid=25306/tid=25308] ppid=25303 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 8465 0 0 0 28 1 0 0 20 0 15 0 271667040 14420721664 12701 33554432000 4194304 4196468 140735123330032 140506084207040 140506061561197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14082736 memory=4211974388063853962 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 12701 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14082736 memory=140661859065775 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 12701 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14082736 memory=140661722573058 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14082736 memory=140661722566095 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14082736 memory=140661859088680 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14082736 memory=140661722575279 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14082736 memory=281323445141392 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14082736 memory=281323445139088 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) S 25303 25306 25230 0 -1 1077944384 470 0 0 0 2 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505550641776 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) S 25303 25306 25230 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505549588976 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0.07 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) S 25303 25306 25230 0 -1 1077944384 316 0 0 0 7 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505548536688 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14082736 memory=140661859063424 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14420721664 12701 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50804 KiB

[startup+0.700745 s]
/proc/loadavg: 0.00 0.02 0.06 4/215 25321
/proc/meminfo: memFree=24196992/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14084804 memory=89188 CPUtime=0.98 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 17631 0 0 0 93 5 0 0 20 0 15 0 271667039 14422839296 22232 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3521201 22232 3499 1 0 3483273 0
[pid=25306/tid=25308] ppid=25303 vsize=14084804 memory=752 CPUtime=0.67 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 14918 0 0 0 64 3 0 0 20 0 15 0 271667040 14422839296 22297 33554432000 4194304 4196468 140735123330032 140506084220944 140506064078174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14422839296 22297 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14422839296 22297 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667042 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14084804 memory=231 CPUtime=0.08 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) S 25303 25306 25230 0 -1 1077944384 633 0 0 0 8 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505550641776 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) S 25303 25306 25230 0 -1 1077944384 286 0 0 0 6 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505549588976 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14084804 memory=711 CPUtime=0.14 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) S 25303 25306 25230 0 -1 1077944384 411 0 0 0 14 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505548536688 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14084804 memory=281323445325296 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14422839296 22297 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89188 KiB

[startup+1.08563 s]
# the end of solver process 25306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.59581 s, system=0.080669 s

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

[startup+0.800904 s]
/proc/loadavg: 0.00 0.02 0.06 4/215 25321
/proc/meminfo: memFree=24196992/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14086852 memory=95496 CPUtime=1.19 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 18239 0 0 0 114 5 0 0 20 0 15 0 271667039 14424936448 23874 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3521713 23874 3507 1 0 3483785 0
[pid=25306/tid=25308] ppid=25303 vsize=14086852 memory=-3106803524053856335 CPUtime=0.77 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 15333 0 0 0 74 3 0 0 20 0 15 0 271667040 14424936448 23874 33554432000 4194304 4196468 140735123330032 140506084231408 140506080009622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14424936448 23874 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14424936448 23874 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14086852 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14086852 memory=6363681283794813024 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667042 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14086852 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14086852 memory=7951477212629853526 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14086852 memory=5788089047311798352 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14086852 memory=8310088681915256979 CPUtime=0.1 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) R 25303 25306 25230 0 -1 4202560 643 0 0 0 10 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505550641872 140506063268632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) R 25303 25306 25230 0 -1 1077944384 320 0 0 0 9 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505549588976 140506080008834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14086852 memory=366987640 CPUtime=0.2 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) S 25303 25306 25230 0 -1 1077944384 561 0 0 0 20 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505548536688 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14086852 memory=281323445417568 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14424936448 23874 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 95496 KiB

[startup+1.00065 s]*
/proc/loadavg: 0.00 0.02 0.06 5/215 25321
/proc/meminfo: memFree=24130300/32770624 swapFree=67108196/67108860
[pid=25306] ppid=25303 vsize=14088900 memory=108484 CPUtime=1.52 cores=1,3,5,7
/proc/25306/stat : 25306 (java) S 25303 25306 25230 0 -1 1077944320 19435 0 0 0 146 6 0 0 20 0 15 0 271667039 14427033600 27121 33554432000 4194304 4196468 140735123330032 140735123312576 140506079997687 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
/proc/25306/statm: 3522225 27121 3515 1 0 3484297 0
[pid=25306/tid=25308] ppid=25303 vsize=14088900 memory=6735269665583770266 CPUtime=0.98 cores=1,3,5,7
/proc/25306/task/25308/stat : 25308 (java) R 25303 25306 25230 0 -1 4202560 16280 0 0 0 94 4 0 0 20 0 15 0 271667040 14427033600 27121 33554432000 4194304 4196468 140735123330032 140506084232288 140506080009622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25309] ppid=25303 vsize=14088900 memory=4211974388063853962 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25309/stat : 25309 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14427033600 27121 33554432000 4194304 4196468 140735123330032 140506032618384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25310] ppid=25303 vsize=14088900 memory=3472468958086743724 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25310/stat : 25310 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14427033600 27121 33554432000 4194304 4196468 140735123330032 140506031565584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25311] ppid=25303 vsize=14088900 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25311/stat : 25311 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667041 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505673559184 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25312] ppid=25303 vsize=14088900 memory=4137290303932963203 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25312/stat : 25312 (java) S 25303 25306 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667041 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505672506384 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25313] ppid=25303 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25313/stat : 25313 (java) S 25303 25306 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667042 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505554851952 140506080008834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25314] ppid=25303 vsize=14088900 memory=8606216625674220404 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25314/stat : 25314 (java) S 25303 25306 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667042 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505553797920 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25315] ppid=25303 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25315/stat : 25315 (java) S 25303 25306 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667043 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505552745584 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25316] ppid=25303 vsize=14088900 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25316/stat : 25316 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505551693904 140506080016283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25317] ppid=25303 vsize=14088900 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25306/task/25317/stat : 25317 (java) R 25303 25306 25230 0 -1 1077944384 658 0 0 0 12 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505550641776 140506080008834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25318] ppid=25303 vsize=14088900 memory=6011555679673458743 CPUtime=0.1 cores=1,3,5,7
/proc/25306/task/25318/stat : 25318 (java) R 25303 25306 25230 0 -1 4202560 341 0 0 0 10 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505549588976 140506072982729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25319] ppid=25303 vsize=14088900 memory=5865913506906611642 CPUtime=0.28 cores=1,3,5,7
/proc/25306/task/25319/stat : 25319 (java) R 25303 25306 25230 0 -1 4202560 774 0 0 0 28 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505548536688 140506064078174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25320] ppid=25303 vsize=14088900 memory=2314885432472851535 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25320/stat : 25320 (java) S 25303 25306 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505547484128 140506080007893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
[pid=25306/tid=25321] ppid=25303 vsize=14088900 memory=4211113478579154058 CPUtime=0 cores=1,3,5,7
/proc/25306/task/25321/stat : 25321 (java) S 25303 25306 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667045 14427033600 27121 33554432000 4194304 4196468 140735123330032 140505546430896 140506080008834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10485760 140735123338313 140735123338505 140735123338505 140735123341263 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 108484 KiB

Child status: 0
Real time (s): 1.08567
CPU time (s): 1.67648
CPU user time (s): 1.59581
CPU system time (s): 0.080669
CPU usage (%): 154.419
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 108484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.59581
system time used= 0.080669
maximum resident set size= 117216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23448
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= 2088
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 25306
#   total CPU time (s): 1.67648
#   total CPU user time (s): 1.59581
#   total CPU system time (s): 0.080669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030519 second user time and 0.054937 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-17 23:23:58
IDJOB=4311805
IDBENCH=141018
IDSOLVER=2799
FILE ID=node151/4311805-1534541038
RUNJOBID= node151-1534541038-25262
PBS_JOBID= 21038628
Free space on /tmp= 51372 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311805-1534541038/watcher-4311805-1534541038 -o /tmp/evaluation-result-4311805-1534541038/solver-4311805-1534541038 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 118673023 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311805-1534541038.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=118673023

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24308984 kB
MemAvailable:   31869240 kB
Buffers:          211272 kB
Cached:          7622860 kB
SwapCached:           12 kB
Active:          4133972 kB
Inactive:        3773260 kB
Active(anon):      43372 kB
Inactive(anon):    98628 kB
Active(file):    4090600 kB
Inactive(file):  3674632 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71624 kB
Writeback:             0 kB
AnonPages:         73456 kB
Mapped:            31244 kB
Shmem:             65908 kB
Slab:             249956 kB
SReclaimable:     221716 kB
SUnreclaim:        28240 kB
KernelStack:        3104 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1324172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-17 23:24:00