Trace number 4406446

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-24OPT2 223.935 97.6456

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.318535
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4406446-1569405079.xml"  -tl '2400s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406446-1569405079.xml, -tl, 2400s, -p, 1]
0.12/0.22	c simple solver
0.35/0.28	c parse instance...
180.25/75.81	c solve instance...
220.82/95.13	o 3 
221.04/95.34	o 2 
223.77/97.58	s OPTIMUM FOUND
223.77/97.58	v <instantiation>
223.77/97.58	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12] </list>
223.77/97.58	v 	<values>1 0 1 2 2 0 1 0 0 2 1 0 1 2 1 2 2 0 0 1 0 2 0 0 0 0 1 0 1 2 2 1 2 2 1 1 2 1 2 0 0 2 1 0 1 0 0 1 2 0 0 2 0 1 0 1 0 0 2 2 2 0 1 1 0 2 2 1 1 1 0 2 0 0 1 1 1 0 </values>
223.77/97.58	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406446-1569405079/watcher-4406446-1569405079 -o /tmp/evaluation-result-4406446-1569405079/solver-4406446-1569405079 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1569396611-14059 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 339855521 HOME/instance-4406446-1569405079.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=16630, runsolver pid=16627
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.91 1.68 1.76 4/229 16646
/proc/meminfo: memFree=28076936/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15144776 memory=29380 CPUtime=0.12 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 5742 0 0 0 11 1 0 0 20 0 15 0 516760919 15508250624 7345 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3786194 7345 3149 1 0 3748377 0
[pid=16632/tid=16633] ppid=16630 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 3666 0 0 0 8 1 0 0 20 0 15 0 516760920 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744795000720 139744783006526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15144776 memory=139722655312450 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744258245664 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744257192816 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) R 16630 16630 14027 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) R 16630 16630 14027 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744254036720 139744774205137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15144776 memory=139722651203200 CPUtime=0.02 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) R 16630 16630 14027 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744252983920 139744769689872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 7345 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30828 KiB

[startup+0.214053 s]*
/proc/loadavg: 1.91 1.68 1.76 3/229 16646
/proc/meminfo: memFree=28063852/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15144776 memory=40296 CPUtime=0.35 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 9304 0 0 0 32 3 0 0 20 0 15 0 516760919 15508250624 10074 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3786194 10074 3305 1 0 3748377 0
[pid=16632/tid=16633] ppid=16630 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 6599 0 0 0 18 2 0 0 20 0 15 0 516760920 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744795002848 139744772608106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15144776 memory=4122113386127423136 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15144776 memory=139722651203200 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744258245664 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516760922 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744257192816 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 162 0 0 0 3 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15144776 memory=139722651203200 CPUtime=0.08 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) R 16630 16630 14027 0 -1 4202560 774 0 0 0 8 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744252983920 139744790790746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760925 15508250624 10074 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41744 KiB

[startup+0.310539 s]*
/proc/loadavg: 1.91 1.68 1.76 5/229 16646
/proc/meminfo: memFree=28058704/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15149032 memory=49756 CPUtime=0.53 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 11148 0 0 0 49 4 0 0 20 0 15 0 516760919 15512608768 12439 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3787258 12439 3370 1 0 3748377 0
[pid=16632/tid=16633] ppid=16630 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 8105 0 0 0 27 3 0 0 20 0 15 0 516760920 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744795000512 139744774849886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760920 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15149032 memory=-7377628848399630495 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516760922 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516760922 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744258245664 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516760922 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744257192816 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) R 16630 16630 14027 0 -1 4202560 589 0 0 0 4 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744255070536 139744772312688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 208 0 0 0 4 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 949 0 0 0 12 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760925 15512608768 12439 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51204 KiB

