Trace number 4274522

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
OscaR - Hybrid 2017-07-26OPT885 1.95485 0.97869599

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28092
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 682590029
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.28	c Parsing instance...
0.96/0.61	c Parsing done, starting first complete search...
0.96/0.63	o 0
0.96/0.63	o 95
0.96/0.63	o 154
0.96/0.63	o 198
0.96/0.63	o 227
0.96/0.63	o 259
0.96/0.63	o 288
0.96/0.64	o 314
0.96/0.64	o 358
0.96/0.64	o 387
0.96/0.64	o 405
0.96/0.64	o 420
0.96/0.64	o 449
0.96/0.64	o 480
0.96/0.64	o 509
0.96/0.64	o 526
0.96/0.64	o 555
0.96/0.64	o 567
0.96/0.64	o 607
0.96/0.65	o 635
0.96/0.65	o 653
0.96/0.65	o 661
0.96/0.65	o 673
0.96/0.66	o 676
0.96/0.66	o 683
0.96/0.68	o 727
0.96/0.69	o 732
0.96/0.69	o 744
0.96/0.69	o 764
1.19/0.70	o 769
1.19/0.72	o 771
1.19/0.78	o 775
1.19/0.78	o 780
1.19/0.78	o 787
1.19/0.79	o 795
1.19/0.79	o 797
1.19/0.79	o 799
1.19/0.79	o 816
1.19/0.80	o 826
1.50/0.84	o 836
1.50/0.84	o 853
1.50/0.84	o 863
1.50/0.86	o 885
1.80/0.97	s OPTIMUM FOUND
1.80/0.97	v <instantiation>
1.80/0.97	v 	<list>
1.80/0.97	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
1.80/0.97	v 	</list>
1.80/0.97	v 	<values>
1.80/0.97	v 		0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 
1.80/0.97	v 	</values>
1.80/0.97	v </instantiation>

Verifier Data

OK	885

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 (14166 MiB free)
  memory of node 1: 16384 MiB (10951 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274522-1502852549/watcher-4274522-1502852549 -o /tmp/evaluation-result-4274522-1502852549/solver-4274522-1502852549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502839307-13257 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 682590029 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274522-1502852549.xml 

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

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

solver pid=14849, runsolver pid=14846

[startup+0.100167 s]*
/proc/loadavg: 1.58 1.65 1.71 2/215 14864
/proc/meminfo: memFree=25699628/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13980164 memory=34196 CPUtime=0.12 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 8460 0 0 0 11 1 0 0 20 0 15 0 118342893 14315687936 8549 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3495041 8549 3410 1 0 3482761 0
[pid=14849/tid=14851] ppid=14846 vsize=13980164 memory=-6966715213708813952 CPUtime=0.09 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 6407 0 0 0 8 1 0 0 20 0 15 0 118342893 14315687936 8549 33554432000 4194304 4196468 140731341755568 140611543808624 140611523642725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13980164 memory=5793855944177912249 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 8549 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 8549 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 8549 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 8549 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342895 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) S 14846 14849 13226 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 118342898 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610649438960 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342898 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610648386416 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0.02 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) S 14846 14849 13226 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 118342899 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610647333360 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14315687936 8549 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34196 KiB

[startup+0.212736 s]*
/proc/loadavg: 1.58 1.65 1.71 3/215 14864
/proc/meminfo: memFree=25691500/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13980164 memory=43808 CPUtime=0.3 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 9501 0 0 0 28 2 0 0 20 0 15 0 118342893 14315687936 10952 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3495041 10952 3655 1 0 3482761 0
[pid=14849/tid=14851] ppid=14846 vsize=13980164 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 7071 0 0 0 19 1 0 0 20 0 15 0 118342893 14315687936 10952 33554432000 4194304 4196468 140731341755568 140611543799296 140611539621021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13980164 memory=4211974419372809610 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 10952 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 10952 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 10952 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315687936 10952 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342895 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13980164 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) R 14846 14849 13226 0 -1 4202560 427 0 0 0 2 0 0 0 20 0 15 0 118342898 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610649438960 140611516952656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13980164 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) R 14846 14849 13226 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 118342898 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610648386416 140611539610242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0.05 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) R 14846 14849 13226 0 -1 4202560 412 0 0 0 5 0 0 0 20 0 15 0 118342899 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610647333360 140611539611030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13980164 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14315687936 10952 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43808 KiB

