Trace number 4283887

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 26.0788 16.1014

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-83-83.xml
MD5SUM5a1cc99098bd305fca19847613bf445f
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 benchmark9.8167
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Number of domains1
Minimum domain size84
Maximum domain size84
Distribution of domain sizes[{"size":84,"count":83}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":83}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3403}]
Number of extensional constraints3403
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3403}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283887-1503200408.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4283887-1503200408.xml, -tl, 2520s, -p, 1, -x, 3]
0.10/0.32	c simple solver
0.31/0.39	c parse instance...
25.07/15.76	c solve instance...
25.85/16.07	s SATISFIABLE
25.85/16.07	v <instantiation>
25.85/16.07	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] </list>
25.85/16.07	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 </values>
25.85/16.07	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13956 MiB free)
  memory of node 1: 16384 MiB (15578 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283887-1503200408/watcher-4283887-1503200408 -o /tmp/evaluation-result-4283887-1503200408/solver-4283887-1503200408 -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 347751790 HOME/instance-4283887-1503200408.xml 

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

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

solver pid=5541, runsolver pid=5538

[startup+0.105946 s]*
/proc/loadavg: 1.57 1.68 1.73 3/202 5548
/proc/meminfo: memFree=30235064/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13507920 memory=17212 CPUtime=0.01 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 3609 0 0 0 1 0 0 0 20 0 8 0 18449917 13832110080 4303 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3376980 4303 2033 1 0 3366477 0
[pid=5543/tid=5544] ppid=5541 vsize=13507920 memory=1404226546251833994 CPUtime=0.01 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 2341 0 0 0 1 0 0 0 20 0 8 0 18449917 13832110080 4303 18446744073709551615 4194304 4196468 140732516943968 139781950615984 139781946397853 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13507920 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 18449918 13832110080 4303 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13508948 memory=140480569796224 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18449918 13833162752 4303 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18449918 13833162752 4303 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13508948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18449918 13833162752 4303 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13574484 memory=140480569796224 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18449919 13900271616 4303 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 18449920 13900271616 4303 18446744073709551615 4194304 4196468 140732516943968 139780861695392 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13574488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 18449920 13900275712 4365 18446744073709551615 4194304 4196468 140732516943968 139780860642864 139781946386133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210645 s]*
/proc/loadavg: 1.57 1.68 1.73 4/211 5557
/proc/meminfo: memFree=30224236/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13974352 memory=28176 CPUtime=0.1 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 4957 0 0 0 9 1 0 0 20 0 15 0 18449917 14309736448 7044 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3493588 7044 2756 1 0 3482964 0
[pid=5543/tid=5544] ppid=5541 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 3097 0 0 0 7 1 0 0 20 0 15 0 18449917 14309736448 7044 18446744073709551615 4194304 4196468 140732516943968 139781950600656 139781946397853 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13974352 memory=4294977909 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 7044 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13974352 memory=140480570003351 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 7044 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 7044 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13974352 memory=140480569796224 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18449919 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18449920 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780861695392 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18449920 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780860642800 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) R 5541 5541 17292 0 -1 4202560 368 0 0 0 0 0 0 0 20 0 15 0 18449922 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781926212128 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780857485424 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13974352 memory=140480569796224 CPUtime=0.01 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 18449922 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13974352 memory=140480569796224 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449927 14309736448 7110 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29556 KiB

[startup+0.317756 s]*
/proc/loadavg: 1.57 1.68 1.73 5/211 5557
/proc/meminfo: memFree=30211752/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13974352 memory=40084 CPUtime=0.31 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 8696 0 0 0 29 2 0 0 20 0 15 0 18449917 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3493588 10021 3008 1 0 3482964 0
[pid=5543/tid=5544] ppid=5541 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 5843 0 0 0 16 2 0 0 20 0 15 0 18449917 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139781950605344 139781946397853 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18449918 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18449919 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18449920 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780861695392 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18449920 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780860642800 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 18449922 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 18449922 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780857485424 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13974352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) R 5541 5541 17292 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 15 0 18449922 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781925360669 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449927 14309736448 10021 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41464 KiB

