Trace number 4298265

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 NameAnswerobjective functionCPU timeWall clock time
The dodo solver 2018-04-29? (NS) 3.58598 1.27512

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-02-opt_c18.xml
MD5SUM17429597c674cf3d46f4fdcf8d0004b5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2519.73
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":56},{"size":22,"count":4},{"size":36,"count":66},{"size":42,"count":116},{"size":44,"count":158}]
Minimum variable degree4
Maximum variable degree32
Distribution of variable degrees[{"degree":4,"count":2},{"degree":6,"count":12},{"degree":7,"count":21},{"degree":8,"count":38},{"degree":9,"count":42},{"degree":10,"count":44},{"degree":11,"count":45},{"degree":12,"count":27},{"degree":13,"count":16},{"degree":14,"count":27},{"degree":15,"count":21},{"degree":16,"count":44},{"degree":17,"count":30},{"degree":18,"count":17},{"degree":19,"count":7},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":32,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints2245
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2245}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
3.41/1.25	c Caught NotImplementedException
3.41/1.26	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:563)
3.41/1.26	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.41/1.26	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.41/1.26	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.41/1.26	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.41/1.26	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.41/1.26	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.41/1.26	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.41/1.26	c 	xcsp3.XCSP3.<init>(XCSP3.java:80)
3.41/1.26	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
3.41/1.26	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
3.41/1.26	s UNSUPPORTED

Verifier Data


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 (13552 MiB free)
  memory of node 1: 16384 MiB (9945 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298265-1532751406/watcher-4298265-1532751406 -o /tmp/evaluation-result-4298265-1532751406/solver-4298265-1532751406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532740979-19309 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298265-1532751406.xml --timelimit 2520 

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

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

solver pid=20577, runsolver pid=20574

[startup+0.102594 s]*
/proc/loadavg: 1.73 1.70 1.63 4/215 20592
/proc/meminfo: memFree=24047488/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10658972 memory=27472 CPUtime=0.12 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 5290 0 0 0 12 0 0 0 20 0 15 0 92703763 10914787328 6868 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2664743 6868 2827 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10658972 memory=-8269626465541459583 CPUtime=0.09 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 3099 0 0 0 9 0 0 0 20 0 15 0 92703764 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790766344160 139790762134934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703765 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10658972 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10658972 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703766 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) R 20574 20577 19278 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790317714160 139790762134934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) S 20574 20577 19278 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790316661616 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10658972 memory=139941020436096 CPUtime=0.02 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) R 20574 20577 19278 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790315608560 139790746203486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10658972 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10914787328 6868 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27472 KiB

[startup+0.210445 s]*
/proc/loadavg: 1.73 1.70 1.63 4/215 20592
/proc/meminfo: memFree=24035332/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10661056 memory=40436 CPUtime=0.34 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 8171 0 0 0 32 2 0 0 20 0 15 0 92703763 10916921344 10109 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2665264 10109 3010 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 5101 0 0 0 19 1 0 0 20 0 15 0 92703764 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790766361120 139790762134934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703765 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10661056 memory=139941020948082 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10661056 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703766 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) S 20574 20577 19278 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790317714160 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) S 20574 20577 19278 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790316661616 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10661056 memory=139941020436096 CPUtime=0.08 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) R 20574 20577 19278 0 -1 4202560 898 0 0 0 8 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790315608560 139790741033496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10661056 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10916921344 10109 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40436 KiB

[startup+0.311056 s]*
/proc/loadavg: 1.73 1.70 1.63 6/215 20592
/proc/meminfo: memFree=24022308/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10661132 memory=54292 CPUtime=0.68 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 10672 0 0 0 66 2 0 0 20 0 15 0 92703763 10916999168 13573 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2665283 13573 3078 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 5440 0 0 0 28 1 0 0 20 0 15 0 92703764 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790766358736 139790762134934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10661132 memory=139941020782399 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10661132 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92703766 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10661132 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) R 20574 20577 19278 0 -1 4202560 1494 0 0 0 11 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790317700040 139790743644170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) S 20574 20577 19278 0 -1 1077944384 820 0 0 0 10 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790316661616 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10661132 memory=139941020436096 CPUtime=0.15 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) R 20574 20577 19278 0 -1 4202560 1553 0 0 0 15 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790315608560 139790746432232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10661132 memory=139941020436096 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 13573 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 54292 KiB

