Trace number 4298195

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) 2.92315 0.992995

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-01-opt_c18.xml
MD5SUMca38267c950192fd3d26d9a78c88ff19
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2519.92
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":18},{"size":22,"count":28},{"size":24,"count":16},{"size":36,"count":24},{"size":42,"count":34},{"size":44,"count":80}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":11},{"degree":6,"count":22},{"degree":7,"count":22},{"degree":8,"count":19},{"degree":9,"count":21},{"degree":10,"count":12},{"degree":11,"count":11},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":18,"count":8},{"degree":19,"count":13},{"degree":20,"count":16},{"degree":21,"count":18},{"degree":22,"count":14},{"degree":23,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints1134
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1134}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2.64/0.97	c Caught NotImplementedException
2.64/0.97	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:563)
2.64/0.97	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.64/0.97	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.64/0.97	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.64/0.97	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.64/0.97	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.64/0.97	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.64/0.97	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.64/0.97	c 	xcsp3.XCSP3.<init>(XCSP3.java:80)
2.64/0.97	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
2.64/0.97	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
2.64/0.97	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 (13555 MiB free)
  memory of node 1: 16384 MiB (12765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298195-1532748928/watcher-4298195-1532748928 -o /tmp/evaluation-result-4298195-1532748928/solver-4298195-1532748928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532740979-19309 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298195-1532748928.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=20176, runsolver pid=20173

[startup+0.103004 s]*
/proc/loadavg: 1.44 1.34 1.38 4/215 20191
/proc/meminfo: memFree=26937964/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10658972 memory=27508 CPUtime=0.13 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 5291 0 0 0 12 1 0 0 20 0 15 0 92455986 10914787328 6877 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2664743 6877 2860 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10658972 memory=-8269626465541068158 CPUtime=0.09 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) R 20173 20176 19278 0 -1 4202560 3111 0 0 0 8 1 0 0 20 0 15 0 92455987 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981802448880 139981798231446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981724294288 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10658972 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981723241488 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981722188688 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981721135888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10658972 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455989 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981289879920 139981798230658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) S 20173 20176 19278 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981285669744 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) S 20173 20176 19278 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981284616944 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10658972 memory=140349116155520 CPUtime=0.02 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) R 20173 20176 19278 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981283564144 139981777354985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10658972 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10914787328 6877 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27508 KiB

[startup+0.210445 s]*
/proc/loadavg: 1.44 1.34 1.38 4/215 20191
/proc/meminfo: memFree=26925620/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10661056 memory=40720 CPUtime=0.33 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 8238 0 0 0 31 2 0 0 20 0 15 0 92455986 10916921344 10180 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2665264 10180 3007 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) R 20173 20176 19278 0 -1 4202560 5105 0 0 0 18 1 0 0 20 0 15 0 92455987 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981802457696 139981798231446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981724294288 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10661056 memory=140349116670616 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981723241488 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981722188688 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981721135888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10661056 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455989 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981289879920 139981798230658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) R 20173 20176 19278 0 -1 4202560 564 0 0 0 3 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981285659664 139981784241724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) S 20173 20176 19278 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981284616944 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10661056 memory=140349116155520 CPUtime=0.08 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) R 20173 20176 19278 0 -1 4202560 940 0 0 0 8 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981283561936 139981777089061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10661056 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10916921344 10180 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40720 KiB

[startup+0.310841 s]*
/proc/loadavg: 1.44 1.34 1.38 5/215 20191
/proc/meminfo: memFree=26913208/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10661132 memory=53216 CPUtime=0.66 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 10337 0 0 0 63 3 0 0 20 0 15 0 92455986 10916999168 13304 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2665283 13304 3066 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) S 20173 20176 19278 0 -1 1077944384 5467 0 0 0 28 2 0 0 20 0 15 0 92455987 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981802453408 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981724294288 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10661132 memory=140349116501823 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981723241488 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981722188688 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981721135888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10661132 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981289879920 139981798230658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) R 20173 20176 19278 0 -1 1077944384 950 0 0 0 9 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981285669744 139981798230658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) R 20173 20176 19278 0 -1 4202560 1219 0 0 0 10 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981284602824 139981779746118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10661132 memory=140349116155520 CPUtime=0.15 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) R 20173 20176 19278 0 -1 4202560 1336 0 0 0 15 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981283564144 139981782299998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10661132 memory=140349116155520 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 13304 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53216 KiB

