Trace number 4284282

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 5a (2017-08-18)OPT34 38.889999 30.317301

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33681199
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"type":"allDifferent","count":1},{"type":"ordered","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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284282-1503212251.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284282-1503212251.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
0.71/0.46	c solve instance...
1.04/0.53	o 500 
1.04/0.54	o 46 
1.04/0.55	o 44 
1.04/0.57	o 41 
1.39/0.62	o 40 
1.39/0.63	o 37 
1.71/0.74	o 35 
32.37/24.39	o 34 
38.77/30.29	s OPTIMUM FOUND
38.77/30.29	v <instantiation>
38.77/30.29	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
38.77/30.29	v 	<values>0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 </values>
38.77/30.29	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284282-1503212251/watcher-4284282-1503212251 -o /tmp/evaluation-result-4284282-1503212251/solver-4284282-1503212251 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 521575075 HOME/instance-4284282-1503212251.xml 

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

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


[startup+0.100132 s]*
/proc/loadavg: 1.95 1.85 1.75 3/218 28558
/proc/meminfo: memFree=25979320/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13978596 memory=28512 CPUtime=0.12 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 5507 0 0 0 11 1 0 0 20 0 15 0 154312720 14314082304 7128 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3494649 7128 2868 1 0 3482966 0
[pid=28544/tid=28545] ppid=28542 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 3441 0 0 0 8 1 0 0 20 0 15 0 154312720 14314082304 7128 33554432000 4194304 4196468 140733289199712 140265328210816 140265323995738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14314082304 7128 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13978596 memory=139793660888704 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14314082304 7128 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14314082304 7128 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312721 14314082304 7128 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13978596 memory=139793660888704 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312722 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154312722 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154312723 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13978596 memory=139793660888704 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13978596 memory=139793660888704 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312725 14314082304 7128 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29896 KiB

[startup+0.210656 s]*
/proc/loadavg: 1.95 1.85 1.75 4/218 28558
/proc/meminfo: memFree=25958972/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13982852 memory=40388 CPUtime=0.33 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 8264 0 0 0 31 2 0 0 20 0 15 0 154312720 14318440448 10097 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3495713 10097 3077 1 0 3482966 0
[pid=28544/tid=28545] ppid=28542 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 5396 0 0 0 18 2 0 0 20 0 15 0 154312720 14318440448 10097 33554432000 4194304 4196468 140733289199712 140265328197728 140264925735334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13982852 memory=13599 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318440448 10097 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13982852 memory=3546224450896905888 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318440448 10097 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318440448 10097 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312721 14318440448 10097 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13982852 memory=139793660888704 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312722 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154312722 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154312723 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 552 0 0 0 3 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13982852 memory=139793660888704 CPUtime=0.08 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312725 14318440448 10097 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41772 KiB

[startup+0.310394 s]*
/proc/loadavg: 1.95 1.85 1.75 3/218 28558
/proc/meminfo: memFree=25945864/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13982928 memory=47380 CPUtime=0.5 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 9077 0 0 0 47 3 0 0 20 0 15 0 154312720 14318518272 11845 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3495732 11845 3113 1 0 3482966 0
[pid=28544/tid=28545] ppid=28542 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 6097 0 0 0 27 2 0 0 20 0 15 0 154312720 14318518272 11845 33554432000 4194304 4196468 140733289199712 140265328206352 140265308018021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318518272 11845 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318518272 11845 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13982928 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14318518272 11845 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13982928 memory=7593697182111006371 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312721 14318518272 11845 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13982928 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312722 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13982928 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154312722 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154312723 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13982928 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13982928 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 583 0 0 0 4 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 243 0 0 0 3 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13982928 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) R 28542 28542 25930 0 -1 4202560 854 0 0 0 12 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264791808624 140265316211518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312725 14318518272 11845 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48764 KiB

