Trace number 4274000

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26SAT 1.89299 1.1799001

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-16.xml
MD5SUM67961b7ea87b4668bb1c5673d941fd25
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.035452999
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.37/0.42	c version: 2017-07-26
0.37/0.42	c seed: 926839931
0.37/0.42	c timeout: 2520
0.37/0.42	c memlimit: 11000
0.37/0.42	c nbcore: 4
0.37/0.44	c Parsing instance...
0.88/0.79	c Parsing done, starting search...
1.73/1.17	s SATISFIABLE
1.73/1.17	v <instantiation>
1.73/1.17	v 	<list>
1.73/1.17	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
1.73/1.17	v 	</list>
1.73/1.17	v 	<values>
1.73/1.17	v 		1 1 0 1 1 0 1 0 0 0 1 1 1 0 1 1 1 1 0 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 0 0 1 
1.73/1.17	v 	</values>
1.73/1.17	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274000-1502724090/watcher-4274000-1502724090 -o /tmp/evaluation-result-4274000-1502724090/solver-4274000-1502724090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 926839931 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274000-1502724090.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=21450, runsolver pid=21447

[startup+0.100149 s]*
/proc/loadavg: 1.99 1.87 1.86 2/195 21451
/proc/meminfo: memFree=27796184/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=33976 memory=452 CPUtime=0 cores=0,2,4,6
/proc/21450/stat : 21450 (runsolver) D 21447 21450 12560 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 74604355 34791424 113 18446744073709551615 4194304 4346622 140736776326096 140736776322728 139631806243543 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6446216 6449568 36282368 140736776327233 140736776327716 140736776327716 140736776331210 0
/proc/21450/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208956 s]*
/proc/loadavg: 1.99 1.87 1.86 2/208 21464
/proc/meminfo: memFree=27786108/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13906484 memory=20704 CPUtime=0.05 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 4634 0 0 0 5 0 0 0 20 0 14 0 74604355 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3476621 5176 2581 1 0 3466118 0
[pid=21450/tid=21452] ppid=21447 vsize=13906484 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) D 21447 21450 12560 0 -1 4202560 2728 0 0 0 4 0 0 0 20 0 14 0 74604369 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139673497466784 139673493251325 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13906484 memory=328 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74604369 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13906484 memory=139631809908598 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74604369 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74604369 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 74604369 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13906484 memory=139631809193600 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74604371 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 74604371 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 74604371 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74604374 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 12560 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 74604374 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74604374 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13906484 memory=139631809193600 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 14 0 74604374 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74604374 14240239616 5176 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 20704 KiB

[startup+0.30983 s]*
/proc/loadavg: 1.99 1.87 1.86 3/209 21465
/proc/meminfo: memFree=27772060/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13975920 memory=35944 CPUtime=0.21 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 9695 0 0 0 18 3 0 0 20 0 15 0 74604355 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3493980 8986 3478 1 0 3482759 0
[pid=21450/tid=21452] ppid=21447 vsize=13975920 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 12560 0 -1 4202560 7413 0 0 0 12 2 0 0 20 0 15 0 74604369 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139673497399776 139673474811089 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74604371 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74604371 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74604371 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 12560 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 74604374 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) R 21447 21450 12560 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 15 0 74604374 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673474732432 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13975920 memory=139631809193600 CPUtime=0.03 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 393 0 0 0 3 0 0 0 20 0 15 0 74604374 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21465] ppid=21447 vsize=13975920 memory=139631809193600 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604378 14311342080 8986 18446744073709551615 4194304 4196468 140729547077296 139672963967408 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 35944 KiB

[startup+0.700744 s]
/proc/loadavg: 1.99 1.87 1.86 5/209 21465
/proc/meminfo: memFree=27757924/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13977988 memory=66452 CPUtime=0.88 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 13862 0 0 0 83 5 0 0 20 0 15 0 74604355 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3494497 16613 3723 1 0 3483271 0
[pid=21450/tid=21452] ppid=21447 vsize=13977988 memory=1412 CPUtime=0.52 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 12560 0 -1 4202560 10491 0 0 0 48 4 0 0 20 0 15 0 74604369 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139673497463600 139673493251229 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13977988 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13977988 memory=6153431502485416297 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13977988 memory=7453282923528810324 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13977988 memory=4640767346415259731 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13977988 memory=-7028383565733675155 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74604371 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13977988 memory=-7028383565733675670 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74604371 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13977988 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74604371 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13977988 memory=7682744562830902035 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13977988 memory=7756490980959290170 CPUtime=0.07 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 12560 0 -1 1077944384 811 0 0 0 7 0 0 0 20 0 15 0 74604374 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13977988 memory=6944656592452807316 CPUtime=0.1 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) R 21447 21450 12560 0 -1 4202560 509 0 0 0 10 0 0 0 20 0 15 0 74604374 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673476613998 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13977988 memory=139631809193600 CPUtime=0.16 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 669 0 0 0 16 0 0 0 20 0 15 0 74604374 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21465] ppid=21447 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604378 14313459712 16613 18446744073709551615 4194304 4196468 140729547077296 139672963967408 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66452 KiB

[startup+1.17985 s]
# the end of solver process 21450 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.82185 s, system=0.071141 s

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

