Trace number 4290569

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-07-02SAT 2.10061 1.25373

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
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.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 514765618
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...
2.00/1.20	c Parsing done, starting search...
2.00/1.23	s SATISFIABLE
2.00/1.23	v <instantiation>
2.00/1.23	v 	<list>
2.00/1.23	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
2.00/1.23	v 	</list>
2.00/1.23	v 	<values>
2.00/1.23	v 		2 5 8 1 7 13 14 6 9 15 12 4 3 11 10 0 0 0 0 0 1 3 4 1 2 3 3 1 2 5 5 1 0 2 1 2 0 5 4 4 0 4 5 3 0 2 2 1 0 0 0 0 0 0 0 0 
2.00/1.23	v 	</values>
2.00/1.23	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 (5929 MiB free)
  memory of node 1: 16384 MiB (12720 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290569-1532614250/watcher-4290569-1532614250 -o /tmp/evaluation-result-4290569-1532614250/solver-4290569-1532614250 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532609470-3352 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 514765618 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290569-1532614250.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=3977, runsolver pid=3974

[startup+0.101206 s]*
/proc/loadavg: 1.47 1.46 1.49 3/216 3992
/proc/meminfo: memFree=19080992/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14082740 memory=30464 CPUtime=0.11 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 6506 0 0 0 10 1 0 0 20 0 15 0 78988144 14420725760 7616 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3520685 7616 3155 1 0 3482761 0
[pid=3977/tid=3979] ppid=3974 vsize=14082740 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 4543 0 0 0 8 1 0 0 20 0 15 0 78988145 14420725760 7616 33554432000 4194304 4196468 140721105899024 140677208845440 140677204628637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14082740 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 7616 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 7616 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 7616 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988147 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) S 3974 3977 32325 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676113582832 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676112530288 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0.01 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) R 3974 3977 32325 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 78988150 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676111477232 140677196843838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988151 14420725760 7616 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30464 KiB

[startup+0.214873 s]*
/proc/loadavg: 1.47 1.46 1.49 6/216 3992
/proc/meminfo: memFree=19064620/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14082740 memory=47088 CPUtime=0.3 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 10382 0 0 0 28 2 0 0 20 0 15 0 78988144 14420725760 11772 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3520685 11772 3369 1 0 3482761 0
[pid=3977/tid=3979] ppid=3974 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 8051 0 0 0 18 1 0 0 20 0 15 0 78988145 14420725760 11772 33554432000 4194304 4196468 140721105899024 140677208832512 140677204618646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14082740 memory=331 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 11772 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14082740 memory=3690893712304567968 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 11772 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 11772 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78988147 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) S 3974 3977 32325 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 78988150 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676113582832 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) R 3974 3977 32325 0 -1 1077944384 117 0 0 0 1 0 0 0 20 0 15 0 78988150 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676112528688 140677204616917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0.05 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) R 3974 3977 32325 0 -1 4202560 334 0 0 0 5 0 0 0 20 0 15 0 78988150 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676111475192 140677183591384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988151 14420725760 11772 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47088 KiB

[startup+0.310582 s]*
/proc/loadavg: 1.47 1.46 1.49 3/216 3992
/proc/meminfo: memFree=19060464/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14082740 memory=50376 CPUtime=0.44 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 10772 0 0 0 41 3 0 0 20 0 15 0 78988144 14420725760 12594 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3520685 12594 3372 1 0 3482761 0
[pid=3977/tid=3979] ppid=3974 vsize=14082740 memory=93309861 CPUtime=0.3 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 8409 0 0 0 28 2 0 0 20 0 15 0 78988145 14420725760 12594 33554432000 4194304 4196468 140721105899024 140677208780936 140677186170286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 12594 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14082740 memory=139713004541903 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 12594 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14082740 memory=279426009081488 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 12594 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14082740 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14082740 memory=279426153621824 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78988147 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14082740 memory=139713004437639 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14082740 memory=279426008991016 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14082740 memory=2110063611680676 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) S 3974 3977 32325 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 78988150 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676113582832 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14082740 memory=2272 CPUtime=0.02 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) S 3974 3977 32325 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 78988150 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676112530288 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14082740 memory=139717444040319 CPUtime=0.07 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) S 3974 3977 32325 0 -1 1077944384 355 0 0 0 7 0 0 0 20 0 15 0 78988150 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676111477232 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14082740 memory=139713149073024 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988151 14420725760 12594 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50376 KiB

