Trace number 4282930

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT4752 51.9039 47.4534

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark4.56043
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282930-1503211317.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4282930-1503211317.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.20	c simple solver
0.33/0.26	c parse instance...
0.74/0.44	c solve instance...
1.06/0.52	o 12179 
1.06/0.54	o 11299 
1.06/0.56	o 10735 
1.06/0.57	o 10613 
1.06/0.57	o 10077 
1.06/0.58	o 9720 
1.06/0.60	o 9152 
1.06/0.60	o 8316 
1.37/0.63	o 7515 
1.37/0.66	o 7481 
1.37/0.67	o 6662 
1.65/0.78	o 6067 
1.65/0.78	o 5937 
17.27/13.17	o 5498 
18.11/13.96	o 5485 
23.37/19.01	o 5223 
35.30/30.95	o 5141 
35.30/30.97	o 5059 
36.41/32.10	o 5054 
45.93/41.57	o 4752 
51.83/47.44	s OPTIMUM FOUND
51.83/47.44	v <instantiation>
51.83/47.44	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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] </list>
51.83/47.44	v 	<values>12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13 </values>
51.83/47.44	v </instantiation>

Verifier Data

OK	4752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282930-1503211317/watcher-4282930-1503211317 -o /tmp/evaluation-result-4282930-1503211317/solver-4282930-1503211317 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32625 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 559492936 HOME/instance-4282930-1503211317.xml 

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

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

solver pid=1896, runsolver pid=1893

[startup+0.100098 s]*
/proc/loadavg: 2.63 2.09 1.77 4/218 1912
/proc/meminfo: memFree=24381560/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13978596 memory=28008 CPUtime=0.11 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 5424 0 0 0 11 0 0 0 20 0 15 0 154219746 14314082304 7002 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3494649 7002 2837 1 0 3482966 0
[pid=1898/tid=1899] ppid=1896 vsize=13978596 memory=7031125463459224206 CPUtime=0.08 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 3441 0 0 0 8 0 0 0 20 0 15 0 154219746 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187550222768 140187546008982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13978596 memory=140534704739968 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219747 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13978596 memory=140534704739968 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219748 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154219749 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154219749 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 154219751 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154219751 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13978596 memory=140534704739968 CPUtime=0.01 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) R 1896 1896 32593 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 154219751 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187013688176 140187538234174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13978596 memory=140534704739968 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219752 14314082304 7067 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29388 KiB

[startup+0.2108 s]*
/proc/loadavg: 2.63 2.09 1.77 3/218 1912
/proc/meminfo: memFree=24369728/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13982852 memory=40632 CPUtime=0.33 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 8133 0 0 0 31 2 0 0 20 0 15 0 154219746 14318440448 10158 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3495713 10158 3078 1 0 3482966 0
[pid=1898/tid=1899] ppid=1896 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) D 1896 1896 32593 0 -1 1077944384 5333 0 0 0 18 1 0 0 20 0 15 0 154219746 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187550207856 140187538676269 0 4 0 16800975 18446744072101555748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13982852 memory=4294976320 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13982852 memory=288370910856451712 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318473216 10179 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219747 14318473216 10179 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13982852 memory=140534704739968 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219748 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154219749 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154219749 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 15 0 154219751 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 333 0 0 0 2 0 0 0 20 0 15 0 154219751 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13982852 memory=140534704739968 CPUtime=0.07 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 15 0 154219751 14318440448 10179 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14318473216 10179 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219752 14318473216 10179 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42012 KiB

[startup+0.31057 s]*
/proc/loadavg: 2.63 2.09 1.77 5/218 1912
/proc/meminfo: memFree=24362904/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13982928 memory=47692 CPUtime=0.5 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 9128 0 0 0 48 2 0 0 20 0 15 0 154219746 14318518272 11923 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3495732 11923 3093 1 0 3482966 0
[pid=1898/tid=1899] ppid=1896 vsize=13982928 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 6084 0 0 0 28 1 0 0 20 0 15 0 154219746 14318518272 11923 33554432000 4194304 4196468 140737118745632 140187550229408 140187530077534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318518272 11923 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318518272 11923 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13982928 memory=3761694498073096479 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14318518272 11923 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13982928 memory=7165352523811273016 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219747 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13982928 memory=3543664407586261427 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219748 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13982928 memory=7526403521112979504 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154219749 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13982928 memory=8463011303197401477 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154219749 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13982928 memory=7160794198536055381 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 506 0 0 0 4 0 0 0 20 0 15 0 154219751 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13982928 memory=3467824627879784479 CPUtime=0.03 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 384 0 0 0 3 0 0 0 20 0 15 0 154219751 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13982928 memory=2321524252576566704 CPUtime=0.12 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) R 1896 1896 32593 0 -1 4202560 874 0 0 0 12 0 0 0 20 0 15 0 154219751 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187013688176 140187530077534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13982928 memory=3467824627879784479 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13982928 memory=3617715420499785396 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219752 14318518272 11988 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49072 KiB