[startup+0.700957 s]
/proc/loadavg: 1.57 1.68 1.73 5/211 5557
/proc/meminfo: memFree=30161568/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13978608 memory=276844 CPUtime=1.3 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 13510 0 0 0 112 18 0 0 20 0 15 0 18449917 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3494652 69211 3124 1 0 3482964 0
[pid=5543/tid=5544] ppid=5541 vsize=13978608 memory=638 CPUtime=0.5 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) S 5541 5541 17292 0 -1 1077944384 7119 0 0 0 45 5 0 0 20 0 15 0 18449917 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139781950615040 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13978608 memory=84 CPUtime=0.04 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) R 5541 5541 17292 0 -1 4202560 57 0 0 0 2 2 0 0 20 0 15 0 18449918 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139781865789912 139781939475583 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13978608 memory=79 CPUtime=0.03 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) R 5541 5541 17292 0 -1 4202560 37 0 0 0 1 2 0 0 20 0 15 0 18449918 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139781864737056 139781939475591 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13978608 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) R 5541 5541 17292 0 -1 4202560 58 0 0 0 2 3 0 0 20 0 15 0 18449918 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139781863684824 139781939475700 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) R 5541 5541 17292 0 -1 4202560 43 0 0 0 1 1 0 0 20 0 15 0 18449918 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139781862632280 139781939475627 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 18449919 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780862747680 139781946386133 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13978608 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18449920 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780861695392 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18449920 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780860642800 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13978608 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 2308 0 0 0 23 0 0 0 20 0 15 0 18449922 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780858522960 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13978608 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 1372 0 0 0 19 0 0 0 20 0 15 0 18449922 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780857470416 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13978608 memory=4 CPUtime=0.16 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 1206 0 0 0 16 0 0 0 20 0 15 0 18449922 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13978608 memory=3 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18449927 14314094592 69211 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 278224 KiB

[startup+1.50081 s]
/proc/loadavg: 1.57 1.68 1.73 5/211 5557
/proc/meminfo: memFree=29956232/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13978684 memory=534700 CPUtime=3.07 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 15430 0 0 0 273 34 0 0 20 0 15 0 18449917 14314172416 133675 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3494671 133675 3199 1 0 3482964 0
[pid=5543/tid=5544] ppid=5541 vsize=13978684 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 7452 0 0 0 114 8 0 0 20 0 15 0 18449917 14314172416 133675 18446744073709551615 4194304 4196468 140732516943968 139781950614160 139781542932856 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13978684 memory=7595431179639286627 CPUtime=0.11 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 176 0 0 0 5 6 0 0 20 0 15 0 18449918 14314172416 133675 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13978684 memory=6368461852976959568 CPUtime=0.1 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 162 0 0 0 5 5 0 0 20 0 15 0 18449918 14314172416 133675 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13978684 memory=280960922899616 CPUtime=0.12 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 350 0 0 0 6 6 0 0 20 0 15 0 18449918 14314172416 133675 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13978684 memory=4642197910265684584 CPUtime=0.1 cores=1,3,5,7

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

/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13980732 memory=4293304 CPUtime=23.68 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 36209 0 0 0 2169 199 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3495183 1073326 3227 1 0 3483476 0
[pid=5543/tid=5544] ppid=5541 vsize=13980732 memory=4291652 CPUtime=11.74 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 14678 0 0 0 1130 44 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781950614048 139781540502968 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13980732 memory=7680170660397595203 CPUtime=2.39 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1301 0 0 0 200 39 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13980732 memory=16444 CPUtime=2.37 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 2073 0 0 0 200 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13980732 memory=4012 CPUtime=2.4 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 2063 0 0 0 203 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13980732 memory=636 CPUtime=2.36 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 1716 0 0 0 201 35 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13980732 memory=1792 CPUtime=0.09 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 3207 0 0 0 8 1 0 0 20 0 15 0 18449919 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780861695456 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780860642816 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13980732 memory=4288 CPUtime=0.9 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 4203 0 0 0 90 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13980732 memory=928 CPUtime=0.88 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 3233 0 0 0 88 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780857485424 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13980732 memory=280960923377280 CPUtime=0.47 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 2082 0 0 0 46 1 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13980732 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13980732 memory=7302135314614015847 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 18449927 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 23.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4294684 KiB