[startup+0.711299 s]
/proc/loadavg: 1.95 1.85 1.75 7/218 28558
/proc/meminfo: memFree=25918464/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13984976 memory=78184 CPUtime=1.71 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 14371 0 0 0 166 5 0 0 20 0 15 0 154312720 14320615424 19546 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3496244 19546 3218 1 0 3483478 0
[pid=28544/tid=28545] ppid=28542 vsize=13984976 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 6795 0 0 0 65 3 0 0 20 0 15 0 154312720 14320615424 19546 33554432000 4194304 4196468 140733289199712 140265328209632 140264927727656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14320615424 19546 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14320615424 19546 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13984976 memory=42848 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312721 14320615424 19546 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154312721 14320615424 19546 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13984976 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154312722 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154312722 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154312723 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13984976 memory=1956 CPUtime=0.32 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) R 28542 28542 25930 0 -1 4202560 2527 0 0 0 32 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264793895240 140265307505925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13984976 memory=8608 CPUtime=0.31 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) R 28542 28542 25930 0 -1 4202560 1629 0 0 0 31 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264792853944 140265303241864 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13984976 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 2114 0 0 0 35 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13984976 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 19546 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79568 KiB

[startup+1.50083 s]
/proc/loadavg: 1.95 1.85 1.75 5/218 28558
/proc/meminfo: memFree=25831636/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0

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

[startup+29.6008 s]
/proc/loadavg: 2.08 1.90 1.77 3/218 28558
/proc/meminfo: memFree=25624532/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13984976 memory=240272 CPUtime=38.17 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 78615 0 0 0 3800 17 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3496244 60068 3268 1 0 3483478 0
[pid=28544/tid=28545] ppid=28542 vsize=13984976 memory=6791534058613427641 CPUtime=29.52 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 10678 0 0 0 2946 6 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265328211096 140264929986904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13984976 memory=1384 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13984976 memory=240188 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 791 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13984976 memory=4140 CPUtime=0.02 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13984976 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 1212 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13984976 memory=2416 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 745 0 0 0 1 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154312723 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13984976 memory=1956 CPUtime=3.8 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 25438 0 0 0 378 2 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13984976 memory=279587070931880 CPUtime=3.99 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 30285 0 0 0 395 4 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13984976 memory=6656426216303648864 CPUtime=0.65 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 6123 0 0 0 64 1 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13984976 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13984976 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1459 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 38.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 241656 KiB

[startup+30.0007 s]*
/proc/loadavg: 2.08 1.90 1.77 3/218 28558
/proc/meminfo: memFree=25624532/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13984976 memory=240272 CPUtime=38.58 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 78621 0 0 0 3841 17 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3496244 60068 3268 1 0 3483478 0
[pid=28544/tid=28545] ppid=28542 vsize=13984976 memory=6791534058613427641 CPUtime=29.93 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 10684 0 0 0 2987 6 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265328211096 140264929583282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13984976 memory=4872558044660077418 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13984976 memory=13570405394822872 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 791 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13984976 memory=192 CPUtime=0.02 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13984976 memory=711 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 1212 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13984976 memory=1520 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 745 0 0 0 1 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13984976 memory=355 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13984976 memory=5053 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154312723 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13984976 memory=466 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13984976 memory=4 CPUtime=3.8 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 25438 0 0 0 378 2 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13984976 memory=0 CPUtime=3.99 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 30285 0 0 0 395 4 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13984976 memory=50 CPUtime=0.65 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 6123 0 0 0 64 1 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13984976 memory=107 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13984976 memory=3054156605369193637 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1459 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 38.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 241656 KiB

