Trace number 4406458

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-24OPT44 66.2047 62.6397

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark8.57589
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406458-1569406790.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406458-1569406790.xml, -tl, 2400s, -p, 1]
0.35/0.22	c simple solver
0.35/0.29	c parse instance...
0.71/0.51	c solve instance...
1.29/0.65	o 58 
1.29/0.66	o 53 
1.29/0.67	o 51 
3.14/1.20	o 50 
3.73/1.50	o 49 
4.01/1.51	o 45 
9.73/6.44	o 44 
66.15/62.63	s OPTIMUM FOUND
66.15/62.63	v <instantiation>
66.15/62.63	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
66.15/62.63	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
66.15/62.63	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406458-1569406790/watcher-4406458-1569406790 -o /var/tmp/evaluation-result-4406458-1569406790/solver-4406458-1569406790 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406458-1569406790.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=8544, runsolver pid=8541
Current StackSize limit: 8192 KiB


[startup+0.100202 s]*
/proc/loadavg: 2.17 2.14 2.06 4/229 8560
/proc/meminfo: memFree=26133432/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15144776 memory=27696 CPUtime=0.13 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 5840 0 0 0 12 1 0 0 20 0 15 0 516951519 15508250624 6924 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3786194 6924 3153 1 0 3748377 0
[pid=8546/tid=8547] ppid=8544 vsize=15144776 memory=8259219771087885147 CPUtime=0.08 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 3735 0 0 0 8 0 0 0 20 0 15 0 516951519 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878931733536 139878919736126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516951521 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516951522 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878394782496 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516951522 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878393730160 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) R 8544 8544 6739 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878390573848 139878913165152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0.02 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) R 8544 8544 6739 0 -1 4202560 386 0 0 0 2 0 0 0 20 0 15 0 516951524 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878389517288 139878920595835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951525 15508250624 6924 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29152 KiB

[startup+0.211286 s]*
/proc/loadavg: 2.17 2.14 2.06 4/229 8560
/proc/meminfo: memFree=26119916/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15144776 memory=39672 CPUtime=0.35 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 9700 0 0 0 32 3 0 0 20 0 15 0 516951519 15508250624 9918 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3786194 9918 3270 1 0 3748377 0
[pid=8546/tid=8547] ppid=8544 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) S 8544 8544 6739 0 -1 1077944384 6673 0 0 0 18 2 0 0 20 0 15 0 516951519 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878931736544 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15144776 memory=13575 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15144776 memory=140083889182220 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516951520 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516951521 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516951522 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878394782496 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516951522 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878393730160 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 15 0 516951524 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) S 8544 8544 6739 0 -1 1077944384 329 0 0 0 2 0 0 0 20 0 15 0 516951524 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878390573552 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15144776 memory=140083885307520 CPUtime=0.08 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) R 8544 8544 6739 0 -1 4202560 898 0 0 0 8 0 0 0 20 0 15 0 516951524 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878389521264 139878911579486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951525 15508250624 9918 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41128 KiB

[startup+0.312279 s]*
/proc/loadavg: 2.17 2.14 2.06 5/229 8560
/proc/meminfo: memFree=26111788/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15149032 memory=49128 CPUtime=0.53 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 11109 0 0 0 50 3 0 0 20 0 15 0 516951519 15512608768 12282 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787258 12282 3355 1 0 3748377 0
[pid=8546/tid=8547] ppid=8544 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 7813 0 0 0 28 2 0 0 20 0 15 0 516951519 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878931730112 139878920177013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15149032 memory=13938 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15149032 memory=3880943 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516951520 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516951521 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516951522 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878394782496 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516951522 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878393730160 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 516951524 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) R 8544 8544 6739 0 -1 4202560 425 0 0 0 5 0 0 0 20 0 15 0 516951524 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878390563936 139878912625155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) S 8544 8544 6739 0 -1 1077944384 1041 0 0 0 13 0 0 0 20 0 15 0 516951524 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951525 15512608768 12282 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50584 KiB

[startup+0.700763 s]
/proc/loadavg: 2.17 2.14 2.06 3/229 8560
/proc/meminfo: memFree=26093372/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15151156 memory=70924 CPUtime=1.59 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 15533 0 0 0 154 5 0 0 20 0 15 0 516951519 15514783744 17731 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787789 17731 3453 1 0 3748889 0
[pid=8546/tid=8547] ppid=8544 vsize=15151156 memory=12328 CPUtime=0.67 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 9236 0 0 0 64 3 0 0 20 0 15 0 516951519 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878931738448 139878567051216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15151156 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15151156 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15151156 memory=1940 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516951521 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15151156 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878394782496 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15151156 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878393730160 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15151156 memory=1532 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15151156 memory=836 CPUtime=0.27 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) R 8544 8544 6739 0 -1 4202560 2003 0 0 0 27 0 0 0 20 0 15 0 516951524 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878391619376 139878907192099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15151156 memory=1760 CPUtime=0.3 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) R 8544 8544 6739 0 -1 4202560 1097 0 0 0 30 0 0 0 20 0 15 0 516951524 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878390563472 139878909022618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15151156 memory=111632 CPUtime=0.31 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) R 8544 8544 6739 0 -1 1077944384 1889 0 0 0 31 0 0 0 20 0 15 0 516951524 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516951525 15514783744 17731 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 72380 KiB

