Trace number 4283890

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 40.031898 23.3965

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-92-92.xml
MD5SUM18238995c509511de5ee79784b2000cc
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 benchmark15.5518
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Number of domains1
Minimum domain size93
Maximum domain size93
Distribution of domain sizes[{"size":93,"count":92}]
Minimum variable degree91
Maximum variable degree91
Distribution of variable degrees[{"degree":91,"count":92}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4186}]
Number of extensional constraints4186
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4186}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283890-1503200475.xml"  -tl '2520s' -p 1 -x 3
0.06/0.31	c [HOME/instance-4283890-1503200475.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.37	c simple solver
0.38/0.43	c parse instance...
39.01/23.03	c solve instance...
39.79/23.37	s SATISFIABLE
39.79/23.37	v <instantiation>
39.79/23.37	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] </list>
39.79/23.37	v 	<values>0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
39.79/23.37	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 (13911 MiB free)
  memory of node 1: 16384 MiB (15537 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283890-1503200475/watcher-4283890-1503200475 -o /tmp/evaluation-result-4283890-1503200475/solver-4283890-1503200475 -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 991966584 HOME/instance-4283890-1503200475.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=5700, runsolver pid=5697
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 1.86 1.72 1.74 2/196 5701
/proc/meminfo: memFree=30155288/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209331 s]*
/proc/loadavg: 1.86 1.72 1.74 2/210 5715
/proc/meminfo: memFree=30144856/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13907304 memory=21684 CPUtime=0.06 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 4802 0 0 0 5 1 0 0 20 0 14 0 18456696 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3476826 5421 2574 1 0 3466323 0
[pid=5702/tid=5703] ppid=5700 vsize=13907304 memory=1404226546251833994 CPUtime=0.04 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) D 5700 5700 17292 0 -1 4202560 2985 0 0 0 4 0 0 0 20 0 14 0 18456697 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140560004638624 140560000423165 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13907304 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18456698 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13907304 memory=139631619397248 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18456698 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 18456698 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 18456698 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13907304 memory=139631619397248 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 18456699 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 18456699 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559477970208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 18456700 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559476917872 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18456703 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 14 0 18456703 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18456703 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559473760240 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13907304 memory=139631619397248 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 18456703 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 18456703 14241079296 5421 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23064 KiB

[startup+0.310052 s]*
/proc/loadavg: 1.86 1.72 1.74 4/211 5716
/proc/meminfo: memFree=30135836/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13975376 memory=32736 CPUtime=0.23 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 7534 0 0 0 21 2 0 0 20 0 15 0 18456696 14310785024 8184 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3493844 8184 2975 1 0 3483220 0
[pid=5702/tid=5703] ppid=5700 vsize=13975376 memory=6933928925625698159 CPUtime=0.13 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 5012 0 0 0 12 1 0 0 20 0 15 0 18456697 14310785024 8448 18446744073709551615 4194304 4196468 140729824055536 140560004623520 140559992691584 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13975376 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456698 14310785024 8448 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456698 14310785024 8514 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456698 14310785024 8514 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18456698 14310785024 8514 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18456699 14310785024 8514 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18456699 14310785024 8580 18446744073709551615 4194304 4196468 140729824055536 140559477970208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18456700 14310785024 8580 18446744073709551615 4194304 4196468 140729824055536 140559476917872 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14310785024 8580 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 15 0 18456703 14310785024 8580 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 17292 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 18456703 14310785024 8646 18446744073709551615 4194304 4196468 140729824055536 140559473760240 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13975376 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 18456703 14310785024 8646 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14310785024 8646 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456708 14310785024 8646 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34116 KiB

[startup+0.703393 s]
/proc/loadavg: 1.86 1.72 1.74 4/211 5716
/proc/meminfo: memFree=30114364/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13978608 memory=206960 CPUtime=1.14 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 13837 0 0 0 105 9 0 0 20 0 15 0 18456696 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3494652 51740 3124 1 0 3482964 0
[pid=5702/tid=5703] ppid=5700 vsize=13978608 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) S 5700 5700 17292 0 -1 1077944384 7582 0 0 0 44 6 0 0 20 0 15 0 18456697 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140560004640256 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13978608 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) D 5700 5700 17292 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 18456698 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559919815256 140559993500843 0 4 1 16800974 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13978608 memory=14181982013714 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) D 5700 5700 17292 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 18456698 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559599528096 140559993500843 0 4 1 16800974 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) D 5700 5700 17292 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 18456698 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559598476120 140559993497844 0 4 1 16800974 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) D 5700 5700 17292 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 15 0 18456698 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559597423320 140559993500843 0 4 1 16800974 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 18456699 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559479022752 140560000411349 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18456699 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559477970208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13978608 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18456700 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559476917872 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13978608 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) R 5700 5700 17292 0 -1 4202560 1703 0 0 0 20 0 0 0 20 0 15 0 18456703 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559474794056 140559981101440 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13978608 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) R 5700 5700 17292 0 -1 4202560 2084 0 0 0 20 0 0 0 20 0 15 0 18456703 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559473746296 140559979663547 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13978608 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 1090 0 0 0 16 0 0 0 20 0 15 0 18456703 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456708 14314094592 51740 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 208340 KiB

