Trace number 4400458

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-16OPT44 10.26 2.92796

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-4400458-1568698012.xml"  -tl '2400s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400458-1568698012.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
0.99/0.57	c solve instance...
1.27/0.65	o 65 
1.27/0.66	o 61 
1.27/0.66	o 59 
1.27/0.67	o 57 
1.27/0.69	o 53 
1.27/0.70	o 52 
1.60/0.71	o 50 
1.60/0.76	o 49 
1.60/0.77	o 47 
1.97/0.89	o 45 
2.34/0.94	o 44 
9.82/2.90	s OPTIMUM FOUND
9.82/2.90	v <instantiation>
9.82/2.90	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>
9.82/2.90	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>
9.82/2.90	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 (10907 MiB free)
  memory of node 1: 16384 MiB (15373 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400458-1568698012/watcher-4400458-1568698012 -o /tmp/evaluation-result-4400458-1568698012/solver-4400458-1568698012 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2067303132 HOME/instance-4400458-1568698012.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=9633, runsolver pid=9630

[startup+0.100344 s]*
/proc/loadavg: 9.03 8.33 8.15 7/233 9649
/proc/meminfo: memFree=26893668/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15144776 memory=29732 CPUtime=0.13 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 5847 0 0 0 12 1 0 0 20 0 15 0 446070068 15508250624 7433 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3786194 7433 3150 1 0 3748377 0
[pid=9635/tid=9636] ppid=9633 vsize=15144776 memory=576460756329985062 CPUtime=0.09 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) R 9633 9633 30406 0 -1 4202560 3746 0 0 0 9 0 0 0 20 0 15 0 446070068 15508250624 7433 33554432000 4194304 4196468 140734485179552 140471328371432 140470948874960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 7433 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15144776 memory=288230376155018656 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 7433 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 7433 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 7433 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070070 15508250624 7433 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446070071 15508250624 7433 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446070071 15508250624 7433 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070073 15508250624 7433 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9633 9633 30406 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 446070073 15508250624 7433 33554432000 4194304 4196468 140734485179552 140469819234800 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9633 9633 30406 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 446070073 15508250624 7433 33554432000 4194304 4196468 140734485179552 140469818182256 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15144776 memory=139718733403776 CPUtime=0.02 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9633 9633 30406 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 446070073 15508250624 7433 33554432000 4194304 4196468 140734485179552 140469817129712 140471324151190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070074 15508250624 7433 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070074 15508250624 7433 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31180 KiB

[startup+0.210817 s]*
/proc/loadavg: 9.03 8.33 8.15 6/233 9649
/proc/meminfo: memFree=26881928/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15144776 memory=40904 CPUtime=0.34 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 9427 0 0 0 31 3 0 0 20 0 15 0 446070068 15508250624 10226 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3786194 10226 3315 1 0 3748377 0
[pid=9635/tid=9636] ppid=9633 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) R 9633 9633 30406 0 -1 4202560 6645 0 0 0 18 1 0 0 20 0 15 0 446070068 15508250624 10226 33554432000 4194304 4196468 140734485179552 140471328374240 140471324151190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15144776 memory=4296914231 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 10226 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15144776 memory=139718733429023 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 10226 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 10226 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070069 15508250624 10226 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15144776 memory=139718733403776 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446070070 15508250624 10226 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446070071 15508250624 10226 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446070071 15508250624 10226 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070073 15508250624 10226 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9633 9633 30406 0 -1 1077944384 656 0 0 0 3 0 0 0 20 0 15 0 446070073 15508250624 10226 33554432000 4194304 4196468 140734485179552 140469819234800 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9633 9633 30406 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 15 0 446070073 15508250624 10226 33554432000 4194304 4196468 140734485179552 140469818182256 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15144776 memory=139718733403776 CPUtime=0.08 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9633 9633 30406 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 15 0 446070073 15508250624 10226 33554432000 4194304 4196468 140734485179552 140469817129712 140471324160602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070074 15508250624 10226 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070074 15508250624 10226 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42352 KiB