[startup+1.50076 s]
/proc/loadavg: 2.17 2.14 2.06 5/229 8560
/proc/meminfo: memFree=26077044/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0

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

/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15151156 memory=206184 CPUtime=64.35 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 43471 0 0 0 6424 11 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787789 51546 3511 1 0 3748889 0
[pid=8546/tid=8547] ppid=8544 vsize=15151156 memory=54012 CPUtime=60.75 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 12758 0 0 0 6070 5 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878931735360 139878567051916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15151156 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 370 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 829 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 882 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15151156 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 679 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15151156 memory=4096 CPUtime=0.01 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 778 0 0 0 1 0 0 0 20 0 15 0 516951521 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878394782560 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15151156 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878393730176 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15151156 memory=6384 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15151156 memory=828 CPUtime=1.64 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 7878 0 0 0 163 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15151156 memory=736 CPUtime=1.44 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) S 8544 8544 6739 0 -1 1077944384 10620 0 0 0 143 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878390573552 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15151156 memory=500 CPUtime=0.44 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) S 8544 8544 6739 0 -1 1077944384 6834 0 0 0 43 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15151156 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15151156 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 516951525 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 64.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 207640 KiB

[startup+61.6007 s]
/proc/loadavg: 2.32 2.21 2.09 3/230 8572
/proc/meminfo: memFree=25952976/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15151156 memory=206184 CPUtime=65.15 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 43476 0 0 0 6504 11 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787789 51546 3511 1 0 3748889 0
[pid=8546/tid=8547] ppid=8544 vsize=15151156 memory=736 CPUtime=61.55 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 12763 0 0 0 6150 5 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878931735248 139878567239029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15151156 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 370 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15151156 memory=1076 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 829 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15151156 memory=3124 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 882 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 679 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15151156 memory=206184 CPUtime=0.01 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 778 0 0 0 1 0 0 0 20 0 15 0 516951521 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878394782560 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15151156 memory=2213624 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878393730176 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15151156 memory=206060 CPUtime=1.64 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 7878 0 0 0 163 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15151156 memory=2084 CPUtime=1.44 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) S 8544 8544 6739 0 -1 1077944384 10620 0 0 0 143 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878390573552 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15151156 memory=1480 CPUtime=0.44 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) S 8544 8544 6739 0 -1 1077944384 6834 0 0 0 43 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15151156 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15151156 memory=7712 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 516951525 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 65.15 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 207640 KiB

[startup+62.4007 s]
/proc/loadavg: 2.32 2.21 2.09 3/230 8572
/proc/meminfo: memFree=25952944/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15151156 memory=206184 CPUtime=65.95 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 43476 0 0 0 6584 11 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787789 51546 3511 1 0 3748889 0
[pid=8546/tid=8547] ppid=8544 vsize=15151156 memory=280167561822448 CPUtime=62.35 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 12763 0 0 0 6230 5 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878931735248 139878567916798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 370 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15151156 memory=280167561822448 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 829 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 882 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 679 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15151156 memory=206180 CPUtime=0.01 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 778 0 0 0 1 0 0 0 20 0 15 0 516951521 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878394782560 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15151156 memory=14064 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878393730176 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15151156 memory=24108 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15151156 memory=2256 CPUtime=1.64 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 7878 0 0 0 163 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15151156 memory=12328 CPUtime=1.44 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) S 8544 8544 6739 0 -1 1077944384 10620 0 0 0 143 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878390573552 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15151156 memory=500 CPUtime=0.44 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) S 8544 8544 6739 0 -1 1077944384 6834 0 0 0 43 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15151156 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15151156 memory=2084 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 516951525 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 65.95 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 207640 KiB