[startup+1.50083 s]
/proc/loadavg: 1.86 1.72 1.74 6/211 5716
/proc/meminfo: memFree=29866288/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13978684 memory=596292 CPUtime=3.43 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 18107 0 0 0 301 42 0 0 20 0 15 0 18456696 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3494671 149073 3216 1 0 3482964 0
[pid=5702/tid=5703] ppid=5700 vsize=13978684 memory=0 CPUtime=1.09 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 7919 0 0 0 100 9 0 0 20 0 15 0 18456697 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140560004639408 140559603299260 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13978684 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 441 0 0 0 11 7 0 0 20 0 15 0 18456698 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13978684 memory=7680170660397595203 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 480 0 0 0 10 6 0 0 20 0 15 0 18456698 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13978684 memory=6944656592387989600 CPUtime=0.19 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 489 0 0 0 11 8 0 0 20 0 15 0 18456698 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13978684 memory=-6935123839545469842 CPUtime=0.19 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 510 0 0 0 11 8 0 0 20 0 15 0 18456698 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13978684 memory=6944920475294002582 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 362 0 0 0 0 0 0 0 20 0 15 0 18456699 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13978684 memory=7684433391216329786 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18456699 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559477970272 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13978684 memory=14181982013714 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 18456700 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559476917888 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13978684 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 3026 0 0 0 65 0 0 0 20 0 15 0 18456703 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13978684 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 17292 0 -1 1077944384 2227 0 0 0 59 0 0 0 20 0 15 0 18456703 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559473760240 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13978684 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 1354 0 0 0 30 0 0 0 20 0 15 0 18456703 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13978684 memory=279262934658336 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13978684 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18456708 14314172416 149073 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 13988196 KiB

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

/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13980732 memory=5049008 CPUtime=38.37 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 46404 0 0 0 3546 291 0 0 20 0 15 0 18456696 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3495183 1262252 3229 1 0 3483476 0
[pid=5702/tid=5703] ppid=5700 vsize=13980732 memory=1728 CPUtime=17.44 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 14278 0 0 0 1701 43 0 0 20 0 15 0 18456697 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140560004635648 140559604896764 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13980732 memory=1228 CPUtime=4.55 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 3476 0 0 0 393 62 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13980732 memory=12980 CPUtime=4.49 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 3162 0 0 0 391 58 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13980732 memory=1440 CPUtime=4.51 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 2972 0 0 0 391 60 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13980732 memory=2008 CPUtime=4.56 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2056 0 0 0 395 61 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13980732 memory=5404 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 6750 0 0 0 15 1 0 0 20 0 15 0 18456699 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13980732 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18456699 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559477970272 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13980732 memory=279262934851096 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 18456700 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559476917888 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13980732 memory=-9206939589629062438 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13980732 memory=8316868033356759116 CPUtime=1.06 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 4996 0 0 0 105 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13980732 memory=11242 CPUtime=1.03 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 17292 0 -1 1077944384 4390 0 0 0 102 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559473760240 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13980732 memory=7669467015215620144 CPUtime=0.49 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 2680 0 0 0 48 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13980732 memory=-6237260532469557610 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 18456708 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 38.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5050388 KiB

