Trace number 4271027

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-09)SAT 10.2623 1.75318

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
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.47480899
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":23},{"degree":5,"count":2}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
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-4271027-1502755737.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271027-1502755737.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.01/0.52	c solve instance...
10.04/1.72	s SATISFIABLE
10.04/1.72	v <instantiation>
10.04/1.72	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
10.04/1.72	v 	<values>7 62 19 2 28 48 65 72 66 26 81 71 60 36 1 30 49 15 68 27 25 76 52 64 21 31 5 47 51 34 59 73 53 35 14 3 45 63 9 22 44 54 41 11 80 46 58 79 20 16 8 42 23 77 55 13 43 29 24 67 70 56 12 6 4 39 40 78 57 33 38 74 69 10 50 61 18 17 32 75 37 </values>
10.04/1.72	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 (14271 MiB free)
  memory of node 1: 16384 MiB (14144 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271027-1502755737/watcher-4271027-1502755737 -o /tmp/evaluation-result-4271027-1502755737/solver-4271027-1502755737 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502752356-2334 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1342646620 HOME/instance-4271027-1502755737.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=2491, runsolver pid=2488

[startup+0.100162 s]*
/proc/loadavg: 7.79 8.44 8.57 2/200 2512
/proc/meminfo: memFree=29082808/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=25999808 memory=26844 CPUtime=0.11 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 5508 0 0 0 10 1 0 0 20 0 20 0 108661745 26623803392 6711 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6499952 6711 2899 1 0 6488269 0
[pid=2493/tid=2494] ppid=2491 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) R 2491 2491 2306 0 -1 4202560 3514 0 0 0 8 1 0 0 20 0 20 0 108661745 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574725907360 140574705771870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=25999808 memory=139711503386240 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2498] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2498/stat : 2498 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574276880784 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2499] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2499/stat : 2499 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574275828752 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2500] ppid=2491 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2500/stat : 2500 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574274776208 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2501] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2501/stat : 2501 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574273723152 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2502] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2502/stat : 2502 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26623803392 6711 33554432000 4194304 4196468 140733304698128 140574272670608 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2503] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2503/stat : 2503 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661747 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573849164016 140574721702530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2504] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2504/stat : 2504 (java) S 2491 2491 2306 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108661748 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573848110240 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2505] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2505/stat : 2505 (java) S 2491 2491 2306 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108661748 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573847057136 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2506] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2506/stat : 2506 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661750 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573846005712 140574721709979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2507] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2507/stat : 2507 (java) S 2491 2491 2306 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 108661750 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573844953840 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2508] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2508/stat : 2508 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661750 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573843901296 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2509] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2509/stat : 2509 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661751 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573842848240 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2510] ppid=2491 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/2493/task/2510/stat : 2510 (java) R 2491 2491 2306 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 20 0 108661751 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573841795696 140574721712730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2511] ppid=2491 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2511/stat : 2511 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661751 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573840742880 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2512] ppid=2491 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2512/stat : 2512 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661751 26623803392 6711 33554432000 4194304 4196468 140733304698128 140573839690416 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28224 KiB

