Trace number 4281874

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT1021 190.04201 185.22

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-07.xml
MD5SUMddd3703b8a67d475e5b0b20416c98cf0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1021
Best CPU time to get the best result obtained on this benchmark6.44064
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281874-1503140015.xml"  -tl '2520s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4281874-1503140015.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
0.65/0.53	c solve instance...
0.65/0.55	o 706 
0.65/0.55	o 710 
0.65/0.55	o 728 
0.65/0.55	o 750 
0.65/0.57	o 759 
0.65/0.57	o 761 
0.65/0.60	o 770 
0.65/0.60	o 825 
0.65/0.61	o 858 
0.65/0.61	o 862 
0.95/0.63	o 870 
0.95/0.63	o 890 
1.21/0.72	o 899 
1.21/0.72	o 929 
1.21/0.72	o 938 
1.21/0.72	o 939 
1.21/0.72	o 959 
1.21/0.72	o 986 
4.93/2.02	o 993 
5.60/2.64	o 996 
5.60/2.68	o 998 
5.60/2.69	o 1011 
31.23/27.91	o 1018 
31.23/27.91	o 1021 
190.01/185.21	s OPTIMUM FOUND
190.01/185.21	v <instantiation>
190.01/185.21	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] </list>
190.01/185.21	v 	<values>0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 </values>
190.01/185.21	v </instantiation>

Verifier Data

OK	1021

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 (15174 MiB free)
  memory of node 1: 16384 MiB (15686 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281874-1503140015/watcher-4281874-1503140015 -o /tmp/evaluation-result-4281874-1503140015/solver-4281874-1503140015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1675922286 HOME/instance-4281874-1503140015.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=26282, runsolver pid=26279
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.40 1.25 1.30 3/198 26285
/proc/meminfo: memFree=31600628/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13358712 memory=11464 CPUtime=0 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 2655 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2866 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3339678 2866 1350 1 0 3329175 0
[pid=26284/tid=26285] ppid=26282 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 1445 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2932 18446744073709551615 4194304 4196468 140722990620544 140468614931024 140468571676227 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2932 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13358712 memory=140594073089664 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2932 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2932 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12410616 13679321088 2932 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 12840 KiB

[startup+0.214618 s]*
/proc/loadavg: 1.40 1.25 1.30 3/211 26298
/proc/meminfo: memFree=31587952/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13974352 memory=26696 CPUtime=0.09 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 5068 0 0 0 8 1 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3493588 6674 2747 1 0 3482964 0
[pid=26284/tid=26285] ppid=26282 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 3215 0 0 0 7 0 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468614924144 140468603372917 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13974352 memory=10613 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13974352 memory=3617154733532034720 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13974352 memory=140594073089664 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) R 26282 26282 17292 0 -1 4202560 296 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610716250 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13974352 memory=140594073089664 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) R 26282 26282 17292 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706838 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13974352 memory=140594073089664 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410625 14309736448 6674 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28072 KiB

[startup+0.310267 s]*
/proc/loadavg: 1.40 1.25 1.30 3/211 26298
/proc/meminfo: memFree=31574224/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13974352 memory=37352 CPUtime=0.27 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 8874 0 0 0 25 2 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3493588 9338 2985 1 0 3482964 0
[pid=26284/tid=26285] ppid=26282 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 6059 0 0 0 15 1 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468614928944 140468197411111 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12410618 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) S 26282 26282 17292 0 -1 1077944384 557 0 0 0 1 0 0 0 20 0 15 0 12410621 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 15 0 12410621 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13974352 memory=140594073089664 CPUtime=0.05 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) R 26282 26282 17292 0 -1 4202560 737 0 0 0 5 0 0 0 20 0 15 0 12410621 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468082416192 140468589818438 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13974352 memory=140594073089664 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410625 14309736448 9338 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38728 KiB

[startup+0.70077 s]
/proc/loadavg: 1.40 1.25 1.30 5/211 26298
/proc/meminfo: memFree=31562292/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=60236 CPUtime=1.21 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 12856 0 0 0 117 4 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 15059 3175 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 8000 0 0 0 52 2 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468614932888 140468200210752 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=83396 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=3041 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=15457 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13980732 memory=6628 CPUtime=0.21 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) R 26282 26282 17292 0 -1 4202560 1171 0 0 0 21 0 0 0 20 0 15 0 12410621 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468084511992 140468595574470 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13980732 memory=8836 CPUtime=0.22 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) R 26282 26282 17292 0 -1 4202560 1119 0 0 0 22 0 0 0 20 0 15 0 12410621 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468083460144 140468589938982 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13980732 memory=11044 CPUtime=0.22 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) R 26282 26282 17292 0 -1 1077944384 1258 0 0 0 22 0 0 0 20 0 15 0 12410621 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706050 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13980732 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13980732 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410625 14316269568 15059 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61612 KiB