[startup+15.2008 s]
/proc/loadavg: 1.43 1.64 1.72 3/211 5557
/proc/meminfo: memFree=25940616/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13980732 memory=4293304 CPUtime=24.55 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 36238 0 0 0 2255 200 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3495183 1073326 3227 1 0 3483476 0
[pid=5543/tid=5544] ppid=5541 vsize=13980732 memory=2432 CPUtime=12.54 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 14701 0 0 0 1209 45 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781950612584 139781544564669 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13980732 memory=7680170660397595203 CPUtime=2.39 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1301 0 0 0 200 39 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13980732 memory=8292 CPUtime=2.37 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 2073 0 0 0 200 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13980732 memory=16444 CPUtime=2.4 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 2063 0 0 0 203 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13980732 memory=4012 CPUtime=2.36 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 1716 0 0 0 201 35 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13980732 memory=636 CPUtime=0.09 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 3207 0 0 0 8 1 0 0 20 0 15 0 18449919 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780861695456 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780860642816 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13980732 memory=2244 CPUtime=0.92 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 4204 0 0 0 92 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13980732 memory=4288 CPUtime=0.92 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 3238 0 0 0 92 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780857485424 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13980732 memory=928 CPUtime=0.47 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 2082 0 0 0 46 1 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13980732 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 18449927 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 24.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4294684 KiB

[startup+15.6008 s]
/proc/loadavg: 1.43 1.64 1.72 3/211 5557
/proc/meminfo: memFree=25940616/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13980732 memory=4293304 CPUtime=24.97 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 36399 0 0 0 2297 200 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3495183 1073326 3227 1 0 3483476 0
[pid=5543/tid=5544] ppid=5541 vsize=13980732 memory=-7361183220417257581 CPUtime=12.94 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 14851 0 0 0 1249 45 0 0 20 0 15 0 18449917 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781950611136 139781544564750 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13980732 memory=-4866526891258710369 CPUtime=2.39 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1301 0 0 0 200 39 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13980732 memory=8292148123324084331 CPUtime=2.37 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 2073 0 0 0 200 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13980732 memory=4206468019014099040 CPUtime=2.4 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 2063 0 0 0 203 37 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13980732 memory=7682744562830902074 CPUtime=2.36 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 1716 0 0 0 201 35 0 0 20 0 15 0 18449918 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13980732 memory=4196912344889787449 CPUtime=0.09 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 3207 0 0 0 8 1 0 0 20 0 15 0 18449919 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780861695456 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780860642816 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13980732 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13980732 memory=1728 CPUtime=0.92 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 4213 0 0 0 92 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13980732 memory=1228 CPUtime=0.93 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) S 5541 5541 17292 0 -1 1077944384 3240 0 0 0 93 0 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780857485424 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13980732 memory=12980 CPUtime=0.47 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 2082 0 0 0 46 1 0 0 20 0 15 0 18449922 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 18449927 14316269568 1073326 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 24.97 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4294684 KiB