[startup+0.702862 s]
/proc/loadavg: 1.91 1.68 1.76 5/229 16646
/proc/meminfo: memFree=28045972/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15151156 memory=128188 CPUtime=1.35 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 12826 0 0 0 130 5 0 0 20 0 15 0 516760919 15514783744 32047 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3787789 32047 3441 1 0 3748889 0
[pid=16632/tid=16633] ppid=16630 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 8894 0 0 0 63 4 0 0 20 0 15 0 516760920 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744794997408 139744431570833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15151156 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760920 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516760920 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15151156 memory=676 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744258245664 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744257192816 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15151156 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15151156 memory=1712 CPUtime=0.16 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 797 0 0 0 16 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15151156 memory=1112 CPUtime=0.21 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) R 16630 16630 14027 0 -1 4202560 475 0 0 0 21 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744254037016 139744775894789 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15151156 memory=1004 CPUtime=0.28 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 1352 0 0 0 28 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15151156 memory=6088 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 32047 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 129636 KiB

[startup+1.50387 s]
/proc/loadavg: 1.91 1.68 1.76 3/229 16646
/proc/meminfo: memFree=27862648/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0

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

/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 46779 0 0 0 3907 248 0 0 20 0 15 0 516760920 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15151156 memory=4096 CPUtime=41.31 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 82645 0 0 0 3871 260 0 0 20 0 15 0 516760920 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15151156 memory=1412 CPUtime=41.36 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 42787 0 0 0 3878 258 0 0 20 0 15 0 516760920 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15151156 memory=3252 CPUtime=21.2 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 25713 0 0 0 2118 2 0 0 20 0 15 0 516760922 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744258245728 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744257192832 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15151156 memory=3504 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15151156 memory=1448 CPUtime=0.55 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 2605 0 0 0 54 1 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15151156 memory=11895140 CPUtime=0.82 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 3460 0 0 0 81 1 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15151156 memory=1448 CPUtime=0.51 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 3541 0 0 0 51 0 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15151156 memory=11895140 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15151156 memory=12024 CPUtime=0.05 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 262 0 0 0 2 3 0 0 20 0 15 0 516760925 15514783744 2973785 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 218.46 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11896588 KiB

[startup+96.0009 s]*
/proc/loadavg: 2.10 1.85 1.82 3/229 16652
/proc/meminfo: memFree=16177212/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15151156 memory=11905144 CPUtime=222.2 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 270154 0 0 0 21150 1070 0 0 20 0 15 0 516760919 15514783744 2976286 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3787789 2976286 3508 1 0 3748889 0
[pid=16632/tid=16633] ppid=16630 vsize=15151156 memory=1398722017469774279 CPUtime=32.72 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 14942 0 0 0 3262 10 0 0 20 0 15 0 516760920 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744795006680 139744433898554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15151156 memory=676 CPUtime=41.51 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 43515 0 0 0 3868 283 0 0 20 0 15 0 516760920 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15151156 memory=1060 CPUtime=41.55 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 46779 0 0 0 3907 248 0 0 20 0 15 0 516760920 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15151156 memory=1548 CPUtime=41.31 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 82645 0 0 0 3871 260 0 0 20 0 15 0 516760920 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15151156 memory=8560 CPUtime=41.36 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 42787 0 0 0 3878 258 0 0 20 0 15 0 516760920 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15151156 memory=6791534058613427641 CPUtime=21.21 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 25713 0 0 0 2118 3 0 0 20 0 15 0 516760922 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15151156 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744258245728 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744257192832 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15151156 memory=2948 CPUtime=0.88 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 4829 0 0 0 87 1 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15151156 memory=2700 CPUtime=0.98 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 3747 0 0 0 97 1 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15151156 memory=4096 CPUtime=0.54 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 3611 0 0 0 54 0 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15151156 memory=3252 CPUtime=0.05 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 264 0 0 0 2 3 0 0 20 0 15 0 516760925 15514783744 2976286 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 222.2 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11906592 KiB