[startup+0.701214 s]
/proc/loadavg: 1.47 1.46 1.49 4/216 3992
/proc/meminfo: memFree=19036652/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14084808 memory=88712 CPUtime=0.98 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 17635 0 0 0 93 5 0 0 20 0 15 0 78988144 14422843392 22178 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3521202 22178 3501 1 0 3483273 0
[pid=3977/tid=3979] ppid=3974 vsize=14084808 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 14866 0 0 0 63 4 0 0 20 0 15 0 78988145 14422843392 22178 33554432000 4194304 4196468 140721105899024 140677208830816 140677188687198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14084808 memory=139713004571792 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14422843392 22178 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14422843392 22178 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14084808 memory=156824154153711 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14422843392 22178 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14084808 memory=26856 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78988147 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14084808 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14084808 memory=-3535359994705171299 CPUtime=0.06 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) S 3974 3977 32325 0 -1 1077944384 655 0 0 0 6 0 0 0 20 0 15 0 78988150 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676113582832 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14084808 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) S 3974 3977 32325 0 -1 1077944384 280 0 0 0 9 0 0 0 20 0 15 0 78988150 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676112530288 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14084808 memory=6944656592455360604 CPUtime=0.15 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) S 3974 3977 32325 0 -1 1077944384 453 0 0 0 15 0 0 0 20 0 15 0 78988150 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676111477232 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14084808 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988151 14422843392 22178 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88712 KiB

[startup+1.25366 s]
# the end of solver process 3977 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.02677 s, system=0.073833 s

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

[startup+0.800837 s]
/proc/loadavg: 1.47 1.46 1.49 4/216 3992
/proc/meminfo: memFree=19036652/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14086856 memory=95664 CPUtime=1.21 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 18258 0 0 0 116 5 0 0 20 0 15 0 78988144 14424940544 23916 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3521714 23916 3514 1 0 3483785 0
[pid=3977/tid=3979] ppid=3974 vsize=14086856 memory=7452425291422000448 CPUtime=0.77 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 15212 0 0 0 73 4 0 0 20 0 15 0 78988145 14424940544 23916 33554432000 4194304 4196468 140721105899024 140677208841744 140676838868234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14086856 memory=32196 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14424940544 23916 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14086856 memory=3905532881532047440 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14424940544 23916 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14424940544 23916 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14086856 memory=800 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78988147 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14086856 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14086856 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14086856 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14086856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) R 3974 3977 32325 0 -1 4202560 686 0 0 0 8 0 0 0 20 0 15 0 78988150 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676113568016 140677188092725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14086856 memory=11332 CPUtime=0.13 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) R 3974 3977 32325 0 -1 4202560 383 0 0 0 13 0 0 0 20 0 15 0 78988150 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676112516312 140677186151361 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14086856 memory=2244 CPUtime=0.21 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) R 3974 3977 32325 0 -1 4202560 595 0 0 0 21 0 0 0 20 0 15 0 78988150 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676111473600 140677183146588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14086856 memory=139713004658016 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988151 14424940544 23916 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 95664 KiB