[startup+0.314104 s]*
/proc/loadavg: 9.03 8.33 8.15 7/233 9649
/proc/meminfo: memFree=26874512/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15149032 memory=50372 CPUtime=0.53 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 10964 0 0 0 50 3 0 0 20 0 15 0 446070068 15512608768 12593 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3787258 12593 3372 1 0 3748377 0
[pid=9635/tid=9636] ppid=9633 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) R 9633 9633 30406 0 -1 4202560 7887 0 0 0 28 2 0 0 20 0 15 0 446070068 15512608768 12667 33554432000 4194304 4196468 140734485179552 140471328370368 140471316856218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15512608768 12667 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15512608768 12667 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446070069 15512608768 12667 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070069 15512608768 12667 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446070070 15512608768 12667 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446070071 15512608768 12667 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446070071 15512608768 12667 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070073 15512608768 12667 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15149032 memory=6944652177228980320 CPUtime=0.05 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9633 9633 30406 0 -1 1077944384 762 0 0 0 5 0 0 0 20 0 15 0 446070073 15512608768 12667 33554432000 4194304 4196468 140734485179552 140469819234800 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15149032 memory=-6654736624941491801 CPUtime=0.03 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 1077944384 135 0 0 0 3 0 0 0 20 0 15 0 446070073 15512608768 12667 33554432000 4194304 4196468 140734485179552 140469818182256 140471324150402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15149032 memory=5793709814508068001 CPUtime=0.12 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9633 9633 30406 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 15 0 446070073 15512608768 12667 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15149032 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446070074 15512608768 12667 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15149032 memory=-8675733323038954102 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446070074 15512608768 12667 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51820 KiB

[startup+0.70611 s]
/proc/loadavg: 9.03 8.33 8.15 7/233 9649
/proc/meminfo: memFree=26860172/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15418440 memory=131540 CPUtime=1.6 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 15169 0 0 0 154 6 0 0 20 0 19 0 446070068 15788482560 32885 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3854610 32885 3458 1 0 3815710 0
[pid=9635/tid=9636] ppid=9633 vsize=15418440 memory=4137303382726774134 CPUtime=0.57 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) S 9633 9633 30406 0 -1 1077944384 9077 0 0 0 54 3 0 0 20 0 19 0 446070068 15788482560 32885 33554432000 4194304 4196468 140734485179552 140471328380032 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15418440 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15788482560 32885 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15418440 memory=6940443203498692944 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15788482560 32885 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15418440 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15788482560 32885 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15418440 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446070069 15788482560 32885 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15418440 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 446070070 15788482560 32885 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15418440 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446070071 15788482560 32885 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15418440 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446070071 15788482560 32885 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15418440 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070073 15788482560 32885 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15418440 memory=2828 CPUtime=0.22 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) R 9633 9633 30406 0 -1 4202560 984 0 0 0 22 0 0 0 20 0 19 0 446070073 15788482560 32885 33554432000 4194304 4196468 140734485179552 140469819218640 140471303385489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15418440 memory=780 CPUtime=0.25 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 4202560 1193 0 0 0 25 0 0 0 20 0 19 0 446070073 15788482560 32885 33554432000 4194304 4196468 140734485179552 140469818168280 140471316428704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15418440 memory=620 CPUtime=0.35 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9633 9633 30406 0 -1 1077944384 1983 0 0 0 35 0 0 0 20 0 19 0 446070073 15788482560 32885 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15418440 memory=1496 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070074 15788482560 32885 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15418440 memory=1016 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446070074 15788482560 32885 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 132988 KiB

[startup+1.51111 s]
/proc/loadavg: 9.03 8.33 8.15 12/237 9697
/proc/meminfo: memFree=26741868/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0

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