[startup+0.700763 s]
/proc/loadavg: 1.73 1.70 1.63 5/215 20592
/proc/meminfo: memFree=23988364/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10661132 memory=121616 CPUtime=2.03 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 12131 0 0 0 199 4 0 0 20 0 15 0 92703763 10916999168 30404 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2665283 30404 3111 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10661132 memory=16236 CPUtime=0.67 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 5653 0 0 0 65 2 0 0 20 0 15 0 92703764 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790766358896 139790402031001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10661132 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10661132 memory=640 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10661132 memory=960 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92703766 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10661132 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10661132 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10661132 memory=6081108994580113768 CPUtime=0.49 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) R 20574 20577 19278 0 -1 4202560 1701 0 0 0 49 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790317701008 139790754412465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10661132 memory=6154282490091891024 CPUtime=0.45 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) R 20574 20577 19278 0 -1 4202560 1385 0 0 0 45 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790316652944 139790741369848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10661132 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) S 20574 20577 19278 0 -1 1077944384 2019 0 0 0 37 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790315608560 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 30404 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 2.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121616 KiB

[startup+1.27507 s]
# the end of solver process 20577 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.45133 s, system=0.134651 s

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

[startup+0.801099 s]
/proc/loadavg: 1.73 1.70 1.63 5/215 20592
/proc/meminfo: memFree=23988364/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10661132 memory=163444 CPUtime=2.3 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 12396 0 0 0 225 5 0 0 20 0 15 0 92703763 10916999168 40861 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2665283 40861 3124 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10661132 memory=16124 CPUtime=0.77 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 5673 0 0 0 74 3 0 0 20 0 15 0 92703764 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790766358896 139790402146183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92703765 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92703766 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 40861 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10661132 memory=4211821575712184960 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10661132 memory=6944656592455359580 CPUtime=0.54 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) R 20574 20577 19278 0 -1 4202560 1714 0 0 0 54 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790317695568 139790745623172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10661132 memory=6944656592387989600 CPUtime=0.55 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) R 20574 20577 19278 0 -1 4202560 1576 0 0 0 55 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790316661616 139790739718056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10661132 memory=6944656592455359580 CPUtime=0.39 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) R 20574 20577 19278 0 -1 4202560 2061 0 0 0 39 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790315608560 139790755219835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 41373 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 163444 KiB