[startup+22.8008 s]
/proc/loadavg: 2.00 1.76 1.75 3/215 5737
/proc/meminfo: memFree=25113316/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13980732 memory=5049008 CPUtime=38.77 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 46641 0 0 0 3586 291 0 0 20 0 15 0 18456696 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3495183 1262252 3229 1 0 3483476 0
[pid=5702/tid=5703] ppid=5700 vsize=13980732 memory=7680170660397595203 CPUtime=17.84 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 14514 0 0 0 1741 43 0 0 20 0 15 0 18456697 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140560004635648 140559605014722 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13980732 memory=28834195835636 CPUtime=4.55 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 3476 0 0 0 393 62 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13980732 memory=279262935550952 CPUtime=4.49 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 3162 0 0 0 391 58 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13980732 memory=0 CPUtime=4.51 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 2972 0 0 0 391 60 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13980732 memory=279262935562400 CPUtime=4.56 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2056 0 0 0 395 61 0 0 20 0 15 0 18456698 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13980732 memory=139631467781168 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 6750 0 0 0 15 1 0 0 20 0 15 0 18456699 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18456699 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559477970272 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 18456700 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559476917888 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13980732 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 4996 0 0 0 105 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13980732 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) S 5700 5700 17292 0 -1 1077944384 4390 0 0 0 102 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559473760240 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13980732 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 2680 0 0 0 48 1 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 18456708 14316269568 1262252 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 38.77 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5050388 KiB

[startup+23.2008 s]
/proc/loadavg: 2.00 1.76 1.75 4/215 5737
/proc/meminfo: memFree=25112260/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13980732 memory=5050224 CPUtime=39.53 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 50386 0 0 0 3661 292 0 0 20 0 15 0 18456696 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3495183 1262556 3236 1 0 3483476 0
[pid=5702/tid=5703] ppid=5700 vsize=13980732 memory=0 CPUtime=18.24 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 16089 0 0 0 1781 43 0 0 20 0 15 0 18456697 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140560004638096 140559605558131 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13980732 memory=7680170660397595203 CPUtime=4.55 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 3476 0 0 0 393 62 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13980732 memory=1004 CPUtime=4.49 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 3162 0 0 0 391 58 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13980732 memory=8704 CPUtime=4.51 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 2972 0 0 0 391 60 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13980732 memory=792 CPUtime=4.56 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2056 0 0 0 395 61 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13980732 memory=1200 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 7071 0 0 0 15 1 0 0 20 0 15 0 18456699 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13980732 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18456699 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559477970272 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13980732 memory=8304 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 18456700 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559476917888 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13980732 memory=15620 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13980732 memory=8761640388318109335 CPUtime=1.2 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) R 5700 5700 17292 0 -1 4202560 5638 0 0 0 119 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559474799504 140559981944448 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13980732 memory=288230574492221466 CPUtime=1.19 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) R 5700 5700 17292 0 -1 4202560 5200 0 0 0 118 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559473748352 140559980063143 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13980732 memory=288230604624101684 CPUtime=0.54 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 3077 0 0 0 53 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13980732 memory=14408207351153925 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13980732 memory=2812 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 18456708 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 39.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5051604 KiB