/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 4202560 3340 0 0 0 79 0 0 0 20 0 19 0 446070073 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469818168280 140471305660646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15483976 memory=524 CPUtime=0.5 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9633 9633 30406 0 -1 1077944384 3275 0 0 0 50 0 0 0 20 0 19 0 446070073 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15483976 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15483976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9694] ppid=9633 vsize=15483976 memory=3520 CPUtime=0.39 cores=1,3,5,7
/proc/9635/task/9694/stat : 9694 (java) R 9633 9633 30406 0 -1 4202560 52 0 0 0 39 0 0 0 20 0 19 0 446070162 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469804986944 140470948756817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9695] ppid=9633 vsize=15483976 memory=1976 CPUtime=0.45 cores=1,3,5,7
/proc/9635/task/9695/stat : 9695 (java) R 9633 9633 30406 0 -1 4202560 39 0 0 0 45 0 0 0 20 0 19 0 446070162 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469806042616 140470949784079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9696] ppid=9633 vsize=15483976 memory=2512 CPUtime=0.39 cores=1,3,5,7
/proc/9635/task/9696/stat : 9696 (java) R 9633 9633 30406 0 -1 4202560 46 0 0 0 39 0 0 0 20 0 19 0 446070162 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469803940536 140470953642682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9697] ppid=9633 vsize=15483976 memory=808 CPUtime=0.47 cores=1,3,5,7
/proc/9635/task/9697/stat : 9697 (java) R 9633 9633 30406 0 -1 4202560 47 0 0 0 47 0 0 0 20 0 19 0 446070162 15855591424 49144 33554432000 4194304 4196468 140734485179552 140469801827032 140470953231878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 198024 KiB

[startup+2.40111 s]
/proc/loadavg: 9.19 8.38 8.16 12/237 9697
/proc/meminfo: memFree=26726400/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15483976 memory=197708 CPUtime=8.23 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 22594 0 0 0 815 8 0 0 20 0 19 0 446070068 15855591424 49427 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3870994 49427 3491 1 0 3832094 0
[pid=9635/tid=9636] ppid=9633 vsize=15483976 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) S 9633 9633 30406 0 -1 1077944384 9077 0 0 0 54 3 0 0 20 0 19 0 446070068 15855591424 49427 33554432000 4194304 4196468 140734485179552 140471328380032 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15483976 memory=10 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49427 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15483976 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49427 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15483976 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49427 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15483976 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49427 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15483976 memory=79224 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 446070070 15855591424 49427 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15483976 memory=16100368647981698 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446070071 15855591424 49427 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446070071 15855591424 49427 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070073 15855591424 49427 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15483976 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) R 9633 9633 30406 0 -1 4202560 4124 0 0 0 138 1 0 0 20 0 19 0 446070073 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469819220960 140471305660646 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15483976 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 4202560 3425 0 0 0 134 0 0 0 20 0 19 0 446070073 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469818168800 140471308526465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15483976 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9633 9633 30406 0 -1 1077944384 3352 0 0 0 55 0 0 0 20 0 19 0 446070073 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9694] ppid=9633 vsize=15483976 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/9635/task/9694/stat : 9694 (java) R 9633 9633 30406 0 -1 4202560 52 0 0 0 84 0 0 0 20 0 19 0 446070162 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469804989624 140470954312808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9695] ppid=9633 vsize=15483976 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/9635/task/9695/stat : 9695 (java) R 9633 9633 30406 0 -1 4202560 39 0 0 0 114 0 0 0 20 0 19 0 446070162 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469806043368 140470953231971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9696] ppid=9633 vsize=15483976 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/9635/task/9696/stat : 9696 (java) R 9633 9633 30406 0 -1 4202560 49 0 0 0 78 0 0 0 20 0 19 0 446070162 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469803938680 140470952987846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9697] ppid=9633 vsize=15483976 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/9635/task/9697/stat : 9697 (java) R 9633 9633 30406 0 -1 4202560 47 0 0 0 86 0 0 0 20 0 19 0 446070162 15855591424 49427 33554432000 4194304 4196468 140734485179552 140469801831112 140470953073818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 199156 KiB

