Trace number 4280965

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
choco-solver 4.0.5 par (2017-08-18)SAT 4.5675302 1.17203

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-05_X2.xml
MD5SUMe93f9383432bfdcdac2c998bf48e4532
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.119231
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints309
Number of domains2
Minimum domain size6
Maximum domain size25
Distribution of domain sizes[{"size":6,"count":1},{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree25
Distribution of variable degrees[{"degree":9,"count":1},{"degree":24,"count":16},{"degree":25,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":309}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280965-1503147762.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280965-1503147762.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.18/0.88	c solve instance...
4.20/1.15	s SATISFIABLE
4.20/1.15	v <instantiation>
4.20/1.15	v 	<list>w0 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] </list>
4.20/1.15	v 	<values>12 0 11 20 17 24 13 6 3 14 23 16 5 2 9 12 15 22 19 8 1 10 21 18 7 4 </values>
4.20/1.15	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 (11420 MiB free)
  memory of node 1: 16384 MiB (9830 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280965-1503147762/watcher-4280965-1503147762 -o /tmp/evaluation-result-4280965-1503147762/solver-4280965-1503147762 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503139077-27932 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 43839138 HOME/instance-4280965-1503147762.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=28977, runsolver pid=28974

[startup+0.100175 s]*
/proc/loadavg: 8.16 8.26 8.28 2/199 28998
/proc/meminfo: memFree=21745164/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=25999808 memory=27044 CPUtime=0.11 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 5700 0 0 0 10 1 0 0 20 0 20 0 147863863 26623803392 6761 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6499952 6761 2844 1 0 6488269 0
[pid=28979/tid=28980] ppid=28977 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) R 28977 28977 27905 0 -1 4202560 3705 0 0 0 8 1 0 0 20 0 20 0 147863863 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342358762032 140342338573669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=25999808 memory=139888637802112 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28984] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28984/stat : 28984 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342303992976 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28985] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28985/stat : 28985 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342302939408 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28986] ppid=28977 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28986/stat : 28986 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342301886864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28987] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28987/stat : 28987 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342300834320 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28988] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26623803392 6761 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863865 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147863866 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147863866 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863868 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) S 28977 28977 27905 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 147863868 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340756482032 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) S 28977 28977 27905 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 147863868 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340755429488 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863868 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340754376944 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) R 28977 28977 27905 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 147863868 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340753324400 140342346767166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863869 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863869 26623803392 6761 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28428 KiB

[startup+0.210051 s]*
/proc/loadavg: 8.16 8.26 8.28 2/199 28998
/proc/meminfo: memFree=21735240/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=26004064 memory=38752 CPUtime=0.33 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 8309 0 0 0 31 2 0 0 20 0 20 0 147863863 26628161536 9688 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6501016 9688 3040 1 0 6488269 0
[pid=28979/tid=28980] ppid=28977 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) R 28977 28977 27905 0 -1 4202560 5434 0 0 0 18 1 0 0 20 0 20 0 147863863 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342358752176 140342354551965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=26004064 memory=139888638494962 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28984] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28984/stat : 28984 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342303992976 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28985] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28985/stat : 28985 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342302939408 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28986] ppid=28977 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28986/stat : 28986 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342301886864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28987] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28987/stat : 28987 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342300834320 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28988] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 9688 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863865 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147863866 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147863866 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863868 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) S 28977 28977 27905 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 147863868 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340756482032 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) R 28977 28977 27905 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 147863868 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340755429488 140342354541186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) S 28977 28977 27905 0 -1 1077944384 309 0 0 0 2 0 0 0 20 0 20 0 147863868 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340754376944 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) S 28977 28977 27905 0 -1 1077944384 720 0 0 0 7 0 0 0 20 0 20 0 147863868 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340753324400 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863869 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863869 26628161536 9688 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40136 KiB

