Trace number 4298192

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) 2.91483 0.991744

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12005 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-4298192-1532750182/watcher-4298192-1532750182 -o /tmp/evaluation-result-4298192-1532750182/solver-4298192-1532750182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298192-1532750182.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=3292, runsolver pid=3289

[startup+0.101912 s]*
/proc/loadavg: 2.31 2.05 2.03 4/215 3307
/proc/meminfo: memFree=27359588/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661056 memory=27888 CPUtime=0.13 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 5327 0 0 0 12 1 0 0 20 0 15 0 92581512 10916921344 6972 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665264 6972 2845 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661056 memory=-8391712929629435072 CPUtime=0.09 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) R 3289 3292 1972 0 -1 4202560 3185 0 0 0 9 0 0 0 20 0 15 0 92581512 10916921344 6972 33554432000 4194304 4196468 140720450387696 140424129575008 140424109389157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423731980944 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423730928144 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423729875344 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423728822544 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581514 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423617035120 140424125356674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) R 3289 3292 1972 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423612823920 140424125356674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) R 3289 3292 1972 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423611771120 140424108781265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0.02 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) R 3289 3292 1972 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 92581517 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423610718320 140424109426014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916921344 6972 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27888 KiB

[startup+0.210359 s]*
/proc/loadavg: 2.31 2.05 2.03 4/215 3307
/proc/meminfo: memFree=27335144/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661056 memory=41424 CPUtime=0.34 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 8445 0 0 0 32 2 0 0 20 0 15 0 92581512 10916921344 10356 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665264 10356 3020 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) R 3289 3292 1972 0 -1 4202560 5148 0 0 0 19 1 0 0 20 0 15 0 92581512 10916921344 10356 33554432000 4194304 4196468 140720450387696 140424129584544 140423762614945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423731980944 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661056 memory=139734065179012 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423730928144 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423729875344 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581513 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423728822544 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581514 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423617035120 140424125356674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) R 3289 3292 1972 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 92581517 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423612816944 140424125355733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) R 3289 3292 1972 0 -1 4202560 492 0 0 0 2 0 0 0 20 0 15 0 92581517 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423611752024 140424108845733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0.08 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) R 3289 3292 1972 0 -1 4202560 831 0 0 0 8 0 0 0 20 0 15 0 92581517 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423610715984 140424103976902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661056 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916921344 10356 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 41424 KiB

[startup+0.310353 s]*
/proc/loadavg: 2.31 2.05 2.03 5/215 3307
/proc/meminfo: memFree=27314052/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661132 memory=53572 CPUtime=0.66 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 10431 0 0 0 63 3 0 0 20 0 15 0 92581512 10916999168 13393 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665283 13393 3075 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) R 3289 3292 1972 0 -1 4202560 5485 0 0 0 29 1 0 0 20 0 15 0 92581512 10916999168 13393 33554432000 4194304 4196468 140720450387696 140424129580656 140423762614567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661132 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423731980944 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661132 memory=139734065169534 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423730928144 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423729875344 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423728822544 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661132 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92581514 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423617035120 140424125356674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) R 3289 3292 1972 0 -1 4202560 1088 0 0 0 7 0 0 0 20 0 15 0 92581517 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423612823920 140424117634987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661132 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) R 3289 3292 1972 0 -1 4202560 1341 0 0 0 11 0 0 0 20 0 15 0 92581517 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423611757144 140424103092512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661132 memory=139734064690816 CPUtime=0.14 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) R 3289 3292 1972 0 -1 1077944384 1147 0 0 0 14 0 0 0 20 0 15 0 92581517 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423610718320 140424125356674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661132 memory=139734064690816 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916999168 13393 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53572 KiB

