Trace number 4280722

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)SAT 7.51929 1.66101

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-100-500.xml
MD5SUM7044d68d6214da7da3276e5f7be25845
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0074740001
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2
Number of domains1
Minimum domain size500
Maximum domain size500
Distribution of domain sizes[{"size":500,"count":100}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":98},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280722-1503171491.xml"  -tl '20160s' -p 8 -x 0
0.12/0.15	c [HOME/instance-4280722-1503171491.xml, -tl, 20160s, -p, 8, -x, 0]
0.29/0.22	c 8 solvers in parallel
0.29/0.29	c parse instance...
1.59/0.87	c solve instance...
7.25/1.65	s SATISFIABLE
7.25/1.65	v <instantiation>
7.25/1.65	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
7.25/1.65	v 	<values>499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 499 </values>
7.25/1.65	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 (12780 MiB free)
  memory of node 1: 16384 MiB (12127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280722-1503171491/watcher-4280722-1503171491 -o /tmp/evaluation-result-4280722-1503171491/solver-4280722-1503171491 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 906288068 HOME/instance-4280722-1503171491.xml 

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

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

solver pid=5070, runsolver pid=5067

[startup+0.100062 s]*
/proc/loadavg: 7.25 7.12 6.30 2/200 5091
/proc/meminfo: memFree=25490500/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=25999808 memory=26580 CPUtime=0.12 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 5584 0 0 0 10 2 0 0 20 0 20 0 150229951 26623803392 6645 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6499952 6645 2845 1 0 6488269 0
[pid=5072/tid=5073] ppid=5070 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) R 5070 5070 4250 0 -1 4202560 3588 0 0 0 7 1 0 0 20 0 20 0 150229952 26623803392 6645 33554432000 4194304 4196468 140725952497984 139735260324944 139735256120726 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=25999808 memory=140620855068288 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734813113360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5077] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5077/stat : 5077 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734811007760 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5078] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5078/stat : 5078 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734809954960 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5079] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5079/stat : 5079 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734808902160 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5080] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5080/stat : 5080 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734807849360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5081] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5081/stat : 5081 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734806796560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5082] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5082/stat : 5082 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229954 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734651902832 139735256119938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5083] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5083/stat : 5083 (java) S 5070 5070 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150229955 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734650848800 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5084] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5084/stat : 5084 (java) S 5070 5070 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150229955 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734649795952 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5085] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) R 5070 5070 4250 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 150229957 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734644533232 139735248345918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229958 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229958 26623803392 6645 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27964 KiB

[startup+0.210289 s]*
/proc/loadavg: 7.25 7.12 6.30 1/200 5091
/proc/meminfo: memFree=25482496/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=25999808 memory=36240 CPUtime=0.29 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 8176 0 0 0 27 2 0 0 20 0 20 0 150229951 26623803392 9060 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6499952 9060 3000 1 0 6488269 0
[pid=5072/tid=5073] ppid=5070 vsize=25999808 memory=8318255677412212789 CPUtime=0.17 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) R 5070 5070 4250 0 -1 4202560 5306 0 0 0 15 2 0 0 20 0 20 0 150229952 26623803392 9060 33554432000 4194304 4196468 140725952497984 139735260342352 139734893729888 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=25999808 memory=330 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=25999808 memory=288370997006780032 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734813113360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5077] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5077/stat : 5077 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734811007760 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5078] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5078/stat : 5078 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734809954960 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5079] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5079/stat : 5079 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734808902160 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5080] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5080/stat : 5080 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734807849360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5081] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5081/stat : 5081 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734806796560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5082] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5082/stat : 5082 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229954 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734651902832 139735256119938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5083] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5083/stat : 5083 (java) S 5070 5070 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150229955 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734650848800 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5084] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5084/stat : 5084 (java) S 5070 5070 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150229955 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734649795952 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5085] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 20 0 150229957 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=25999808 memory=0 CPUtime=0.02 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 20 0 150229957 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 20 0 150229957 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=25999808 memory=-1 CPUtime=0.06 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) R 5070 5070 4250 0 -1 4202560 739 0 0 0 6 0 0 0 20 0 20 0 150229957 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734644533232 139735256120726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229958 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229958 26623803392 9060 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 37624 KiB