[startup+1.2011 s]
/proc/loadavg: 1.73 1.70 1.63 4/215 20592
/proc/meminfo: memFree=23815220/32770624 swapFree=67108532/67108860
[pid=20577] ppid=20574 vsize=10661132 memory=261008 CPUtime=3.41 cores=0,2,4,6
/proc/20577/stat : 20577 (java) S 20574 20577 19278 0 -1 1077944320 12936 0 0 0 329 12 0 0 20 0 15 0 92703763 10916999168 65252 33554432000 4194304 4196468 140736896309216 140736896291760 139790762122999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
/proc/20577/statm: 2665283 65252 3147 1 0 2627263 0
[pid=20577/tid=20579] ppid=20574 vsize=10661132 memory=0 CPUtime=1.07 cores=0,2,4,6
/proc/20577/task/20579/stat : 20579 (java) R 20574 20577 19278 0 -1 4202560 5704 0 0 0 103 4 0 0 20 0 15 0 92703764 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790766360536 139790398071942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20580] ppid=20574 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20577/task/20580/stat : 20580 (java) S 20574 20577 19278 0 -1 1077944384 40 0 0 0 6 1 0 0 20 0 15 0 92703765 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790718675984 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20581] ppid=20574 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20577/task/20581/stat : 20581 (java) S 20574 20577 19278 0 -1 1077944384 19 0 0 0 3 1 0 0 20 0 15 0 92703765 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790717623440 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20582] ppid=20574 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20577/task/20582/stat : 20582 (java) S 20574 20577 19278 0 -1 1077944384 45 0 0 0 7 2 0 0 20 0 15 0 92703765 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790367251216 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20583] ppid=20574 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20577/task/20583/stat : 20583 (java) S 20574 20577 19278 0 -1 1077944384 38 0 0 0 3 1 0 0 20 0 15 0 92703765 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790366198672 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20584] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20584/stat : 20584 (java) S 20574 20577 19278 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92703766 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790321924336 139790762134146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20585] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20585/stat : 20585 (java) S 20574 20577 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790320870560 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20586] ppid=20574 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20586/stat : 20586 (java) S 20574 20577 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92703767 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790319817456 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20587] ppid=20574 vsize=10661132 memory=42577 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20587/stat : 20587 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790318766032 139790762141595 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20588] ppid=20574 vsize=10661132 memory=90553077205738 CPUtime=0.8 cores=0,2,4,6
/proc/20577/task/20588/stat : 20588 (java) S 20574 20577 19278 0 -1 1077944384 1759 0 0 0 80 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790317714160 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20589] ppid=20574 vsize=10661132 memory=11009702937 CPUtime=0.83 cores=0,2,4,6
/proc/20577/task/20589/stat : 20589 (java) R 20574 20577 19278 0 -1 4202560 1810 0 0 0 83 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790316661616 139790748178371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20590] ppid=20574 vsize=10661132 memory=7444596695538117521 CPUtime=0.4 cores=0,2,4,6
/proc/20577/task/20590/stat : 20590 (java) S 20574 20577 19278 0 -1 1077944384 2077 0 0 0 40 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790315608560 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20591] ppid=20574 vsize=10661132 memory=98160 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20591/stat : 20591 (java) S 20574 20577 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790246734688 139790762133205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
[pid=20577/tid=20592] ppid=20574 vsize=10661132 memory=176823803617488 CPUtime=0 cores=0,2,4,6
/proc/20577/task/20592/stat : 20592 (java) S 20574 20577 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92703769 10916999168 65252 33554432000 4194304 4196468 140736896309216 139790245681712 139790762134146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140736896312440 140736896312585 140736896312585 140736896315343 0
Current children cumulated CPU time: 3.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 261008 KiB

Child status: 0
Real time (s): 1.27512
CPU time (s): 3.58598
CPU user time (s): 3.45133
CPU system time (s): 0.134651
CPU usage (%): 281.227
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 261008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.45133
system time used= 0.134651
maximum resident set size= 261976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13012
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= 1235
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 20577
#   total CPU time (s): 3.58598
#   total CPU user time (s): 3.45133
#   total CPU system time (s): 0.134651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031008 second user time and 0.055815 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 06:16:46
IDJOB=4298265
IDBENCH=141092
IDSOLVER=2768
FILE ID=node104/4298265-1532751406
RUNJOBID= node104-1532740979-19309
PBS_JOBID= 21022449
Free space on /tmp= 48316 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-02-opt_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298265-1532751406/watcher-4298265-1532751406 -o /tmp/evaluation-result-4298265-1532751406/solver-4298265-1532751406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532740979-19309 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298265-1532751406.xml --timelimit 2520

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

MD5SUM BENCH= 17429597c674cf3d46f4fdcf8d0004b5
RANDOM SEED=1174813368

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        24062912 kB
MemAvailable:   27901004 kB
Buffers:          139488 kB
Cached:          3951400 kB
SwapCached:           12 kB
Active:          5983168 kB
Inactive:        2204840 kB
Active(anon):    4051844 kB
Inactive(anon):    73040 kB
Active(file):    1931324 kB
Inactive(file):  2131800 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       4057124 kB
Mapped:            52316 kB
Shmem:             25060 kB
Slab:             210036 kB
SReclaimable:     181608 kB
SUnreclaim:        28428 kB
KernelStack:        3808 kB
PageTables:        13200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5464500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3301376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48316 MiB
End job on node104 at 2018-07-28 06:16:47