Trace number 4269556

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 seq (2017-08-09)SAT 76.480301 73.369904

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-13.xml
MD5SUM748c50a37a644f843fb6cdaa8347be41
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 benchmark1.34524
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":58},{"degree":4,"count":19},{"degree":5,"count":4}]
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.13	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269556-1502804377.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4269556-1502804377.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.37	c simple solver
0.38/0.44	c parse instance...
0.55/0.60	c solve instance...
76.39/73.36	s SATISFIABLE
76.39/73.36	v <instantiation>
76.39/73.36	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>
76.39/73.36	v 	<values>53 26 18 27 25 31 50 72 67 62 17 23 30 45 47 55 51 39 60 46 38 34 48 20 64 15 44 1 78 80 9 32 3 6 79 81 63 33 13 36 65 41 59 16 43 57 19 12 66 56 54 49 14 42 61 71 35 21 28 40 52 37 24 4 10 77 76 2 75 29 74 22 8 69 73 70 68 58 5 11 7 </values>
76.39/73.36	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 (15287 MiB free)
  memory of node 1: 16384 MiB (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269556-1502804377/watcher-4269556-1502804377 -o /tmp/evaluation-result-4269556-1502804377/solver-4269556-1502804377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2107851555 HOME/instance-4269556-1502804377.xml 

running on 4 cores: 1,3,5,7

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

solver pid=20607, runsolver pid=20604

[startup+0.100155 s]*
/proc/loadavg: 1.43 1.57 1.64 2/200 20608
/proc/meminfo: memFree=31538032/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (runsolver) D 20604 20607 4674 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 127944270 34791424 113 18446744073709551615 4194304 4346622 140731227035920 140731227032552 140540101776087 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 32735232 140731227041846 140731227042340 140731227042340 140731227045834 0
/proc/20607/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209171 s]*
/proc/loadavg: 1.43 1.57 1.64 2/215 20623
/proc/meminfo: memFree=31524084/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13907304 memory=23720 CPUtime=0.05 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 4807 0 0 0 4 1 0 0 20 0 14 0 127944283 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3476826 5930 2580 1 0 3466323 0
[pid=20609/tid=20610] ppid=20607 vsize=13907304 memory=8508281356422055842 CPUtime=0.04 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) D 20607 20607 4674 0 -1 4202560 2979 0 0 0 3 1 0 0 20 0 14 0 127944284 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139900167006112 139900162790653 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13907304 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 127944284 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13907304 memory=140540104726144 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 127944284 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 127944284 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 127944284 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13907304 memory=140540104726144 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 127944286 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 127944286 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 127944286 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899706335984 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 127944289 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 14 0 127944289 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 127944289 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13907304 memory=140540104726144 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 127944289 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 127944289 14241079296 5930 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 25100 KiB

[startup+0.310227 s]*
/proc/loadavg: 1.43 1.57 1.64 4/216 20624
/proc/meminfo: memFree=31515740/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13974352 memory=33776 CPUtime=0.22 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 6363 0 0 0 20 2 0 0 20 0 15 0 127944283 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3493588 8444 2965 1 0 3482964 0
[pid=20609/tid=20610] ppid=20607 vsize=13974352 memory=4278483708103473607 CPUtime=0.13 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 3599 0 0 0 12 1 0 0 20 0 15 0 127944284 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139900167006080 139900162780566 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127944284 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127944286 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127944286 14309736448 8444 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127944286 14310785024 8444 18446744073709551615 4194304 4196468 140727215139600 139899706335984 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14310785024 8510 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 127944289 14310785024 8510 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 127944289 14310785024 8510 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13975376 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 731 0 0 0 5 0 0 0 20 0 15 0 127944289 14310785024 8510 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14310785024 8510 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944293 14310785024 8576 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 35156 KiB

[startup+0.70079 s]
/proc/loadavg: 1.43 1.57 1.64 3/216 20624
/proc/meminfo: memFree=31499896/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=63320 CPUtime=1.07 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 12882 0 0 0 102 5 0 0 20 0 15 0 127944283 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 15830 3173 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=1902737622273 CPUtime=0.5 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 8439 0 0 0 47 3 0 0 20 0 15 0 127944284 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139900167007872 139899788050620 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=11052 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=984 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899706335984 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=12304 CPUtime=0.15 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) R 20607 20607 4674 0 -1 4202560 1095 0 0 0 15 0 0 0 20 0 15 0 127944289 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899704221568 139900146262640 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=1204 CPUtime=0.16 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) R 20607 20607 4674 0 -1 4202560 801 0 0 0 16 0 0 0 20 0 15 0 127944289 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900142007089 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=15880 CPUtime=0.23 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) R 20607 20607 4674 0 -1 1077944384 1240 0 0 0 23 0 0 0 20 0 15 0 127944289 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=37252 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944293 14316269568 15830 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64700 KiB