[startup+2.8011 s]
/proc/loadavg: 9.19 8.38 8.16 12/237 9697
/proc/meminfo: memFree=26726400/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15483976 memory=198352 CPUtime=9.82 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 22716 0 0 0 974 8 0 0 20 0 19 0 446070068 15855591424 49588 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3870994 49588 3501 1 0 3832094 0
[pid=9635/tid=9636] ppid=9633 vsize=15483976 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) S 9633 9633 30406 0 -1 1077944384 9077 0 0 0 54 3 0 0 20 0 19 0 446070068 15855591424 49588 33554432000 4194304 4196468 140734485179552 140471328380032 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49588 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15483976 memory=139718574842911 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49588 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49588 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15483976 memory=56 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 446070069 15855591424 49588 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15483976 memory=1947205 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 446070070 15855591424 49588 33554432000 4194304 4196468 140734485179552 140470466701296 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15483976 memory=3344399 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446070071 15855591424 49588 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15483976 memory=7524482885476705600 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446070071 15855591424 49588 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9644] ppid=9633 vsize=15483976 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070073 15855591424 49588 33554432000 4194304 4196468 140734485179552 140470463543504 140471324157851 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15483976 memory=7662705889289527641 CPUtime=1.63 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) R 9633 9633 30406 0 -1 4202560 4173 0 0 0 162 1 0 0 20 0 19 0 446070073 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469819221368 140471309068685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15483976 memory=6296683651326628198 CPUtime=1.6 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 4202560 3451 0 0 0 160 0 0 0 20 0 19 0 446070073 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469818172000 140471309243576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15483976 memory=4639098309541129069 CPUtime=0.58 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9633 9633 30406 0 -1 1077944384 3399 0 0 0 58 0 0 0 20 0 19 0 446070073 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15483976 memory=7449611641199617600 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9649] ppid=9633 vsize=15483976 memory=7014751519700571729 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9633 9633 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446070074 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469815023920 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9694] ppid=9633 vsize=15483976 memory=2116 CPUtime=1.13 cores=1,3,5,7
/proc/9635/task/9694/stat : 9694 (java) R 9633 9633 30406 0 -1 4202560 52 0 0 0 113 0 0 0 20 0 19 0 446070162 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469804990248 140470953826351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9695] ppid=9633 vsize=15483976 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/9635/task/9695/stat : 9695 (java) R 9633 9633 30406 0 -1 4202560 39 0 0 0 149 0 0 0 20 0 19 0 446070162 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469806044376 140470953644095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9696] ppid=9633 vsize=15483976 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/9635/task/9696/stat : 9696 (java) R 9633 9633 30406 0 -1 4202560 49 0 0 0 97 0 0 0 20 0 19 0 446070162 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469803938664 140471305721455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9697] ppid=9633 vsize=15483976 memory=33 CPUtime=1.11 cores=1,3,5,7
/proc/9635/task/9697/stat : 9697 (java) R 9633 9633 30406 0 -1 4202560 47 0 0 0 111 0 0 0 20 0 19 0 446070162 15855591424 49588 33554432000 4194304 4196468 140734485179552 140469801831832 140470953644832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 9.82 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 199800 KiB

