Trace number 4298262

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
slowpoke 2018-04-29? (NS) 3.94041 1.41042

General information on the benchmark

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

Solver Data

0.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
3.73/1.38	c Caught NotImplementedException
3.73/1.38	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:629)
3.73/1.38	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.73/1.38	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.73/1.38	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.73/1.38	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.73/1.38	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.73/1.38	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.73/1.38	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.73/1.38	c 	xcsp3.XCSP3.<init>(XCSP3.java:84)
3.73/1.38	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
3.73/1.38	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
3.73/1.38	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 (11084 MiB free)
  memory of node 1: 16384 MiB (14741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298262-1532752694/watcher-4298262-1532752694 -o /tmp/evaluation-result-4298262-1532752694/solver-4298262-1532752694 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298262-1532752694.xml --timelimit 2520 

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

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=3700, runsolver pid=3697

[startup+0.103616 s]*
/proc/loadavg: 2.22 2.18 2.12 7/215 3715
/proc/meminfo: memFree=26429364/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661056 memory=27936 CPUtime=0.13 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 5387 0 0 0 12 1 0 0 20 0 15 0 92832647 10916921344 6984 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665264 6984 2871 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661056 memory=-8537234393077216448 CPUtime=0.09 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 3204 0 0 0 9 0 0 0 20 0 15 0 92832648 10916921344 6984 33554432000 4194304 4196468 140724493351584 139952613740048 139952593556837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 6984 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 6984 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 6984 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 6984 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832650 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) R 3697 3700 1972 0 -1 4202560 312 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951639341424 139952586767312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951638288624 139952609524354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0.02 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) R 3697 3700 1972 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951637235824 139952587879824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 6984 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27936 KiB

[startup+0.210494 s]*
/proc/loadavg: 2.22 2.18 2.12 8/215 3715
/proc/meminfo: memFree=26417828/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661056 memory=40404 CPUtime=0.34 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 8203 0 0 0 32 2 0 0 20 0 15 0 92832647 10916921344 10101 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665264 10101 3000 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 5140 0 0 0 19 1 0 0 20 0 15 0 92832648 10916921344 10101 33554432000 4194304 4196468 140724493351584 139952613751152 139952197356540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 10101 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661056 memory=140175565871492 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 10101 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 10101 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832649 10916921344 10101 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832650 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) R 3697 3700 1972 0 -1 4202560 581 0 0 0 2 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951639328208 139952601802656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951638288720 139952609523413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0.08 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) R 3697 3700 1972 0 -1 4202560 884 0 0 0 8 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951637230864 139952593823008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661056 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916921344 10101 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40404 KiB

[startup+0.310433 s]*
/proc/loadavg: 2.22 2.18 2.12 6/215 3715
/proc/meminfo: memFree=26402324/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661132 memory=54100 CPUtime=0.7 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 10609 0 0 0 67 3 0 0 20 0 15 0 92832647 10916999168 13525 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665283 13525 3079 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 5443 0 0 0 28 1 0 0 20 0 15 0 92832648 10916999168 13525 33554432000 4194304 4196468 140724493351584 139952613747040 139952593593694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661132 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 13525 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661132 memory=140175565862014 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 13525 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 13525 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 13525 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661132 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661132 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) R 3697 3700 1972 0 -1 4202560 1624 0 0 0 12 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951639323016 139952601750334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661132 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 1077944384 796 0 0 0 9 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951638288624 139952609524354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661132 memory=140175565383296 CPUtime=0.16 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) R 3697 3700 1972 0 -1 4202560 1383 0 0 0 16 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951637235824 139952609525142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661132 memory=140175565383296 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 13525 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 54100 KiB

[startup+0.70078 s]
/proc/loadavg: 2.22 2.18 2.12 6/215 3715
/proc/meminfo: memFree=26367884/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661132 memory=131168 CPUtime=1.9 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 11943 0 0 0 185 5 0 0 20 0 15 0 92832647 10916999168 32792 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665283 32792 3118 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661132 memory=156096895394266 CPUtime=0.68 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 5679 0 0 0 65 3 0 0 20 0 15 0 92832648 10916999168 32792 33554432000 4194304 4196468 140724493351584 139952613749312 139952197317606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661132 memory=551299 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 32792 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 32792 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 32792 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 32792 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661132 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) S 3697 3700 1972 0 -1 1077944384 1740 0 0 0 45 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951639341424 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 4202560 1339 0 0 0 40 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951638288624 139952593044698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661132 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) S 3697 3700 1972 0 -1 1077944384 1814 0 0 0 34 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951637235824 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661132 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 32792 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131168 KiB

