Trace number 4269694

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 34.889801 28.0921

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0120-m1.xml
MD5SUM811bab41ab4f320547ec1b0722faadf8
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 benchmark6.1970601
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7141
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree120
Maximum variable degree120
Distribution of variable degrees[{"degree":120,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":7140},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints7140
Distribution of constraint types[{"type":"intension","count":7140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269694-1502850163.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269694-1502850163.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
3.31/1.22	c solve instance...
34.79/28.07	s SATISFIABLE
34.79/28.07	v <instantiation>
34.79/28.07	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] </list>
34.79/28.07	v 	<values>27 89 23 40 24 19 9 16 14 11 6 10 7 4 47 3 13 51 28 68 77 39 26 53 74 117 58 85 118 84 119 42 105 102 106 110 43 90 73 95 64 18 88 59 57 109 86 92 96 75 91 70 81 78 46 67 37 1 80 113 111 103 100 63 79 31 48 50 41 36 55 76 35 22 20 8 15 5 21 29 12 112 33 45 32 25 87 115 30 34 107 38 44 116 66 93 82 61 52 60 56 54 72 17 2 65 114 62 49 99 97 104 69 71 108 83 94 101 98 0 </values>
34.79/28.07	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 (15191 MiB free)
  memory of node 1: 16384 MiB (12908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269694-1502850163/watcher-4269694-1502850163 -o /tmp/evaluation-result-4269694-1502850163/solver-4269694-1502850163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1625435016 HOME/instance-4269694-1502850163.xml 

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

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


[startup+0.100145 s]*
/proc/loadavg: 4.59 3.91 2.85 3/217 19537
/proc/meminfo: memFree=28758648/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13978596 memory=27572 CPUtime=0.12 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 5330 0 0 0 11 1 0 0 20 0 15 0 118104084 14314082304 6893 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3494649 6893 2843 1 0 3482966 0
[pid=19523/tid=19524] ppid=19521 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 3316 0 0 0 8 1 0 0 20 0 15 0 118104084 14314082304 6958 33554432000 4194304 4196468 140731375762720 139669341389616 139669321470965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13978596 memory=3472468105944433872 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14314082304 6958 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13978596 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14314082304 6958 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104086 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104087 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668810179488 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104087 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668809126896 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 118104089 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 118104089 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13978596 memory=139977049282176 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) R 19521 19521 17190 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 118104089 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668804918000 139669316128341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13978596 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104090 14314082304 6958 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28956 KiB

[startup+0.212561 s]*
/proc/loadavg: 4.59 3.91 2.85 4/217 19537
/proc/meminfo: memFree=28747512/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13982852 memory=40192 CPUtime=0.34 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 8126 0 0 0 31 3 0 0 20 0 15 0 118104084 14318440448 10048 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3495713 10048 3050 1 0 3482966 0
[pid=19523/tid=19524] ppid=19521 vsize=13982852 memory=5853394889045019040 CPUtime=0.2 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 5232 0 0 0 18 2 0 0 20 0 15 0 118104084 14318440448 10048 33554432000 4194304 4196468 140731375762720 139669341379392 139669321237854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13982852 memory=3472468105944433872 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 10048 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13982852 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 10048 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13982852 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104086 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104087 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668810179488 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104087 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668809126896 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 589 0 0 0 3 0 0 0 20 0 15 0 118104089 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 118104089 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13982852 memory=139977049282176 CPUtime=0.08 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) S 19521 19521 17190 0 -1 1077944384 762 0 0 0 8 0 0 0 20 0 15 0 118104089 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13982852 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104090 14318440448 10048 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41576 KiB

[startup+0.316766 s]*
/proc/loadavg: 4.59 3.91 2.85 6/217 19537
/proc/meminfo: memFree=28740068/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13982852 memory=47664 CPUtime=0.52 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 9065 0 0 0 49 3 0 0 20 0 15 0 118104084 14318440448 11916 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3495713 11916 3121 1 0 3482966 0
[pid=19523/tid=19524] ppid=19521 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 5891 0 0 0 28 2 0 0 20 0 15 0 118104084 14318440448 11916 33554432000 4194304 4196468 140731375762720 139669341393184 139669315183612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13982852 memory=3472468105944433872 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 11916 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13982852 memory=139977049282176 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 11916 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13982852 memory=6 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13982852 memory=139976943740959 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13982852 memory=279953887442688 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104086 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13982852 memory=139976943717903 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104087 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668810179488 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13982852 memory=279953993009248 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104087 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668809126896 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13982852 memory=139976943722511 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) R 19521 19521 17190 0 -1 1077944384 594 0 0 0 4 0 0 0 20 0 15 0 118104089 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) R 19521 19521 17190 0 -1 4202560 350 0 0 0 3 0 0 0 20 0 15 0 118104089 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668805970640 139669321553760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) R 19521 19521 17190 0 -1 4202560 923 0 0 0 13 0 0 0 20 0 15 0 118104089 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668804918128 139669317497376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104090 14318440448 11916 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49048 KiB