[startup+0.309395 s]*
/proc/loadavg: 8.16 8.26 8.28 3/199 28998
/proc/meminfo: memFree=21730960/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=26004064 memory=45720 CPUtime=0.5 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 9212 0 0 0 47 3 0 0 20 0 20 0 147863863 26628161536 11430 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6501016 11430 3061 1 0 6488269 0
[pid=28979/tid=28980] ppid=28977 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) R 28977 28977 27905 0 -1 4202560 6129 0 0 0 27 2 0 0 20 0 20 0 147863863 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342358760528 140342338610526 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28984] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28984/stat : 28984 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342303992976 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28985] ppid=28977 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28979/task/28985/stat : 28985 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342302939408 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28986] ppid=28977 vsize=26004064 memory=139888494212015 CPUtime=0 cores=0-7
/proc/28979/task/28986/stat : 28986 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342301886864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28987] ppid=28977 vsize=26004064 memory=139888494214320 CPUtime=0 cores=0-7
/proc/28979/task/28987/stat : 28987 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342300834320 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28988] ppid=28977 vsize=26004064 memory=139888494216624 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26628161536 11430 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863865 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=26004064 memory=279776988440208 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147863866 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=26004064 memory=279776988447120 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147863866 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=26004064 memory=279776988388400 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863868 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=26004064 memory=279776988460944 CPUtime=0.01 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) S 28977 28977 27905 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 147863868 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340756482032 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=26004064 memory=279776988467856 CPUtime=0.03 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) S 28977 28977 27905 0 -1 1077944384 296 0 0 0 3 0 0 0 20 0 20 0 147863868 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340755429488 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=26004064 memory=279776988465552 CPUtime=0.02 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) S 28977 28977 27905 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 20 0 147863868 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340754376944 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=26004064 memory=279776988481712 CPUtime=0.12 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) R 28977 28977 27905 0 -1 4202560 842 0 0 0 12 0 0 0 20 0 20 0 147863868 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340753320768 140342347629886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863869 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863869 26628161536 11430 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47104 KiB

[startup+0.700888 s]
/proc/loadavg: 8.16 8.26 8.28 5/199 28998
/proc/meminfo: memFree=21717436/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=26006188 memory=85220 CPUtime=1.77 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 14472 0 0 0 172 5 0 0 20 0 20 0 147863863 26630336512 21305 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6501547 21305 3203 1 0 6488781 0
[pid=28979/tid=28980] ppid=28977 vsize=26006188 memory=279776988839600 CPUtime=0.67 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) R 28977 28977 27905 0 -1 4202560 6868 0 0 0 64 3 0 0 20 0 20 0 147863863 26630336512 21305 33554432000 4194304 4196468 140727145794048 140342358759424 140341968932184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=26006188 memory=139888494420848 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26630336512 21305 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863864 26630336512 21305 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=26006188 memory=1008 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863864 26630336512 21305 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0

################
# More data... #
################

[pid=28979/tid=28988] ppid=28977 vsize=26006188 memory=-9178176404910862942 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147863864 26630336512 25885 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147863865 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=26006188 memory=1732 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147863866 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=26006188 memory=1944 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147863866 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=26006188 memory=1700 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863868 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=26006188 memory=1228 CPUtime=0.28 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) R 28977 28977 27905 0 -1 4202560 1340 0 0 0 28 0 0 0 20 0 20 0 147863868 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340756467184 140342335231686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=26006188 memory=5428 CPUtime=0.31 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) R 28977 28977 27905 0 -1 4202560 1351 0 0 0 31 0 0 0 20 0 20 0 147863868 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340755419088 140342338819054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=26006188 memory=4624 CPUtime=0.29 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) R 28977 28977 27905 0 -1 4202560 1509 0 0 0 29 0 0 0 20 0 20 0 147863868 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340754367056 140342333933159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=26006188 memory=1424 CPUtime=0.48 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) S 28977 28977 27905 0 -1 1077944384 2599 0 0 0 48 0 0 0 20 0 20 0 147863868 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340753324400 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=26006188 memory=13160 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147863869 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=26006188 memory=792 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147863869 26630336512 25885 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 2.18 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 104924 KiB

