Trace number 4298194

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
SuperSolver_Macq_Stevenart 2018-04-27? (NS) 2.89411 0.980096

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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.65/0.96	c Caught NotImplementedException
2.65/0.96	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:536)
2.65/0.96	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.65/0.96	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.65/0.96	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.65/0.96	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.65/0.96	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.65/0.96	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.65/0.96	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.65/0.96	c 	xcsp3.XCSP3.<init>(XCSP3.java:73)
2.65/0.96	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
2.65/0.96	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
2.65/0.96	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 (10357 MiB free)
  memory of node 1: 16384 MiB (14899 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298194-1532808813/watcher-4298194-1532808813 -o /tmp/evaluation-result-4298194-1532808813/solver-4298194-1532808813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532803839-684 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298194-1532808813.xml 

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=1331, runsolver pid=1328

[startup+0.100058 s]*
/proc/loadavg: 1.49 1.41 1.47 4/215 1346
/proc/meminfo: memFree=25848188/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661052 memory=27792 CPUtime=0.12 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 5274 0 0 0 11 1 0 0 20 0 15 0 98444441 10916917248 6948 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665263 6948 2851 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661052 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) R 1328 1331 29912 0 -1 4202560 3154 0 0 0 9 0 0 0 20 0 15 0 98444441 10916917248 6948 33554432000 4194304 4196468 140721722479136 140038216966240 140038212746646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661052 memory=342 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 6948 33554432000 4194304 4196468 140721722479136 140038149425936 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661052 memory=3835013501833975456 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 6948 33554432000 4194304 4196468 140721722479136 140038148373392 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037817494544 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037816442000 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444443 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037705172976 140038212745858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) S 1328 1331 29912 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 98444446 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037700962800 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037699910256 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0.01 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) R 1328 1331 29912 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 98444446 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037698857712 140038191680368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916917248 6948 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27792 KiB

[startup+0.210513 s]*
/proc/loadavg: 1.49 1.41 1.47 4/215 1346
/proc/meminfo: memFree=25835712/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661052 memory=40228 CPUtime=0.34 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 8199 0 0 0 32 2 0 0 20 0 15 0 98444441 10916917248 10057 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665263 10057 2987 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) R 1328 1331 29912 0 -1 4202560 5110 0 0 0 19 1 0 0 20 0 15 0 98444441 10916917248 10123 33554432000 4194304 4196468 140721722479136 140038216974192 140037828267012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661052 memory=342 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 10123 33554432000 4194304 4196468 140721722479136 140038149425936 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661052 memory=3835013501833975456 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 10123 33554432000 4194304 4196468 140721722479136 140038148373392 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037817494544 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444442 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037816442000 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444443 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037705172976 140038212745858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) R 1328 1331 29912 0 -1 4202560 688 0 0 0 2 0 0 0 20 0 15 0 98444446 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037700943816 140038193435314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) R 1328 1331 29912 0 -1 4202560 186 0 0 0 2 0 0 0 20 0 15 0 98444446 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037699894920 140038205024093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0.08 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) R 1328 1331 29912 0 -1 4202560 903 0 0 0 8 0 0 0 20 0 15 0 98444446 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037698854648 140038191653304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661052 memory=139929424238208 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916917248 10123 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40228 KiB

[startup+0.311121 s]*
/proc/loadavg: 1.49 1.41 1.47 5/215 1346
/proc/meminfo: memFree=25823316/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661128 memory=52804 CPUtime=0.66 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 10259 0 0 0 63 3 0 0 20 0 15 0 98444441 10916995072 13201 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665282 13201 3067 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661128 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) R 1328 1331 29912 0 -1 4202560 5476 0 0 0 28 1 0 0 20 0 15 0 98444441 10916995072 13201 33554432000 4194304 4196468 140721722479136 140038216970928 140037828257537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 13201 33554432000 4194304 4196468 140721722479136 140038149425936 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 13201 33554432000 4194304 4196468 140721722479136 140038148373392 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037817494544 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037816442000 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661128 memory=279858592765104 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98444443 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037705172976 140038212745858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661128 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661128 memory=279858720637296 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661128 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661128 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) R 1328 1331 29912 0 -1 4202560 1586 0 0 0 10 0 0 0 20 0 15 0 98444446 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037700948680 140038194278899 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661128 memory=143 CPUtime=0.08 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) S 1328 1331 29912 0 -1 1077944384 559 0 0 0 8 0 0 0 20 0 15 0 98444446 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037699910256 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661128 memory=279858592832800 CPUtime=0.15 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) R 1328 1331 29912 0 -1 4202560 1279 0 0 0 15 0 0 0 20 0 15 0 98444446 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037698854648 140038198449191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661128 memory=279858592621352 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661128 memory=12 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 13201 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 52804 KiB