[startup+0.700806 s]
/proc/loadavg: 4.62 3.93 2.86 5/217 19537
/proc/meminfo: memFree=28714632/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13984976 memory=108400 CPUtime=1.74 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 12556 0 0 0 168 6 0 0 20 0 15 0 118104084 14320615424 27100 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3496244 27100 3200 1 0 3483478 0
[pid=19523/tid=19524] ppid=19521 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 6543 0 0 0 64 3 0 0 20 0 15 0 118104084 14320615424 27100 33554432000 4194304 4196468 140731375762720 139669341385856 139669337179293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14320615424 27100 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104085 14320615424 27100 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118104085 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118104086 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13984976 memory=266 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668810179488 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668809126896 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13984976 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) R 19521 19521 17190 0 -1 4202560 1593 0 0 0 35 0 0 0 20 0 15 0 118104089 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668807023088 139669320657709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13984976 memory=1948 CPUtime=0.36 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) R 19521 19521 17190 0 -1 4202560 1533 0 0 0 36 0 0 0 20 0 15 0 118104089 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668805960016 139669329398757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13984976 memory=8548 CPUtime=0.31 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) R 19521 19521 17190 0 -1 1077944384 1577 0 0 0 31 0 0 0 20 0 15 0 118104089 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13984976 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 27100 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 109784 KiB

[startup+1.50086 s]
/proc/loadavg: 4.62 3.93 2.86 5/217 19537
/proc/meminfo: memFree=28637560/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0

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

/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13984976 memory=623652 CPUtime=32.29 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 39617 0 0 0 3203 26 0 0 20 0 15 0 118104084 14320615424 155913 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3496244 155913 3280 1 0 3483478 0
[pid=19523/tid=19524] ppid=19521 vsize=13984976 memory=1292 CPUtime=25.44 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 10835 0 0 0 2534 10 0 0 20 0 15 0 118104084 14320615424 155913 33554432000 4194304 4196468 140731375762720 139669341394144 139668937765675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13984976 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 292 0 0 0 6 2 0 0 20 0 15 0 118104085 14320615424 155913 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13984976 memory=5788 CPUtime=0.07 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 132 0 0 0 5 2 0 0 20 0 15 0 118104085 14320615424 155913 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13984976 memory=1228 CPUtime=0.09 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 890 0 0 0 7 2 0 0 20 0 15 0 118104085 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13984976 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 222 0 0 0 6 2 0 0 20 0 15 0 118104085 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13984976 memory=573940 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 598 0 0 0 1 0 0 0 20 0 15 0 118104086 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668810179552 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13984976 memory=7374479881489049195 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668809126912 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13984976 memory=4640467252704989264 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13984976 memory=1004 CPUtime=2.7 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 10893 0 0 0 269 1 0 0 20 0 15 0 118104089 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13984976 memory=1436 CPUtime=2.99 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 9939 0 0 0 298 1 0 0 20 0 15 0 118104089 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13984976 memory=1200 CPUtime=0.73 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) S 19521 19521 17190 0 -1 1077944384 4355 0 0 0 72 1 0 0 20 0 15 0 118104089 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13984976 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 155913 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 32.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 625036 KiB