[startup+1.00115 s]*
/proc/loadavg: 8.16 8.26 8.28 13/207 29006
/proc/meminfo: memFree=21637716/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=26538700 memory=137540 CPUtime=3.4 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 16626 0 0 0 334 6 0 0 20 0 28 0 147863863 27175628800 34385 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6634675 34385 3219 1 0 6621909 0
[pid=28979/tid=28980] ppid=28977 vsize=26538700 memory=0 CPUtime=0.86 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) S 28977 28977 27905 0 -1 1077944384 6942 0 0 0 83 3 0 0 20 0 28 0 147863863 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342358770816 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=26538700 memory=279777131953520 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28984] ppid=28977 vsize=26538700 memory=7955445290415184795 CPUtime=0 cores=0-7
/proc/28979/task/28984/stat : 28984 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342303992976 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28985] ppid=28977 vsize=26538700 memory=7162531440177276259 CPUtime=0 cores=0-7
/proc/28979/task/28985/stat : 28985 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342302939408 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28986] ppid=28977 vsize=26538700 memory=3905523804517969951 CPUtime=0 cores=0-7
/proc/28979/task/28986/stat : 28986 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342301886864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28987] ppid=28977 vsize=26538700 memory=8318255677412212789 CPUtime=0 cores=0-7
/proc/28979/task/28987/stat : 28987 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342300834320 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28988] ppid=28977 vsize=26538700 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34385 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=26538700 memory=708766 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 147863865 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 147863866 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 147863866 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863868 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=26538700 memory=0 CPUtime=0.49 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) R 28977 28977 27905 0 -1 4202560 1984 0 0 0 49 0 0 0 20 0 28 0 147863868 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340756467984 140342354551386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=26538700 memory=0 CPUtime=0.49 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) R 28977 28977 27905 0 -1 4202560 1621 0 0 0 49 0 0 0 20 0 28 0 147863868 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340755416032 140342338922020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=26538700 memory=0 CPUtime=0.5 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) R 28977 28977 27905 0 -1 4202560 1521 0 0 0 50 0 0 0 20 0 28 0 147863868 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340754363280 140342354551386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=26538700 memory=0 CPUtime=0.55 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) S 28977 28977 27905 0 -1 1077944384 2910 0 0 0 55 0 0 0 20 0 28 0 147863868 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340753324400 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147863869 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863869 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28999] ppid=28977 vsize=26538700 memory=171051322 CPUtime=0.07 cores=0-7
/proc/28979/task/28999/stat : 28999 (java) R 28977 28977 27905 0 -1 1077944384 74 0 0 0 7 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340743207280 140342354540245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29000] ppid=28977 vsize=26538700 memory=6944656592455360604 CPUtime=0.04 cores=0-7
/proc/28979/task/29000/stat : 29000 (java) R 28977 28977 27905 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340742155840 140341971521916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29001] ppid=28977 vsize=26538700 memory=139892932769407 CPUtime=0.03 cores=0-7
/proc/28979/task/29001/stat : 29001 (java) R 28977 28977 27905 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340673626032 140341971520853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29002] ppid=28977 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/28979/task/29002/stat : 29002 (java) S 28977 28977 27905 0 -1 1077944384 63 0 0 0 4 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340672577008 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29003] ppid=28977 vsize=26538700 memory=0 CPUtime=0.06 cores=0-7
/proc/28979/task/29003/stat : 29003 (java) R 28977 28977 27905 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340671525992 140341971521993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29004] ppid=28977 vsize=26538700 memory=0 CPUtime=0.06 cores=0-7
/proc/28979/task/29004/stat : 29004 (java) R 28977 28977 27905 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340670473448 140341971521364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29005] ppid=28977 vsize=26538700 memory=0 CPUtime=0.06 cores=0-7
/proc/28979/task/29005/stat : 29005 (java) R 28977 28977 27905 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340669421840 140341971521556 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29006] ppid=28977 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/28979/task/29006/stat : 29006 (java) R 28977 28977 27905 0 -1 1077944384 26 0 0 0 4 0 0 0 20 0 28 0 147863952 27175628800 34385 33554432000 4194304 4196468 140727145794048 140340668369536 140342354540245 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 3.4 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 138924 KiB

