Trace number 4283888

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 5a (2017-08-18)SAT 28.075701 16.9842

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-85-85.xml
MD5SUMba1c49fa80fd17c1a348725aa5db0d15
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 benchmark10.8889
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":85}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints3570
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283888-1503200440.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283888-1503200440.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.37	c simple solver
0.39/0.43	c parse instance...
27.08/16.65	c solve instance...
27.87/16.95	s SATISFIABLE
27.87/16.95	v <instantiation>
27.87/16.95	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] </list>
27.87/16.95	v 	<values>0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
27.87/16.95	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 (13935 MiB free)
  memory of node 1: 16384 MiB (15569 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283888-1503200440/watcher-4283888-1503200440 -o /tmp/evaluation-result-4283888-1503200440/solver-4283888-1503200440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 615258671 HOME/instance-4283888-1503200440.xml 

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

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


[startup+0.100123 s]*
/proc/loadavg: 1.42 1.63 1.72 3/197 5622
/proc/meminfo: memFree=30212940/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13356504 memory=10656 CPUtime=0 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 2439 0 0 0 0 0 0 0 20 0 6 0 18453102 13677060096 2664 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3339126 2664 1203 1 0 3329096 0
[pid=5622/tid=5623] ppid=5620 vsize=13356504 memory=1404226546251833994 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 6 0 18453102 13677060096 2730 18446744073709551615 4194304 4196468 140736399853088 139970596861240 139970584857406 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13356504 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18453103 13677060096 2730 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13356504 memory=140537643636352 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18453103 13677060096 2730 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 18453103 13677060096 2730 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 18453103 13677060096 2730 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.42 1.63 1.72 2/210 5635
/proc/meminfo: memFree=30203880/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13907304 memory=20388 CPUtime=0.05 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 4563 0 0 0 5 0 0 0 20 0 14 0 18453102 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3476826 5097 2559 1 0 3466323 0
[pid=5622/tid=5623] ppid=5620 vsize=13907304 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) D 5620 5620 17292 0 -1 4202560 2724 0 0 0 4 0 0 0 20 0 14 0 18453102 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970596857760 139970592642301 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13907304 memory=4294977909 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18453103 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13907304 memory=140537643843518 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18453103 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 18453103 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18453103 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13907304 memory=140537643636352 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 18453104 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 18453105 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970069644576 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 18453105 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970068592240 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18453107 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) S 5620 5620 17292 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 14 0 18453107 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970066487408 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18453107 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970065434608 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13907304 memory=140537643636352 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 18453107 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18453108 14241079296 5097 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21768 KiB

[startup+0.311871 s]*
/proc/loadavg: 1.42 1.63 1.72 3/211 5636
/proc/meminfo: memFree=30194920/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13975376 memory=35784 CPUtime=0.22 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 7693 0 0 0 21 1 0 0 20 0 15 0 18453102 14310785024 8946 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3493844 8946 2983 1 0 3483220 0
[pid=5622/tid=5623] ppid=5620 vsize=13975376 memory=6933928925625698159 CPUtime=0.14 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 5174 0 0 0 13 1 0 0 20 0 15 0 18453102 14310785024 8924 18446744073709551615 4194304 4196468 140736399853088 139970596842656 139970585299997 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13975376 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18453103 14310785024 8990 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18453103 14310785024 8990 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18453103 14310785024 8990 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18453103 14310785024 8990 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18453104 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18453105 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970069644576 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18453105 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970068592240 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) S 5620 5620 17292 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 15 0 18453107 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970066487408 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) S 5620 5620 17292 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 15 0 18453107 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970065434608 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13975376 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 668 0 0 0 5 0 0 0 20 0 15 0 18453107 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18453115 14310785024 9056 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 37164 KiB

[startup+0.70951 s]
/proc/loadavg: 1.42 1.63 1.72 4/211 5636
/proc/meminfo: memFree=30172288/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13978608 memory=197464 CPUtime=1.17 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 12995 0 0 0 107 10 0 0 20 0 15 0 18453102 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3494652 49366 3122 1 0 3482964 0
[pid=5622/tid=5623] ppid=5620 vsize=13978608 memory=33 CPUtime=0.51 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) S 5620 5620 17292 0 -1 1077944384 7117 0 0 0 45 6 0 0 20 0 15 0 18453102 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970596859392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) R 5620 5620 17292 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 18453103 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970512034392 139970585717147 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) R 5620 5620 17292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 18453103 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970585717139 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) R 5620 5620 17292 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 18453103 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970585717147 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) R 5620 5620 17292 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 18453103 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970585720205 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13978608 memory=6226596351323422817 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 18453104 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970070697120 139970592630485 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13978608 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18453105 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970069644576 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13978608 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18453105 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970068592240 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13978608 memory=8028064794272029029 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13978608 memory=7666364995466192728 CPUtime=0.22 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) R 5620 5620 17292 0 -1 4202560 1976 0 0 0 22 0 0 0 20 0 15 0 18453107 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970066473288 139970577743840 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13978608 memory=4638778398332698721 CPUtime=0.2 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) S 5620 5620 17292 0 -1 1077944384 1406 0 0 0 20 0 0 0 20 0 15 0 18453107 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970065425888 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13978608 memory=5792570720846829153 CPUtime=0.17 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 1119 0 0 0 17 0 0 0 20 0 15 0 18453107 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13978608 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13978608 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18453115 14314094592 49366 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 198844 KiB