[startup+27.2008 s]
/proc/loadavg: 3.73 3.77 2.83 3/217 19537
/proc/meminfo: memFree=28119692/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13984976 memory=666024 CPUtime=33.98 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 41385 0 0 0 3369 29 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3496244 166506 3280 1 0 3483478 0
[pid=19523/tid=19524] ppid=19521 vsize=13984976 memory=1292 CPUtime=27 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 10962 0 0 0 2690 10 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669341396536 139668939169095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13984976 memory=1728 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 507 0 0 0 8 2 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13984976 memory=1384 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 192 0 0 0 7 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13984976 memory=609300 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 1674 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13984976 memory=1384 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 346 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13984976 memory=279953888038416 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 1020 0 0 0 1 0 0 0 20 0 15 0 118104086 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13984976 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668810179552 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13984976 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668809126912 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13984976 memory=19464 CPUtime=2.7 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 10893 0 0 0 269 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13984976 memory=18292 CPUtime=2.99 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 9939 0 0 0 298 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13984976 memory=1792 CPUtime=0.73 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) S 19521 19521 17190 0 -1 1077944384 4355 0 0 0 72 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13984976 memory=1236 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 33.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 667408 KiB

[startup+27.6008 s]
/proc/loadavg: 3.73 3.77 2.83 3/217 19537
/proc/meminfo: memFree=28119692/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13984976 memory=666024 CPUtime=34.38 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 41385 0 0 0 3409 29 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3496244 166506 3280 1 0 3483478 0
[pid=19523/tid=19524] ppid=19521 vsize=13984976 memory=14134433267583532 CPUtime=27.4 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 10962 0 0 0 2730 10 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669341396536 139668937952180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13984976 memory=279953888586208 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 507 0 0 0 8 2 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13984976 memory=288230621803970871 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 192 0 0 0 7 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13984976 memory=4132 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 1674 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13984976 memory=33188 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 346 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13984976 memory=2332 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 1020 0 0 0 1 0 0 0 20 0 15 0 118104086 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668810179552 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668809126912 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13984976 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13984976 memory=1228 CPUtime=2.7 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 10893 0 0 0 269 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13984976 memory=6791534058613427641 CPUtime=2.99 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 9939 0 0 0 298 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13984976 memory=-7003737579269690708 CPUtime=0.73 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) S 19521 19521 17190 0 -1 1077944384 4355 0 0 0 72 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13984976 memory=1156 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 34.38 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 667408 KiB