[startup+62.6007 s]
/proc/loadavg: 2.32 2.21 2.09 3/230 8572
/proc/meminfo: memFree=25952944/32770624 swapFree=67024124/67108860
[pid=8544] ppid=8541 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8544/stat : 8544 (xcsp3-exec) S 8541 8544 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516951518 115843072 364 33554432000 4194304 5098028 140723605826560 140723605824664 140067374092924 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 21114880 140723605832535 140723605832793 140723605832793 140723605835718 0
/proc/8544/statm: 28282 364 305 221 0 87 0
[pid=8546] ppid=8544 vsize=15151156 memory=206184 CPUtime=66.15 cores=0,2,4,6
/proc/8546/stat : 8546 (java) S 8544 8544 6739 0 -1 1077944320 43478 0 0 0 6604 11 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 140728496332848 139878927498999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
/proc/8546/statm: 3787789 51546 3511 1 0 3748889 0
[pid=8546/tid=8547] ppid=8544 vsize=15151156 memory=7712 CPUtime=62.55 cores=0,2,4,6
/proc/8546/task/8547/stat : 8547 (java) R 8544 8544 6739 0 -1 4202560 12763 0 0 0 6250 5 0 0 20 0 15 0 516951519 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878931735248 139878567632508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8548] ppid=8544 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8548/stat : 8548 (java) S 8544 8544 6739 0 -1 1077944384 370 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878899342224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8549] ppid=8544 vsize=15151156 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8549/stat : 8549 (java) S 8544 8544 6739 0 -1 1077944384 829 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878518590224 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8550] ppid=8544 vsize=15151156 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8550/stat : 8550 (java) S 8544 8544 6739 0 -1 1077944384 882 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878517537936 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8551] ppid=8544 vsize=15151156 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8551/stat : 8551 (java) S 8544 8544 6739 0 -1 1077944384 679 0 0 0 0 0 0 0 20 0 15 0 516951520 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878516485136 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8552] ppid=8544 vsize=15151156 memory=924 CPUtime=0.01 cores=0,2,4,6
/proc/8546/task/8552/stat : 8552 (java) S 8544 8544 6739 0 -1 1077944384 778 0 0 0 1 0 0 0 20 0 15 0 516951521 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878395836528 139878927510146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8553] ppid=8544 vsize=15151156 memory=1940 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8553/stat : 8553 (java) S 8544 8544 6739 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878394782560 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8554] ppid=8544 vsize=15151156 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8554/stat : 8554 (java) S 8544 8544 6739 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 516951522 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878393730176 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8555] ppid=8544 vsize=15151156 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8555/stat : 8555 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878392678480 139878927517595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8556] ppid=8544 vsize=15151156 memory=1532 CPUtime=1.64 cores=0,2,4,6
/proc/8546/task/8556/stat : 8556 (java) S 8544 8544 6739 0 -1 1077944384 7878 0 0 0 163 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878391626352 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8557] ppid=8544 vsize=15151156 memory=6384 CPUtime=1.44 cores=0,2,4,6
/proc/8546/task/8557/stat : 8557 (java) S 8544 8544 6739 0 -1 1077944384 10620 0 0 0 143 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878390573552 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8558] ppid=8544 vsize=15151156 memory=828 CPUtime=0.44 cores=0,2,4,6
/proc/8546/task/8558/stat : 8558 (java) S 8544 8544 6739 0 -1 1077944384 6834 0 0 0 43 1 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878389521264 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8559] ppid=8544 vsize=15151156 memory=736 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8559/stat : 8559 (java) S 8544 8544 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516951524 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878388468704 139878927509205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
[pid=8546/tid=8560] ppid=8544 vsize=15151156 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/8546/task/8560/stat : 8560 (java) S 8544 8544 6739 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 15 0 516951525 15514783744 51546 33554432000 4194304 4196468 140728496350304 139878387415472 139878927510146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25174016 140728496354267 140728496354442 140728496354442 140728496357327 0
Current children cumulated CPU time: 66.15 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 207640 KiB

Child status: 0
Real time (s): 62.6397
CPU time (s): 66.2047
CPU user time (s): 66.0827
CPU system time (s): 0.122069
CPU usage (%): 105.691
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 207640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.0827
system time used= 0.122069
maximum resident set size= 206232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3586
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 8544
#   total CPU time (s): 66.2047
#   total CPU user time (s): 66.0827
#   total CPU system time (s): 0.122069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.407806 second user time and 0.591766 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 12:19:09
IDJOB=4406458
IDBENCH=141374
IDSOLVER=2870
FILE ID=node150/4406458-1569406790
RUNJOBID= node150-1569396629-6770
PBS_JOBID= 21705675
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.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 /var/tmp/evaluation-result-4406458-1569406790/watcher-4406458-1569406790 -o /var/tmp/evaluation-result-4406458-1569406790/solver-4406458-1569406790 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406458-1569406790.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=734900325

node150.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.79
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.79
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.79
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.79
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:        26147904 kB
MemAvailable:   29614292 kB
Buffers:          161304 kB
Cached:          3401320 kB
SwapCached:         8040 kB
Active:          5594088 kB
Inactive:         204832 kB
Active(anon):    2205776 kB
Inactive(anon):    82216 kB
Active(file):    3388312 kB
Inactive(file):   122616 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       67024124 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:       2325196 kB
Mapped:            68300 kB
Shmem:             42944 kB
Slab:             413104 kB
SReclaimable:     383920 kB
SUnreclaim:        29184 kB
KernelStack:        4000 kB
PageTables:        10676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4719340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2187264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node150 at 2019-09-25 12:20:12