[startup+1.41039 s]
# the end of solver process 3700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.58119 s, system=0.359225 s

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

[startup+0.800879 s]
/proc/loadavg: 2.22 2.18 2.12 6/215 3715
/proc/meminfo: memFree=26367884/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661132 memory=157964 CPUtime=2.12 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 11993 0 0 0 207 5 0 0 20 0 15 0 92832647 10916999168 39491 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665283 39491 3125 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661132 memory=7372786582024121444 CPUtime=0.77 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 5694 0 0 0 74 3 0 0 20 0 15 0 92832648 10916999168 39491 33554432000 4194304 4196468 140724493351584 139952613749312 139952609525142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661132 memory=4639059877604708710 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 39491 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661132 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 39491 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661132 memory=7317634893576766894 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 39491 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661132 memory=-3494347379275715998 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832649 10916999168 39491 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661132 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661132 memory=-9001733975035308135 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661132 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661132 memory=7679373425970869011 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661132 memory=-2317720213663324238 CPUtime=0.49 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) R 3697 3700 1972 0 -1 4202560 1745 0 0 0 49 0 0 0 20 0 15 0 92832653 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951639341424 139952592999424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661132 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 4202560 1367 0 0 0 48 0 0 0 20 0 15 0 92832653 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951638288624 139952587749593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661132 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) R 3697 3700 1972 0 -1 1077944384 1818 0 0 0 35 0 0 0 20 0 15 0 92832653 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951637235824 139952609524354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 39491 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 40003 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 157964 KiB