[startup+0.210061 s]*
/proc/loadavg: 7.79 8.44 8.57 2/200 2512
/proc/meminfo: memFree=29072264/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=26004064 memory=38940 CPUtime=0.33 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 8321 0 0 0 30 3 0 0 20 0 20 0 108661745 26628161536 9735 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6501016 9735 3043 1 0 6488269 0
[pid=2493/tid=2494] ppid=2491 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) R 2491 2491 2306 0 -1 4202560 5416 0 0 0 18 1 0 0 20 0 20 0 108661745 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574725912384 140574610788217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=26004064 memory=327 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=26004064 memory=139711503391056 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2498] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2498/stat : 2498 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574276880784 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2499] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2499/stat : 2499 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574275828752 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2500] ppid=2491 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2500/stat : 2500 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574274776208 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2501] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2501/stat : 2501 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574273723152 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2502] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2502/stat : 2502 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 9735 33554432000 4194304 4196468 140733304698128 140574272670608 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2503] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2503/stat : 2503 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661747 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573849164016 140574721702530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2504] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2504/stat : 2504 (java) S 2491 2491 2306 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108661748 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573848110240 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2505] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2505/stat : 2505 (java) S 2491 2491 2306 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108661748 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573847057136 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2506] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2506/stat : 2506 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661750 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573846005712 140574721709979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2507] ppid=2491 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/2493/task/2507/stat : 2507 (java) R 2491 2491 2306 0 -1 1077944384 652 0 0 0 2 0 0 0 20 0 20 0 108661750 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573844953840 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2508] ppid=2491 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/2493/task/2508/stat : 2508 (java) R 2491 2491 2306 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 108661750 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573843901296 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2509] ppid=2491 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/2493/task/2509/stat : 2509 (java) S 2491 2491 2306 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 108661751 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573842848240 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2510] ppid=2491 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/2493/task/2510/stat : 2510 (java) R 2491 2491 2306 0 -1 1077944384 768 0 0 0 7 0 0 0 20 0 20 0 108661751 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573841795696 140574721702530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2511] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2511/stat : 2511 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661751 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573840742880 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2512] ppid=2491 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2512/stat : 2512 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661751 26628161536 9735 33554432000 4194304 4196468 140733304698128 140573839690416 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40320 KiB

[startup+0.309512 s]*
/proc/loadavg: 7.79 8.44 8.57 2/200 2512
/proc/meminfo: memFree=29065748/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=26004064 memory=45928 CPUtime=0.49 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 9247 0 0 0 45 4 0 0 20 0 20 0 108661745 26628161536 11482 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6501016 11482 3105 1 0 6488269 0
[pid=2493/tid=2494] ppid=2491 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) R 2491 2491 2306 0 -1 4202560 6171 0 0 0 27 2 0 0 20 0 20 0 108661745 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574725922784 140574705771870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2498] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2498/stat : 2498 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574276880784 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2499] ppid=2491 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/2493/task/2499/stat : 2499 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574275828752 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2500] ppid=2491 vsize=26004064 memory=139711393919919 CPUtime=0 cores=0-7
/proc/2493/task/2500/stat : 2500 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11482 33554432000 4194304 4196468 140733304698128 140574274776208 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2501] ppid=2491 vsize=26004064 memory=139711393922224 CPUtime=0 cores=0-7
/proc/2493/task/2501/stat : 2501 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11547 33554432000 4194304 4196468 140733304698128 140574273723152 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2502] ppid=2491 vsize=26004064 memory=139711393924528 CPUtime=0 cores=0-7
/proc/2493/task/2502/stat : 2502 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661746 26628161536 11547 33554432000 4194304 4196468 140733304698128 140574272670608 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2503] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2503/stat : 2503 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108661747 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573849164016 140574721702530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2504] ppid=2491 vsize=26004064 memory=279422787856016 CPUtime=0 cores=0-7
/proc/2493/task/2504/stat : 2504 (java) S 2491 2491 2306 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108661748 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573848110240 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2505] ppid=2491 vsize=26004064 memory=279422787862928 CPUtime=0 cores=0-7
/proc/2493/task/2505/stat : 2505 (java) S 2491 2491 2306 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108661748 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573847057136 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2506] ppid=2491 vsize=26004064 memory=279422787804208 CPUtime=0 cores=0-7
/proc/2493/task/2506/stat : 2506 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661750 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573846005712 140574721709979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2507] ppid=2491 vsize=26004064 memory=279422787876752 CPUtime=0.03 cores=0-7
/proc/2493/task/2507/stat : 2507 (java) S 2491 2491 2306 0 -1 1077944384 716 0 0 0 3 0 0 0 20 0 20 0 108661750 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573844953840 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2508] ppid=2491 vsize=26004064 memory=279422787883664 CPUtime=0.01 cores=0-7
/proc/2493/task/2508/stat : 2508 (java) S 2491 2491 2306 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 20 0 108661750 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573843901296 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2509] ppid=2491 vsize=26004064 memory=279422787881360 CPUtime=0.01 cores=0-7
/proc/2493/task/2509/stat : 2509 (java) S 2491 2491 2306 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 108661751 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573842848240 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2510] ppid=2491 vsize=26004064 memory=279422787897520 CPUtime=0.11 cores=0-7
/proc/2493/task/2510/stat : 2510 (java) S 2491 2491 2306 0 -1 1077944384 858 0 0 0 11 0 0 0 20 0 20 0 108661751 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573841795696 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2511] ppid=2491 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2511/stat : 2511 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108661751 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573840742880 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2512] ppid=2491 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2493/task/2512/stat : 2512 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108661751 26628161536 11547 33554432000 4194304 4196468 140733304698128 140573839690416 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47308 KiB