[startup+0.703722 s]
/proc/loadavg: 1.49 1.41 1.47 6/215 1346
/proc/meminfo: memFree=25789684/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661128 memory=121864 CPUtime=2.01 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 12207 0 0 0 197 4 0 0 20 0 15 0 98444441 10916995072 30466 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665282 30466 3109 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661128 memory=465 CPUtime=0.68 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) R 1328 1331 29912 0 -1 4202560 5598 0 0 0 66 2 0 0 20 0 15 0 98444441 10916995072 30466 33554432000 4194304 4196468 140721722479136 140038216972320 140037828237997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 30466 33554432000 4194304 4196468 140721722479136 140038149425936 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661128 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 30466 33554432000 4194304 4196468 140721722479136 140038148373392 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661128 memory=279858592680736 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037817494544 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661128 memory=139929296401200 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037816442000 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98444443 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037705172976 140038212745858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661128 memory=-7091624348563251104 CPUtime=0.48 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) R 1328 1331 29912 0 -1 4202560 1985 0 0 0 48 0 0 0 20 0 15 0 98444446 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037700962928 140038192421296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) R 1328 1331 29912 0 -1 4202560 1390 0 0 0 46 0 0 0 20 0 15 0 98444446 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037699896816 140038190329616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661128 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) S 1328 1331 29912 0 -1 1077944384 1862 0 0 0 36 0 0 0 20 0 15 0 98444446 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037698857712 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661128 memory=1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 30466 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 121864 KiB

[startup+0.980037 s]
# the end of solver process 1331 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.75153 s, system=0.142581 s

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

[startup+0.80083 s]
/proc/loadavg: 1.49 1.41 1.47 6/215 1346
/proc/meminfo: memFree=25789684/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661128 memory=157012 CPUtime=2.3 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 12260 0 0 0 226 4 0 0 20 0 15 0 98444441 10916995072 39253 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665282 39253 3115 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661128 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) R 1328 1331 29912 0 -1 4202560 5615 0 0 0 75 3 0 0 20 0 15 0 98444441 10916995072 39253 33554432000 4194304 4196468 140721722479136 140038216972320 140037831899832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661128 memory=12 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 39253 33554432000 4194304 4196468 140721722479136 140038149425936 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661128 memory=511807 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 39253 33554432000 4194304 4196468 140721722479136 140038148373392 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661128 memory=286825 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037817494544 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661128 memory=31 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) S 1328 1331 29912 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98444442 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037816442000 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98444443 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037705172976 140038212745858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661128 memory=145675962688889 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661128 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) R 1328 1331 29912 0 -1 4202560 2000 0 0 0 58 0 0 0 20 0 15 0 98444446 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037700962928 140038205024165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661128 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) R 1328 1331 29912 0 -1 4202560 1408 0 0 0 56 0 0 0 20 0 15 0 98444446 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037699896816 140038191982618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661128 memory=279858592612592 CPUtime=0.36 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) S 1328 1331 29912 0 -1 1077944384 1865 0 0 0 36 0 0 0 20 0 15 0 98444446 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037698857712 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661128 memory=-6439724508107906857 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 39253 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 157012 KiB