[startup+23.3008 s]
/proc/loadavg: 2.00 1.76 1.75 4/215 5737
/proc/meminfo: memFree=25112260/32770624 swapFree=67108860/67108860
[pid=5700] ppid=5697 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5700/stat : 5700 (xcsp3-exec) S 5697 5700 17292 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 18456686 9740288 345 18446744073709551615 4194304 5098028 140735695669808 140735695667912 140215475753596 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 9867264 140735695675770 140735695675974 140735695675974 140735695679467 0
/proc/5700/statm: 2378 345 289 221 0 87 0
[pid=5702] ppid=5700 vsize=13980732 memory=5050224 CPUtime=39.79 cores=1,3,5,7
/proc/5702/stat : 5702 (java) S 5700 5700 17292 0 -1 1077944320 50681 0 0 0 3687 292 0 0 20 0 15 0 18456696 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140729824038080 140560000401143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
/proc/5702/statm: 3495183 1262556 3236 1 0 3483476 0
[pid=5702/tid=5703] ppid=5700 vsize=13980732 memory=4712324 CPUtime=18.34 cores=1,3,5,7
/proc/5702/task/5703/stat : 5703 (java) R 5700 5700 17292 0 -1 4202560 16089 0 0 0 1791 43 0 0 20 0 15 0 18456697 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140560004638096 140559605601263 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5704] ppid=5700 vsize=13980732 memory=102 CPUtime=4.55 cores=1,3,5,7
/proc/5702/task/5704/stat : 5704 (java) S 5700 5700 17292 0 -1 1077944384 3476 0 0 0 393 62 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559919815056 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5705] ppid=5700 vsize=13980732 memory=636 CPUtime=4.49 cores=1,3,5,7
/proc/5702/task/5705/stat : 5705 (java) S 5700 5700 17292 0 -1 1077944384 3162 0 0 0 391 58 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559599528208 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5706] ppid=5700 vsize=13980732 memory=1792 CPUtime=4.51 cores=1,3,5,7
/proc/5702/task/5706/stat : 5706 (java) S 5700 5700 17292 0 -1 1077944384 2972 0 0 0 391 60 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559598475920 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5707] ppid=5700 vsize=13980732 memory=4859780 CPUtime=4.56 cores=1,3,5,7
/proc/5702/task/5707/stat : 5707 (java) S 5700 5700 17292 0 -1 1077944384 2056 0 0 0 395 61 0 0 20 0 15 0 18456698 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559597423120 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5708] ppid=5700 vsize=13980732 memory=149 CPUtime=0.16 cores=1,3,5,7
/proc/5702/task/5708/stat : 5708 (java) S 5700 5700 17292 0 -1 1077944384 7071 0 0 0 15 1 0 0 20 0 15 0 18456699 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559479024240 140560000412290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5709] ppid=5700 vsize=13980732 memory=4908948 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5709/stat : 5709 (java) S 5700 5700 17292 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 18456699 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559477970272 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5710] ppid=5700 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5710/stat : 5710 (java) S 5700 5700 17292 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 18456700 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559476917888 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5711] ppid=5700 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5711/stat : 5711 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559475866192 140560000419739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5712] ppid=5700 vsize=13980732 memory=13492 CPUtime=1.26 cores=1,3,5,7
/proc/5702/task/5712/stat : 5712 (java) S 5700 5700 17292 0 -1 1077944384 5703 0 0 0 125 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559474813040 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5713] ppid=5700 vsize=13980732 memory=1380 CPUtime=1.29 cores=1,3,5,7
/proc/5702/task/5713/stat : 5713 (java) R 5700 5700 17292 0 -1 4202560 5430 0 0 0 128 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559473748352 140559985322307 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5714] ppid=5700 vsize=13980732 memory=5049008 CPUtime=0.54 cores=1,3,5,7
/proc/5702/task/5714/stat : 5714 (java) S 5700 5700 17292 0 -1 1077944384 3077 0 0 0 53 1 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559472707952 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5715] ppid=5700 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5715/stat : 5715 (java) S 5700 5700 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18456703 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559471655392 140560000411349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
[pid=5702/tid=5716] ppid=5700 vsize=13980732 memory=3973936 CPUtime=0 cores=1,3,5,7
/proc/5702/task/5716/stat : 5716 (java) S 5700 5700 17292 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 18456708 14316269568 1262556 18446744073709551615 4194304 4196468 140729824055536 140559470603184 140560000412290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10969088 140729824059826 140729824060002 140729824060002 140729824063439 0
Current children cumulated CPU time: 39.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5051604 KiB

Child status: 0
Real time (s): 23.3965
CPU time (s): 40.0319
CPU user time (s): 37.0887
CPU system time (s): 2.9432
CPU usage (%): 171.102
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 5051604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0887
system time used= 2.9432
maximum resident set size= 5050740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51432
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= 3511
involuntary context switches= 207


# summary of solver processes directly reported to runsolver:
#   pid: 5700
#   total CPU time (s): 40.0319
#   total CPU user time (s): 37.0887
#   total CPU system time (s): 2.9432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.16945 second user time and 0.266293 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-20 05:27:18
IDJOB=4283890
IDBENCH=125607
IDSOLVER=2679
FILE ID=node129/4283890-1503200475
RUNJOBID= node129-1503171914-32556
PBS_JOBID= 
Free space on /tmp= 61896 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-92-92.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-4283890-1503200475/watcher-4283890-1503200475 -o /tmp/evaluation-result-4283890-1503200475/solver-4283890-1503200475 -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 991966584 HOME/instance-4283890-1503200475.xml

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

MD5SUM BENCH= 18238995c509511de5ee79784b2000cc
RANDOM SEED=991966584

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:        30155856 kB
MemAvailable:   30572508 kB
Buffers:          198824 kB
Cached:           505172 kB
SwapCached:            0 kB
Active:          1812776 kB
Inactive:         386640 kB
Active(anon):    1495732 kB
Inactive(anon):    16744 kB
Active(file):     317044 kB
Inactive(file):   369896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             65696 kB
Writeback:             0 kB
AnonPages:       1495416 kB
Mapped:            45612 kB
Shmem:             17060 kB
Slab:             116888 kB
SReclaimable:      91092 kB
SUnreclaim:        25796 kB
KernelStack:        3408 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2231668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1392640 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= 61888 MiB
End job on node129 at 2017-08-20 05:27:42