Trace number 4290808

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-07-02SAT 2.24013 1.30506

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 742825290
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.67/1.11	c Parsing done, starting search...
1.94/1.28	s SATISFIABLE
1.94/1.29	v <instantiation>
1.94/1.29	v 	<list>
1.94/1.29	v 		cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
1.94/1.29	v 	</list>
1.94/1.29	v 	<values>
1.94/1.29	v 		25 0 1 10 24 22 2 21 23 3 9 20 17 4 14 19 8 15 25 9 2 19 20 11 13 5 7 24 10 23 12 22 1 21 18 14 17 8 16 3 15 6 4 
1.94/1.29	v 	</values>
1.94/1.29	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 (7286 MiB free)
  memory of node 1: 16384 MiB (10006 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290808-1532232446/watcher-4290808-1532232446 -o /tmp/evaluation-result-4290808-1532232446/solver-4290808-1532232446 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 742825290 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290808-1532232446.xml 

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

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


[startup+0.107765 s]*
/proc/loadavg: 1.57 1.43 1.39 4/215 32727
/proc/meminfo: memFree=17690852/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14082740 memory=31856 CPUtime=0.13 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 6910 0 0 0 12 1 0 0 20 0 15 0 40807464 14420725760 7964 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3520685 7964 3140 1 0 3482761 0
[pid=32712/tid=32714] ppid=32709 vsize=14082740 memory=-8701690554792054907 CPUtime=0.1 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) R 32709 32712 31868 0 -1 4202560 5012 0 0 0 9 1 0 0 20 0 15 0 40807464 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394763412304 140394751437630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807466 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) S 32709 32712 31868 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 40807469 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394297101168 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14420725760 8030 33554432000 4194304 4196468 140726057162368 140394296048368 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0.01 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) S 32709 32712 31868 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 40807469 14420725760 8096 33554432000 4194304 4196468 140726057162368 140394294995568 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 8096 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 8096 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31856 KiB

[startup+0.21565 s]*
/proc/loadavg: 1.57 1.43 1.39 6/215 32727
/proc/meminfo: memFree=17675720/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14082740 memory=47092 CPUtime=0.31 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 10389 0 0 0 29 2 0 0 20 0 15 0 40807464 14420725760 11773 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3520685 11773 3381 1 0 3482761 0
[pid=32712/tid=32714] ppid=32709 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) S 32709 32712 31868 0 -1 1077944384 8104 0 0 0 19 2 0 0 20 0 15 0 40807464 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394763424992 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14082740 memory=139682020382498 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807466 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) S 32709 32712 31868 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 40807469 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394297101168 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) S 32709 32712 31868 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 40807469 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394296048368 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0.06 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) R 32709 32712 31868 0 -1 4202560 308 0 0 0 6 0 0 0 20 0 15 0 40807469 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394294995568 140394759212438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 11773 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47092 KiB

[startup+0.310349 s]*
/proc/loadavg: 1.57 1.43 1.39 4/215 32727
/proc/meminfo: memFree=17672432/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14082740 memory=50568 CPUtime=0.43 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 10769 0 0 0 41 2 0 0 20 0 15 0 40807464 14420725760 12642 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3520685 12642 3428 1 0 3482761 0
[pid=32712/tid=32714] ppid=32709 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) R 32709 32712 31868 0 -1 4202560 8454 0 0 0 28 2 0 0 20 0 15 0 40807464 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394763408336 140394739475695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14082740 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14082740 memory=139682020382497 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807466 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) S 32709 32712 31868 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 40807469 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394297101168 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) S 32709 32712 31868 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 40807469 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394296048368 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0.08 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) S 32709 32712 31868 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 15 0 40807469 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394294995568 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14082740 memory=139682020157056 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807470 14420725760 12642 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50568 KiB

[startup+0.700672 s]
/proc/loadavg: 1.57 1.43 1.39 3/215 32727
/proc/meminfo: memFree=17648496/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14084808 memory=88912 CPUtime=0.98 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 17597 0 0 0 93 5 0 0 20 0 15 0 40807464 14422843392 22228 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3521202 22228 3497 1 0 3483273 0
[pid=32712/tid=32714] ppid=32709 vsize=14084808 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) R 32709 32712 31868 0 -1 4202560 14886 0 0 0 63 4 0 0 20 0 15 0 40807464 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394763411488 140394759222429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14084808 memory=9680 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14084808 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14084808 memory=644 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14084808 memory=952 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14084808 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807466 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14084808 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14084808 memory=6081105704601809001 CPUtime=0.09 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) S 32709 32712 31868 0 -1 1077944384 557 0 0 0 9 0 0 0 20 0 15 0 40807469 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394297101168 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14084808 memory=6220993253238723945 CPUtime=0.05 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) S 32709 32712 31868 0 -1 1077944384 355 0 0 0 5 0 0 0 20 0 15 0 40807469 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394296048368 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14084808 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) S 32709 32712 31868 0 -1 1077944384 417 0 0 0 14 0 0 0 20 0 15 0 40807469 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394294995568 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14084808 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807470 14422843392 22228 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88912 KiB

[startup+1.30503 s]
# the end of solver process 32712 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.15784 s, system=0.08229 s

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