[startup+1.20152 s]
/proc/loadavg: 2.22 2.18 2.12 6/215 3715
/proc/meminfo: memFree=26168052/32770624 swapFree=67108792/67108860
[pid=3700] ppid=3697 vsize=10661132 memory=413228 CPUtime=3.48 cores=1,3,5,7
/proc/3700/stat : 3700 (java) S 3697 3700 1972 0 -1 1077944320 12875 0 0 0 314 34 0 0 20 0 15 0 92832647 10916999168 103307 33554432000 4194304 4196468 140724493351584 140724493334128 139952609513207 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
/proc/3700/statm: 2665283 103307 3148 1 0 2627263 0
[pid=3700/tid=3702] ppid=3697 vsize=10661132 memory=-7027408097459412384 CPUtime=0.91 cores=1,3,5,7
/proc/3700/task/3702/stat : 3702 (java) R 3697 3700 1972 0 -1 4202560 5707 0 0 0 88 3 0 0 20 0 15 0 92832648 10916999168 103307 33554432000 4194304 4196468 140724493351584 139952613748584 139952201585736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3703] ppid=3697 vsize=10661132 memory=7679937539659563834 CPUtime=0.25 cores=1,3,5,7
/proc/3700/task/3703/stat : 3703 (java) S 3697 3700 1972 0 -1 1077944384 215 0 0 0 18 7 0 0 20 0 15 0 92832649 10916999168 103307 33554432000 4194304 4196468 140724493351584 139952535587472 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3704] ppid=3697 vsize=10661132 memory=-9062862659931694204 CPUtime=0.21 cores=1,3,5,7
/proc/3700/task/3704/stat : 3704 (java) S 3697 3700 1972 0 -1 1077944384 181 0 0 0 15 6 0 0 20 0 15 0 92832649 10916999168 103307 33554432000 4194304 4196468 140724493351584 139952534534672 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3705] ppid=3697 vsize=10661132 memory=6525858347538544147 CPUtime=0.25 cores=1,3,5,7
/proc/3700/task/3705/stat : 3705 (java) S 3697 3700 1972 0 -1 1077944384 198 0 0 0 18 7 0 0 20 0 15 0 92832649 10916999168 103307 33554432000 4194304 4196468 140724493351584 139952533481872 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3706] ppid=3697 vsize=10661132 memory=-8253362664378449550 CPUtime=0.24 cores=1,3,5,7
/proc/3700/task/3706/stat : 3706 (java) S 3697 3700 1972 0 -1 1077944384 127 0 0 0 17 7 0 0 20 0 15 0 92832649 10916999168 103307 33554432000 4194304 4196468 140724493351584 139952532429072 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3707] ppid=3697 vsize=10661132 memory=8514701219730523551 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3707/stat : 3707 (java) S 3697 3700 1972 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951643552624 139952609524354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3708] ppid=3697 vsize=10661132 memory=-5874771483550381248 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3708/stat : 3708 (java) S 3697 3700 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832650 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951642498592 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3709] ppid=3697 vsize=10661132 memory=-8823246064971903881 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3709/stat : 3709 (java) S 3697 3700 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832651 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951641445744 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3710] ppid=3697 vsize=10661132 memory=-8412660965215072671 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3710/stat : 3710 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951640394064 139952609531803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3711] ppid=3697 vsize=10661132 memory=7100839878644107624 CPUtime=0.6 cores=1,3,5,7
/proc/3700/task/3711/stat : 3711 (java) S 3697 3700 1972 0 -1 1077944384 1767 0 0 0 60 0 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951639341424 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3712] ppid=3697 vsize=10661132 memory=-8537801771023033280 CPUtime=0.59 cores=1,3,5,7
/proc/3700/task/3712/stat : 3712 (java) R 3697 3700 1972 0 -1 4202560 1379 0 0 0 59 0 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951638288624 139952593039001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3713] ppid=3697 vsize=10661132 memory=8325818968683490714 CPUtime=0.38 cores=1,3,5,7
/proc/3700/task/3713/stat : 3713 (java) S 3697 3700 1972 0 -1 1077944384 1857 0 0 0 37 1 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951637235824 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3714] ppid=3697 vsize=10661132 memory=104160 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3714/stat : 3714 (java) S 3697 3700 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951636183264 139952609523413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
[pid=3700/tid=3715] ppid=3697 vsize=10661132 memory=31851477474550 CPUtime=0 cores=1,3,5,7
/proc/3700/task/3715/stat : 3715 (java) S 3697 3700 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832653 10916999168 103307 33554432000 4194304 4196468 140724493351584 139951635131568 139952609524354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37031936 140724493358236 140724493358345 140724493358345 140724493361103 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 413228 KiB

[startup+1.40061 s]*
/proc/loadavg: 2.22 2.18 2.12 3/202 3716
/proc/meminfo: memFree=26008256/32770624 swapFree=67108792/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1.41042
CPU time (s): 3.94041
CPU user time (s): 3.58119
CPU system time (s): 0.359225
CPU usage (%): 279.378
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 413828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.58119
system time used= 0.359225
maximum resident set size= 480260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13180
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= 1384
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 3700
#   total CPU time (s): 3.94041
#   total CPU user time (s): 3.58119
#   total CPU system time (s): 0.359225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030237 second user time and 0.058389 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 06:38:14
IDJOB=4298262
IDBENCH=141092
IDSOLVER=2765
FILE ID=node150/4298262-1532752694
RUNJOBID= node150-1532740162-2005
PBS_JOBID= 21022443
Free space on /tmp= 53076 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-02-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298262-1532752694/watcher-4298262-1532752694 -o /tmp/evaluation-result-4298262-1532752694/solver-4298262-1532752694 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298262-1532752694.xml --timelimit 2520

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

MD5SUM BENCH= 17429597c674cf3d46f4fdcf8d0004b5
RANDOM SEED=1260581001

node150.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.76
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.76
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.76
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.76
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:        26446508 kB
MemAvailable:   30260904 kB
Buffers:          196184 kB
Cached:          3857036 kB
SwapCached:           32 kB
Active:          3156756 kB
Inactive:        2626940 kB
Active(anon):    1681748 kB
Inactive(anon):    76192 kB
Active(file):    1475008 kB
Inactive(file):  2550748 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:       1713896 kB
Mapped:            54408 kB
Shmem:             25156 kB
Slab:             237472 kB
SReclaimable:     208952 kB
SUnreclaim:        28520 kB
KernelStack:        3696 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3733640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53076 MiB
End job on node150 at 2018-07-28 06:38:15