[startup+1.50075 s]
/proc/loadavg: 1.40 1.25 1.30 5/211 26298
/proc/meminfo: memFree=31508964/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=119592 CPUtime=3.64 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 38516 0 0 0 357 7 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 29898 3187 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=1767714588161 CPUtime=1.33 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 8104 0 0 0 131 2 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468614930768 140468201012566 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=1879383736321 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=114764 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=114788 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12410616 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 29898 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=277412 CPUtime=187.21 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 64433 0 0 0 18684 37 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 69353 3223 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=1376 CPUtime=181.19 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 15867 0 0 0 18112 7 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468614934288 140468200904499 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=276244 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1403 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=-8774313645642428999 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 2049 0 0 0 47 5 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=277928 CPUtime=0.51 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 1591 0 0 0 47 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=1200 CPUtime=0.5 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2317 0 0 0 44 6 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=15876 CPUtime=0.37 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 1690 0 0 0 34 3 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13980732 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13980732 memory=6788 CPUtime=1.55 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) S 26282 26282 17292 0 -1 1077944384 13656 0 0 0 153 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13980732 memory=12980 CPUtime=1.59 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 20357 0 0 0 157 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13980732 memory=1440 CPUtime=0.3 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) S 26282 26282 17292 0 -1 1077944384 3490 0 0 0 29 1 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13980732 memory=5404 CPUtime=0.07 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 664 0 0 0 3 4 0 0 20 0 15 0 12410625 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 187.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 278788 KiB

[startup+184.001 s]*
/proc/loadavg: 1.28 1.27 1.31 3/212 26319
/proc/meminfo: memFree=31115304/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=277412 CPUtime=188.82 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 64439 0 0 0 18845 37 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 69353 3223 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=-8774313645642428999 CPUtime=182.79 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 15868 0 0 0 18272 7 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468614934160 140468200905766 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=4126316290023845779 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1403 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=5404 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 2050 0 0 0 47 5 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=1704 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 1591 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=4616 CPUtime=0.5 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2317 0 0 0 44 6 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=1004 CPUtime=0.37 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 1692 0 0 0 34 3 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=8696 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13980732 memory=15876 CPUtime=1.55 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) S 26282 26282 17292 0 -1 1077944384 13656 0 0 0 153 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13980732 memory=6788 CPUtime=1.59 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 20357 0 0 0 157 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13980732 memory=16444 CPUtime=0.3 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) S 26282 26282 17292 0 -1 1077944384 3490 0 0 0 29 1 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13980732 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13980732 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 666 0 0 0 3 4 0 0 20 0 15 0 12410625 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 188.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 278788 KiB

[startup+184.801 s]
/proc/loadavg: 1.28 1.27 1.31 3/212 26319
/proc/meminfo: memFree=31115304/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=277412 CPUtime=189.61 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 64439 0 0 0 18924 37 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 69353 3223 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=277412 CPUtime=183.58 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 15868 0 0 0 18351 7 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468614934160 140468200685234 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=2432 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1403 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=1728 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 2050 0 0 0 47 5 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=1228 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 1591 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=12980 CPUtime=0.5 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2317 0 0 0 44 6 0 0 20 0 15 0 12410616 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=1440 CPUtime=0.37 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 1692 0 0 0 34 3 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13980732 memory=-8774313645642428999 CPUtime=1.55 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) S 26282 26282 17292 0 -1 1077944384 13656 0 0 0 153 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13980732 memory=1792 CPUtime=1.59 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 20357 0 0 0 157 2 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13980732 memory=277412 CPUtime=0.3 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) S 26282 26282 17292 0 -1 1077944384 3490 0 0 0 29 1 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13980732 memory=12980 CPUtime=0.07 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 666 0 0 0 3 4 0 0 20 0 15 0 12410625 14316269568 69353 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 189.61 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 278788 KiB