[startup+0.70092 s]
/proc/loadavg: 7.79 8.44 8.57 5/200 2512
/proc/meminfo: memFree=29051948/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=26538700 memory=87456 CPUtime=2.2 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 13252 0 0 0 213 7 0 0 20 0 28 0 108661745 27175628800 21864 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6634675 21864 3205 1 0 6621909 0
[pid=2493/tid=2494] ppid=2491 vsize=26538700 memory=279422788255408 CPUtime=0.5 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) S 2491 2491 2306 0 -1 1077944384 6808 0 0 0 47 3 0 0 20 0 28 0 108661745 27175628800 21864 33554432000 4194304 4196468 140733304698128 140574725932160 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=26538700 memory=139711394128752 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 21864 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 21864 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=26538700 memory=5296 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 21864 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0

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

[pid=2493/tid=2514] ppid=2491 vsize=26538700 memory=8560 CPUtime=0.82 cores=0-7
/proc/2493/task/2514/stat : 2514 (java) R 2491 2491 2306 0 -1 4202560 60 0 0 0 82 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573830625984 140574364111912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2515] ppid=2491 vsize=26538700 memory=0 CPUtime=0.64 cores=0-7
/proc/2493/task/2515/stat : 2515 (java) R 2491 2491 2306 0 -1 4202560 103 0 0 0 64 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573829574824 140574363906992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2516] ppid=2491 vsize=26538700 memory=0 CPUtime=0.69 cores=0-7
/proc/2493/task/2516/stat : 2516 (java) R 2491 2491 2306 0 -1 4202560 49 0 0 0 69 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573828521944 140574364109871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2517] ppid=2491 vsize=26538700 memory=4580 CPUtime=0.71 cores=0-7
/proc/2493/task/2517/stat : 2517 (java) R 2491 2491 2306 0 -1 4202560 57 0 0 0 71 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573827469056 140574364111558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2518] ppid=2491 vsize=26538700 memory=0 CPUtime=0.74 cores=0-7
/proc/2493/task/2518/stat : 2518 (java) R 2491 2491 2306 0 -1 4202560 59 0 0 0 74 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573826416512 140574363188849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2519] ppid=2491 vsize=26538700 memory=0 CPUtime=0.75 cores=0-7
/proc/2493/task/2519/stat : 2519 (java) R 2491 2491 2306 0 -1 4202560 49 0 0 0 75 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573825364160 140574363923811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2520] ppid=2491 vsize=26538700 memory=0 CPUtime=0.74 cores=0-7
/proc/2493/task/2520/stat : 2520 (java) R 2491 2491 2306 0 -1 4202560 61 0 0 0 74 0 0 0 20 0 28 0 108661798 27175628800 27999 33554432000 4194304 4196468 140733304698128 140573824310304 140574363772921 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 113376 KiB

[startup+1.75311 s]
# the end of solver process 2491 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.1658 s, system=0.096421 s

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