[startup+0.309702 s]*
/proc/loadavg: 7.25 7.12 6.30 3/200 5091
/proc/meminfo: memFree=25476788/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=26004064 memory=42832 CPUtime=0.46 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 9002 0 0 0 42 4 0 0 20 0 20 0 150229951 26628161536 10708 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6501016 10708 3083 1 0 6488269 0
[pid=5072/tid=5073] ppid=5070 vsize=26004064 memory=8112282956445269571 CPUtime=0.27 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) R 5070 5070 4250 0 -1 4202560 5988 0 0 0 24 3 0 0 20 0 20 0 150229952 26628161536 10708 33554432000 4194304 4196468 140725952497984 139735260338448 139735240189278 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734813113360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5077] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5077/stat : 5077 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734811007760 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5078] ppid=5070 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/5072/task/5078/stat : 5078 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734809954960 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5079] ppid=5070 vsize=26004064 memory=140620719027119 CPUtime=0 cores=0-7
/proc/5072/task/5079/stat : 5079 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734808902160 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5080] ppid=5070 vsize=26004064 memory=140620719029424 CPUtime=0 cores=0-7
/proc/5072/task/5080/stat : 5080 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734807849360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5081] ppid=5070 vsize=26004064 memory=140620719031728 CPUtime=0 cores=0-7
/proc/5072/task/5081/stat : 5081 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229953 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734806796560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5082] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5082/stat : 5082 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229954 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734651902832 139735256119938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5083] ppid=5070 vsize=26004064 memory=281241438070416 CPUtime=0 cores=0-7
/proc/5072/task/5083/stat : 5083 (java) S 5070 5070 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150229955 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734650848800 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5084] ppid=5070 vsize=26004064 memory=281241438077328 CPUtime=0 cores=0-7
/proc/5072/task/5084/stat : 5084 (java) S 5070 5070 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150229955 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734649795952 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5085] ppid=5070 vsize=26004064 memory=281241438018608 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229957 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=26004064 memory=281241438091152 CPUtime=0.01 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 150229957 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=26004064 memory=281241438098064 CPUtime=0.03 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 319 0 0 0 3 0 0 0 20 0 20 0 150229957 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=26004064 memory=281241438095760 CPUtime=0.01 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 20 0 150229957 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=26004064 memory=281241438111920 CPUtime=0.11 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) S 5070 5070 4250 0 -1 1077944384 832 0 0 0 11 0 0 0 20 0 20 0 150229957 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734644533232 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229958 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229958 26628161536 10708 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44216 KiB

[startup+0.702717 s]
/proc/loadavg: 7.25 7.12 6.30 5/200 5091
/proc/meminfo: memFree=25423860/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=26006188 memory=187112 CPUtime=1.45 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 12432 0 0 0 137 8 0 0 20 0 20 0 150229951 26630336512 46778 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6501547 46778 3203 1 0 6488781 0
[pid=5072/tid=5073] ppid=5070 vsize=26006188 memory=281241438469808 CPUtime=0.64 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) S 5070 5070 4250 0 -1 1077944384 6774 0 0 0 59 5 0 0 20 0 20 0 150229952 26630336512 46778 33554432000 4194304 4196468 140725952497984 139735260347696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=26006188 memory=140620719235952 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 150229953 26630336512 46778 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 150229953 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734813113376 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=26006188 memory=1204 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) R 5070 5070 4250 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 150229953 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0

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

[pid=5072/tid=5085] ppid=5070 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150229957 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=26006188 memory=0 CPUtime=0.19 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 1195 0 0 0 19 0 0 0 20 0 20 0 150229957 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=26006188 memory=1004 CPUtime=0.18 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 1006 0 0 0 18 0 0 0 20 0 20 0 150229957 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=26006188 memory=1228 CPUtime=0.15 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 991 0 0 0 15 0 0 0 20 0 20 0 150229957 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=26006188 memory=1952 CPUtime=0.2 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) S 5070 5070 4250 0 -1 1077944384 1083 0 0 0 20 0 0 0 20 0 20 0 150229957 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734644533232 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=26006188 memory=5796 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150229958 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=26006188 memory=4616 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150229958 26630336512 46778 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 188496 KiB