[startup+16.0008 s]*
/proc/loadavg: 1.43 1.64 1.72 4/211 5557
/proc/meminfo: memFree=25941608/32770624 swapFree=67108860/67108860
[pid=5541] ppid=5538 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5541/stat : 5541 (xcsp3-exec) S 5538 5541 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18449908 9740288 345 18446744073709551615 4194304 5098028 140734019151696 140734019149800 140558367634044 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 37179392 140734019154298 140734019154502 140734019154502 140734019157995 0
/proc/5541/statm: 2378 345 289 221 0 87 0
[pid=5543] ppid=5541 vsize=13980732 memory=4294524 CPUtime=25.85 cores=1,3,5,7
/proc/5543/stat : 5543 (java) S 5541 5541 17292 0 -1 1077944320 38136 0 0 0 2385 200 0 0 20 0 15 0 18449917 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 140732516926512 139781946375927 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
/proc/5543/statm: 3495183 1073631 3237 1 0 3483476 0
[pid=5543/tid=5544] ppid=5541 vsize=13980732 memory=6933928925625698159 CPUtime=13.35 cores=1,3,5,7
/proc/5543/task/5544/stat : 5544 (java) R 5541 5541 17292 0 -1 4202560 15603 0 0 0 1290 45 0 0 20 0 15 0 18449917 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139781950612672 139781545400525 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5545] ppid=5541 vsize=13980732 memory=4126316290023845779 CPUtime=2.39 cores=1,3,5,7
/proc/5543/task/5545/stat : 5545 (java) S 5541 5541 17292 0 -1 1077944384 1301 0 0 0 200 39 0 0 20 0 15 0 18449918 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139781865789712 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5546] ppid=5541 vsize=13980732 memory=0 CPUtime=2.37 cores=1,3,5,7
/proc/5543/task/5546/stat : 5546 (java) S 5541 5541 17292 0 -1 1077944384 2073 0 0 0 200 37 0 0 20 0 15 0 18449918 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139781864737168 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5547] ppid=5541 vsize=13980732 memory=0 CPUtime=2.4 cores=1,3,5,7
/proc/5543/task/5547/stat : 5547 (java) S 5541 5541 17292 0 -1 1077944384 2063 0 0 0 203 37 0 0 20 0 15 0 18449918 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139781863684624 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5548] ppid=5541 vsize=13980732 memory=667680 CPUtime=2.36 cores=1,3,5,7
/proc/5543/task/5548/stat : 5548 (java) S 5541 5541 17292 0 -1 1077944384 1716 0 0 0 201 35 0 0 20 0 15 0 18449918 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139781862632080 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5549] ppid=5541 vsize=13980732 memory=7380665785377711458 CPUtime=0.09 cores=1,3,5,7
/proc/5543/task/5549/stat : 5549 (java) S 5541 5541 17292 0 -1 1077944384 3207 0 0 0 8 1 0 0 20 0 15 0 18449919 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780862749168 139781946387074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5550] ppid=5541 vsize=13980732 memory=280960924042944 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5550/stat : 5550 (java) S 5541 5541 17292 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780861695456 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5551] ppid=5541 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5551/stat : 5551 (java) S 5541 5541 17292 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 18449920 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780860642816 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5552] ppid=5541 vsize=13980732 memory=4291652 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5552/stat : 5552 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449922 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780859591376 139781946394523 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5553] ppid=5541 vsize=13980732 memory=3908 CPUtime=1.14 cores=1,3,5,7
/proc/5543/task/5553/stat : 5553 (java) S 5541 5541 17292 0 -1 1077944384 4372 0 0 0 114 0 0 0 20 0 15 0 18449922 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780858537968 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5554] ppid=5541 vsize=13980732 memory=2812 CPUtime=1.15 cores=1,3,5,7
/proc/5543/task/5554/stat : 5554 (java) R 5541 5541 17292 0 -1 4202560 3733 0 0 0 114 1 0 0 20 0 15 0 18449922 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780857473984 139781930281626 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5555] ppid=5541 vsize=13980732 memory=3116 CPUtime=0.52 cores=1,3,5,7
/proc/5543/task/5555/stat : 5555 (java) S 5541 5541 17292 0 -1 1077944384 2415 0 0 0 51 1 0 0 20 0 15 0 18449922 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780856432880 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5556] ppid=5541 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5556/stat : 5556 (java) S 5541 5541 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18449923 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780855380576 139781946386133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
[pid=5543/tid=5557] ppid=5541 vsize=13980732 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5543/task/5557/stat : 5557 (java) S 5541 5541 17292 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 18449927 14316269568 1073631 18446744073709551615 4194304 4196468 140732516943968 139780854328112 139781946387074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26521600 140732516946354 140732516946530 140732516946530 140732516949967 0
Current children cumulated CPU time: 25.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4295904 KiB

Child status: 0
Real time (s): 16.1014
CPU time (s): 26.0788
CPU user time (s): 24.0515
CPU system time (s): 2.02735
CPU usage (%): 161.966
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4295904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0515
system time used= 2.02735
maximum resident set size= 4295548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39087
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= 3118
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 5541
#   total CPU time (s): 26.0788
#   total CPU user time (s): 24.0515
#   total CPU system time (s): 2.02735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09962 second user time and 0.229899 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-20 05:26:10
IDJOB=4283887
IDBENCH=125598
IDSOLVER=2679
FILE ID=node129/4283887-1503200408
RUNJOBID= node129-1503171914-32556
PBS_JOBID= 
Free space on /tmp= 61932 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-83-83.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-4283887-1503200408/watcher-4283887-1503200408 -o /tmp/evaluation-result-4283887-1503200408/solver-4283887-1503200408 -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 347751790 HOME/instance-4283887-1503200408.xml

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

MD5SUM BENCH= 5a1cc99098bd305fca19847613bf445f
RANDOM SEED=347751790

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:        30243920 kB
MemAvailable:   30619740 kB
Buffers:          198668 kB
Cached:           465236 kB
SwapCached:            0 kB
Active:          1726276 kB
Inactive:         386556 kB
Active(anon):    1449192 kB
Inactive(anon):    16744 kB
Active(file):     277084 kB
Inactive(file):   369812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84236 kB
Writeback:             4 kB
AnonPages:       1450992 kB
Mapped:            45612 kB
Shmem:             17060 kB
Slab:             115448 kB
SReclaimable:      89516 kB
SUnreclaim:        25932 kB
KernelStack:        3424 kB
PageTables:         8000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2340940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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= 61924 MiB
End job on node129 at 2017-08-20 05:26:27