[startup+1.20058 s]
/proc/loadavg: 1.47 1.46 1.49 3/216 3992
/proc/meminfo: memFree=19004952/32770624 swapFree=67108860/67108860
[pid=3977] ppid=3974 vsize=14090952 memory=122112 CPUtime=2 cores=1,3,5,7
/proc/3977/stat : 3977 (java) S 3974 3977 32325 0 -1 1077944320 23487 0 0 0 194 6 0 0 20 0 15 0 78988144 14429134848 30528 33554432000 4194304 4196468 140721105899024 140721105881568 140677204606711 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
/proc/3977/statm: 3522738 30528 3531 1 0 3484809 0
[pid=3977/tid=3979] ppid=3974 vsize=14090952 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/3977/task/3979/stat : 3979 (java) R 3974 3977 32325 0 -1 4202560 18561 0 0 0 112 5 0 0 20 0 15 0 78988145 14429134848 30528 33554432000 4194304 4196468 140721105899024 140677208840112 140677204618646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3980] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3980/stat : 3980 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14429134848 30528 33554432000 4194304 4196468 140721105899024 140677161159696 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3981] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3981/stat : 3981 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14429134848 30528 33554432000 4194304 4196468 140721105899024 140677160107152 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3982] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3982/stat : 3982 (java) S 3974 3977 32325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78988146 14429134848 30528 33554432000 4194304 4196468 140721105899024 140677159054096 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3983] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3983/stat : 3983 (java) S 3974 3977 32325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78988146 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676797229968 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3984] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3984/stat : 3984 (java) S 3974 3977 32325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78988147 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676117793008 140677204617858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3985] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3985/stat : 3985 (java) S 3974 3977 32325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78988148 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676116739232 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3986] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3986/stat : 3986 (java) S 3974 3977 32325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78988148 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676115686128 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3987] ppid=3974 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3987/stat : 3987 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676114634704 140677204625307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3988] ppid=3974 vsize=14090952 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/3977/task/3988/stat : 3988 (java) S 3974 3977 32325 0 -1 1077944384 1441 0 0 0 21 0 0 0 20 0 15 0 78988150 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676113582832 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3989] ppid=3974 vsize=14090952 memory=3474867068593058358 CPUtime=0.21 cores=1,3,5,7
/proc/3977/task/3989/stat : 3989 (java) S 3974 3977 32325 0 -1 1077944384 568 0 0 0 21 0 0 0 20 0 15 0 78988150 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676112530288 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3990] ppid=3974 vsize=14090952 memory=8025788822752027748 CPUtime=0.39 cores=1,3,5,7
/proc/3977/task/3990/stat : 3990 (java) R 3974 3977 32325 0 -1 4202560 1533 0 0 0 39 0 0 0 20 0 15 0 78988150 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676111472992 140677184040005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3991] ppid=3974 vsize=14090952 memory=5792262874651971664 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3991/stat : 3991 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988150 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676110424928 140677204616917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
[pid=3977/tid=3992] ppid=3974 vsize=14090952 memory=14499713906 CPUtime=0 cores=1,3,5,7
/proc/3977/task/3992/stat : 3992 (java) S 3974 3977 32325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78988151 14429134848 30528 33554432000 4194304 4196468 140721105899024 140676109371952 140677204617858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140721105904713 140721105904905 140721105904905 140721105907663 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 122112 KiB

Child status: 0
Real time (s): 1.25373
CPU time (s): 2.10061
CPU user time (s): 2.02677
CPU system time (s): 0.073833
CPU usage (%): 167.549
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 122112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.02677
system time used= 0.073833
maximum resident set size= 127784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24021
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= 2195
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 3977
#   total CPU time (s): 2.10061
#   total CPU user time (s): 2.02677
#   total CPU system time (s): 0.073833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026049 second user time and 0.060782 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-26 16:10:50
IDJOB=4290569
IDBENCH=141650
IDSOLVER=2743
FILE ID=node136/4290569-1532614250
RUNJOBID= node136-1532609470-3352
PBS_JOBID= 21021964
Free space on /tmp= 55832 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290569-1532614250/watcher-4290569-1532614250 -o /tmp/evaluation-result-4290569-1532614250/solver-4290569-1532614250 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532609470-3352 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 514765618 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290569-1532614250.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=514765618

node136.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.50
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.50
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.50
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.50
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:        19098116 kB
MemAvailable:   29728432 kB
Buffers:          233452 kB
Cached:         10623756 kB
SwapCached:            0 kB
Active:          4930468 kB
Inactive:        8180616 kB
Active(anon):    2204996 kB
Inactive(anon):    76672 kB
Active(file):    2725472 kB
Inactive(file):  8103944 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35700 kB
Writeback:             0 kB
AnonPages:       2264936 kB
Mapped:            54364 kB
Shmem:             25228 kB
Slab:             256788 kB
SReclaimable:     229360 kB
SUnreclaim:        27428 kB
KernelStack:        3680 kB
PageTables:         9576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4517716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55796 MiB
End job on node136 at 2018-07-26 16:10:51