[startup+1.50897 s]
/proc/loadavg: 6.75 7.01 6.27 11/208 5099
/proc/meminfo: memFree=25324752/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=26538700 memory=195260 CPUtime=6.52 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 13182 0 0 0 644 8 0 0 20 0 28 0 150229951 27175628800 48815 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6634675 48815 3228 1 0 6621909 0
[pid=5072/tid=5073] ppid=5070 vsize=26538700 memory=16101468159609422 CPUtime=0.82 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) S 5070 5070 4250 0 -1 1077944384 6851 0 0 0 77 5 0 0 20 0 28 0 150229952 27175628800 48815 33554432000 4194304 4196468 140725952497984 139735260349568 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734813113360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5077] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5077/stat : 5077 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734811007760 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5078] ppid=5070 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/5072/task/5078/stat : 5078 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734809954960 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5079] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5079/stat : 5079 (java) S 5070 5070 4250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734808902160 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5080] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5080/stat : 5080 (java) S 5070 5070 4250 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734807849360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5081] ppid=5070 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/5072/task/5081/stat : 5081 (java) S 5070 5070 4250 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 28 0 150229953 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734806796560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5082] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5082/stat : 5082 (java) S 5070 5070 4250 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 150229954 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734651902832 139735256119938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5083] ppid=5070 vsize=26538700 memory=195260 CPUtime=0 cores=0-7
/proc/5072/task/5083/stat : 5083 (java) S 5070 5070 4250 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 150229955 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734650848864 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5084] ppid=5070 vsize=26538700 memory=4096 CPUtime=0 cores=0-7
/proc/5072/task/5084/stat : 5084 (java) S 5070 5070 4250 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 150229955 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734649795968 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5085] ppid=5070 vsize=26538700 memory=42208 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150229957 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=26538700 memory=2428 CPUtime=0.32 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 1247 0 0 0 32 0 0 0 20 0 28 0 150229957 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=26538700 memory=1292 CPUtime=0.31 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 1048 0 0 0 31 0 0 0 20 0 28 0 150229957 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=26538700 memory=1728 CPUtime=0.31 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 1036 0 0 0 31 0 0 0 20 0 28 0 150229957 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=26538700 memory=12136 CPUtime=0.28 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) S 5070 5070 4250 0 -1 1077944384 1225 0 0 0 28 0 0 0 20 0 28 0 150229957 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734644533232 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=26538700 memory=1004 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150229958 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150229958 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5092] ppid=5070 vsize=26538700 memory=1952 CPUtime=0.57 cores=0-7
/proc/5072/task/5092/stat : 5092 (java) R 5070 5070 4250 0 -1 4202560 62 0 0 0 57 0 0 0 20 0 28 0 150230040 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734634417680 139734893288279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5093] ppid=5070 vsize=26538700 memory=5796 CPUtime=0.55 cores=0-7
/proc/5072/task/5093/stat : 5093 (java) R 5070 5070 4250 0 -1 4202560 37 0 0 0 55 0 0 0 20 0 28 0 150230040 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734633368512 139734895760153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5094] ppid=5070 vsize=26538700 memory=0 CPUtime=0.54 cores=0-7
/proc/5072/task/5094/stat : 5094 (java) R 5070 5070 4250 0 -1 4202560 35 0 0 0 54 0 0 0 20 0 28 0 150230040 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734632313032 139734895760086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5095] ppid=5070 vsize=26538700 memory=0 CPUtime=0.48 cores=0-7
/proc/5072/task/5095/stat : 5095 (java) R 5070 5070 4250 0 -1 4202560 32 0 0 0 48 0 0 0 20 0 28 0 150230041 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734631260504 139734896028998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5096] ppid=5070 vsize=26538700 memory=4580 CPUtime=0.56 cores=0-7
/proc/5072/task/5096/stat : 5096 (java) R 5070 5070 4250 0 -1 4202560 26 0 0 0 56 0 0 0 20 0 28 0 150230041 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734630206152 139734895760148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5097] ppid=5070 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/5072/task/5097/stat : 5097 (java) R 5070 5070 4250 0 -1 4202560 31 0 0 0 58 0 0 0 20 0 28 0 150230041 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734629156424 139734895760106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5098] ppid=5070 vsize=26538700 memory=0 CPUtime=0.5 cores=0-7
/proc/5072/task/5098/stat : 5098 (java) R 5070 5070 4250 0 -1 4202560 32 0 0 0 50 0 0 0 20 0 28 0 150230041 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734628103912 139734896029054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5099] ppid=5070 vsize=26538700 memory=0 CPUtime=0.54 cores=0-7
/proc/5072/task/5099/stat : 5099 (java) R 5070 5070 4250 0 -1 4202560 31 0 0 0 54 0 0 0 20 0 28 0 150230041 27175628800 48815 33554432000 4194304 4196468 140725952497984 139734627050376 139734895760059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 6.52 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 196644 KiB

[startup+1.66095 s]
# the end of solver process 5070 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.42613 s, system=0.093152 s

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

