Trace number 4298193

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (NS) 2.71097 0.929101

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298193-1532749509/watcher-4298193-1532749509 -o /tmp/evaluation-result-4298193-1532749509/solver-4298193-1532749509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298193-1532749509.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.27 1.38 1.47 4/218 3405
/proc/meminfo: memFree=27282812/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661052 memory=28372 CPUtime=0.12 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 4989 0 0 0 11 1 0 0 20 0 15 0 92514058 10916917248 7093 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665263 7093 2864 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661052 memory=-8824345462096884928 CPUtime=0.09 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) R 3387 3390 2108 0 -1 4202560 2859 0 0 0 8 1 0 0 20 0 15 0 92514058 10916917248 7093 33554432000 4194304 4196468 140735381364352 140633475632608 140633471413654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 7093 33554432000 4194304 4196468 140735381364352 140633408092560 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 7093 33554432000 4194304 4196468 140735381364352 140633407039760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 7093 33554432000 4194304 4196468 140735381364352 140633405987472 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 7093 33554432000 4194304 4196468 140735381364352 140633404934672 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632506960496 140633471412866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) R 3387 3390 2108 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632502749296 140633471412866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) S 3387 3390 2108 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632501696496 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0.01 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) R 3387 3390 2108 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632500644208 140633449970162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 7093 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28372 KiB

[startup+0.210634 s]*
/proc/loadavg: 1.27 1.38 1.47 4/218 3405
/proc/meminfo: memFree=27271884/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661052 memory=41092 CPUtime=0.34 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 7878 0 0 0 32 2 0 0 20 0 15 0 92514058 10916917248 10273 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665263 10273 3005 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) R 3387 3390 2108 0 -1 4202560 4619 0 0 0 18 1 0 0 20 0 15 0 92514058 10916917248 10273 33554432000 4194304 4196468 140735381364352 140633475638080 140633083848816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661052 memory=364 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 10273 33554432000 4194304 4196468 140735381364352 140633408092560 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661052 memory=140530285996888 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 10273 33554432000 4194304 4196468 140735381364352 140633407039760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 10273 33554432000 4194304 4196468 140735381364352 140633405987472 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916917248 10273 33554432000 4194304 4196468 140735381364352 140633404934672 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632506960496 140633471412866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) R 3387 3390 2108 0 -1 1077944384 768 0 0 0 3 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632502749296 140633471412866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) R 3387 3390 2108 0 -1 4202560 319 0 0 0 2 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632501677512 140633455691664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) R 3387 3390 2108 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632500641144 140633449932711 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661052 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916917248 10273 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 41092 KiB

[startup+0.313267 s]*
/proc/loadavg: 1.27 1.38 1.47 6/218 3405
/proc/meminfo: memFree=27259728/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661128 memory=53004 CPUtime=0.68 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 9766 0 0 0 65 3 0 0 20 0 15 0 92514058 10916995072 13251 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665282 13251 3072 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) R 3387 3390 2108 0 -1 4202560 4980 0 0 0 28 2 0 0 20 0 15 0 92514058 10916995072 13251 33554432000 4194304 4196468 140735381364352 140633475630032 140633084030462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661128 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 13251 33554432000 4194304 4196468 140735381364352 140633408092560 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661128 memory=140530286422011 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 13251 33554432000 4194304 4196468 140735381364352 140633407039760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 13251 33554432000 4194304 4196468 140735381364352 140633405987472 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 13251 33554432000 4194304 4196468 140735381364352 140633404934672 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661128 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632506960496 140633471412866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661128 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) R 3387 3390 2108 0 -1 4202560 1660 0 0 0 12 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632502735320 140633450662759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661128 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) R 3387 3390 2108 0 -1 1077944384 675 0 0 0 8 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632501696496 140633471412866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661128 memory=140530285979264 CPUtime=0.16 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) R 3387 3390 2108 0 -1 4202560 1079 0 0 0 16 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632500644208 140633450360602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661128 memory=140530285979264 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 13251 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 53004 KiB