[startup+0.310247 s]*
/proc/loadavg: 1.58 1.65 1.71 3/215 14864
/proc/meminfo: memFree=25684056/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13980184 memory=51092 CPUtime=0.5 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 10451 0 0 0 47 3 0 0 20 0 15 0 118342893 14315708416 12773 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3495046 12773 3719 1 0 3482761 0
[pid=14849/tid=14851] ppid=14846 vsize=13980184 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 7582 0 0 0 28 2 0 0 20 0 15 0 118342893 14315708416 12773 33554432000 4194304 4196468 140731341755568 140611543828432 140611539611030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13980184 memory=4211974419372809610 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315708416 12773 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13980184 memory=140693168021429 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315708416 12773 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13980184 memory=140693062409658 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315708416 12773 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13980184 memory=140693062405583 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14315708416 12773 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13980184 memory=140693168032325 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342895 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13980184 memory=140693062414799 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13980184 memory=281386124820368 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13980184 memory=281386124818032 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13980184 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) S 14846 14849 13226 0 -1 1077944384 660 0 0 0 5 0 0 0 20 0 15 0 118342898 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610649438960 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13980184 memory=2240 CPUtime=0.04 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) S 14846 14849 13226 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 118342898 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610648386416 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13980184 memory=140693168019072 CPUtime=0.09 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) R 14846 14849 13226 0 -1 4202560 428 0 0 0 9 0 0 0 20 0 15 0 118342899 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610647333360 140611539611030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13980184 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13980184 memory=140693168019072 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14315708416 12773 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 51092 KiB

[startup+0.700835 s]
/proc/loadavg: 1.58 1.65 1.71 4/215 14864
/proc/meminfo: memFree=25671152/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13984280 memory=86868 CPUtime=1.19 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 14312 0 0 0 114 5 0 0 20 0 15 0 118342893 14319902720 21717 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3496070 21717 3769 1 0 3483785 0
[pid=14849/tid=14851] ppid=14846 vsize=13984280 memory=1952 CPUtime=0.67 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 9891 0 0 0 64 3 0 0 20 0 15 0 118342893 14319902720 21717 33554432000 4194304 4196468 140731341755568 140611543834096 140611142022018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13984280 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 21717 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13984280 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 21717 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13984280 memory=7662705889289527641 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 21717 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13984280 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 21717 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13984280 memory=5859271421084194152 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342895 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13984280 memory=39 CPUtime=0.15 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) R 14846 14849 13226 0 -1 4202560 1189 0 0 0 15 0 0 0 20 0 15 0 118342898 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610649419976 140611523095883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13984280 memory=4 CPUtime=0.11 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) R 14846 14849 13226 0 -1 4202560 817 0 0 0 11 0 0 0 20 0 15 0 118342898 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610648375408 140611518818357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13984280 memory=6981 CPUtime=0.22 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) S 14846 14849 13226 0 -1 1077944384 1032 0 0 0 22 0 0 0 20 0 15 0 118342899 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610647333360 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13984280 memory=281386125004272 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 21717 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 86868 KiB

[startup+0.978658 s]
# the end of solver process 14849 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.89071 s, system=0.064143 s

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

[startup+0.800835 s]
/proc/loadavg: 1.58 1.65 1.71 4/215 14864
/proc/meminfo: memFree=25671152/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13984280 memory=99588 CPUtime=1.5 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 15477 0 0 0 144 6 0 0 20 0 15 0 118342893 14319902720 24897 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3496070 24897 3777 1 0 3483785 0
[pid=14849/tid=14851] ppid=14846 vsize=13984280 memory=8851400225972064177 CPUtime=0.77 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 9895 0 0 0 74 3 0 0 20 0 15 0 118342893 14319902720 24897 33554432000 4194304 4196468 140731341755568 140611543828736 140611141911122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 24897 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 24897 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 24897 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13984280 memory=6935649255878119504 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 24897 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13984280 memory=7739276948477997159 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342895 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13984280 memory=8099279071866868839 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13984280 memory=7882236584511689302 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13984280 memory=5787527205409280080 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13984280 memory=8311777531775520915 CPUtime=0.25 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) R 14846 14849 13226 0 -1 4202560 1651 0 0 0 25 0 0 0 20 0 15 0 118342898 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610649432152 140611520235013 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13984280 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) R 14846 14849 13226 0 -1 4202560 1463 0 0 0 21 0 0 0 20 0 15 0 118342898 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610648367432 140611518844943 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13984280 memory=133361626 CPUtime=0.23 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) S 14846 14849 13226 0 -1 1077944384 1084 0 0 0 23 0 0 0 20 0 15 0 118342899 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610647333360 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13984280 memory=281386125096544 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 24897 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 99588 KiB