[startup+1.11138 s]
/proc/loadavg: 8.16 8.26 8.28 13/207 29006
/proc/meminfo: memFree=21637716/32770624 swapFree=67108860/67108860
[pid=28977] ppid=28974 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28977/stat : 28977 (xcsp3-exec) S 28974 28977 27905 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147863862 9740288 346 33554432000 4194304 5098028 140733017358912 140733017357016 140124059734652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34725888 140733017367654 140733017367863 140733017367863 140733017370603 0
/proc/28977/statm: 2378 346 289 221 0 87 0
[pid=28979] ppid=28977 vsize=26538700 memory=139108 CPUtime=4.2 cores=0-7
/proc/28979/stat : 28979 (java) S 28977 28977 27905 0 -1 1077944320 17018 0 0 0 413 7 0 0 20 0 28 0 147863863 27175628800 34777 33554432000 4194304 4196468 140727145794048 140727145776592 140342354530039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
/proc/28979/statm: 6634675 34777 3228 1 0 6621909 0
[pid=28979/tid=28980] ppid=28977 vsize=26538700 memory=0 CPUtime=0.86 cores=0-7
/proc/28979/task/28980/stat : 28980 (java) S 28977 28977 27905 0 -1 1077944384 6942 0 0 0 83 3 0 0 20 0 28 0 147863863 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342358770816 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28981] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28981/stat : 28981 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342307150608 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28982] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28982/stat : 28982 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342306098064 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28983] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28983/stat : 28983 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342305045520 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28984] ppid=28977 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/28979/task/28984/stat : 28984 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342303992976 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28985] ppid=28977 vsize=26538700 memory=85220 CPUtime=0 cores=0-7
/proc/28979/task/28985/stat : 28985 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342302939408 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28986] ppid=28977 vsize=26538700 memory=279776988839600 CPUtime=0 cores=0-7
/proc/28979/task/28986/stat : 28986 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342301886864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28987] ppid=28977 vsize=26538700 memory=139888494420848 CPUtime=0 cores=0-7
/proc/28979/task/28987/stat : 28987 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342300834320 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28988] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28988/stat : 28988 (java) S 28977 28977 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 147863864 27175628800 34777 33554432000 4194304 4196468 140727145794048 140342299781776 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28989] ppid=28977 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28979/task/28989/stat : 28989 (java) S 28977 28977 27905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 147863865 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340760693232 140342354541186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28990] ppid=28977 vsize=26538700 memory=124455267394162 CPUtime=0 cores=0-7
/proc/28979/task/28990/stat : 28990 (java) S 28977 28977 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 147863866 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340759639456 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28991] ppid=28977 vsize=26538700 memory=124455267394163 CPUtime=0 cores=0-7
/proc/28979/task/28991/stat : 28991 (java) S 28977 28977 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 147863866 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340758586864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28992] ppid=28977 vsize=26538700 memory=124455267394164 CPUtime=0 cores=0-7
/proc/28979/task/28992/stat : 28992 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863868 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340757535440 140342354548635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28993] ppid=28977 vsize=26538700 memory=124455267394165 CPUtime=0.57 cores=0-7
/proc/28979/task/28993/stat : 28993 (java) R 28977 28977 27905 0 -1 4202560 1994 0 0 0 57 0 0 0 20 0 28 0 147863868 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340756468592 140342336074144 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28994] ppid=28977 vsize=26538700 memory=124455267394166 CPUtime=0.57 cores=0-7
/proc/28979/task/28994/stat : 28994 (java) R 28977 28977 27905 0 -1 4202560 1745 0 0 0 57 0 0 0 20 0 28 0 147863868 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340755410504 140342332124816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28995] ppid=28977 vsize=26538700 memory=124455267394167 CPUtime=0.58 cores=0-7
/proc/28979/task/28995/stat : 28995 (java) S 28977 28977 27905 0 -1 1077944384 1705 0 0 0 58 0 0 0 20 0 28 0 147863868 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340754364864 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28996] ppid=28977 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/28979/task/28996/stat : 28996 (java) R 28977 28977 27905 0 -1 1077944384 2977 0 0 0 58 1 0 0 20 0 28 0 147863868 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340753324400 140342354541186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28997] ppid=28977 vsize=26538700 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/28979/task/28997/stat : 28997 (java) S 28977 28977 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147863869 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340752272096 140342354540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28998] ppid=28977 vsize=26538700 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/28979/task/28998/stat : 28998 (java) S 28977 28977 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147863869 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340751219632 140342354541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=28999] ppid=28977 vsize=26538700 memory=6944656592455097440 CPUtime=0.14 cores=0-7
/proc/28979/task/28999/stat : 28999 (java) R 28977 28977 27905 0 -1 4202560 74 0 0 0 14 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340743207888 140341968839590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29000] ppid=28977 vsize=26538700 memory=6944656592455359580 CPUtime=0.13 cores=0-7
/proc/28979/task/29000/stat : 29000 (java) R 28977 28977 27905 0 -1 4202560 47 0 0 0 13 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340742156704 140341969795144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29001] ppid=28977 vsize=26538700 memory=6656426216303648864 CPUtime=0.09 cores=0-7
/proc/28979/task/29001/stat : 29001 (java) R 28977 28977 27905 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340673629648 140341971729109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29002] ppid=28977 vsize=26538700 memory=6944652177228980320 CPUtime=0.08 cores=0-7
/proc/28979/task/29002/stat : 29002 (java) R 28977 28977 27905 0 -1 1077944384 64 0 0 0 8 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340672576784 140342354540245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29003] ppid=28977 vsize=26538700 memory=6944656592455360604 CPUtime=0.13 cores=0-7
/proc/28979/task/29003/stat : 29003 (java) R 28977 28977 27905 0 -1 4202560 32 0 0 0 13 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340671527288 140341971662990 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29004] ppid=28977 vsize=26538700 memory=5864345774621481062 CPUtime=0.13 cores=0-7
/proc/28979/task/29004/stat : 29004 (java) R 28977 28977 27905 0 -1 4202560 24 0 0 0 13 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340670471664 140341971208768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29005] ppid=28977 vsize=26538700 memory=26771667261 CPUtime=0.11 cores=0-7
/proc/28979/task/29005/stat : 29005 (java) R 28977 28977 27905 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340669419472 140341971781584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
[pid=28979/tid=29006] ppid=28977 vsize=26538700 memory=56 CPUtime=0.11 cores=0-7
/proc/28979/task/29006/stat : 29006 (java) R 28977 28977 27905 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 28 0 147863952 27175628800 34777 33554432000 4194304 4196468 140727145794048 140340668367536 140341968839536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19468288 140727145796754 140727145796931 140727145796931 140727145799631 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 140492 KiB