[startup+0.70077 s]
/proc/loadavg: 2.31 2.05 2.03 7/215 3307
/proc/meminfo: memFree=27250516/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661132 memory=152648 CPUtime=1.98 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 12190 0 0 0 193 5 0 0 20 0 15 0 92581512 10916999168 38162 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665283 38162 3113 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661132 memory=153903039520834 CPUtime=0.68 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) R 3289 3292 1972 0 -1 4202560 5666 0 0 0 65 3 0 0 20 0 15 0 92581512 10916999168 38162 33554432000 4194304 4196468 140720450387696 140424129579264 140423766378668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661132 memory=551415 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423731980944 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423730928144 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423729875344 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) S 3289 3292 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92581513 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423728822544 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92581514 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423617035120 140424125356674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661132 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) R 3289 3292 1972 0 -1 4202560 1792 0 0 0 44 0 0 0 20 0 15 0 92581517 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423612808736 140424109335346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661132 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) R 3289 3292 1972 0 -1 4202560 1720 0 0 0 48 0 0 0 20 0 15 0 92581517 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423611771120 140424125366874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661132 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) S 3289 3292 1972 0 -1 1077944384 1642 0 0 0 34 1 0 0 20 0 15 0 92581517 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423610718320 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661132 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916999168 38162 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 152648 KiB

[startup+0.991692 s]
# the end of solver process 3292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.747 s, system=0.167833 s

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

[startup+0.801268 s]
/proc/loadavg: 2.31 2.05 2.03 7/215 3307
/proc/meminfo: memFree=27250516/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661132 memory=236788 CPUtime=2.34 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 12384 0 0 0 221 13 0 0 20 0 15 0 92581512 10916999168 59197 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665283 59197 3113 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661132 memory=7372786582024121444 CPUtime=0.72 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) S 3289 3292 1972 0 -1 1077944384 5679 0 0 0 69 3 0 0 20 0 15 0 92581512 10916999168 59197 33554432000 4194304 4196468 140720450387696 140424129583520 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661132 memory=4639059877604708710 CPUtime=0.05 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) R 3289 3292 1972 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 15 0 92581513 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423731978464 140424110373401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661132 memory=4638778398332698720 CPUtime=0.04 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) R 3289 3292 1972 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 15 0 92581513 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423730928144 140424110373401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661132 memory=7317634893576766894 CPUtime=0.04 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) R 3289 3292 1972 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 15 0 92581513 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423729875232 140424110373410 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661132 memory=-3494347379275715998 CPUtime=0.05 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) R 3289 3292 1972 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 15 0 92581513 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423728822544 140424110373401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661132 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92581514 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423617033632 140424125355733 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661132 memory=-9001733975035308135 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661132 memory=-3704326594973231466 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661132 memory=7679373425970869011 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661132 memory=-2317720213663324238 CPUtime=0.48 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) S 3289 3292 1972 0 -1 1077944384 1801 0 0 0 48 0 0 0 20 0 15 0 92581517 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423612815200 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) S 3289 3292 1972 0 -1 1077944384 1724 0 0 0 53 0 0 0 20 0 15 0 92581517 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423611751056 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661132 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) S 3289 3292 1972 0 -1 1077944384 1668 0 0 0 35 1 0 0 20 0 15 0 92581517 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423610718320 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916999168 59197 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 236788 KiB