[startup+30.2008 s]
/proc/loadavg: 2.08 1.90 1.77 3/218 28558
/proc/meminfo: memFree=25624532/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13984976 memory=240272 CPUtime=38.77 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 78978 0 0 0 3860 17 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3496244 60068 3268 1 0 3483478 0
[pid=28544/tid=28545] ppid=28542 vsize=13984976 memory=13570405394822872 CPUtime=30.12 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) R 28542 28542 25930 0 -1 4202560 10686 0 0 0 3006 6 0 0 20 0 15 0 154312720 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265328211096 140264929987017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13984976 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13984976 memory=5869131894181824915 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 791 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13984976 memory=5869125305953064100 CPUtime=0.02 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13984976 memory=6441085953217504412 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 1212 0 0 0 3 0 0 0 20 0 15 0 154312721 14320615424 60068 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13984976 memory=7734476416805855124 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 745 0 0 0 1 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264798124400 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13984976 memory=7012794367414149263 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154312722 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13984976 memory=6009018458075600802 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154312723 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28553] ppid=28542 vsize=13984976 memory=8310652731380306067 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28553/stat : 28553 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264794965840 140265323992987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13984976 memory=5941184003815412886 CPUtime=3.8 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 25438 0 0 0 378 2 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13984976 memory=-8335800472289635191 CPUtime=3.99 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 30285 0 0 0 395 4 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13984976 memory=7303018157761734804 CPUtime=0.65 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 6123 0 0 0 64 1 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264791808624 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13984976 memory=3042562647523560752 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28558] ppid=28542 vsize=13984976 memory=-8412656567318647667 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28558/stat : 28558 (java) S 28542 28542 25930 0 -1 1077944384 1814 0 0 0 0 0 0 0 20 0 15 0 154312725 14320615424 60068 33554432000 4194304 4196468 140733289199712 140264789703344 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 38.77 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 241656 KiB

[startup+30.3007 s]
/proc/loadavg: 2.08 1.90 1.77 3/218 28558
/proc/meminfo: memFree=25624532/32770624 swapFree=67108860/67108860
[pid=28542] ppid=28539 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28542/stat : 28542 (xcsp3-exec) S 28539 28542 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154312719 9740288 346 33554432000 4194304 5098028 140730143019088 140730143017192 140504378311292 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17068032 140730143024245 140730143024448 140730143024448 140730143027179 0
/proc/28542/statm: 2378 346 289 221 0 87 0
[pid=28544] ppid=28542 vsize=13984976 memory=240328 CPUtime=38.87 cores=0,2,4,6
/proc/28544/stat : 28544 (java) S 28542 28542 25930 0 -1 1077944320 79707 0 0 0 3870 17 0 0 20 0 13 0 154312720 14320615424 60082 33554432000 4194304 4196468 140733289199712 140733289182256 140265323974391 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
/proc/28544/statm: 3496244 60082 3271 1 0 3483478 0
[pid=28544/tid=28545] ppid=28542 vsize=13984976 memory=640 CPUtime=30.22 cores=0,2,4,6
/proc/28544/task/28545/stat : 28545 (java) S 28542 28542 25930 0 -1 1077944384 11167 0 0 0 3016 6 0 0 20 0 13 0 154312720 14320615424 60082 33554432000 4194304 4196468 140733289199712 140265328217232 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28546] ppid=28542 vsize=13984976 memory=956 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28546/stat : 28546 (java) S 28542 28542 25930 0 -1 1077944384 200 0 0 0 3 0 0 0 20 0 13 0 154312721 14320615424 60082 33554432000 4194304 4196468 140733289199712 140265254063248 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28547] ppid=28542 vsize=13984976 memory=240272 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28547/stat : 28547 (java) S 28542 28542 25930 0 -1 1077944384 791 0 0 0 3 0 0 0 20 0 13 0 154312721 14320615424 60082 33554432000 4194304 4196468 140733289199712 140265253010448 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28548] ppid=28542 vsize=13984976 memory=4140 CPUtime=0.02 cores=0,2,4,6
/proc/28544/task/28548/stat : 28548 (java) S 28542 28542 25930 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 13 0 154312721 14320615424 60082 33554432000 4194304 4196468 140733289199712 140265251957648 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28549] ppid=28542 vsize=13984976 memory=232868 CPUtime=0.03 cores=0,2,4,6
/proc/28544/task/28549/stat : 28549 (java) S 28542 28542 25930 0 -1 1077944384 1212 0 0 0 3 0 0 0 20 0 13 0 154312721 14320615424 60082 33554432000 4194304 4196468 140733289199712 140265250904848 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28550] ppid=28542 vsize=13984976 memory=240548 CPUtime=0.01 cores=0,2,4,6
/proc/28544/task/28550/stat : 28550 (java) S 28542 28542 25930 0 -1 1077944384 747 0 0 0 1 0 0 0 20 0 13 0 154312722 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264798124608 140265323985538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28551] ppid=28542 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28551/stat : 28551 (java) S 28542 28542 25930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 13 0 154312722 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264797070368 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28552] ppid=28542 vsize=13984976 memory=231584 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28552/stat : 28552 (java) S 28542 28542 25930 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 13 0 154312723 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264796017520 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28554] ppid=28542 vsize=13984976 memory=1384 CPUtime=3.8 cores=0,2,4,6
/proc/28544/task/28554/stat : 28554 (java) S 28542 28542 25930 0 -1 1077944384 25438 0 0 0 378 2 0 0 20 0 13 0 154312725 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264793914224 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28555] ppid=28542 vsize=13984976 memory=240272 CPUtime=3.99 cores=0,2,4,6
/proc/28544/task/28555/stat : 28555 (java) S 28542 28542 25930 0 -1 1077944384 30285 0 0 0 395 4 0 0 20 0 13 0 154312725 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264792861424 140265323985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28556] ppid=28542 vsize=13984976 memory=1156 CPUtime=0.65 cores=0,2,4,6
/proc/28544/task/28556/stat : 28556 (java) S 28542 28542 25930 0 -1 1077944384 6333 0 0 0 64 1 0 0 20 0 13 0 154312725 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264791804496 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
[pid=28544/tid=28557] ppid=28542 vsize=13984976 memory=2616 CPUtime=0 cores=0,2,4,6
/proc/28544/task/28557/stat : 28557 (java) S 28542 28542 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 154312725 14320615424 60082 33554432000 4194304 4196468 140733289199712 140264790756064 140265323984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140733289202845 140733289203020 140733289203020 140733289205711 0
Current children cumulated CPU time: 38.87 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 241712 KiB