[startup+1.50084 s]
/proc/loadavg: 1.43 1.57 1.64 6/216 20624
/proc/meminfo: memFree=31470092/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=96804 CPUtime=3.57 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 20370 0 0 0 351 6 0 0 20 0 15 0 127944283 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 24201 3192 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 8611 0 0 0 127 4 0 0 20 0 15 0 127944284 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139900167005656 139899789012039 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=5937524870553682016 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=7451612889902962277 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=5788366128470911336 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127944284 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=281079974263392 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=2867664673584944 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=7740400654059459691 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899706335984 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=4638778424505352294 CPUtime=0.94 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) R 20607 20607 4674 0 -1 4202560 4183 0 0 0 94 0 0 0 20 0 15 0 127944289 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899704219472 139900140935112 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=238241358 CPUtime=0.96 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) R 20607 20607 4674 0 -1 4202560 4388 0 0 0 95 1 0 0 20 0 15 0 127944289 14316269568 24201 18446744073709551615 4194304 4196468 140727215139600 139899703166992 139900147647083 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 1880 0 0 0 33 0 0 0 20 0 15 0 127944289 14316269568 24218 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 24218 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944293 14316269568 24218 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 3.57 s
Current children cumulated vsize: 13990244 KiB

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

/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=179688 CPUtime=75.1 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 35484 0 0 0 7497 13 0 0 20 0 15 0 127944283 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 44922 3231 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=4278483708103473607 CPUtime=71.75 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 11738 0 0 0 7170 5 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139900167008192 139899790302811 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=4872558044660077418 CPUtime=0.03 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1596 0 0 0 2 1 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=928 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 458 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=2164 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 890 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=844 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 725 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 1103 0 0 0 1 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=37252 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899706336000 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=644 CPUtime=1.35 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 6074 0 0 0 135 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=1796 CPUtime=1.37 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 6454 0 0 0 136 1 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=956 CPUtime=0.4 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 4565 0 0 0 40 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=4288 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 527 0 0 0 0 1 0 0 20 0 15 0 127944293 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 75.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 181068 KiB

[startup+72.8007 s]
/proc/loadavg: 1.59 1.60 1.65 3/215 20626
/proc/meminfo: memFree=31366768/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=179688 CPUtime=75.89 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 35500 0 0 0 7576 13 0 0 20 0 15 0 127944283 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 44922 3231 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=1296 CPUtime=72.54 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 11754 0 0 0 7249 5 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139900167008192 139899790302715 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1596 0 0 0 2 1 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=1724 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 458 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=2012 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 890 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=11052 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 725 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=1228 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 1103 0 0 0 1 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899706336000 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=984 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=288230574492221466 CPUtime=1.35 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 6074 0 0 0 135 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=288230617509003574 CPUtime=1.37 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 6454 0 0 0 136 1 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=13564886244395551 CPUtime=0.4 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 4565 0 0 0 40 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=844 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 527 0 0 0 0 1 0 0 20 0 15 0 127944293 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 75.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 181068 KiB

[startup+73.2007 s]
/proc/loadavg: 1.59 1.60 1.65 3/215 20626
/proc/meminfo: memFree=31366768/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=179688 CPUtime=76.29 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 35506 0 0 0 7616 13 0 0 20 0 15 0 127944283 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 44922 3231 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=-8774313645642428999 CPUtime=72.94 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 11760 0 0 0 7289 5 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139900167008192 139899790302364 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=301741416391115062 CPUtime=0.03 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1596 0 0 0 2 1 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=-8774313645642428999 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 458 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=8836 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 890 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=11044 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 725 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=13252 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 1103 0 0 0 1 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899706336000 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=19876 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=22084 CPUtime=1.35 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 6074 0 0 0 135 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=24292 CPUtime=1.37 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 6454 0 0 0 136 1 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=26500 CPUtime=0.4 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 4565 0 0 0 40 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=28708 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=30916 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 527 0 0 0 0 1 0 0 20 0 15 0 127944293 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 76.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 181068 KiB