[startup+0.700776 s]
/proc/loadavg: 1.27 1.38 1.47 7/218 3405
/proc/meminfo: memFree=27224608/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661128 memory=128040 CPUtime=2 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 11708 0 0 0 195 5 0 0 20 0 15 0 92514058 10916995072 32010 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665282 32010 3114 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661128 memory=1236 CPUtime=0.68 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) R 3387 3390 2108 0 -1 4202560 5097 0 0 0 65 3 0 0 20 0 15 0 92514058 10916995072 32010 33554432000 4194304 4196468 140735381364352 140633475637376 140633087856807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661128 memory=15524 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 32010 33554432000 4194304 4196468 140735381364352 140633408092560 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661128 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 32010 33554432000 4194304 4196468 140735381364352 140633407039760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 32010 33554432000 4194304 4196468 140735381364352 140633405987472 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661128 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) S 3387 3390 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 32010 33554432000 4194304 4196468 140735381364352 140633404934672 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661128 memory=956 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632506960496 140633471412866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661128 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661128 memory=6081108994580048232 CPUtime=0.49 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) R 3387 3390 2108 0 -1 4202560 1879 0 0 0 49 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632502737968 140633454812591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661128 memory=6154282490091891024 CPUtime=0.45 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) R 3387 3390 2108 0 -1 4202560 1538 0 0 0 45 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632501684048 140633454902191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661128 memory=7440052414025066321 CPUtime=0.34 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) S 3387 3390 2108 0 -1 1077944384 1822 0 0 0 34 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632500644208 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661128 memory=7522818319144412011 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661128 memory=10584 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 32010 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 128040 KiB

[startup+0.929057 s]
# the end of solver process 3390 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.54913 s, system=0.161833 s

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

[startup+0.813231 s]
/proc/loadavg: 1.27 1.38 1.47 7/218 3405
/proc/meminfo: memFree=27224608/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661128 memory=194064 CPUtime=2.36 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 11875 0 0 0 228 8 0 0 20 0 15 0 92514058 10916995072 48516 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665282 48516 3114 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661128 memory=18280 CPUtime=0.78 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) S 3387 3390 2108 0 -1 1077944384 5125 0 0 0 74 4 0 0 20 0 15 0 92514058 10916995072 48516 33554432000 4194304 4196468 140735381364352 140633475639760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661128 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) R 3387 3390 2108 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 48516 33554432000 4194304 4196468 140735381364352 140633408092560 140633456429918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661128 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) R 3387 3390 2108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 48516 33554432000 4194304 4196468 140735381364352 140633407039760 140633456428790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) R 3387 3390 2108 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 48516 33554432000 4194304 4196468 140735381364352 140633405987672 140633456425534 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) R 3387 3390 2108 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 92514059 10916995072 48516 33554432000 4194304 4196468 140735381364352 140633404934672 140633456423840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632506959008 140633471411925 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661128 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661128 memory=2867565960586600 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661128 memory=6944656592455359580 CPUtime=0.59 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) R 3387 3390 2108 0 -1 4202560 1896 0 0 0 59 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632502735392 140633452922588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661128 memory=6944656575208382560 CPUtime=0.54 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) S 3387 3390 2108 0 -1 1077944384 1566 0 0 0 54 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632501681488 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661128 memory=6944656592455097440 CPUtime=0.37 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) S 3387 3390 2108 0 -1 1077944384 1852 0 0 0 37 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632500644208 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 48516 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 194064 KiB