[startup+2.90205 s]
/proc/loadavg: 9.19 8.38 8.16 12/237 9697
/proc/meminfo: memFree=26726400/32770624 swapFree=66953076/67108860
[pid=9633] ppid=9630 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/9633/stat : 9633 (xcsp3-exec) S 9630 9633 30406 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446070068 115843072 362 33554432000 4194304 5098028 140730123616608 140730123614712 140652396548732 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31277056 140730123621242 140730123621485 140730123621485 140730123624394 0
/proc/9633/statm: 28282 362 304 221 0 87 0
[pid=9635] ppid=9633 vsize=15483976 memory=198772 CPUtime=10.22 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9633 9633 30406 0 -1 1077944320 22762 0 0 0 1014 8 0 0 20 0 16 0 446070068 15855591424 49693 33554432000 4194304 4196468 140734485179552 140734485162096 140471324139255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
/proc/9635/statm: 3870994 49693 3501 1 0 3832094 0
[pid=9635/tid=9636] ppid=9633 vsize=15483976 memory=57 CPUtime=0.57 cores=1,3,5,7
/proc/9635/task/9636/stat : 9636 (java) S 9633 9633 30406 0 -1 1077944384 9081 0 0 0 54 3 0 0 20 0 16 0 446070068 15855591424 49693 33554432000 4194304 4196468 140734485179552 140471328382096 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9637] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9633 9633 30406 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 446070069 15855591424 49693 33554432000 4194304 4196468 140734485179552 140471276759824 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9638] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 446070069 15855591424 49693 33554432000 4194304 4196468 140734485179552 140471275707280 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9639] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9633 9633 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 446070069 15855591424 49693 33554432000 4194304 4196468 140734485179552 140471274654736 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9640] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9633 9633 30406 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 446070069 15855591424 49693 33554432000 4194304 4196468 140734485179552 140471273602192 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9641] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9633 9633 30406 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 446070070 15855591424 49693 33554432000 4194304 4196468 140734485179552 140470466701504 140471324150402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9642] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9633 9633 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 446070071 15855591424 49693 33554432000 4194304 4196468 140734485179552 140470465647520 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9643] ppid=9633 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9633 9633 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 446070071 15855591424 49693 33554432000 4194304 4196468 140734485179552 140470464594928 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9645] ppid=9633 vsize=15483976 memory=139718574516368 CPUtime=1.69 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) R 9633 9633 30406 0 -1 4202560 4182 0 0 0 168 1 0 0 20 0 16 0 446070073 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469819215792 140471303385259 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9646] ppid=9633 vsize=15483976 memory=139718574516400 CPUtime=1.65 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9633 9633 30406 0 -1 4202560 3464 0 0 0 165 0 0 0 20 0 16 0 446070073 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469818163824 140471308035244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9647] ppid=9633 vsize=15483976 memory=139718574516432 CPUtime=0.58 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9633 9633 30406 0 -1 1077944384 3400 0 0 0 58 0 0 0 20 0 16 0 446070073 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469817129712 140471324150402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9648] ppid=9633 vsize=15483976 memory=139718574516464 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9633 9633 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446070074 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469816077408 140471324149461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9695] ppid=9633 vsize=15483976 memory=1056 CPUtime=1.58 cores=1,3,5,7
/proc/9635/task/9695/stat : 9695 (java) R 9633 9633 30406 0 -1 1077944384 39 0 0 0 158 0 0 0 20 0 16 0 446070162 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469806048720 140471324149461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9696] ppid=9633 vsize=15483976 memory=1188 CPUtime=1.02 cores=1,3,5,7
/proc/9635/task/9696/stat : 9696 (java) R 9633 9633 30406 0 -1 1077944384 49 0 0 0 102 0 0 0 20 0 16 0 446070162 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469803943504 140471324149461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
[pid=9635/tid=9697] ppid=9633 vsize=15483976 memory=1536 CPUtime=1.17 cores=1,3,5,7
/proc/9635/task/9697/stat : 9697 (java) R 9633 9633 30406 0 -1 1077944384 47 0 0 0 117 0 0 0 20 0 16 0 446070162 15855591424 49693 33554432000 4194304 4196468 140734485179552 140469801837232 140471324150402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14450688 140734485185519 140734485185690 140734485185690 140734485188559 0
Current children cumulated CPU time: 10.22 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 200220 KiB

Child status: 0
Real time (s): 2.92796
CPU time (s): 10.26
CPU user time (s): 10.1654
CPU system time (s): 0.094556
CPU usage (%): 350.414
Max. virtual memory (cumulated for all children) (KiB): 15597104
Max. memory (cumulated for all children) (KiB): 200220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1654
system time used= 0.094556
maximum resident set size= 200024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2757
involuntary context switches= 534


# summary of solver processes directly reported to runsolver:
#   pid: 9633
#   total CPU time (s): 10.26
#   total CPU user time (s): 10.1654
#   total CPU system time (s): 0.094556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035417 second user time and 0.080575 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 07:26:12
IDJOB=4400458
IDBENCH=141374
IDSOLVER=2856
FILE ID=node127/4400458-1568698012
RUNJOBID= node127-1568694277-30438
PBS_JOBID= 21703804
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400458-1568698012/watcher-4400458-1568698012 -o /tmp/evaluation-result-4400458-1568698012/solver-4400458-1568698012 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2067303132 HOME/instance-4400458-1568698012.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=2067303132

node127.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.55
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.55
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.55
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.55
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:        26911556 kB
MemAvailable:   28072660 kB
Buffers:           90792 kB
Cached:          1355212 kB
SwapCached:        51464 kB
Active:          4278452 kB
Inactive:         974540 kB
Active(anon):    3766724 kB
Inactive(anon):    89816 kB
Active(file):     511728 kB
Inactive(file):   884724 kB
Unevictable:      110656 kB
Mlocked:          110656 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26204 kB
Writeback:            68 kB
AnonPages:       3814964 kB
Mapped:            61760 kB
Shmem:             40672 kB
Slab:             191356 kB
SReclaimable:     160976 kB
SUnreclaim:        30380 kB
KernelStack:        4160 kB
PageTables:        13288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5399200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3657728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 07:26:15