[startup+0.901166 s]
/proc/loadavg: 1.49 1.41 1.47 6/215 1346
/proc/meminfo: memFree=25789684/32770624 swapFree=67028396/67108860
[pid=1331] ppid=1328 vsize=10661128 memory=224856 CPUtime=2.65 cores=0,2,4,6
/proc/1331/stat : 1331 (java) S 1328 1331 29912 0 -1 1077944320 12492 0 0 0 255 10 0 0 20 0 15 0 98444441 10916995072 56214 33554432000 4194304 4196468 140721722479136 140721722461680 140038212734711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
/proc/1331/statm: 2665282 56214 3115 1 0 2627263 0
[pid=1331/tid=1333] ppid=1328 vsize=10661128 memory=465 CPUtime=0.83 cores=0,2,4,6
/proc/1331/task/1333/stat : 1333 (java) S 1328 1331 29912 0 -1 1077944384 5626 0 0 0 80 3 0 0 20 0 15 0 98444441 10916995072 56214 33554432000 4194304 4196468 140721722479136 140038216973568 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1334] ppid=1328 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1331/task/1334/stat : 1334 (java) R 1328 1331 29912 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 15 0 98444442 10916995072 56214 33554432000 4194304 4196468 140721722479136 140038149426136 140038197762130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1335] ppid=1328 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1331/task/1335/stat : 1335 (java) R 1328 1331 29912 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 15 0 98444442 10916995072 56214 33554432000 4194304 4196468 140721722479136 140038148373280 140038197762130 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1336] ppid=1328 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1331/task/1336/stat : 1336 (java) R 1328 1331 29912 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 15 0 98444442 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037817494744 140038197762130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1337] ppid=1328 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1331/task/1337/stat : 1337 (java) R 1328 1331 29912 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 15 0 98444442 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037816442000 140038197762130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1338] ppid=1328 vsize=10661128 memory=1 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1338/stat : 1338 (java) S 1328 1331 29912 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 98444443 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037705171488 140038212744917 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1339] ppid=1328 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1339/stat : 1339 (java) S 1328 1331 29912 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037704119200 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1340] ppid=1328 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1340/stat : 1340 (java) S 1328 1331 29912 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98444444 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037703066608 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1341] ppid=1328 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1341/stat : 1341 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444446 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037702015184 140038212753307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1342] ppid=1328 vsize=10661128 memory=-3039135443232236825 CPUtime=0.66 cores=0,2,4,6
/proc/1331/task/1342/stat : 1342 (java) S 1328 1331 29912 0 -1 1077944384 2118 0 0 0 66 0 0 0 20 0 15 0 98444446 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037700947792 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1343] ppid=1328 vsize=10661128 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/1331/task/1343/stat : 1343 (java) S 1328 1331 29912 0 -1 1077944384 1409 0 0 0 61 0 0 0 20 0 15 0 98444446 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037699901360 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1344] ppid=1328 vsize=10661128 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/1331/task/1344/stat : 1344 (java) S 1328 1331 29912 0 -1 1077944384 1865 0 0 0 36 0 0 0 20 0 15 0 98444446 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037698857712 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1345] ppid=1328 vsize=10661128 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1345/stat : 1345 (java) S 1328 1331 29912 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037697805408 140038212744917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
[pid=1331/tid=1346] ppid=1328 vsize=10661128 memory=279858592680736 CPUtime=0 cores=0,2,4,6
/proc/1331/task/1346/stat : 1346 (java) S 1328 1331 29912 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98444447 10916995072 56214 33554432000 4194304 4196468 140721722479136 140037696751920 140038212745858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140721722487946 140721722488073 140721722488073 140721722490831 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 224856 KiB

Child status: 0
Real time (s): 0.980096
CPU time (s): 2.89411
CPU user time (s): 2.75153
CPU system time (s): 0.142581
CPU usage (%): 295.288
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 224856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.75153
system time used= 0.142581
maximum resident set size= 261032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12723
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= 1177
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 1331
#   total CPU time (s): 2.89411
#   total CPU user time (s): 2.75153
#   total CPU system time (s): 0.142581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0287 second user time and 0.047622 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 22:13:33
IDJOB=4298194
IDBENCH=141082
IDSOLVER=2767
FILE ID=node102/4298194-1532808813
RUNJOBID= node102-1532803839-684
PBS_JOBID= 21022470
Free space on /tmp= 52744 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-01-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298194-1532808813/watcher-4298194-1532808813 -o /tmp/evaluation-result-4298194-1532808813/solver-4298194-1532808813 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532803839-684 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298194-1532808813.xml

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=1922291112

node102.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.51
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.51
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.51
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.51
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:        25863236 kB
MemAvailable:   31012928 kB
Buffers:          217388 kB
Cached:          5187868 kB
SwapCached:        53404 kB
Active:          2130884 kB
Inactive:        4275240 kB
Active(anon):     926896 kB
Inactive(anon):    99116 kB
Active(file):    1203988 kB
Inactive(file):  4176124 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028396 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        954676 kB
Mapped:            48304 kB
Shmem:             22172 kB
Slab:             198756 kB
SReclaimable:     170832 kB
SUnreclaim:        27924 kB
KernelStack:        3504 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1890204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    903168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52744 MiB
End job on node102 at 2018-07-28 22:13:34