Trace number 4403790

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT65 64.2702 16.5103

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark44.8404
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403790-1568991472.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403790-1568991472.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.62/0.70	c solve instance...
1.99/0.82	o 83 
1.99/0.83	o 81 
1.99/0.85	o 78 
1.99/0.86	o 77 
1.99/0.88	o 76 
1.99/0.89	o 75 
2.33/0.90	o 74 
2.33/0.93	o 73 
2.33/0.94	o 72 
2.33/0.99	o 71 
2.33/1.00	o 70 
2.72/1.01	o 69 
3.09/1.16	o 68 
3.45/1.28	o 67 
4.23/1.40	o 66 
19.36/5.28	o 65 
63.92/16.49	s OPTIMUM FOUND
63.92/16.49	v <instantiation>
63.92/16.49	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
63.92/16.49	v 	<values>0 0 0 0 8 10 10 5 4 6 18 7 8 34 7 40 10 16 15 10 8 12 16 44 10 19 18 12 23 35 29 39 26 20 19 29 35 29 25 19 23 35 48 27 43 41 34 53 40 48 49 47 40 54 55 45 54 56 55 56 61 65 </values>
63.92/16.49	v </instantiation>

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403790-1568991472/watcher-4403790-1568991472 -o /tmp/evaluation-result-4403790-1568991472/solver-4403790-1568991472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 971736077 HOME/instance-4403790-1568991472.xml 

running on 4 cores: 0,2,4,6

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=10908, runsolver pid=10905
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.10 8.32 8.06 7/232 10924
/proc/meminfo: memFree=16161356/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15144776 memory=29740 CPUtime=0.13 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 5909 0 0 0 12 1 0 0 20 0 15 0 475404029 15508250624 7435 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3786194 7435 3120 1 0 3748377 0
[pid=10910/tid=10911] ppid=10908 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) R 10908 10908 7690 0 -1 4202560 3824 0 0 0 8 0 0 0 20 0 15 0 475404029 15508250624 7435 33554432000 4194304 4196468 140731093749040 140056334402704 140056314258782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15144776 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15144776 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) R 10908 10908 7690 0 -1 4202560 321 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055794394976 140056313614033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) R 10908 10908 7690 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15144776 memory=140307878676096 CPUtime=0.02 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) R 10908 10908 7690 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055792295888 140056310494960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15144776 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 7435 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31188 KiB

[startup+0.210795 s]*
/proc/loadavg: 8.10 8.32 8.06 7/232 10924
/proc/meminfo: memFree=16147856/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15144776 memory=41144 CPUtime=0.35 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 9474 0 0 0 32 3 0 0 20 0 15 0 475404029 15508250624 10286 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3786194 10286 3293 1 0 3748377 0
[pid=10910/tid=10911] ppid=10908 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) R 10908 10908 7690 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 15 0 475404029 15508250624 10286 33554432000 4194304 4196468 140731093749040 140056334415056 140056314258782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15144776 memory=1898699 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15144776 memory=3389066 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404030 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15144776 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404032 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 420 0 0 0 3 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 741 0 0 0 8 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055792298352 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404035 15508250624 10286 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42592 KiB

[startup+0.319482 s]*
/proc/loadavg: 8.10 8.32 8.06 6/232 10924
/proc/meminfo: memFree=16140720/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15149032 memory=50400 CPUtime=0.52 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 10886 0 0 0 48 4 0 0 20 0 15 0 475404029 15512608768 12600 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3787258 12600 3359 1 0 3748377 0
[pid=10910/tid=10911] ppid=10908 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) R 10908 10908 7690 0 -1 4202560 7923 0 0 0 28 3 0 0 20 0 15 0 475404029 15512608768 12600 33554432000 4194304 4196468 140731093749040 140056334410656 140056314258782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15149032 memory=3388955 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404030 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15149032 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404032 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404032 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404032 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 416 0 0 0 3 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15149032 memory=140307878676096 CPUtime=0.12 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 827 0 0 0 12 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055792298352 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15149032 memory=140307878676096 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404035 15512608768 12600 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51848 KiB