[startup+0.900685 s]
/proc/loadavg: 1.27 1.38 1.47 7/218 3405
/proc/meminfo: memFree=27224608/32770624 swapFree=67108744/67108860
[pid=3390] ppid=3387 vsize=10661128 memory=257744 CPUtime=2.67 cores=0,2,4,6
/proc/3390/stat : 3390 (java) S 3387 3390 2108 0 -1 1077944320 12074 0 0 0 252 15 0 0 20 0 15 0 92514058 10916995072 64436 33554432000 4194304 4196468 140735381364352 140735381346896 140633471401719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
/proc/3390/statm: 2665282 64436 3128 1 0 2627263 0
[pid=3390/tid=3392] ppid=3387 vsize=10661128 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/3390/task/3392/stat : 3392 (java) R 3387 3390 2108 0 -1 4202560 5125 0 0 0 75 4 0 0 20 0 15 0 92514058 10916995072 64436 33554432000 4194304 4196468 140735381364352 140633475639760 140633088102890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3393] ppid=3387 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3393/stat : 3393 (java) S 3387 3390 2108 0 -1 1077944384 43 0 0 0 6 2 0 0 20 0 15 0 92514059 10916995072 64436 33554432000 4194304 4196468 140735381364352 140633408092560 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3394] ppid=3387 vsize=10661128 memory=-1189914978686163229 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3394/stat : 3394 (java) S 3387 3390 2108 0 -1 1077944384 42 0 0 0 6 2 0 0 20 0 15 0 92514059 10916995072 64436 33554432000 4194304 4196468 140735381364352 140633407039760 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3395] ppid=3387 vsize=10661128 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3395/stat : 3395 (java) S 3387 3390 2108 0 -1 1077944384 46 0 0 0 6 2 0 0 20 0 15 0 92514059 10916995072 64436 33554432000 4194304 4196468 140735381364352 140633405987472 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3396] ppid=3387 vsize=10661128 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/3390/task/3396/stat : 3396 (java) S 3387 3390 2108 0 -1 1077944384 51 0 0 0 6 2 0 0 20 0 15 0 92514059 10916995072 64436 33554432000 4194304 4196468 140735381364352 140633404934672 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3397] ppid=3387 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3397/stat : 3397 (java) S 3387 3390 2108 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632506960496 140633471412866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3398] ppid=3387 vsize=10661128 memory=-3255422371651459150 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3398/stat : 3398 (java) S 3387 3390 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632505906464 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3399] ppid=3387 vsize=10661128 memory=-7595754389018307680 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3399/stat : 3399 (java) S 3387 3390 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92514061 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632504854128 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3400] ppid=3387 vsize=10661128 memory=1399661390618268019 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3400/stat : 3400 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632503802448 140633471420315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3401] ppid=3387 vsize=10661128 memory=6944656425123485561 CPUtime=0.6 cores=0,2,4,6
/proc/3390/task/3401/stat : 3401 (java) S 3387 3390 2108 0 -1 1077944384 1902 0 0 0 60 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632502749296 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3402] ppid=3387 vsize=10661128 memory=6944656592455360569 CPUtime=0.54 cores=0,2,4,6
/proc/3390/task/3402/stat : 3402 (java) S 3387 3390 2108 0 -1 1077944384 1568 0 0 0 54 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632501696496 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3403] ppid=3387 vsize=10661128 memory=6944613755328037012 CPUtime=0.37 cores=0,2,4,6
/proc/3390/task/3403/stat : 3403 (java) S 3387 3390 2108 0 -1 1077944384 1853 0 0 0 37 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632500644208 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3404] ppid=3387 vsize=10661128 memory=-6374957858630779283 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3404/stat : 3404 (java) S 3387 3390 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632499591648 140633471411925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
[pid=3390/tid=3405] ppid=3387 vsize=10661128 memory=128040 CPUtime=0 cores=0,2,4,6
/proc/3390/task/3405/stat : 3405 (java) S 3387 3390 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92514064 10916995072 64436 33554432000 4194304 4196468 140735381364352 140632498539440 140633471412866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11280384 140735381370029 140735381370121 140735381370121 140735381372879 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 257744 KiB

Child status: 0
Real time (s): 0.929101
CPU time (s): 2.71097
CPU user time (s): 2.54913
CPU system time (s): 0.161833
CPU usage (%): 291.784
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 257744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.54913
system time used= 0.161833
maximum resident set size= 260628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12149
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= 1189
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 3390
#   total CPU time (s): 2.71097
#   total CPU user time (s): 2.54913
#   total CPU system time (s): 0.161833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025974 second user time and 0.050909 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 05:45:09
IDJOB=4298193
IDBENCH=141082
IDSOLVER=2766
FILE ID=node134/4298193-1532749509
RUNJOBID= node134-1532739463-2139
PBS_JOBID= 21022441
Free space on /tmp= 55560 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-01-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298193-1532749509/watcher-4298193-1532749509 -o /tmp/evaluation-result-4298193-1532749509/solver-4298193-1532749509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298193-1532749509.xml

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=257869923

node134.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.68
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.68
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.68
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.68
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:        27299260 kB
MemAvailable:   31063408 kB
Buffers:          171864 kB
Cached:          3855240 kB
SwapCached:            0 kB
Active:          2653440 kB
Inactive:        2325164 kB
Active(anon):     900844 kB
Inactive(anon):    78544 kB
Active(file):    1752596 kB
Inactive(file):  2246620 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        942780 kB
Mapped:            54504 kB
Shmem:             25132 kB
Slab:             189948 kB
SReclaimable:     161536 kB
SUnreclaim:        28412 kB
KernelStack:        3856 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1891824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55560 MiB
End job on node134 at 2018-07-28 05:45:10