[startup+0.800853 s]
/proc/loadavg: 1.99 1.87 1.86 5/209 21465
/proc/meminfo: memFree=27757924/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13980036 memory=75188 CPUtime=1.01 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 14726 0 0 0 96 5 0 0 20 0 15 0 74604355 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3495009 18797 3723 1 0 3483783 0
[pid=21450/tid=21452] ppid=21447 vsize=13980036 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 12560 0 -1 4202560 11316 0 0 0 58 4 0 0 20 0 15 0 74604369 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139673497463376 139673454190273 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13980036 memory=53696 CPUtime=0.08 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 12560 0 -1 1077944384 814 0 0 0 8 0 0 0 20 0 15 0 74604374 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13980036 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 12560 0 -1 1077944384 521 0 0 0 11 0 0 0 20 0 15 0 74604374 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13980036 memory=4872558044660077418 CPUtime=0.17 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 692 0 0 0 17 0 0 0 20 0 15 0 74604374 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21465] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604378 14315556864 18797 18446744073709551615 4194304 4196468 140729547077296 139672963967408 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 75188 KiB

[startup+1.00067 s]*
/proc/loadavg: 1.99 1.87 1.86 4/209 21465
/proc/meminfo: memFree=27722884/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13980036 memory=88844 CPUtime=1.52 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 17811 0 0 0 146 6 0 0 20 0 15 0 74604355 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3495009 22211 3749 1 0 3483783 0
[pid=21450/tid=21452] ppid=21447 vsize=13980036 memory=-8774313645642428999 CPUtime=0.83 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 12560 0 -1 4202560 13236 0 0 0 78 5 0 0 20 0 15 0 74604369 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139673497464528 139673091473472 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13980036 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13980036 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13980036 memory=139631809193600 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13980036 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) R 21447 21450 12560 0 -1 4202560 1416 0 0 0 20 0 0 0 20 0 15 0 74604374 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673474747193 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13980036 memory=6944656592455360608 CPUtime=0.25 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 12560 0 -1 1077944384 848 0 0 0 25 0 0 0 20 0 15 0 74604374 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13980036 memory=8026352872064176211 CPUtime=0.22 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 928 0 0 0 22 0 0 0 20 0 15 0 74604374 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21465] ppid=21447 vsize=13980036 memory=279263337158288 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604378 14315556864 22211 18446744073709551615 4194304 4196468 140729547077296 139672963967408 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 88844 KiB

[startup+1.11003 s]
/proc/loadavg: 1.99 1.87 1.86 4/209 21465
/proc/meminfo: memFree=27722884/32770624 swapFree=67105588/67108860
[pid=21450] ppid=21447 vsize=13980036 memory=93132 CPUtime=1.73 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 12560 0 -1 1077944320 17865 0 0 0 167 6 0 0 20 0 15 0 74604355 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 140729547059840 139673493229303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 12 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
/proc/21450/statm: 3495009 23283 3752 1 0 3483783 0
[pid=21450/tid=21452] ppid=21447 vsize=13980036 memory=1412 CPUtime=0.93 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 12560 0 -1 4202560 13238 0 0 0 88 5 0 0 20 0 15 0 74604369 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139673497464528 139673094444554 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21453] ppid=21447 vsize=13980036 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139673412643728 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21454] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139673411590928 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21455] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139673091435664 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21456] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604369 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139673090382864 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21457] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672972388464 139673493240450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21458] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672971334432 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21459] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74604371 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672970282096 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21460] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672969230416 139673493247899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21461] ppid=21447 vsize=13980036 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 12560 0 -1 1077944384 1433 0 0 0 27 0 0 0 20 0 15 0 74604374 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672968178288 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21462] ppid=21447 vsize=13980036 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 12560 0 -1 1077944384 883 0 0 0 28 0 0 0 20 0 15 0 74604374 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672967125488 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21463] ppid=21447 vsize=13980036 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 12560 0 -1 1077944384 928 0 0 0 23 0 0 0 20 0 15 0 74604374 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672966073200 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21464] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74604374 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672965020640 139673493239509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
[pid=21450/tid=21465] ppid=21447 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74604378 14315556864 23283 18446744073709551615 4194304 4196468 140729547077296 139672963967408 139673493240450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18939904 140729547084143 140729547084329 140729547084329 140729547087823 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 93132 KiB

Child status: 0
Real time (s): 1.1799
CPU time (s): 1.89299
CPU user time (s): 1.82185
CPU system time (s): 0.071141
CPU usage (%): 160.436
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 93132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.82184
system time used= 0.071141
maximum resident set size= 97972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19121
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= 1661
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 21450
#   total CPU time (s): 1.89299
#   total CPU user time (s): 1.82185
#   total CPU system time (s): 0.071141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028652 second user time and 0.054295 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 17:07:28
IDJOB=4274000
IDBENCH=120875
IDSOLVER=2666
FILE ID=node126/4274000-1502724090
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-16.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274000-1502724090/watcher-4274000-1502724090 -o /tmp/evaluation-result-4274000-1502724090/solver-4274000-1502724090 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 926839931 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274000-1502724090.xml

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

MD5SUM BENCH= 67961b7ea87b4668bb1c5673d941fd25
RANDOM SEED=926839931

node126.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.81
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.81
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.81
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.81
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:        27796668 kB
MemAvailable:   28272920 kB
Buffers:          306844 kB
Cached:           437988 kB
SwapCached:          524 kB
Active:          4252364 kB
Inactive:         232376 kB
Active(anon):    3687956 kB
Inactive(anon):    85392 kB
Active(file):     564408 kB
Inactive(file):   146984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42448 kB
Writeback:             4 kB
AnonPages:       3739160 kB
Mapped:            63236 kB
Shmem:             33440 kB
Slab:             187832 kB
SReclaimable:     161388 kB
SUnreclaim:        26444 kB
KernelStack:        3488 kB
PageTables:        12328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4676444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3618816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 17:07:29