[startup+1.61365 s]
/proc/loadavg: 7.79 8.44 8.57 13/208 2520
/proc/meminfo: memFree=29016768/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=26538700 memory=114580 CPUtime=9.34 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 17116 0 0 0 926 8 0 0 20 0 28 0 108661745 27175628800 28645 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6634675 28645 3212 1 0 6621909 0
[pid=2493/tid=2494] ppid=2491 vsize=26538700 memory=0 CPUtime=0.5 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) S 2491 2491 2306 0 -1 1077944384 6808 0 0 0 47 3 0 0 20 0 28 0 108661745 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574725932160 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2498] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2498/stat : 2498 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574276880784 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2499] ppid=2491 vsize=26538700 memory=-7025424297587845161 CPUtime=0 cores=0-7
/proc/2493/task/2499/stat : 2499 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574275828752 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2500] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2500/stat : 2500 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574274776208 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2501] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2501/stat : 2501 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574273723152 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2502] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2502/stat : 2502 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 28645 33554432000 4194304 4196468 140733304698128 140574272670608 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2503] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2503/stat : 2503 (java) S 2491 2491 2306 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 108661747 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573849164016 140574721702530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2504] ppid=2491 vsize=26538700 memory=1224 CPUtime=0 cores=0-7
/proc/2493/task/2504/stat : 2504 (java) S 2491 2491 2306 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 108661748 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573848110240 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2505] ppid=2491 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/2493/task/2505/stat : 2505 (java) S 2491 2491 2306 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 108661748 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573847057136 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2506] ppid=2491 vsize=26538700 memory=1004 CPUtime=0 cores=0-7
/proc/2493/task/2506/stat : 2506 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661750 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573846005712 140574721709979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2507] ppid=2491 vsize=26538700 memory=5296 CPUtime=0.66 cores=0-7
/proc/2493/task/2507/stat : 2507 (java) R 2491 2491 2306 0 -1 4202560 3216 0 0 0 65 1 0 0 20 0 28 0 108661750 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573844942432 140574701521700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2508] ppid=2491 vsize=26538700 memory=1196 CPUtime=0.63 cores=0-7
/proc/2493/task/2508/stat : 2508 (java) R 2491 2491 2306 0 -1 4202560 1478 0 0 0 63 0 0 0 20 0 28 0 108661750 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573843901592 140574703212226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2509] ppid=2491 vsize=26538700 memory=4612 CPUtime=0.55 cores=0-7
/proc/2493/task/2509/stat : 2509 (java) R 2491 2491 2306 0 -1 4202560 1559 0 0 0 55 0 0 0 20 0 28 0 108661751 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573842835960 140574705177437 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2510] ppid=2491 vsize=26538700 memory=15872 CPUtime=0.45 cores=0-7
/proc/2493/task/2510/stat : 2510 (java) R 2491 2491 2306 0 -1 1077944384 2229 0 0 0 45 0 0 0 20 0 28 0 108661751 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573841795696 140574721702530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2511] ppid=2491 vsize=26538700 memory=18448 CPUtime=0 cores=0-7
/proc/2493/task/2511/stat : 2511 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108661751 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573840742880 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2512] ppid=2491 vsize=26538700 memory=17284 CPUtime=0 cores=0-7
/proc/2493/task/2512/stat : 2512 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661751 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573839690416 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2513] ppid=2491 vsize=26538700 memory=4044 CPUtime=0.85 cores=0-7
/proc/2493/task/2513/stat : 2513 (java) R 2491 2491 2306 0 -1 4202560 72 0 0 0 85 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573831677976 140574364214104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2514] ppid=2491 vsize=26538700 memory=1792 CPUtime=0.88 cores=0-7
/proc/2493/task/2514/stat : 2514 (java) R 2491 2491 2306 0 -1 4202560 61 0 0 0 88 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573830626664 140574706901789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2515] ppid=2491 vsize=26538700 memory=6373731468466 CPUtime=0.72 cores=0-7
/proc/2493/task/2515/stat : 2515 (java) R 2491 2491 2306 0 -1 4202560 105 0 0 0 72 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573829575224 140574364327656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2516] ppid=2491 vsize=26538700 memory=288230604624101685 CPUtime=0.76 cores=0-7
/proc/2493/task/2516/stat : 2516 (java) R 2491 2491 2306 0 -1 4202560 49 0 0 0 76 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573828521808 140574363923211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2517] ppid=2491 vsize=26538700 memory=13845283167537202 CPUtime=0.8 cores=0-7
/proc/2493/task/2517/stat : 2517 (java) R 2491 2491 2306 0 -1 4202560 57 0 0 0 80 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573827469056 140574363513816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2518] ppid=2491 vsize=26538700 memory=0 CPUtime=0.81 cores=0-7
/proc/2493/task/2518/stat : 2518 (java) R 2491 2491 2306 0 -1 4202560 59 0 0 0 81 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573826419592 140574363513599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2519] ppid=2491 vsize=26538700 memory=0 CPUtime=0.82 cores=0-7
/proc/2493/task/2519/stat : 2519 (java) R 2491 2491 2306 0 -1 4202560 49 0 0 0 82 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573825365544 140574363776795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2520] ppid=2491 vsize=26538700 memory=6944656592455359580 CPUtime=0.79 cores=0-7
/proc/2493/task/2520/stat : 2520 (java) R 2491 2491 2306 0 -1 4202560 61 0 0 0 79 0 0 0 20 0 28 0 108661798 27175628800 28645 33554432000 4194304 4196468 140733304698128 140573824310656 140574363513922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 115960 KiB