[startup+0.901273 s]
/proc/loadavg: 2.31 2.05 2.03 7/215 3307
/proc/meminfo: memFree=27250516/32770624 swapFree=67108792/67108860
[pid=3292] ppid=3289 vsize=10661132 memory=267700 CPUtime=2.68 cores=1,3,5,7
/proc/3292/stat : 3292 (java) S 3289 3292 1972 0 -1 1077944320 12537 0 0 0 252 16 0 0 20 0 15 0 92581512 10916999168 66925 33554432000 4194304 4196468 140720450387696 140720450370240 140424125345527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
/proc/3292/statm: 2665283 66925 3128 1 0 2627263 0
[pid=3292/tid=3294] ppid=3289 vsize=10661132 memory=152648 CPUtime=0.78 cores=1,3,5,7
/proc/3292/task/3294/stat : 3294 (java) R 3289 3292 1972 0 -1 4202560 5681 0 0 0 75 3 0 0 20 0 15 0 92581512 10916999168 66925 33554432000 4194304 4196468 140720450387696 140424129582912 140423762615605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3295] ppid=3289 vsize=10661132 memory=153903039520834 CPUtime=0.08 cores=1,3,5,7
/proc/3292/task/3295/stat : 3295 (java) S 3289 3292 1972 0 -1 1077944384 55 0 0 0 6 2 0 0 20 0 15 0 92581513 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423731980944 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3296] ppid=3289 vsize=10661132 memory=551415 CPUtime=0.08 cores=1,3,5,7
/proc/3292/task/3296/stat : 3296 (java) S 3289 3292 1972 0 -1 1077944384 48 0 0 0 6 2 0 0 20 0 15 0 92581513 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423730928144 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3297] ppid=3289 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3292/task/3297/stat : 3297 (java) S 3289 3292 1972 0 -1 1077944384 38 0 0 0 5 2 0 0 20 0 15 0 92581513 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423729875344 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3298] ppid=3289 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3292/task/3298/stat : 3298 (java) S 3289 3292 1972 0 -1 1077944384 54 0 0 0 6 2 0 0 20 0 15 0 92581513 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423728822544 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3299] ppid=3289 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3299/stat : 3299 (java) S 3289 3292 1972 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92581514 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423617035120 140424125356674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3300] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3300/stat : 3300 (java) S 3289 3292 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423615981088 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3301] ppid=3289 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3301/stat : 3301 (java) S 3289 3292 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92581515 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423614928240 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3302] ppid=3289 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3302/stat : 3302 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423613876560 140424125364123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3303] ppid=3289 vsize=10661132 memory=279467884851232 CPUtime=0.55 cores=1,3,5,7
/proc/3292/task/3303/stat : 3303 (java) R 3289 3292 1972 0 -1 4202560 1814 0 0 0 55 0 0 0 20 0 15 0 92581517 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423612823920 140424110454491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3304] ppid=3289 vsize=10661132 memory=279467884857952 CPUtime=0.59 cores=1,3,5,7
/proc/3292/task/3304/stat : 3304 (java) R 3289 3292 1972 0 -1 4202560 1724 0 0 0 59 0 0 0 20 0 15 0 92581517 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423611756896 140424106866709 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3305] ppid=3289 vsize=10661132 memory=139733942437312 CPUtime=0.37 cores=1,3,5,7
/proc/3292/task/3305/stat : 3305 (java) S 3289 3292 1972 0 -1 1077944384 1681 0 0 0 36 1 0 0 20 0 15 0 92581517 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423610718320 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3306] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3306/stat : 3306 (java) S 3289 3292 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92581517 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423609665760 140424125355733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
[pid=3292/tid=3307] ppid=3289 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3307/stat : 3307 (java) S 3289 3292 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92581518 10916999168 66925 33554432000 4194304 4196468 140720450387696 140423608614064 140424125356674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24100864 140720450393244 140720450393353 140720450393353 140720450396111 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 267700 KiB

Child status: 0
Real time (s): 0.991744
CPU time (s): 2.91483
CPU user time (s): 2.747
CPU system time (s): 0.167833
CPU usage (%): 293.91
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 267700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.747
system time used= 0.167833
maximum resident set size= 268656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12631
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= 1240
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 3292
#   total CPU time (s): 2.91483
#   total CPU user time (s): 2.747
#   total CPU system time (s): 0.167833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025812 second user time and 0.04956 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 05:56:22
IDJOB=4298192
IDBENCH=141082
IDSOLVER=2765
FILE ID=node150/4298192-1532750182
RUNJOBID= node150-1532740162-2005
PBS_JOBID= 21022443
Free space on /tmp= 53080 MiB

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

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=146187739

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:        27390432 kB
MemAvailable:   31199212 kB
Buffers:          195392 kB
Cached:          3852040 kB
SwapCached:           32 kB
Active:          2216064 kB
Inactive:        2625424 kB
Active(anon):     745160 kB
Inactive(anon):    76192 kB
Active(file):    1470904 kB
Inactive(file):  2549232 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1396 kB
Writeback:             0 kB
AnonPages:        778276 kB
Mapped:            54292 kB
Shmem:             25156 kB
Slab:             237232 kB
SReclaimable:     208956 kB
SUnreclaim:        28276 kB
KernelStack:        3536 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2144156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 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= 53080 MiB
End job on node150 at 2018-07-28 05:56:23