[startup+0.700714 s]
/proc/loadavg: 1.44 1.34 1.38 6/215 20191
/proc/meminfo: memFree=26877964/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10661132 memory=126128 CPUtime=1.99 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 12262 0 0 0 194 5 0 0 20 0 15 0 92455986 10916999168 31532 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2665283 31532 3120 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10661132 memory=16236 CPUtime=0.67 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) R 20173 20176 19278 0 -1 4202560 5632 0 0 0 64 3 0 0 20 0 15 0 92455987 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981802457040 139981389679495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10661132 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981724294288 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10661132 memory=640 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981723241488 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981722188688 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10661132 memory=960 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981721135888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981289879920 139981798230658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10661132 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10661132 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10661132 memory=6081108994580113768 CPUtime=0.44 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) R 20173 20176 19278 0 -1 4202560 1752 0 0 0 44 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981285657888 139981781719633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10661132 memory=6154282490091891024 CPUtime=0.48 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) R 20173 20176 19278 0 -1 4202560 1467 0 0 0 48 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981284607056 139981782612824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10661132 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) S 20173 20176 19278 0 -1 1077944384 2039 0 0 0 36 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981283564144 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 31532 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 126128 KiB

[startup+0.992943 s]
# the end of solver process 20176 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.75626 s, system=0.166892 s

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

[startup+0.800861 s]
/proc/loadavg: 1.44 1.34 1.38 6/215 20191
/proc/meminfo: memFree=26877964/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10661132 memory=162224 CPUtime=2.31 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 12561 0 0 0 225 6 0 0 20 0 15 0 92455986 10916999168 40556 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2665283 40556 3128 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10661132 memory=16092 CPUtime=0.78 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) R 20173 20176 19278 0 -1 4202560 5650 0 0 0 74 4 0 0 20 0 15 0 92455987 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981802455216 139981393804136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981724294288 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981723241488 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981722188688 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) S 20173 20176 19278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92455988 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981721135888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981289879920 139981798230658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10661132 memory=4211821575712184960 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10661132 memory=6944656592455359580 CPUtime=0.54 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) R 20173 20176 19278 0 -1 4202560 1767 0 0 0 54 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981285657888 139981775814640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10661132 memory=6944656592387989600 CPUtime=0.58 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) R 20173 20176 19278 0 -1 4202560 1725 0 0 0 58 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981284607056 139981779764112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10661132 memory=6944656592455359580 CPUtime=0.37 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) S 20173 20176 19278 0 -1 1077944384 2047 0 0 0 37 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981283564144 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 40556 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 162224 KiB