[startup+1.70165 s]
/proc/loadavg: 7.79 8.44 8.57 13/208 2520
/proc/meminfo: memFree=29016768/32770624 swapFree=67108860/67108860
[pid=2491] ppid=2488 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2491/stat : 2491 (xcsp3-exec) S 2488 2491 2306 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 108661745 9740288 345 33554432000 4194304 5098028 140723042176640 140723042174744 139915631997564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140723042178148 140723042178359 140723042178359 140723042181099 0
/proc/2491/statm: 2378 345 289 221 0 87 0
[pid=2493] ppid=2491 vsize=26538700 memory=123388 CPUtime=10.04 cores=0-7
/proc/2493/stat : 2493 (java) S 2491 2491 2306 0 -1 1077944320 17290 0 0 0 996 8 0 0 20 0 28 0 108661745 27175628800 30847 33554432000 4194304 4196468 140733304698128 140733304680672 140574721691383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
/proc/2493/statm: 6634675 30847 3219 1 0 6621909 0
[pid=2493/tid=2494] ppid=2491 vsize=26538700 memory=13845283167537202 CPUtime=0.5 cores=0-7
/proc/2493/task/2494/stat : 2494 (java) S 2491 2491 2306 0 -1 1077944384 6808 0 0 0 47 3 0 0 20 0 28 0 108661745 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574725932160 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2495] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2495/stat : 2495 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574280038928 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2496] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2496/stat : 2496 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574278986384 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2497] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2497/stat : 2497 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574277933328 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2498] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2498/stat : 2498 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574276880784 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2499] ppid=2491 vsize=26538700 memory=4580 CPUtime=0 cores=0-7
/proc/2493/task/2499/stat : 2499 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574275828752 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2500] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2500/stat : 2500 (java) S 2491 2491 2306 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574274776208 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2501] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2501/stat : 2501 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574273723152 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2502] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2502/stat : 2502 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661746 27175628800 30847 33554432000 4194304 4196468 140733304698128 140574272670608 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2503] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2503/stat : 2503 (java) S 2491 2491 2306 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 108661747 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573849164016 140574721702530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2504] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2504/stat : 2504 (java) S 2491 2491 2306 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 108661748 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573848110240 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2505] ppid=2491 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/2493/task/2505/stat : 2505 (java) S 2491 2491 2306 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 108661748 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573847057136 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2506] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2506/stat : 2506 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661750 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573846005712 140574721709979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2507] ppid=2491 vsize=26538700 memory=0 CPUtime=0.72 cores=0-7
/proc/2493/task/2507/stat : 2507 (java) R 2491 2491 2306 0 -1 4202560 3218 0 0 0 71 1 0 0 20 0 28 0 108661750 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573844935440 140574703212539 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2508] ppid=2491 vsize=26538700 memory=0 CPUtime=0.67 cores=0-7
/proc/2493/task/2508/stat : 2508 (java) R 2491 2491 2306 0 -1 4202560 1494 0 0 0 67 0 0 0 20 0 28 0 108661750 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573843887864 140574702391986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2509] ppid=2491 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/2493/task/2509/stat : 2509 (java) R 2491 2491 2306 0 -1 4202560 1706 0 0 0 62 0 0 0 20 0 28 0 108661751 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573842834264 140574706816768 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2510] ppid=2491 vsize=26538700 memory=139715798353535 CPUtime=0.46 cores=0-7
/proc/2493/task/2510/stat : 2510 (java) S 2491 2491 2306 0 -1 1077944384 2234 0 0 0 46 0 0 0 20 0 28 0 108661751 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573841795696 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2511] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2511/stat : 2511 (java) S 2491 2491 2306 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108661751 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573840742880 140574721701589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2512] ppid=2491 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/2493/task/2512/stat : 2512 (java) S 2491 2491 2306 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108661751 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573839690416 140574721702530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2513] ppid=2491 vsize=26538700 memory=0 CPUtime=0.88 cores=0-7
/proc/2493/task/2513/stat : 2513 (java) R 2491 2491 2306 0 -1 1077944384 72 0 0 0 88 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573831678720 140574721701589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2514] ppid=2491 vsize=26538700 memory=0 CPUtime=0.93 cores=0-7
/proc/2493/task/2514/stat : 2514 (java) R 2491 2491 2306 0 -1 4202560 61 0 0 0 93 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573830626664 140574364253768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2515] ppid=2491 vsize=26538700 memory=0 CPUtime=0.8 cores=0-7
/proc/2493/task/2515/stat : 2515 (java) R 2491 2491 2306 0 -1 4202560 106 0 0 0 80 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573829574448 140574699689887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2516] ppid=2491 vsize=26538700 memory=4211821575541793408 CPUtime=0.85 cores=0-7
/proc/2493/task/2516/stat : 2516 (java) R 2491 2491 2306 0 -1 4202560 49 0 0 0 85 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573828521808 140574364256198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2517] ppid=2491 vsize=26538700 memory=6944656592455359580 CPUtime=0.87 cores=0-7
/proc/2493/task/2517/stat : 2517 (java) R 2491 2491 2306 0 -1 4202560 58 0 0 0 87 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573827470000 140574705799647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2518] ppid=2491 vsize=26538700 memory=102904 CPUtime=0.88 cores=0-7
/proc/2493/task/2518/stat : 2518 (java) R 2491 2491 2306 0 -1 4202560 59 0 0 0 88 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573826419592 140574359414688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2519] ppid=2491 vsize=26538700 memory=4140 CPUtime=0.91 cores=0-7
/proc/2493/task/2519/stat : 2519 (java) R 2491 2491 2306 0 -1 4202560 51 0 0 0 91 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573825363528 140574721705237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
[pid=2493/tid=2520] ppid=2491 vsize=26538700 memory=30780 CPUtime=0.84 cores=0-7
/proc/2493/task/2520/stat : 2520 (java) R 2491 2491 2306 0 -1 4202560 61 0 0 0 84 0 0 0 20 0 28 0 108661798 27175628800 30847 33554432000 4194304 4196468 140733304698128 140573824311520 140574363777001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140733304702098 140733304702275 140733304702275 140733304704975 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 124768 KiB