[startup+1.50087 s]
/proc/loadavg: 1.63 1.67 1.73 5/211 5636
/proc/meminfo: memFree=29929404/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13978684 memory=516744 CPUtime=3.17 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 14963 0 0 0 283 34 0 0 20 0 15 0 18453102 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3494671 129186 3199 1 0 3482964 0
[pid=5622/tid=5623] ppid=5620 vsize=13978684 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 7444 0 0 0 109 9 0 0 20 0 15 0 18453102 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970596857200 139970592632214 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13978684 memory=-2895008908443675764 CPUtime=0.11 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 300 0 0 0 5 6 0 0 20 0 15 0 18453103 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13978684 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 86 0 0 0 4 5 0 0 20 0 15 0 18453103 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13978684 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 145 0 0 0 5 5 0 0 20 0 15 0 18453103 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13978684 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 131 0 0 0 4 6 0 0 20 0 15 0 18453103 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13978684 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 18453104 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13978684 memory=12980 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18453105 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970069644640 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13978684 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 18453105 14314172416 129186 18446744073709551615 4194304 4196468 140736399853088 139970068592256 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13978684 memory=2008 CPUtime=0 cores=1,3,5,7

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

/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13980732 memory=4355160 CPUtime=25.22 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 37288 0 0 0 2322 200 0 0 20 0 15 0 18453102 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3495183 1088790 3225 1 0 3483476 0
[pid=5622/tid=5623] ppid=5620 vsize=13980732 memory=6933928925625698159 CPUtime=13.42 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 14913 0 0 0 1297 45 0 0 20 0 15 0 18453102 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970596856680 139970187667347 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13980732 memory=4126316290023845779 CPUtime=2.28 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 2060 0 0 0 188 40 0 0 20 0 15 0 18453103 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13980732 memory=2432 CPUtime=2.23 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1208 0 0 0 187 36 0 0 20 0 15 0 18453103 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13980732 memory=1728 CPUtime=2.28 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2203 0 0 0 192 36 0 0 20 0 15 0 18453103 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13980732 memory=1228 CPUtime=2.27 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1715 0 0 0 190 37 0 0 20 0 15 0 18453103 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13980732 memory=12980 CPUtime=0.08 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 4512 0 0 0 8 0 0 0 20 0 15 0 18453104 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970069644640 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970068592256 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13980732 memory=140537504294848 CPUtime=1.04 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) S 5620 5620 17292 0 -1 1077944384 3375 0 0 0 104 0 0 0 20 0 15 0 18453107 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970066487408 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13980732 memory=7976406965554101975 CPUtime=1.05 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) S 5620 5620 17292 0 -1 1077944384 3645 0 0 0 105 0 0 0 20 0 15 0 18453107 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970065434608 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13980732 memory=7679927811743456362 CPUtime=0.47 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 1923 0 0 0 47 0 0 0 20 0 15 0 18453107 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13980732 memory=7679927811743456362 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 18453115 14316269568 1088790 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 25.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4356540 KiB

[startup+16.4015 s]
/proc/loadavg: 1.71 1.68 1.73 3/211 5637
/proc/meminfo: memFree=25854868/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13980732 memory=4453536 CPUtime=26.28 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 37990 0 0 0 2417 211 0 0 20 0 15 0 18453102 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3495183 1113384 3225 1 0 3483476 0
[pid=5622/tid=5623] ppid=5620 vsize=13980732 memory=1152 CPUtime=13.59 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) S 5620 5620 17292 0 -1 1077944384 14913 0 0 0 1314 45 0 0 20 0 15 0 18453102 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970596858544 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13980732 memory=3200 CPUtime=2.5 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) R 5620 5620 17292 0 -1 4202560 2220 0 0 0 208 42 0 0 20 0 15 0 18453103 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970577642400 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13980732 memory=1380 CPUtime=2.46 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) R 5620 5620 17292 0 -1 4202560 1345 0 0 0 207 39 0 0 20 0 15 0 18453103 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970510981592 139970577642400 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13980732 memory=1436344 CPUtime=2.5 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) R 5620 5620 17292 0 -1 4202560 2444 0 0 0 211 39 0 0 20 0 15 0 18453103 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970577642400 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13980732 memory=1152 CPUtime=2.49 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) R 5620 5620 17292 0 -1 4202560 1879 0 0 0 209 40 0 0 20 0 15 0 18453103 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970577644094 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13980732 memory=2624 CPUtime=0.08 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 4512 0 0 0 8 0 0 0 20 0 15 0 18453104 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970070697120 139970592630485 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970069644640 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13980732 memory=4324384 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970068592256 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13980732 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13980732 memory=2812 CPUtime=1.04 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) S 5620 5620 17292 0 -1 1077944384 3375 0 0 0 104 0 0 0 20 0 15 0 18453107 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970066487408 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13980732 memory=3116 CPUtime=1.05 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) S 5620 5620 17292 0 -1 1077944384 3645 0 0 0 105 0 0 0 20 0 15 0 18453107 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970065434608 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13980732 memory=6933928925625698159 CPUtime=0.47 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 1923 0 0 0 47 0 0 0 20 0 15 0 18453107 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13980732 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 18453115 14316269568 1113384 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 26.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4454916 KiB