[startup+0.701215 s]
/proc/loadavg: 7.94 8.28 8.05 10/232 10924
/proc/meminfo: memFree=16122248/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15151156 memory=89496 CPUtime=1.62 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 15027 0 0 0 156 6 0 0 20 0 15 0 475404029 15514783744 22374 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3787789 22374 3454 1 0 3748889 0
[pid=10910/tid=10911] ppid=10908 vsize=15151156 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) R 10908 10908 7690 0 -1 4202560 9293 0 0 0 63 4 0 0 20 0 15 0 475404029 15514783744 22374 33554432000 4194304 4196468 140731093749040 140056334412336 140055947652153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15151156 memory=532 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404030 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15151156 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404030 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404032 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15151156 memory=912 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404032 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404032 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15151156 memory=2480 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15151156 memory=7302135314614015849 CPUtime=0.26 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) R 10908 10908 7690 0 -1 1077944384 1189 0 0 0 26 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055794402624 140056330188501 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15151156 memory=6011290002123024982 CPUtime=0.24 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) R 10908 10908 7690 0 -1 4202560 1101 0 0 0 24 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055793331656 140056315056185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15151156 memory=7295944995277656144 CPUtime=0.42 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) R 10908 10908 7690 0 -1 4202560 2137 0 0 0 42 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055792295288 140056315545456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15151156 memory=7523096512984082771 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404035 15514783744 22374 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90944 KiB

[startup+1.50267 s]
/proc/loadavg: 7.94 8.28 8.05 10/237 10969
/proc/meminfo: memFree=15997496/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0

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

/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15486024 memory=3848 CPUtime=3.3 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 15217 0 0 0 329 1 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15486024 memory=2756 CPUtime=3.61 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 14835 0 0 0 359 2 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15486024 memory=2600 CPUtime=0.81 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 6434 0 0 0 79 2 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055792298352 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15486024 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15486024 memory=3228 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 886 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10989] ppid=10908 vsize=15486024 memory=1448 CPUtime=9.66 cores=0,2,4,6
/proc/10910/task/10989/stat : 10989 (java) R 10908 10908 7690 0 -1 4202560 212 0 0 0 966 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055778052960 140055955573576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10990] ppid=10908 vsize=15486024 memory=55328 CPUtime=9.41 cores=0,2,4,6
/proc/10910/task/10990/stat : 10990 (java) R 10908 10908 7690 0 -1 4202560 699 0 0 0 941 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055779107240 140055956931363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10991] ppid=10908 vsize=15486024 memory=988 CPUtime=9.37 cores=0,2,4,6
/proc/10910/task/10991/stat : 10991 (java) R 10908 10908 7690 0 -1 4202560 702 0 0 0 937 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055774905152 140055955115586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10992] ppid=10908 vsize=15486024 memory=2004 CPUtime=9.63 cores=0,2,4,6
/proc/10910/task/10992/stat : 10992 (java) R 10908 10908 7690 0 -1 4202560 420 0 0 0 963 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055780158512 140055955115325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 59.12 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 241996 KiB

[startup+16.0014 s]*
/proc/loadavg: 8.24 8.33 8.07 9/236 10993
/proc/meminfo: memFree=15953924/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15486024 memory=240548 CPUtime=62.34 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 53596 0 0 0 6219 15 0 0 20 0 19 0 475404029 15857688576 60137 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3871506 60137 3522 1 0 3832606 0
[pid=10910/tid=10911] ppid=10908 vsize=15486024 memory=2832 CPUtime=0.69 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) S 10908 10908 7690 0 -1 1077944384 9506 0 0 0 65 4 0 0 20 0 19 0 475404029 15857688576 60137 33554432000 4194304 4196468 140731093749040 140056334419072 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15486024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15486024 memory=29448 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15486024 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15486024 memory=532 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15486024 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15486024 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15486024 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15486024 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15486024 memory=912 CPUtime=3.3 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 15217 0 0 0 329 1 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15486024 memory=1984 CPUtime=3.61 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 14835 0 0 0 359 2 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15486024 memory=2480 CPUtime=0.81 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 6434 0 0 0 79 2 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055792298352 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15486024 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15486024 memory=1898397 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 908 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10989] ppid=10908 vsize=15486024 memory=1448 CPUtime=10.47 cores=0,2,4,6
/proc/10910/task/10989/stat : 10989 (java) R 10908 10908 7690 0 -1 4202560 212 0 0 0 1047 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055778052960 140055954996883 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10990] ppid=10908 vsize=15486024 memory=225140 CPUtime=10.21 cores=0,2,4,6
/proc/10910/task/10990/stat : 10990 (java) R 10908 10908 7690 0 -1 4202560 706 0 0 0 1021 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055779107240 140055955288111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10991] ppid=10908 vsize=15486024 memory=3616 CPUtime=10.18 cores=0,2,4,6
/proc/10910/task/10991/stat : 10991 (java) R 10908 10908 7690 0 -1 4202560 702 0 0 0 1018 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055774904744 140055955076485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10992] ppid=10908 vsize=15486024 memory=55328 CPUtime=10.44 cores=0,2,4,6
/proc/10910/task/10992/stat : 10992 (java) R 10908 10908 7690 0 -1 4202560 420 0 0 0 1044 0 0 0 20 0 19 0 475404557 15857688576 60137 33554432000 4194304 4196468 140731093749040 140055780158648 140055952785015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 62.34 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 241996 KiB