[startup+0.900883 s]
/proc/loadavg: 1.58 1.65 1.71 4/215 14864
/proc/meminfo: memFree=25671152/32770624 swapFree=67108860/67108860
[pid=14849] ppid=14846 vsize=13984280 memory=103956 CPUtime=1.8 cores=0,2,4,6
/proc/14849/stat : 14849 (java) S 14846 14849 13226 0 -1 1077944320 15520 0 0 0 174 6 0 0 20 0 15 0 118342893 14319902720 25989 33554432000 4194304 4196468 140731341755568 140731341738112 140611539599095 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
/proc/14849/statm: 3496070 25989 3780 1 0 3483785 0
[pid=14849/tid=14851] ppid=14846 vsize=13984280 memory=39 CPUtime=0.87 cores=0,2,4,6
/proc/14849/task/14851/stat : 14851 (java) R 14846 14849 13226 0 -1 4202560 9897 0 0 0 84 3 0 0 20 0 15 0 118342893 14319902720 25989 33554432000 4194304 4196468 140731341755568 140611543828736 140731343596864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14852] ppid=14846 vsize=13984280 memory=4 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14852/stat : 14852 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 25989 33554432000 4194304 4196468 140731341755568 140611469687824 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14853] ppid=14846 vsize=13984280 memory=6981 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14853/stat : 14853 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 25989 33554432000 4194304 4196468 140731341755568 140611468635280 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14854] ppid=14846 vsize=13984280 memory=7377831205594491220 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14854/stat : 14854 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 25989 33554432000 4194304 4196468 140731341755568 140611467582224 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14855] ppid=14846 vsize=13984280 memory=7156904131060984657 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14855/stat : 14855 (java) S 14846 14849 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118342894 14319902720 25989 33554432000 4194304 4196468 140731341755568 140611466529680 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14856] ppid=14846 vsize=13984280 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14856/stat : 14856 (java) S 14846 14849 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118342895 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610721171696 140611539610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14857] ppid=14846 vsize=13984280 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14857/stat : 14857 (java) S 14846 14849 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610652595360 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14858] ppid=14846 vsize=13984280 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14858/stat : 14858 (java) S 14846 14849 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118342896 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610651542256 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14859] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14859/stat : 14859 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342898 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610650490832 140611539617691 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14860] ppid=14846 vsize=13984280 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/14849/task/14860/stat : 14860 (java) R 14846 14849 13226 0 -1 4202560 1663 0 0 0 34 0 0 0 20 0 15 0 118342898 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610649425024 140611519257344 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14861] ppid=14846 vsize=13984280 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/14849/task/14861/stat : 14861 (java) R 14846 14849 13226 0 -1 4202560 1490 0 0 0 31 0 0 0 20 0 15 0 118342898 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610648372768 140611532695931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14862] ppid=14846 vsize=13984280 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/14849/task/14862/stat : 14862 (java) S 14846 14849 13226 0 -1 1077944384 1086 0 0 0 23 0 0 0 20 0 15 0 118342899 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610647333360 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14863] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14863/stat : 14863 (java) S 14846 14849 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610646281056 140611539609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
[pid=14849/tid=14864] ppid=14846 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14849/task/14864/stat : 14864 (java) S 14846 14849 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118342899 14319902720 25989 33554432000 4194304 4196468 140731341755568 140610645228080 140611539610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23752704 140731341759593 140731341759775 140731341759775 140731341762511 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 103956 KiB

Child status: 0
Real time (s): 0.978696
CPU time (s): 1.95485
CPU user time (s): 1.89071
CPU system time (s): 0.064143
CPU usage (%): 199.74
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 103956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89071
system time used= 0.064143
maximum resident set size= 108584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15576
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= 1578
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 14849
#   total CPU time (s): 1.95485
#   total CPU user time (s): 1.89071
#   total CPU system time (s): 0.064143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023468 second user time and 0.053814 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-16 04:48:10
IDJOB=4274522
IDBENCH=133475
IDSOLVER=2667
FILE ID=node107/4274522-1502852549
RUNJOBID= node107-1502839307-13257
PBS_JOBID= 20629852
Free space on /tmp= 61620 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274522-1502852549/watcher-4274522-1502852549 -o /tmp/evaluation-result-4274522-1502852549/solver-4274522-1502852549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502839307-13257 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 682590029 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274522-1502852549.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=682590029

node107.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.84
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.84
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.84
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.84
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:        25720536 kB
MemAvailable:   28785768 kB
Buffers:          237428 kB
Cached:          3113780 kB
SwapCached:            0 kB
Active:          3904076 kB
Inactive:        2697364 kB
Active(anon):    3253108 kB
Inactive(anon):    24972 kB
Active(file):     650968 kB
Inactive(file):  2672392 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42168 kB
Writeback:             0 kB
AnonPages:       3256504 kB
Mapped:            61052 kB
Shmem:             25228 kB
Slab:             141748 kB
SReclaimable:     115412 kB
SUnreclaim:        26336 kB
KernelStack:        3520 kB
PageTables:        11288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4057200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3186688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61580 MiB
End job on node107 at 2017-08-16 04:48:11