[startup+96.8008 s]
/proc/loadavg: 2.10 1.85 1.82 3/229 16652
/proc/meminfo: memFree=16177212/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15151156 memory=11898948 CPUtime=223.06 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 270166 0 0 0 21236 1070 0 0 20 0 15 0 516760919 15514783744 2974737 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3787789 2974737 3508 1 0 3748889 0
[pid=16632/tid=16633] ppid=16630 vsize=15151156 memory=2012 CPUtime=33.51 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 14943 0 0 0 3341 10 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744795006016 139744433113610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15151156 memory=6791534058613427641 CPUtime=41.51 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 43515 0 0 0 3868 283 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15151156 memory=11898844 CPUtime=41.55 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 46779 0 0 0 3907 248 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15151156 memory=1412 CPUtime=41.31 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 82645 0 0 0 3871 260 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15151156 memory=3000 CPUtime=41.36 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 42787 0 0 0 3878 258 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15151156 memory=1448 CPUtime=21.21 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 25713 0 0 0 2118 3 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744258245728 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15151156 memory=2700 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744257192832 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15151156 memory=1412 CPUtime=0.95 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 4840 0 0 0 94 1 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15151156 memory=3252 CPUtime=0.98 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 3747 0 0 0 97 1 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15151156 memory=1448 CPUtime=0.54 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 3611 0 0 0 54 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15151156 memory=623612 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15151156 memory=1412 CPUtime=0.05 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 264 0 0 0 2 3 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 223.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11900396 KiB

[startup+97.2009 s]
/proc/loadavg: 2.10 1.85 1.82 3/229 16652
/proc/meminfo: memFree=16182420/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
[pid=16632] ppid=16630 vsize=15151156 memory=11898948 CPUtime=223.47 cores=0,2,4,6
/proc/16632/stat : 16632 (java) S 16630 16630 14027 0 -1 1077944320 270168 0 0 0 21277 1070 0 0 20 0 15 0 516760919 15514783744 2974737 33554432000 4194304 4196468 140728964328912 140728964311456 139744790769399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
/proc/16632/statm: 3787789 2974737 3508 1 0 3748889 0
[pid=16632/tid=16633] ppid=16630 vsize=15151156 memory=3604 CPUtime=33.91 cores=0,2,4,6
/proc/16632/task/16633/stat : 16633 (java) R 16630 16630 14027 0 -1 4202560 14943 0 0 0 3381 10 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744795006016 139744433967949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16634] ppid=16630 vsize=15151156 memory=6791534058613427641 CPUtime=41.51 cores=0,2,4,6
/proc/16632/task/16634/stat : 16634 (java) S 16630 16630 14027 0 -1 1077944384 43515 0 0 0 3868 283 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744383261840 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16635] ppid=16630 vsize=15151156 memory=11898844 CPUtime=41.55 cores=0,2,4,6
/proc/16632/task/16635/stat : 16635 (java) S 16630 16630 14027 0 -1 1077944384 46779 0 0 0 3907 248 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744382209040 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16636] ppid=16630 vsize=15151156 memory=7090469289180423269 CPUtime=41.31 cores=0,2,4,6
/proc/16632/task/16636/stat : 16636 (java) S 16630 16630 14027 0 -1 1077944384 82645 0 0 0 3871 260 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744381156240 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16637] ppid=16630 vsize=15151156 memory=288230574492221466 CPUtime=41.36 cores=0,2,4,6
/proc/16632/task/16637/stat : 16637 (java) S 16630 16630 14027 0 -1 1077944384 42787 0 0 0 3878 258 0 0 20 0 15 0 516760920 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744380103440 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16638] ppid=16630 vsize=15151156 memory=288230596050944315 CPUtime=21.21 cores=0,2,4,6
/proc/16632/task/16638/stat : 16638 (java) S 16630 16630 14027 0 -1 1077944384 25713 0 0 0 2118 3 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744259299696 139744790780546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16639] ppid=16630 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16639/stat : 16639 (java) S 16630 16630 14027 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744258245728 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16640] ppid=16630 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16640/stat : 16640 (java) S 16630 16630 14027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 516760922 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744257192832 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16641] ppid=16630 vsize=15151156 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16641/stat : 16641 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744256141136 139744790787995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16642] ppid=16630 vsize=15151156 memory=1436 CPUtime=0.95 cores=0,2,4,6
/proc/16632/task/16642/stat : 16642 (java) S 16630 16630 14027 0 -1 1077944384 4840 0 0 0 94 1 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744255089520 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16643] ppid=16630 vsize=15151156 memory=796 CPUtime=0.99 cores=0,2,4,6
/proc/16632/task/16643/stat : 16643 (java) S 16630 16630 14027 0 -1 1077944384 3747 0 0 0 98 1 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744254036720 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16644] ppid=16630 vsize=15151156 memory=1764 CPUtime=0.54 cores=0,2,4,6
/proc/16632/task/16644/stat : 16644 (java) S 16630 16630 14027 0 -1 1077944384 3613 0 0 0 54 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744252983920 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16645] ppid=16630 vsize=15151156 memory=111628 CPUtime=0 cores=0,2,4,6
/proc/16632/task/16645/stat : 16645 (java) S 16630 16630 14027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744251931360 139744790779605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
[pid=16632/tid=16646] ppid=16630 vsize=15151156 memory=796 CPUtime=0.05 cores=0,2,4,6
/proc/16632/task/16646/stat : 16646 (java) S 16630 16630 14027 0 -1 1077944384 264 0 0 0 2 3 0 0 20 0 15 0 516760925 15514783744 2974737 33554432000 4194304 4196468 140728964328912 139744250878640 139744790780546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7221248 140728964334575 140728964334746 140728964334746 140728964337615 0
Current children cumulated CPU time: 223.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11900396 KiB