[startup+16.8015 s]
/proc/loadavg: 1.71 1.68 1.73 3/211 5637
/proc/meminfo: memFree=25854868/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13980732 memory=4604184 CPUtime=27.6 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 39390 0 0 0 2530 230 0 0 20 0 15 0 18453102 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3495183 1151046 3235 1 0 3483476 0
[pid=5622/tid=5623] ppid=5620 vsize=13980732 memory=0 CPUtime=13.77 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 15605 0 0 0 1332 45 0 0 20 0 15 0 18453102 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970596859304 139970188516550 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13980732 memory=4324440 CPUtime=2.71 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 2315 0 0 0 224 47 0 0 20 0 15 0 18453103 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13980732 memory=6442213872178980958 CPUtime=2.66 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1443 0 0 0 223 43 0 0 20 0 15 0 18453103 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13980732 memory=7680170660397595203 CPUtime=2.7 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2534 0 0 0 227 43 0 0 20 0 15 0 18453103 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13980732 memory=13472 CPUtime=2.71 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1974 0 0 0 226 45 0 0 20 0 15 0 18453103 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13980732 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 4514 0 0 0 8 0 0 0 20 0 15 0 18453104 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13980732 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970069644640 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970068592256 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13980732 memory=12980 CPUtime=1.15 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) R 5620 5620 17292 0 -1 4202560 3413 0 0 0 115 0 0 0 20 0 15 0 18453107 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970066487704 139970572443865 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13980732 memory=1440 CPUtime=1.18 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) R 5620 5620 17292 0 -1 4202560 3700 0 0 0 118 0 0 0 20 0 15 0 18453107 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970065424256 139970577729999 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13980732 memory=2008 CPUtime=0.52 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 2158 0 0 0 52 0 0 0 20 0 15 0 18453107 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13980732 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 18453115 14316269568 1151046 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 27.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4605564 KiB