Child status: 0
Real time (s): 1.17203
CPU time (s): 4.56753
CPU user time (s): 4.48882
CPU system time (s): 0.078714
CPU usage (%): 389.712
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 140492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48882
system time used= 0.078714
maximum resident set size= 144204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17994
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= 3089
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 28977
#   total CPU time (s): 4.56753
#   total CPU user time (s): 4.48882
#   total CPU system time (s): 0.078714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03231 second user time and 0.051495 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-19 14:48:22
IDJOB=4280965
IDBENCH=130607
IDSOLVER=2675
FILE ID=node114/4280965-1503147762
RUNJOBID= node114-1503139077-27932
PBS_JOBID= 20630795
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-05_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280965-1503147762/watcher-4280965-1503147762 -o /tmp/evaluation-result-4280965-1503147762/solver-4280965-1503147762 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503139077-27932 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 43839138 HOME/instance-4280965-1503147762.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e93f9383432bfdcdac2c998bf48e4532
RANDOM SEED=43839138

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        21761268 kB
MemAvailable:   31968644 kB
Buffers:          253812 kB
Cached:         10242824 kB
SwapCached:            0 kB
Active:          1759224 kB
Inactive:        8792980 kB
Active(anon):      47148 kB
Inactive(anon):    44268 kB
Active(file):    1712076 kB
Inactive(file):  8748712 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:         72148 kB
Mapped:            50720 kB
Shmem:             33416 kB
Slab:             150980 kB
SReclaimable:     124848 kB
SUnreclaim:        26132 kB
KernelStack:        3520 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61840 MiB
End job on node114 at 2017-08-19 14:48:23