[startup+0.700811 s]
/proc/loadavg: 2.63 2.09 1.77 6/218 1912
/proc/meminfo: memFree=24349568/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13984976 memory=68620 CPUtime=1.65 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 12938 0 0 0 162 3 0 0 20 0 15 0 154219746 14320615424 17155 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3496244 17155 3211 1 0 3483478 0
[pid=1898/tid=1899] ppid=1896 vsize=13984976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 6623 0 0 0 65 2 0 0 20 0 15 0 154219746 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187550233064 140187148708469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13984976 memory=153 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13984976 memory=2 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154219748 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13984976 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) R 1896 1896 32593 0 -1 4202560 1673 0 0 0 34 0 0 0 20 0 15 0 154219751 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187015774688 140187526697662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) R 1896 1896 32593 0 -1 4202560 1732 0 0 0 33 0 0 0 20 0 15 0 154219751 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187014726344 140187527541136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13984976 memory=15880 CPUtime=0.29 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 1603 0 0 0 29 0 0 0 20 0 15 0 154219751 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13984976 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13984976 memory=23732 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 17155 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 70000 KiB

[startup+1.50084 s]
/proc/loadavg: 2.74 2.12 1.78 5/218 1912
/proc/meminfo: memFree=24335592/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0

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

/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13984976 memory=196824 CPUtime=49.23 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 39706 0 0 0 4915 8 0 0 20 0 15 0 154219746 14320615424 49206 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3496244 49206 3258 1 0 3483478 0
[pid=1898/tid=1899] ppid=1896 vsize=13984976 memory=1380 CPUtime=44.76 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 10887 0 0 0 4473 3 0 0 20 0 15 0 154219746 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187550228304 140187148880605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13984976 memory=194664 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 837 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 709 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 777 0 0 0 0 0 0 0 20 0 15 0 154219748 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13984976 memory=42716 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13984976 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13984976 memory=1724 CPUtime=1.96 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 8896 0 0 0 195 1 0 0 20 0 15 0 154219751 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13984976 memory=0 CPUtime=2.03 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 10498 0 0 0 202 1 0 0 20 0 15 0 154219751 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13984976 memory=-2276395272229541278 CPUtime=0.42 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 5006 0 0 0 41 1 0 0 20 0 15 0 154219751 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13984976 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13984976 memory=281069103421360 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49206 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 49.23 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198204 KiB

[startup+46.4007 s]
/proc/loadavg: 2.14 2.06 1.77 3/218 1991
/proc/meminfo: memFree=25787956/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13984976 memory=196836 CPUtime=50.84 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 39905 0 0 0 5076 8 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3496244 49209 3258 1 0 3483478 0
[pid=1898/tid=1899] ppid=1896 vsize=13984976 memory=1296 CPUtime=46.36 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 10906 0 0 0 4633 3 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187550228304 140187148929312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13984976 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 837 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13984976 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 709 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13984976 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13984976 memory=14136662338832510 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 777 0 0 0 0 0 0 0 20 0 15 0 154219748 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13984976 memory=644 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13984976 memory=2204 CPUtime=1.96 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 8928 0 0 0 195 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13984976 memory=7788 CPUtime=2.03 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 10542 0 0 0 202 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13984976 memory=840 CPUtime=0.42 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 5109 0 0 0 41 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13984976 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198216 KiB

[startup+47.2007 s]
/proc/loadavg: 2.14 2.06 1.77 4/218 1991
/proc/meminfo: memFree=25790936/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13984976 memory=196836 CPUtime=51.64 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 39906 0 0 0 5156 8 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3496244 49209 3258 1 0 3483478 0
[pid=1898/tid=1899] ppid=1896 vsize=13984976 memory=1716 CPUtime=47.16 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 10907 0 0 0 4713 3 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187550234552 140187149332114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 837 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 709 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 777 0 0 0 0 0 0 0 20 0 15 0 154219748 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13984976 memory=13144 CPUtime=1.96 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 8928 0 0 0 195 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13984976 memory=1944 CPUtime=2.03 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 10542 0 0 0 202 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13984976 memory=1196 CPUtime=0.42 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 5109 0 0 0 41 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13984976 memory=8596 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 51.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198216 KiB