[startup+16.4054 s]
/proc/loadavg: 8.24 8.33 8.07 9/236 10993
/proc/meminfo: memFree=15953924/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15486024 memory=240568 CPUtime=63.92 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 53661 0 0 0 6377 15 0 0 20 0 19 0 475404029 15857688576 60142 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3871506 60142 3522 1 0 3832606 0
[pid=10910/tid=10911] ppid=10908 vsize=15486024 memory=4104 CPUtime=0.69 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) S 10908 10908 7690 0 -1 1077944384 9506 0 0 0 65 4 0 0 20 0 19 0 475404029 15857688576 60142 33554432000 4194304 4196468 140731093749040 140056334419072 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15486024 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15486024 memory=916 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15486024 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15486024 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 475404030 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15486024 memory=2600 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055866034800 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15486024 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15486024 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 475404032 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15486024 memory=240548 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055795456592 140056330196891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15486024 memory=1556 CPUtime=3.3 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 15217 0 0 0 329 1 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15486024 memory=780 CPUtime=3.61 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 14835 0 0 0 359 2 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15486024 memory=3616 CPUtime=0.81 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 6495 0 0 0 79 2 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055792298352 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15486024 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10924] ppid=10908 vsize=15486024 memory=6048 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10924/stat : 10924 (java) S 10908 10908 7690 0 -1 1077944384 908 0 0 0 0 0 0 0 20 0 19 0 475404035 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055790193584 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10989] ppid=10908 vsize=15486024 memory=7552 CPUtime=10.86 cores=0,2,4,6
/proc/10910/task/10989/stat : 10989 (java) R 10908 10908 7690 0 -1 4202560 212 0 0 0 1086 0 0 0 20 0 19 0 475404557 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055778052960 140055955077116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10990] ppid=10908 vsize=15486024 memory=2832 CPUtime=10.6 cores=0,2,4,6
/proc/10910/task/10990/stat : 10990 (java) R 10908 10908 7690 0 -1 4202560 707 0 0 0 1060 0 0 0 20 0 19 0 475404557 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055779109688 140055954774732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10991] ppid=10908 vsize=15486024 memory=1084 CPUtime=10.58 cores=0,2,4,6
/proc/10910/task/10991/stat : 10991 (java) R 10908 10908 7690 0 -1 4202560 705 0 0 0 1058 0 0 0 20 0 19 0 475404557 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055774904744 140055955080188 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10992] ppid=10908 vsize=15486024 memory=0 CPUtime=10.83 cores=0,2,4,6
/proc/10910/task/10992/stat : 10992 (java) R 10908 10908 7690 0 -1 4202560 420 0 0 0 1083 0 0 0 20 0 19 0 475404557 15857688576 60142 33554432000 4194304 4196468 140731093749040 140055780158648 140055955287951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 63.92 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 242016 KiB