[startup+0.800911 s]
/proc/loadavg: 1.57 1.43 1.39 3/215 32727
/proc/meminfo: memFree=17648496/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14086856 memory=93348 CPUtime=1.17 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 18184 0 0 0 112 5 0 0 20 0 15 0 40807464 14424940544 23337 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3521714 23337 3503 1 0 3483785 0
[pid=32712/tid=32714] ppid=32709 vsize=14086856 memory=4008 CPUtime=0.77 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) R 32709 32712 31868 0 -1 4202560 15306 0 0 0 73 4 0 0 20 0 15 0 40807464 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394763437552 140394739478560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14086856 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14086856 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807466 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14086856 memory=664970774370811550 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14086856 memory=6944656592455359580 CPUtime=0.1 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) S 32709 32712 31868 0 -1 1077944384 566 0 0 0 10 0 0 0 20 0 15 0 40807469 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394297101168 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14086856 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) R 32709 32712 31868 0 -1 4202560 382 0 0 0 8 0 0 0 20 0 15 0 40807469 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394296048368 140394740743795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14086856 memory=6944656592455360604 CPUtime=0.19 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) S 32709 32712 31868 0 -1 1077944384 548 0 0 0 19 0 0 0 20 0 15 0 40807469 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394294995568 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14086856 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14086856 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807470 14424940544 23337 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 93348 KiB

[startup+1.20062 s]
/proc/loadavg: 1.57 1.43 1.39 3/215 32727
/proc/meminfo: memFree=17618780/32770624 swapFree=67108860/67108860
[pid=32712] ppid=32709 vsize=14090952 memory=121036 CPUtime=1.94 cores=0,2,4,6
/proc/32712/stat : 32712 (java) S 32709 32712 31868 0 -1 1077944320 24187 0 0 0 187 7 0 0 20 0 15 0 40807464 14429134848 30259 33554432000 4194304 4196468 140726057162368 140726057144912 140394759200503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
/proc/32712/statm: 3522738 30259 3527 1 0 3484809 0
[pid=32712/tid=32714] ppid=32709 vsize=14090952 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/32712/task/32714/stat : 32714 (java) R 32709 32712 31868 0 -1 4202560 19640 0 0 0 112 5 0 0 20 0 15 0 40807464 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394763436400 140394381991566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32715] ppid=32709 vsize=14090952 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32715/stat : 32715 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394354973840 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32716] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32716/stat : 32716 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394353921040 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32717] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32717/stat : 32717 (java) S 32709 32712 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40807465 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394352868240 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32718] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32718/stat : 32718 (java) S 32709 32712 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40807465 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394351815440 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32719] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32719/stat : 32719 (java) S 32709 32712 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40807466 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394301311344 140394759211650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32720] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32720/stat : 32720 (java) S 32709 32712 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40807467 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394300257312 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32721] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32721/stat : 32721 (java) S 32709 32712 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40807467 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394299204464 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32722] ppid=32709 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32722/stat : 32722 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807469 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394298152784 140394759219099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32723] ppid=32709 vsize=14090952 memory=279363732725392 CPUtime=0.17 cores=0,2,4,6
/proc/32712/task/32723/stat : 32723 (java) R 32709 32712 31868 0 -1 4202560 895 0 0 0 17 0 0 0 20 0 15 0 40807469 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394297079600 140394745241029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32724] ppid=32709 vsize=14090952 memory=10 CPUtime=0.17 cores=0,2,4,6
/proc/32712/task/32724/stat : 32724 (java) R 32709 32712 31868 0 -1 4202560 651 0 0 0 17 0 0 0 20 0 15 0 40807469 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394296037360 140394738487920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32725] ppid=32709 vsize=14090952 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/32712/task/32725/stat : 32725 (java) S 32709 32712 31868 0 -1 1077944384 1613 0 0 0 40 0 0 0 20 0 15 0 40807469 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394294995568 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32726] ppid=32709 vsize=14090952 memory=81724 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32726/stat : 32726 (java) S 32709 32712 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40807470 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394226510560 140394759210709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
[pid=32712/tid=32727] ppid=32709 vsize=14090952 memory=281062659915678 CPUtime=0 cores=0,2,4,6
/proc/32712/task/32727/stat : 32727 (java) S 32709 32712 31868 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 40807470 14429134848 30259 33554432000 4194304 4196468 140726057162368 140394225457840 140394759211650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23105536 140726057165905 140726057166089 140726057166089 140726057168847 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 121036 KiB

Child status: 0
Real time (s): 1.30506
CPU time (s): 2.24013
CPU user time (s): 2.15784
CPU system time (s): 0.08229
CPU usage (%): 171.649
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 121036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15784
system time used= 0.08229
maximum resident set size= 127616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24906
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= 2475
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 32712
#   total CPU time (s): 2.24013
#   total CPU user time (s): 2.15784
#   total CPU system time (s): 0.08229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031137 second user time and 0.054532 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 06:07:26
IDJOB=4290808
IDBENCH=141172
IDSOLVER=2744
FILE ID=node106/4290808-1532232446
RUNJOBID= node106-1532226506-31899
PBS_JOBID= 21018948
Free space on /tmp= 52996 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_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-4290808-1532232446/watcher-4290808-1532232446 -o /tmp/evaluation-result-4290808-1532232446/solver-4290808-1532232446 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 742825290 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290808-1532232446.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=742825290

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17709532 kB
MemAvailable:   31468176 kB
Buffers:          230104 kB
Cached:         13618796 kB
SwapCached:            0 kB
Active:          1787216 kB
Inactive:       12586572 kB
Active(anon):     527388 kB
Inactive(anon):    17096 kB
Active(file):    1259828 kB
Inactive(file): 12569476 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35940 kB
Writeback:             0 kB
AnonPages:        531592 kB
Mapped:            48684 kB
Shmem:             17036 kB
Slab:             384976 kB
SReclaimable:     357800 kB
SUnreclaim:        27176 kB
KernelStack:        3824 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1221992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52960 MiB
End job on node106 at 2018-07-22 06:07:27