[startup+28.0008 s]*
/proc/loadavg: 3.73 3.77 2.83 3/217 19537
/proc/meminfo: memFree=28119692/32770624 swapFree=67108860/67108860
[pid=19521] ppid=19518 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19521/stat : 19521 (xcsp3-exec) S 19518 19521 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118104084 9740288 346 33554432000 4194304 5098028 140729170818832 140729170816936 140328715014780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7684096 140729170826350 140729170826555 140729170826555 140729170829291 0
/proc/19521/statm: 2378 346 289 221 0 87 0
[pid=19523] ppid=19521 vsize=13984976 memory=666024 CPUtime=34.79 cores=0,2,4,6
/proc/19523/stat : 19523 (java) S 19521 19521 17190 0 -1 1077944320 41385 0 0 0 3450 29 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 140731375745264 139669337157367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
/proc/19523/statm: 3496244 166506 3280 1 0 3483478 0
[pid=19523/tid=19524] ppid=19521 vsize=13984976 memory=6791534058613427641 CPUtime=27.81 cores=0,2,4,6
/proc/19523/task/19524/stat : 19524 (java) R 19521 19521 17190 0 -1 4202560 10962 0 0 0 2771 10 0 0 20 0 15 0 118104084 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669341396536 139668937951837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19525] ppid=19521 vsize=13984976 memory=-7003737579269690708 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19525/stat : 19525 (java) S 19521 19521 17190 0 -1 1077944384 507 0 0 0 8 2 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669252225808 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19526] ppid=19521 vsize=13984976 memory=4084 CPUtime=0.1 cores=0,2,4,6
/proc/19523/task/19526/stat : 19526 (java) S 19521 19521 17190 0 -1 1077944384 192 0 0 0 7 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139669251173264 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19527] ppid=19521 vsize=13984976 memory=932 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19527/stat : 19527 (java) S 19521 19521 17190 0 -1 1077944384 1674 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668930685968 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19528] ppid=19521 vsize=13984976 memory=1572 CPUtime=0.12 cores=0,2,4,6
/proc/19523/task/19528/stat : 19528 (java) S 19521 19521 17190 0 -1 1077944384 346 0 0 0 9 3 0 0 20 0 15 0 118104085 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668929633424 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19529] ppid=19521 vsize=13984976 memory=2200 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19529/stat : 19529 (java) S 19521 19521 17190 0 -1 1077944384 1020 0 0 0 1 0 0 0 20 0 15 0 118104086 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668811233264 139669337168514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19530] ppid=19521 vsize=13984976 memory=3268 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19530/stat : 19530 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668810179552 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19531] ppid=19521 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19531/stat : 19531 (java) S 19521 19521 17190 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 118104087 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668809126912 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19532] ppid=19521 vsize=13984976 memory=2785284 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19532/stat : 19532 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668808075472 139669337175963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19533] ppid=19521 vsize=13984976 memory=1156 CPUtime=2.7 cores=0,2,4,6
/proc/19523/task/19533/stat : 19533 (java) S 19521 19521 17190 0 -1 1077944384 10893 0 0 0 269 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668807023088 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19534] ppid=19521 vsize=13984976 memory=2792 CPUtime=2.99 cores=0,2,4,6
/proc/19523/task/19534/stat : 19534 (java) S 19521 19521 17190 0 -1 1077944384 9939 0 0 0 298 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668805970544 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19535] ppid=19521 vsize=13984976 memory=1384 CPUtime=0.73 cores=0,2,4,6
/proc/19523/task/19535/stat : 19535 (java) S 19521 19521 17190 0 -1 1077944384 4355 0 0 0 72 1 0 0 20 0 15 0 118104089 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668804918000 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19536] ppid=19521 vsize=13984976 memory=666024 CPUtime=0 cores=0,2,4,6
/proc/19523/task/19536/stat : 19536 (java) S 19521 19521 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668803865696 139669337167573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
[pid=19523/tid=19537] ppid=19521 vsize=13984976 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19523/task/19537/stat : 19537 (java) S 19521 19521 17190 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 118104090 14320615424 166506 33554432000 4194304 4196468 140731375762720 139668802812208 139669337168514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25374720 140731375764631 140731375764807 140731375764807 140731375767503 0
Current children cumulated CPU time: 34.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 667408 KiB

Child status: 0
Real time (s): 28.0921
CPU time (s): 34.8898
CPU user time (s): 34.5871
CPU system time (s): 0.302741
CPU usage (%): 124.198
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 667408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5871
system time used= 0.302741
maximum resident set size= 666232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3309
involuntary context switches= 89


# summary of solver processes directly reported to runsolver:
#   pid: 19521
#   total CPU time (s): 34.8898
#   total CPU user time (s): 34.5871
#   total CPU system time (s): 0.302741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214733 second user time and 0.310135 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 04:08:24
IDJOB=4269694
IDBENCH=138791
IDSOLVER=2660
FILE ID=node112/4269694-1502850163
RUNJOBID= node112-1502839811-17221
PBS_JOBID= 20629854
Free space on /tmp= 61816 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0120-m1.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-4269694-1502850163/watcher-4269694-1502850163 -o /tmp/evaluation-result-4269694-1502850163/solver-4269694-1502850163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1625435016 HOME/instance-4269694-1502850163.xml

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

MD5SUM BENCH= 811bab41ab4f320547ec1b0722faadf8
RANDOM SEED=1625435016

node112.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.24
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.24
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.24
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.24
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:        28774676 kB
MemAvailable:   29205704 kB
Buffers:          212136 kB
Cached:           500368 kB
SwapCached:            0 kB
Active:          3252732 kB
Inactive:         286504 kB
Active(anon):    2778164 kB
Inactive(anon):    76444 kB
Active(file):     474568 kB
Inactive(file):   210060 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:       2833032 kB
Mapped:            58692 kB
Shmem:             25224 kB
Slab:             151296 kB
SReclaimable:     124472 kB
SUnreclaim:        26824 kB
KernelStack:        3520 kB
PageTables:        10764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5035056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2717696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61808 MiB
End job on node112 at 2017-08-16 04:08:53