[startup+16.5008 s]
/proc/loadavg: 8.24 8.33 8.07 9/236 10993
/proc/meminfo: memFree=15953924/32770624 swapFree=66986244/67108860
[pid=10908] ppid=10905 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10908/stat : 10908 (xcsp3-exec) S 10905 10908 7690 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475404029 115843072 362 33554432000 4194304 5098028 140732508163568 140732508161672 139757542855292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23670784 140732508169083 140732508169325 140732508169325 140732508172234 0
/proc/10908/statm: 28282 362 304 221 0 87 0
[pid=10910] ppid=10908 vsize=15486024 memory=242368 CPUtime=64.25 cores=0,2,4,6
/proc/10910/stat : 10910 (java) S 10908 10908 7690 0 -1 1077944320 54498 0 0 0 6410 15 0 0 20 0 14 0 475404029 15857688576 60592 33554432000 4194304 4196468 140731093749040 140731093731584 140056330178295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
/proc/10910/statm: 3871506 60592 3522 1 0 3832606 0
[pid=10910/tid=10911] ppid=10908 vsize=15486024 memory=240568 CPUtime=0.69 cores=0,2,4,6
/proc/10910/task/10911/stat : 10911 (java) S 10908 10908 7690 0 -1 1077944384 10074 0 0 0 65 4 0 0 20 0 14 0 475404029 15857688576 60592 33554432000 4194304 4196468 140731093749040 140056334421136 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10912] ppid=10908 vsize=15486024 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10912/stat : 10912 (java) S 10908 10908 7690 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 14 0 475404030 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055922923920 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10913] ppid=10908 vsize=15486024 memory=7737556157281559396 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10913/stat : 10913 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 475404030 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055921871120 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10914] ppid=10908 vsize=15486024 memory=240548 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10914/stat : 10914 (java) S 10908 10908 7690 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 14 0 475404030 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055920818832 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10915] ppid=10908 vsize=15486024 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10915/stat : 10915 (java) S 10908 10908 7690 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 14 0 475404030 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055919766032 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10916] ppid=10908 vsize=15486024 memory=234356 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10916/stat : 10916 (java) S 10908 10908 7690 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 14 0 475404032 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055866035008 140056330189442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10917] ppid=10908 vsize=15486024 memory=203580 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10917/stat : 10917 (java) S 10908 10908 7690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 475404032 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055864980768 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10918] ppid=10908 vsize=15486024 memory=132 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10918/stat : 10918 (java) S 10908 10908 7690 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 14 0 475404032 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055796508272 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10919] ppid=10908 vsize=15486024 memory=232256 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10919/stat : 10919 (java) S 10908 10908 7690 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 475404035 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055795456240 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10920] ppid=10908 vsize=15486024 memory=0 CPUtime=3.3 cores=0,2,4,6
/proc/10910/task/10920/stat : 10920 (java) S 10908 10908 7690 0 -1 1077944384 15217 0 0 0 329 1 0 0 20 0 14 0 475404035 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055794403440 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10921] ppid=10908 vsize=15486024 memory=140307723233840 CPUtime=3.61 cores=0,2,4,6
/proc/10910/task/10921/stat : 10921 (java) S 10908 10908 7690 0 -1 1077944384 14835 0 0 0 359 2 0 0 20 0 14 0 475404035 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055793350640 140056330189442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10922] ppid=10908 vsize=15486024 memory=240548 CPUtime=0.81 cores=0,2,4,6
/proc/10910/task/10922/stat : 10922 (java) S 10908 10908 7690 0 -1 1077944384 6623 0 0 0 79 2 0 0 20 0 14 0 475404035 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055792294224 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
[pid=10910/tid=10923] ppid=10908 vsize=15486024 memory=6441389247015447393 CPUtime=0 cores=0,2,4,6
/proc/10910/task/10923/stat : 10923 (java) S 10908 10908 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 475404035 15857688576 60592 33554432000 4194304 4196468 140731093749040 140055791245792 140056330188501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20701184 140731093750767 140731093750938 140731093750938 140731093753807 0
Current children cumulated CPU time: 64.25 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 243816 KiB

Child status: 0
Real time (s): 16.5103
CPU time (s): 64.2702
CPU user time (s): 64.1093
CPU system time (s): 0.160896
CPU usage (%): 389.273
Max. virtual memory (cumulated for all children) (KiB): 15602256
Max. memory (cumulated for all children) (KiB): 243816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.1093
system time used= 0.160896
maximum resident set size= 242728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55111
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= 3712
involuntary context switches= 2010


# summary of solver processes directly reported to runsolver:
#   pid: 10908
#   total CPU time (s): 64.2702
#   total CPU user time (s): 64.1093
#   total CPU system time (s): 0.160896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.138085 second user time and 0.205036 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 15:47:31
IDJOB=4403790
IDBENCH=128324
IDSOLVER=2863
FILE ID=node104/4403790-1568991472
RUNJOBID= node104-1568983762-7721
PBS_JOBID= 21704640
Free space on /tmp= 9560 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403790-1568991472/watcher-4403790-1568991472 -o /tmp/evaluation-result-4403790-1568991472/solver-4403790-1568991472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7721 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 971736077 HOME/instance-4403790-1568991472.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=971736077

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        16178024 kB
MemAvailable:   31318032 kB
Buffers:           94236 kB
Cached:         14946296 kB
SwapCached:        22652 kB
Active:          8003132 kB
Inactive:        7575712 kB
Active(anon):     512424 kB
Inactive(anon):    74632 kB
Active(file):    7490708 kB
Inactive(file):  7501080 kB
Unevictable:      109712 kB
Mlocked:          109712 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             25960 kB
Writeback:             0 kB
AnonPages:        757472 kB
Mapped:            65548 kB
Shmem:             40708 kB
Slab:             607116 kB
SReclaimable:     576680 kB
SUnreclaim:        30436 kB
KernelStack:        4048 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1427552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9536 MiB
End job on node104 at 2019-09-20 15:47:47