[startup+1.60197 s]
/proc/loadavg: 6.75 7.01 6.27 11/208 5099
/proc/meminfo: memFree=25324752/32770624 swapFree=67108860/67108860
[pid=5070] ppid=5067 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5070/stat : 5070 (xcsp3-exec) S 5067 5070 4250 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150229951 9740288 346 33554432000 4194304 5098028 140731033938304 140731033936408 139644416672380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27774976 140731033941093 140731033941303 140731033941303 140731033944043 0
/proc/5070/statm: 2378 346 289 221 0 87 0
[pid=5072] ppid=5070 vsize=26538700 memory=195352 CPUtime=7.25 cores=0-7
/proc/5072/stat : 5072 (java) S 5070 5070 4250 0 -1 1077944320 13212 0 0 0 717 8 0 0 20 0 28 0 150229951 27175628800 48838 33554432000 4194304 4196468 140725952497984 140725952480528 139735256108791 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
/proc/5072/statm: 6634675 48838 3232 1 0 6621909 0
[pid=5072/tid=5073] ppid=5070 vsize=26538700 memory=0 CPUtime=0.82 cores=0-7
/proc/5072/task/5073/stat : 5073 (java) S 5070 5070 4250 0 -1 1077944384 6851 0 0 0 77 5 0 0 20 0 28 0 150229952 27175628800 48838 33554432000 4194304 4196468 140725952497984 139735260349568 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5074] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5074/stat : 5074 (java) S 5070 5070 4250 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139735219215504 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5075] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5075/stat : 5075 (java) S 5070 5070 4250 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734813113360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5076] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5076/stat : 5076 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734812060560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5077] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5077/stat : 5077 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734811007760 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5078] ppid=5070 vsize=26538700 memory=-7025424297587845161 CPUtime=0 cores=0-7
/proc/5072/task/5078/stat : 5078 (java) S 5070 5070 4250 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734809954960 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5079] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5079/stat : 5079 (java) S 5070 5070 4250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734808902160 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5080] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5080/stat : 5080 (java) S 5070 5070 4250 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734807849360 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5081] ppid=5070 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/5072/task/5081/stat : 5081 (java) S 5070 5070 4250 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 28 0 150229953 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734806796560 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5082] ppid=5070 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5072/task/5082/stat : 5082 (java) S 5070 5070 4250 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 150229954 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734651902832 139735256119938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5083] ppid=5070 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/5072/task/5083/stat : 5083 (java) S 5070 5070 4250 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 150229955 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734650848864 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5084] ppid=5070 vsize=26538700 memory=8620 CPUtime=0 cores=0-7
/proc/5072/task/5084/stat : 5084 (java) S 5070 5070 4250 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 150229955 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734649795968 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5085] ppid=5070 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/5072/task/5085/stat : 5085 (java) S 5070 5070 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150229957 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734648744272 139735256127387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5086] ppid=5070 vsize=26538700 memory=1204 CPUtime=0.35 cores=0-7
/proc/5072/task/5086/stat : 5086 (java) S 5070 5070 4250 0 -1 1077944384 1251 0 0 0 35 0 0 0 20 0 28 0 150229957 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734647691632 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5087] ppid=5070 vsize=26538700 memory=1728 CPUtime=0.34 cores=0-7
/proc/5072/task/5087/stat : 5087 (java) S 5070 5070 4250 0 -1 1077944384 1058 0 0 0 34 0 0 0 20 0 28 0 150229957 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734646638832 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5088] ppid=5070 vsize=26538700 memory=1440 CPUtime=0.33 cores=0-7
/proc/5072/task/5088/stat : 5088 (java) S 5070 5070 4250 0 -1 1077944384 1042 0 0 0 33 0 0 0 20 0 28 0 150229957 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734645586032 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5089] ppid=5070 vsize=26538700 memory=15880 CPUtime=0.28 cores=0-7
/proc/5072/task/5089/stat : 5089 (java) S 5070 5070 4250 0 -1 1077944384 1231 0 0 0 28 0 0 0 20 0 28 0 150229957 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734644533232 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5090] ppid=5070 vsize=26538700 memory=16432 CPUtime=0 cores=0-7
/proc/5072/task/5090/stat : 5090 (java) S 5070 5070 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150229958 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734643481696 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5091] ppid=5070 vsize=26538700 memory=24040 CPUtime=0 cores=0-7
/proc/5072/task/5091/stat : 5091 (java) S 5070 5070 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150229958 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734642428976 139735256119938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5092] ppid=5070 vsize=26538700 memory=4044 CPUtime=0.64 cores=0-7
/proc/5072/task/5092/stat : 5092 (java) R 5070 5070 4250 0 -1 4202560 62 0 0 0 64 0 0 0 20 0 28 0 150230040 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734634420224 139734896125360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5093] ppid=5070 vsize=26538700 memory=1792 CPUtime=0.63 cores=0-7
/proc/5072/task/5093/stat : 5093 (java) R 5070 5070 4250 0 -1 4202560 37 0 0 0 63 0 0 0 20 0 28 0 150230040 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734633368680 139734896065312 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5094] ppid=5070 vsize=26538700 memory=6335076762784 CPUtime=0.63 cores=0-7
/proc/5072/task/5094/stat : 5094 (java) R 5070 5070 4250 0 -1 4202560 35 0 0 0 63 0 0 0 20 0 28 0 150230040 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734632312000 139734896066755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5095] ppid=5070 vsize=26538700 memory=288230583166042425 CPUtime=0.57 cores=0-7
/proc/5072/task/5095/stat : 5095 (java) R 5070 5070 4250 0 -1 4202560 32 0 0 0 57 0 0 0 20 0 28 0 150230041 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734631259200 139735256120726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5096] ppid=5070 vsize=26538700 memory=16101468159609422 CPUtime=0.65 cores=0-7
/proc/5072/task/5096/stat : 5096 (java) R 5070 5070 4250 0 -1 4202560 26 0 0 0 65 0 0 0 20 0 28 0 150230041 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734630206400 139735256130138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5097] ppid=5070 vsize=26538700 memory=0 CPUtime=0.63 cores=0-7
/proc/5072/task/5097/stat : 5097 (java) S 5070 5070 4250 0 -1 1077944384 35 0 0 0 63 0 0 0 20 0 28 0 150230041 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734629159632 139735256118997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5098] ppid=5070 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/5072/task/5098/stat : 5098 (java) R 5070 5070 4250 0 -1 4202560 32 0 0 0 58 0 0 0 20 0 28 0 150230041 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734628101824 139734892289997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
[pid=5072/tid=5099] ppid=5070 vsize=26538700 memory=6944656592455359580 CPUtime=0.63 cores=0-7
/proc/5072/task/5099/stat : 5099 (java) R 5070 5070 4250 0 -1 4202560 31 0 0 0 63 0 0 0 20 0 28 0 150230041 27175628800 48838 33554432000 4194304 4196468 140725952497984 139734627049024 139735256130138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19574784 140725952504978 140725952505155 140725952505155 140725952507855 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 196736 KiB