[startup+0.900847 s]
/proc/loadavg: 1.44 1.34 1.38 6/215 20191
/proc/meminfo: memFree=26877964/32770624 swapFree=67108532/67108860
[pid=20176] ppid=20173 vsize=10661132 memory=229808 CPUtime=2.64 cores=0,2,4,6
/proc/20176/stat : 20176 (java) S 20173 20176 19278 0 -1 1077944320 12720 0 0 0 253 11 0 0 20 0 15 0 92455986 10916999168 57452 33554432000 4194304 4196468 140723401612192 140723401594736 139981798219511 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
/proc/20176/statm: 2665283 57452 3128 1 0 2627263 0
[pid=20176/tid=20178] ppid=20173 vsize=10661132 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/20176/task/20178/stat : 20178 (java) S 20173 20176 19278 0 -1 1077944384 5659 0 0 0 78 4 0 0 20 0 15 0 92455987 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981802457504 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20179] ppid=20173 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20176/task/20179/stat : 20179 (java) R 20173 20176 19278 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 15 0 92455988 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981724292096 139981783241622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20180] ppid=20173 vsize=10661132 memory=668169 CPUtime=0.04 cores=0,2,4,6
/proc/20176/task/20180/stat : 20180 (java) R 20173 20176 19278 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 15 0 92455988 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981723241688 139981783246930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20181] ppid=20173 vsize=10661132 memory=6944656592455097440 CPUtime=0.04 cores=0,2,4,6
/proc/20176/task/20181/stat : 20181 (java) R 20173 20176 19278 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 92455988 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981722188688 139981783244728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20182] ppid=20173 vsize=10661132 memory=6944656592455359580 CPUtime=0.04 cores=0,2,4,6
/proc/20176/task/20182/stat : 20182 (java) R 20173 20176 19278 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 15 0 92455988 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981721133864 139981783243388 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20183] ppid=20173 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20183/stat : 20183 (java) S 20173 20176 19278 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981289878432 139981798229717 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20184] ppid=20173 vsize=10661132 memory=-6654736624941163865 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20184/stat : 20184 (java) S 20173 20176 19278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92455989 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981288825888 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20185] ppid=20173 vsize=10661132 memory=7680755529317381692 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20185/stat : 20185 (java) S 20173 20176 19278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92455990 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981287773040 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20186] ppid=20173 vsize=10661132 memory=6944656425123422848 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20186/stat : 20186 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981286721360 139981798238107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20187] ppid=20173 vsize=10661132 memory=-7027408097459412384 CPUtime=0.59 cores=0,2,4,6
/proc/20176/task/20187/stat : 20187 (java) S 20173 20176 19278 0 -1 1077944384 1777 0 0 0 59 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981285654736 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20188] ppid=20173 vsize=10661132 memory=4137293581110450563 CPUtime=0.63 cores=0,2,4,6
/proc/20176/task/20188/stat : 20188 (java) S 20173 20176 19278 0 -1 1077944384 1743 0 0 0 63 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981284601936 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20189] ppid=20173 vsize=10661132 memory=6944656591801720471 CPUtime=0.37 cores=0,2,4,6
/proc/20176/task/20189/stat : 20189 (java) S 20173 20176 19278 0 -1 1077944384 2047 0 0 0 37 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981283564144 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20190] ppid=20173 vsize=10661132 memory=-9001734043636558696 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20190/stat : 20190 (java) S 20173 20176 19278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981282511584 139981798229717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
[pid=20176/tid=20191] ppid=20173 vsize=10661132 memory=126128 CPUtime=0 cores=0,2,4,6
/proc/20176/task/20191/stat : 20191 (java) S 20173 20176 19278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92455992 10916999168 57452 33554432000 4194304 4196468 140723401612192 139981281458864 139981798230658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12271616 140723401618552 140723401618697 140723401618697 140723401621455 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 229808 KiB

Child status: 0
Real time (s): 0.992995
CPU time (s): 2.92315
CPU user time (s): 2.75626
CPU system time (s): 0.166892
CPU usage (%): 294.377
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 229808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.75626
system time used= 0.166892
maximum resident set size= 263692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12924
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= 1164
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 20176
#   total CPU time (s): 2.92315
#   total CPU user time (s): 2.75626
#   total CPU system time (s): 0.166892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026627 second user time and 0.049158 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 05:35:28
IDJOB=4298195
IDBENCH=141082
IDSOLVER=2768
FILE ID=node104/4298195-1532748928
RUNJOBID= node104-1532740979-19309
PBS_JOBID= 21022449
Free space on /tmp= 48344 MiB

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

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=1453488647

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:        26952972 kB
MemAvailable:   30759732 kB
Buffers:          138384 kB
Cached:          3921056 kB
SwapCached:           12 kB
Active:          3101944 kB
Inactive:        2202788 kB
Active(anon):    1199848 kB
Inactive(anon):    73040 kB
Active(file):    1902096 kB
Inactive(file):  2129748 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:       1252024 kB
Mapped:            52124 kB
Shmem:             25060 kB
Slab:             210036 kB
SReclaimable:     181504 kB
SUnreclaim:        28532 kB
KernelStack:        3536 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1169408 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= 48344 MiB
End job on node104 at 2018-07-28 05:35:29