[startup+97.6019 s]
/proc/loadavg: 2.10 1.85 1.82 3/229 16652
/proc/meminfo: memFree=16182420/32770624 swapFree=66999256/67108860
[pid=16630] ppid=16627 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/16630/stat : 16630 (xcsp3-exec) S 16627 16630 14027 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516760919 115843072 362 33554432000 4194304 5098028 140732314124144 140732314122248 139644004008572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14446592 140732314129275 140732314129517 140732314129517 140732314132426 0
/proc/16630/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 97.6456
CPU time (s): 223.935
CPU user time (s): 213.162
CPU system time (s): 10.7728
CPU usage (%): 229.334
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 11906592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.162
system time used= 10.7728
maximum resident set size= 11905144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7570
involuntary context switches= 1772


# summary of solver processes directly reported to runsolver:
#   pid: 16630
#   total CPU time (s): 223.935
#   total CPU user time (s): 213.162
#   total CPU system time (s): 10.7728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.696299 second user time and 0.970696 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-25 11:50:19
IDJOB=4406446
IDBENCH=140558
IDSOLVER=2870
FILE ID=node103/4406446-1569405079
RUNJOBID= node103-1569396611-14059
PBS_JOBID= 21705700
Free space on /tmp= 20836 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406446-1569405079/watcher-4406446-1569405079 -o /tmp/evaluation-result-4406446-1569405079/solver-4406446-1569405079 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1569396611-14059 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 339855521 HOME/instance-4406446-1569405079.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=339855521

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.74
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.74
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.74
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.74
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:        28092956 kB
MemAvailable:   31245876 kB
Buffers:           85456 kB
Cached:          3346752 kB
SwapCached:         7000 kB
Active:          3843040 kB
Inactive:         213876 kB
Active(anon):     614096 kB
Inactive(anon):    67724 kB
Active(file):    3228944 kB
Inactive(file):   146152 kB
Unevictable:      107392 kB
Mlocked:          107392 kB
SwapTotal:      67108860 kB
SwapFree:       66999256 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        767616 kB
Mapped:            71700 kB
Shmem:             49080 kB
Slab:             215992 kB
SReclaimable:     187320 kB
SUnreclaim:        28672 kB
KernelStack:        4000 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1788524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20808 MiB
End job on node103 at 2019-09-25 11:51:57