Child status: 0
Real time (s): 30.3173
CPU time (s): 38.89
CPU user time (s): 38.7085
CPU system time (s): 0.18149
CPU usage (%): 128.277
Max. virtual memory (cumulated for all children) (KiB): 13997660
Max. memory (cumulated for all children) (KiB): 241932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7085
system time used= 0.18149
maximum resident set size= 241216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80268
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3510
involuntary context switches= 57


# summary of solver processes directly reported to runsolver:
#   pid: 28542
#   total CPU time (s): 38.89
#   total CPU user time (s): 38.7085
#   total CPU system time (s): 0.18149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.216273 second user time and 0.326599 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:43:11
IDJOB=4284282
IDBENCH=126212
IDSOLVER=2680
FILE ID=node106/4284282-1503212251
RUNJOBID= node106-1503208459-25961
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-08-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284282-1503212251/watcher-4284282-1503212251 -o /tmp/evaluation-result-4284282-1503212251/solver-4284282-1503212251 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 521575075 HOME/instance-4284282-1503212251.xml

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=521575075

node106.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.86
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.86
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.86
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.86
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:        26003768 kB
MemAvailable:   30911392 kB
Buffers:          242776 kB
Cached:          4957152 kB
SwapCached:            0 kB
Active:          2167220 kB
Inactive:        4149884 kB
Active(anon):    1073760 kB
Inactive(anon):    80012 kB
Active(file):    1093460 kB
Inactive(file):  4069872 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8000 kB
Writeback:             0 kB
AnonPages:       1157420 kB
Mapped:            64272 kB
Shmem:             33420 kB
Slab:             147840 kB
SReclaimable:     120256 kB
SUnreclaim:        27584 kB
KernelStack:        3824 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2248964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1028096 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= 61776 MiB
End job on node106 at 2017-08-20 08:43:41