Child status: 0
Real time (s): 1.75318
CPU time (s): 10.2623
CPU user time (s): 10.1658
CPU system time (s): 0.096421
CPU usage (%): 585.351
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 124768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1658
system time used= 0.096421
maximum resident set size= 127236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17850
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= 3242
involuntary context switches= 239


# summary of solver processes directly reported to runsolver:
#   pid: 2491
#   total CPU time (s): 10.2623
#   total CPU user time (s): 10.1658
#   total CPU system time (s): 0.096421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033613 second user time and 0.058059 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 01:54:38
IDJOB=4271027
IDBENCH=133221
IDSOLVER=2662
FILE ID=node107/4271027-1502755737
RUNJOBID= node107-1502752356-2334
PBS_JOBID= 20629077
Free space on /tmp= 61660 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.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-4271027-1502755737/watcher-4271027-1502755737 -o /tmp/evaluation-result-4271027-1502755737/solver-4271027-1502755737 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502752356-2334 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1342646620 HOME/instance-4271027-1502755737.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=1342646620

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29098736 kB
MemAvailable:   31988340 kB
Buffers:          209468 kB
Cached:          2967236 kB
SwapCached:            0 kB
Active:           551012 kB
Inactive:        2677804 kB
Active(anon):      54848 kB
Inactive(anon):    24972 kB
Active(file):     496164 kB
Inactive(file):  2652832 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:         58104 kB
Mapped:            45172 kB
Shmem:             25228 kB
Slab:             138396 kB
SReclaimable:     112888 kB
SUnreclaim:        25508 kB
KernelStack:        3168 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61652 MiB
End job on node107 at 2017-08-15 01:54:40