Child status: 0
Real time (s): 1.66101
CPU time (s): 7.51929
CPU user time (s): 7.42613
CPU system time (s): 0.093152
CPU usage (%): 452.694
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 196736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.42613
system time used= 0.093152
maximum resident set size= 196668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13794
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= 2768
involuntary context switches= 145


# summary of solver processes directly reported to runsolver:
#   pid: 5070
#   total CPU time (s): 7.51929
#   total CPU user time (s): 7.42613
#   total CPU system time (s): 0.093152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038919 second user time and 0.05289 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 21:23:51
IDJOB=4280722
IDBENCH=138739
IDSOLVER=2675
FILE ID=node148/4280722-1503171491
RUNJOBID= node148-1503164239-4277
PBS_JOBID= 20630830
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-100-500.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280722-1503171491/watcher-4280722-1503171491 -o /tmp/evaluation-result-4280722-1503171491/solver-4280722-1503171491 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 906288068 HOME/instance-4280722-1503171491.xml

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

MD5SUM BENCH= 7044d68d6214da7da3276e5f7be25845
RANDOM SEED=906288068

node148.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.19
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.19
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.19
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.19
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:        25507268 kB
MemAvailable:   31974796 kB
Buffers:          294180 kB
Cached:          6467108 kB
SwapCached:            0 kB
Active:          1166500 kB
Inactive:        5648708 kB
Active(anon):       5328 kB
Inactive(anon):    84704 kB
Active(file):    1161172 kB
Inactive(file):  5564004 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7952 kB
Writeback:             0 kB
AnonPages:         60672 kB
Mapped:            51464 kB
Shmem:             33416 kB
Slab:             142796 kB
SReclaimable:     116372 kB
SUnreclaim:        26424 kB
KernelStack:        3280 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-19 21:23:52