[startup+47.4007 s]
/proc/loadavg: 2.14 2.06 1.77 4/218 1991
/proc/meminfo: memFree=25790936/32770624 swapFree=67108860/67108860
[pid=1896] ppid=1893 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1896/stat : 1896 (xcsp3-exec) S 1893 1896 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154219745 9740288 345 33554432000 4194304 5098028 140721786895088 140721786893192 139786558448252 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 7536640 140721786897525 140721786897728 140721786897728 140721786900459 0
/proc/1896/statm: 2378 345 289 221 0 87 0
[pid=1898] ppid=1896 vsize=13984976 memory=196836 CPUtime=51.83 cores=1,3,5,7
/proc/1898/stat : 1898 (java) S 1896 1896 32593 0 -1 1077944320 39906 0 0 0 5175 8 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140737118728176 140187545997047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
/proc/1898/statm: 3496244 49209 3258 1 0 3483478 0
[pid=1898/tid=1899] ppid=1896 vsize=13984976 memory=23736 CPUtime=47.36 cores=1,3,5,7
/proc/1898/task/1899/stat : 1899 (java) R 1896 1896 32593 0 -1 4202560 10907 0 0 0 4733 3 0 0 20 0 15 0 154219746 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187550234552 140187148880161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1900] ppid=1896 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1900/stat : 1900 (java) S 1896 1896 32593 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187476085648 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1901] ppid=1896 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1901/stat : 1901 (java) S 1896 1896 32593 0 -1 1077944384 837 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187475032848 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1902] ppid=1896 vsize=13984976 memory=644 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1902/stat : 1902 (java) S 1896 1896 32593 0 -1 1077944384 709 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187473980560 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1903] ppid=1896 vsize=13984976 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1903/stat : 1903 (java) S 1896 1896 32593 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 154219747 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187472927760 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1904] ppid=1896 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1904/stat : 1904 (java) S 1896 1896 32593 0 -1 1077944384 777 0 0 0 0 0 0 0 20 0 15 0 154219748 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187020003440 140187546008194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1905] ppid=1896 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1905/stat : 1905 (java) S 1896 1896 32593 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187018949408 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1906] ppid=1896 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1906/stat : 1906 (java) S 1896 1896 32593 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154219749 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187017897072 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1907] ppid=1896 vsize=13984976 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1907/stat : 1907 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187016845392 140187546015643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1908] ppid=1896 vsize=13984976 memory=1160 CPUtime=1.96 cores=1,3,5,7
/proc/1898/task/1908/stat : 1908 (java) S 1896 1896 32593 0 -1 1077944384 8928 0 0 0 195 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187015793264 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1909] ppid=1896 vsize=13984976 memory=2828 CPUtime=2.03 cores=1,3,5,7
/proc/1898/task/1909/stat : 1909 (java) S 1896 1896 32593 0 -1 1077944384 10542 0 0 0 202 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187014740464 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1910] ppid=1896 vsize=13984976 memory=1380 CPUtime=0.42 cores=1,3,5,7
/proc/1898/task/1910/stat : 1910 (java) S 1896 1896 32593 0 -1 1077944384 5109 0 0 0 41 1 0 0 20 0 15 0 154219751 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187013688176 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1911] ppid=1896 vsize=13984976 memory=196836 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1911/stat : 1911 (java) S 1896 1896 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187012635616 140187546007253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
[pid=1898/tid=1912] ppid=1896 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/1898/task/1912/stat : 1912 (java) S 1896 1896 32593 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 15 0 154219752 14320615424 49209 33554432000 4194304 4196468 140737118745632 140187011582384 140187546008194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9388032 140737118753949 140737118754124 140737118754124 140737118756815 0
Current children cumulated CPU time: 51.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198216 KiB

Child status: 0
Real time (s): 47.4534
CPU time (s): 51.9039
CPU user time (s): 51.8108
CPU system time (s): 0.093087
CPU usage (%): 109.379
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 198216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.8108
system time used= 0.093087
maximum resident set size= 197116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3151
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 1896
#   total CPU time (s): 51.9039
#   total CPU user time (s): 51.8108
#   total CPU system time (s): 0.093087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.28491 second user time and 0.485372 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 08:27:37
IDJOB=4282930
IDBENCH=123040
IDSOLVER=2678
FILE ID=node103/4282930-1503211317
RUNJOBID= node103-1503209003-32625
PBS_JOBID= 20630873
Free space on /tmp= 61528 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.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-4282930-1503211317/watcher-4282930-1503211317 -o /tmp/evaluation-result-4282930-1503211317/solver-4282930-1503211317 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32625 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 559492936 HOME/instance-4282930-1503211317.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=559492936

node103.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.56
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.56
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.56
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.56
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:        24398504 kB
MemAvailable:   30237828 kB
Buffers:          240252 kB
Cached:          5890268 kB
SwapCached:            0 kB
Active:          2812300 kB
Inactive:        5108720 kB
Active(anon):    1739528 kB
Inactive(anon):    86696 kB
Active(file):    1072772 kB
Inactive(file):  5022024 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:       1768492 kB
Mapped:            64248 kB
Shmem:             33420 kB
Slab:             147768 kB
SReclaimable:     120724 kB
SUnreclaim:        27044 kB
KernelStack:        3856 kB
PageTables:         8828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3071148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1652736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61520 MiB
End job on node103 at 2017-08-20 08:28:24