[startup+73.3007 s]
/proc/loadavg: 1.59 1.60 1.65 3/215 20626
/proc/meminfo: memFree=31366768/32770624 swapFree=67108764/67108860
[pid=20607] ppid=20604 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20607/stat : 20607 (xcsp3-exec) S 20604 20607 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 127944270 9740288 345 18446744073709551615 4194304 5098028 140723433702128 140723433700232 140677280785020 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 13 0 0 7196144 7232144 34111488 140723433705848 140723433706053 140723433706053 140723433709547 0
/proc/20607/statm: 2378 345 289 221 0 87 0
[pid=20609] ppid=20607 vsize=13980732 memory=179688 CPUtime=76.39 cores=1,3,5,7
/proc/20609/stat : 20609 (java) S 20607 20607 4674 0 -1 1077944320 35509 0 0 0 7626 13 0 0 20 0 15 0 127944283 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 140727215122144 139900162768631 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
/proc/20609/statm: 3495183 44922 3231 1 0 3483476 0
[pid=20609/tid=20610] ppid=20607 vsize=13980732 memory=179688 CPUtime=73.04 cores=1,3,5,7
/proc/20609/task/20610/stat : 20610 (java) R 20607 20607 4674 0 -1 4202560 11763 0 0 0 7299 5 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139900167008192 139899790302364 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20611] ppid=20607 vsize=13980732 memory=179688 CPUtime=0.03 cores=1,3,5,7
/proc/20609/task/20611/stat : 20611 (java) S 20607 20607 4674 0 -1 1077944384 1596 0 0 0 2 1 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899762646032 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20612] ppid=20607 vsize=13980732 memory=179688 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20612/stat : 20612 (java) S 20607 20607 4674 0 -1 1077944384 458 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899761593488 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20613] ppid=20607 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20613/stat : 20613 (java) S 20607 20607 4674 0 -1 1077944384 890 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899760540432 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20614] ppid=20607 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/20609/task/20614/stat : 20614 (java) S 20607 20607 4674 0 -1 1077944384 725 0 0 0 2 0 0 0 20 0 15 0 127944284 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899759487888 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20615] ppid=20607 vsize=13980732 memory=179688 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20615/stat : 20615 (java) S 20607 20607 4674 0 -1 1077944384 1103 0 0 0 1 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899708442864 139900162779778 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20616] ppid=20607 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20616/stat : 20616 (java) S 20607 20607 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899707389088 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20617] ppid=20607 vsize=13980732 memory=185332 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20617/stat : 20617 (java) S 20607 20607 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 127944286 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899706336000 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20618] ppid=20607 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20618/stat : 20618 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899705284560 139900162787227 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20619] ppid=20607 vsize=13980732 memory=179688 CPUtime=1.35 cores=1,3,5,7
/proc/20609/task/20619/stat : 20619 (java) S 20607 20607 4674 0 -1 1077944384 6074 0 0 0 135 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899704232688 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20620] ppid=20607 vsize=13980732 memory=1228 CPUtime=1.37 cores=1,3,5,7
/proc/20609/task/20620/stat : 20620 (java) S 20607 20607 4674 0 -1 1077944384 6454 0 0 0 136 1 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899703180144 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20621] ppid=20607 vsize=13980732 memory=5712 CPUtime=0.4 cores=1,3,5,7
/proc/20609/task/20621/stat : 20621 (java) S 20607 20607 4674 0 -1 1077944384 4565 0 0 0 40 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899072408048 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20622] ppid=20607 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20622/stat : 20622 (java) S 20607 20607 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127944289 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899071355744 139900162778837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
[pid=20609/tid=20624] ppid=20607 vsize=13980732 memory=288230617509003574 CPUtime=0.01 cores=1,3,5,7
/proc/20609/task/20624/stat : 20624 (java) S 20607 20607 4674 0 -1 1077944384 527 0 0 0 0 1 0 0 20 0 15 0 127944293 14316269568 44922 18446744073709551615 4194304 4196468 140727215139600 139899070302768 139900162779778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9580544 140727215141297 140727215141473 140727215141473 140727215144911 0
Current children cumulated CPU time: 76.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 181068 KiB

Child status: 0
Real time (s): 73.3699
CPU time (s): 76.4803
CPU user time (s): 76.3361
CPU system time (s): 0.144257
CPU usage (%): 104.239
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 209272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.3361
system time used= 0.144257
maximum resident set size= 207892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3819
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 20607
#   total CPU time (s): 76.4803
#   total CPU user time (s): 76.3361
#   total CPU system time (s): 0.144257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.446184 second user time and 0.730274 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 15:25:44
IDJOB=4269556
IDBENCH=133187
IDSOLVER=2660
FILE ID=node134/4269556-1502804377
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-13.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269556-1502804377/watcher-4269556-1502804377 -o /tmp/evaluation-result-4269556-1502804377/solver-4269556-1502804377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2107851555 HOME/instance-4269556-1502804377.xml

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

MD5SUM BENCH= 748c50a37a644f843fb6cdaa8347be41
RANDOM SEED=2107851555

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        31537844 kB
MemAvailable:   31830084 kB
Buffers:          280004 kB
Cached:           315256 kB
SwapCached:            4 kB
Active:           536716 kB
Inactive:         246352 kB
Active(anon):     134748 kB
Inactive(anon):   102688 kB
Active(file):     401968 kB
Inactive(file):   143664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:        187868 kB
Mapped:            73080 kB
Shmem:             49756 kB
Slab:             152024 kB
SReclaimable:     124884 kB
SUnreclaim:        27140 kB
KernelStack:        3520 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 15:26:57