[startup+185.201 s]
/proc/loadavg: 1.28 1.27 1.31 3/212 26319
/proc/meminfo: memFree=31115564/32770624 swapFree=67108860/67108860
[pid=26282] ppid=26279 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26282/stat : 26282 (xcsp3-exec) S 26279 26282 17292 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12410606 9740288 344 18446744073709551615 4194304 5098028 140727795453360 140727795451464 139841372299900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 17723392 140727795454329 140727795454534 140727795454534 140727795458027 0
/proc/26282/statm: 2378 344 289 221 0 87 0
[pid=26284] ppid=26282 vsize=13980732 memory=276900 CPUtime=190.01 cores=1,3,5,7
/proc/26284/stat : 26284 (java) S 26282 26282 17292 0 -1 1077944320 64441 0 0 0 18964 37 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140722990603088 140468610694903 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
/proc/26284/statm: 3495183 69225 3223 1 0 3483476 0
[pid=26284/tid=26285] ppid=26282 vsize=13980732 memory=928 CPUtime=183.98 cores=1,3,5,7
/proc/26284/task/26285/stat : 26285 (java) R 26282 26282 17292 0 -1 4202560 15869 0 0 0 18391 7 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468614934688 140468200904499 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26286] ppid=26282 vsize=13980732 memory=1584 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26286/stat : 26286 (java) S 26282 26282 17292 0 -1 1077944384 1403 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468530109072 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26287] ppid=26282 vsize=13980732 memory=2164 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26287/stat : 26287 (java) S 26282 26282 17292 0 -1 1077944384 2050 0 0 0 47 5 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468529056272 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26288] ppid=26282 vsize=13980732 memory=844 CPUtime=0.52 cores=1,3,5,7
/proc/26284/task/26288/stat : 26288 (java) S 26282 26282 17292 0 -1 1077944384 1591 0 0 0 48 4 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468528003472 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26289] ppid=26282 vsize=13980732 memory=3908 CPUtime=0.5 cores=1,3,5,7
/proc/26284/task/26289/stat : 26289 (java) S 26282 26282 17292 0 -1 1077944384 2318 0 0 0 44 6 0 0 20 0 15 0 12410616 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468526950672 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26290] ppid=26282 vsize=13980732 memory=2760 CPUtime=0.37 cores=1,3,5,7
/proc/26284/task/26290/stat : 26290 (java) S 26282 26282 17292 0 -1 1077944384 1692 0 0 0 34 3 0 0 20 0 15 0 12410618 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468088736624 140468610706050 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26291] ppid=26282 vsize=13980732 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26291/stat : 26291 (java) S 26282 26282 17292 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468087682592 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26292] ppid=26282 vsize=13980732 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26292/stat : 26292 (java) S 26282 26282 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12410618 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468086629744 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26293] ppid=26282 vsize=13980732 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26293/stat : 26293 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468085578064 140468610713499 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26294] ppid=26282 vsize=13980732 memory=3084 CPUtime=1.55 cores=1,3,5,7
/proc/26284/task/26294/stat : 26294 (java) S 26282 26282 17292 0 -1 1077944384 13656 0 0 0 153 2 0 0 20 0 15 0 12410621 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468084525424 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26295] ppid=26282 vsize=13980732 memory=3047711553219693942 CPUtime=1.59 cores=1,3,5,7
/proc/26284/task/26295/stat : 26295 (java) S 26282 26282 17292 0 -1 1077944384 20357 0 0 0 157 2 0 0 20 0 15 0 12410621 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468083472624 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26296] ppid=26282 vsize=13980732 memory=4572164749098055210 CPUtime=0.3 cores=1,3,5,7
/proc/26284/task/26296/stat : 26296 (java) S 26282 26282 17292 0 -1 1077944384 3490 0 0 0 29 1 0 0 20 0 15 0 12410621 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468082419824 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26297] ppid=26282 vsize=13980732 memory=4629546024076873078 CPUtime=0 cores=1,3,5,7
/proc/26284/task/26297/stat : 26297 (java) S 26282 26282 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12410621 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468081367264 140468610705109 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
[pid=26284/tid=26298] ppid=26282 vsize=13980732 memory=7897517683652307531 CPUtime=0.07 cores=1,3,5,7
/proc/26284/task/26298/stat : 26298 (java) S 26282 26282 17292 0 -1 1077944384 666 0 0 0 3 4 0 0 20 0 15 0 12410625 14316269568 69225 18446744073709551615 4194304 4196468 140722990620544 140468080315568 140468610706050 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15294464 140722990625202 140722990625378 140722990625378 140722990628815 0
Current children cumulated CPU time: 190.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 278276 KiB

Child status: 0
Real time (s): 185.22
CPU time (s): 190.042
CPU user time (s): 189.661
CPU system time (s): 0.381596
CPU usage (%): 102.604
Max. virtual memory (cumulated for all children) (KiB): 13995060
Max. memory (cumulated for all children) (KiB): 284288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.661
system time used= 0.381596
maximum resident set size= 282912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15742
involuntary context switches= 343


# summary of solver processes directly reported to runsolver:
#   pid: 26282
#   total CPU time (s): 190.042
#   total CPU user time (s): 189.661
#   total CPU system time (s): 0.381596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37454 second user time and 1.55837 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 12:39:37
IDJOB=4281874
IDBENCH=133504
IDSOLVER=2677
FILE ID=node129/4281874-1503140015
RUNJOBID= node129-1503095823-17351
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-07.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-4281874-1503140015/watcher-4281874-1503140015 -o /tmp/evaluation-result-4281874-1503140015/solver-4281874-1503140015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1675922286 HOME/instance-4281874-1503140015.xml

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

MD5SUM BENCH= ddd3703b8a67d475e5b0b20416c98cf0
RANDOM SEED=1675922286

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:        31601864 kB
MemAvailable:   31838540 kB
Buffers:          170040 kB
Cached:           356876 kB
SwapCached:            0 kB
Active:           405260 kB
Inactive:         358828 kB
Active(anon):     237356 kB
Inactive(anon):    16748 kB
Active(file):     167904 kB
Inactive(file):   342080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7832 kB
Writeback:            16 kB
AnonPages:        236736 kB
Mapped:            43756 kB
Shmem:             17060 kB
Slab:             109832 kB
SReclaimable:      85056 kB
SUnreclaim:        24776 kB
KernelStack:        3440 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1198656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 62000 MiB
End job on node129 at 2017-08-19 12:42:43