[startup+16.9015 s]
/proc/loadavg: 1.71 1.68 1.73 3/211 5637
/proc/meminfo: memFree=25854868/32770624 swapFree=67108860/67108860
[pid=5620] ppid=5617 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5620/stat : 5620 (xcsp3-exec) S 5617 5620 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18453092 9740288 345 18446744073709551615 4194304 5098028 140729865480144 140729865478248 139945931121276 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30228480 140729865486714 140729865486918 140729865486918 140729865490411 0
/proc/5620/statm: 2378 345 289 221 0 87 0
[pid=5622] ppid=5620 vsize=13980732 memory=4604240 CPUtime=27.87 cores=1,3,5,7
/proc/5622/stat : 5622 (java) S 5620 5620 17292 0 -1 1077944320 39454 0 0 0 2557 230 0 0 20 0 15 0 18453102 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 140736399835632 139970592620279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
/proc/5622/statm: 3495183 1151060 3235 1 0 3483476 0
[pid=5622/tid=5623] ppid=5620 vsize=13980732 memory=1380 CPUtime=13.87 cores=1,3,5,7
/proc/5622/task/5623/stat : 5623 (java) R 5620 5620 17292 0 -1 4202560 15609 0 0 0 1342 45 0 0 20 0 15 0 18453102 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970596858888 139970188583324 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5624] ppid=5620 vsize=13980732 memory=4603928 CPUtime=2.71 cores=1,3,5,7
/proc/5622/task/5624/stat : 5624 (java) S 5620 5620 17292 0 -1 1077944384 2315 0 0 0 224 47 0 0 20 0 15 0 18453103 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970512034192 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5625] ppid=5620 vsize=13980732 memory=1380 CPUtime=2.66 cores=1,3,5,7
/proc/5622/task/5625/stat : 5625 (java) S 5620 5620 17292 0 -1 1077944384 1443 0 0 0 223 43 0 0 20 0 15 0 18453103 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970510981392 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5626] ppid=5620 vsize=13980732 memory=55 CPUtime=2.7 cores=1,3,5,7
/proc/5622/task/5626/stat : 5626 (java) S 5620 5620 17292 0 -1 1077944384 2534 0 0 0 227 43 0 0 20 0 15 0 18453103 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970509929104 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5627] ppid=5620 vsize=13980732 memory=1704 CPUtime=2.71 cores=1,3,5,7
/proc/5622/task/5627/stat : 5627 (java) S 5620 5620 17292 0 -1 1077944384 1974 0 0 0 226 45 0 0 20 0 15 0 18453103 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970508876304 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5628] ppid=5620 vsize=13980732 memory=4616 CPUtime=0.08 cores=1,3,5,7
/proc/5622/task/5628/stat : 5628 (java) S 5620 5620 17292 0 -1 1077944384 4514 0 0 0 8 0 0 0 20 0 15 0 18453104 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970070698608 139970592631426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5629] ppid=5620 vsize=13980732 memory=4324384 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5629/stat : 5629 (java) S 5620 5620 17292 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970069644640 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5630] ppid=5620 vsize=13980732 memory=516744 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5630/stat : 5630 (java) S 5620 5620 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18453105 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970068592256 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5631] ppid=5620 vsize=13980732 memory=7679927811743456362 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5631/stat : 5631 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453107 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970067540560 139970592638875 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5632] ppid=5620 vsize=13980732 memory=7976406965554101975 CPUtime=1.25 cores=1,3,5,7
/proc/5622/task/5632/stat : 5632 (java) R 5620 5620 17292 0 -1 4202560 3440 0 0 0 125 0 0 0 20 0 15 0 18453107 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970066473488 139970577728076 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5633] ppid=5620 vsize=13980732 memory=1380 CPUtime=1.24 cores=1,3,5,7
/proc/5622/task/5633/stat : 5633 (java) R 5620 5620 17292 0 -1 4202560 3726 0 0 0 124 0 0 0 20 0 15 0 18453107 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970065423280 139970573320583 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5634] ppid=5620 vsize=13980732 memory=4324440 CPUtime=0.53 cores=1,3,5,7
/proc/5622/task/5634/stat : 5634 (java) S 5620 5620 17292 0 -1 1077944384 2165 0 0 0 53 0 0 0 20 0 15 0 18453107 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970064382320 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5635] ppid=5620 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5635/stat : 5635 (java) S 5620 5620 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18453108 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970063329760 139970592630485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
[pid=5622/tid=5636] ppid=5620 vsize=13980732 memory=13472 CPUtime=0 cores=1,3,5,7
/proc/5622/task/5636/stat : 5636 (java) S 5620 5620 17292 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 18453115 14316269568 1151060 18446744073709551615 4194304 4196468 140736399853088 139970062277552 139970592631426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39690240 140736399856050 140736399856226 140736399856226 140736399859663 0
Current children cumulated CPU time: 27.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4605620 KiB

Child status: 0
Real time (s): 16.9842
CPU time (s): 28.0757
CPU user time (s): 25.7506
CPU system time (s): 2.32508
CPU usage (%): 165.305
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4605620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7506
system time used= 2.32508
maximum resident set size= 4605024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3012
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 5620
#   total CPU time (s): 28.0757
#   total CPU user time (s): 25.7506
#   total CPU system time (s): 2.32508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.150794 second user time and 0.18623 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-20 05:26:42
IDJOB=4283888
IDBENCH=125603
IDSOLVER=2679
FILE ID=node129/4283888-1503200440
RUNJOBID= node129-1503171914-32556
PBS_JOBID= 
Free space on /tmp= 61924 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-85-85.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-4283888-1503200440/watcher-4283888-1503200440 -o /tmp/evaluation-result-4283888-1503200440/solver-4283888-1503200440 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503171914-32556 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 615258671 HOME/instance-4283888-1503200440.xml

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

MD5SUM BENCH= ba1c49fa80fd17c1a348725aa5db0d15
RANDOM SEED=615258671

node129.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.73
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.73
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.73
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.73
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:        30214128 kB
MemAvailable:   30598152 kB
Buffers:          198744 kB
Cached:           473164 kB
SwapCached:            0 kB
Active:          1755940 kB
Inactive:         386384 kB
Active(anon):    1470688 kB
Inactive(anon):    16744 kB
Active(file):     285252 kB
Inactive(file):   369640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             92032 kB
Writeback:             0 kB
AnonPages:       1467716 kB
Mapped:            45668 kB
Shmem:             17060 kB
Slab:             115844 kB
SReclaimable:      89932 kB
SUnreclaim:        25912 kB
KernelStack:        3440 kB
PageTables:         8260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2292204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1361920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61916 MiB
End job on node129 at 2017-08-20 05:26:59