Trace number 4393298

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-06-14OPT44 9.49986 2.75521

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 benchmark9.40739
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-4393298-1568355607.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393298-1568355607.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.29	c parse instance...
0.97/0.59	c solve instance...
1.22/0.67	o 65 
1.22/0.68	o 61 
1.22/0.68	o 59 
1.22/0.69	o 57 
1.54/0.72	o 53 
1.54/0.72	o 52 
1.54/0.73	o 50 
1.54/0.77	o 49 
1.54/0.80	o 47 
1.54/0.88	o 45 
1.54/0.91	o 44 
9.37/2.72	s OPTIMUM FOUND
9.37/2.72	v <instantiation>
9.37/2.72	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.37/2.72	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.37/2.72	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 (15259 MiB free)
  memory of node 1: 16384 MiB (8663 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393298-1568355607/watcher-4393298-1568355607 -o /tmp/evaluation-result-4393298-1568355607/solver-4393298-1568355607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1722329316 HOME/instance-4393298-1568355607.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=4823, runsolver pid=4820

[startup+0.100091 s]*
/proc/loadavg: 5.10 5.95 7.09 3/232 4839
/proc/meminfo: memFree=24479768/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15144768 memory=30104 CPUtime=0.12 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 5485 0 0 0 11 1 0 0 20 0 15 0 411816808 15508242432 7526 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3786192 7526 3118 1 0 3748377 0
[pid=4825/tid=4826] ppid=4823 vsize=15144768 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) R 4823 4823 2710 0 -1 4202560 3403 0 0 0 8 0 0 0 20 0 15 0 411816808 15508242432 7526 33554432000 4194304 4196468 140721289708000 139751162176848 139751157955990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411816810 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411816811 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411816811 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816813 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) R 4823 4823 2710 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 411816813 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750622178032 139751157955202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) S 4823 4823 2710 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 411816813 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750621125488 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0.02 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) R 4823 4823 2710 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 411816813 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750620069968 139751157955990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816814 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816814 15508242432 7526 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31552 KiB

[startup+0.210794 s]*
/proc/loadavg: 5.10 5.95 7.09 5/232 4839
/proc/meminfo: memFree=24467652/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15144768 memory=40800 CPUtime=0.33 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 8912 0 0 0 31 2 0 0 20 0 15 0 411816808 15508242432 10200 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3786192 10200 3295 1 0 3748377 0
[pid=4825/tid=4826] ppid=4823 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) R 4823 4823 2710 0 -1 4202560 6202 0 0 0 18 2 0 0 20 0 15 0 411816808 15508242432 10200 33554432000 4194304 4196468 140721289708000 139751162173776 139751157955990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15144768 memory=140065258667446 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411816809 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411816810 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411816811 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411816811 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816813 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4823 2710 0 -1 1077944384 385 0 0 0 2 0 0 0 20 0 15 0 411816813 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750622178032 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) S 4823 4823 2710 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 15 0 411816813 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750621125488 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15144768 memory=140065255831168 CPUtime=0.08 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) R 4823 4823 2710 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 411816813 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750620072432 139751157955990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816814 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816814 15508242432 10200 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42248 KiB

[startup+0.312904 s]*
/proc/loadavg: 5.10 5.95 7.09 5/232 4839
/proc/meminfo: memFree=24462676/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15149024 memory=49976 CPUtime=0.54 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 10330 0 0 0 50 4 0 0 20 0 15 0 411816808 15512600576 12494 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3787256 12494 3367 1 0 3748377 0
[pid=4825/tid=4826] ppid=4823 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) R 4823 4823 2710 0 -1 4202560 7296 0 0 0 28 2 0 0 20 0 15 0 411816808 15512600576 12494 33554432000 4194304 4196468 140721289708000 139751162175168 139751142024542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816809 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15149024 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411816809 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15149024 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411816810 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15149024 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411816811 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15149024 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411816811 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15149024 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816813 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15149024 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) S 4823 4823 2710 0 -1 1077944384 442 0 0 0 4 0 0 0 20 0 15 0 411816813 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750622178032 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4823 2710 0 -1 4202560 377 0 0 0 4 0 0 0 20 0 15 0 411816813 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750621115872 139751143052067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15149024 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4823 2710 0 -1 1077944384 921 0 0 0 13 0 0 0 20 0 15 0 411816813 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750620072432 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411816814 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411816814 15512600576 12494 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51424 KiB

[startup+0.700714 s]
/proc/loadavg: 4.85 5.88 7.06 4/232 4839
/proc/meminfo: memFree=24447592/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15418432 memory=114524 CPUtime=1.54 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 14489 0 0 0 148 6 0 0 20 0 20 0 411816808 15788474368 28631 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3854608 28631 3457 1 0 3815710 0
[pid=4825/tid=4826] ppid=4823 vsize=15418432 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) S 4823 4823 2710 0 -1 1077944384 8748 0 0 0 54 3 0 0 20 0 20 0 411816808 15788474368 28631 33554432000 4194304 4196468 140721289708000 139751162184832 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15418432 memory=33 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411816809 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15418432 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411816809 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15418432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411816809 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15418432 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 411816809 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15418432 memory=18356 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 411816810 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15418432 memory=988 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 411816811 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15418432 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 411816811 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15418432 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411816813 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15418432 memory=1044 CPUtime=0.22 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) R 4823 4823 2710 0 -1 4202560 1003 0 0 0 22 0 0 0 20 0 20 0 411816813 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750622171224 139751137190739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15418432 memory=708 CPUtime=0.21 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4823 2710 0 -1 4202560 1116 0 0 0 21 0 0 0 20 0 20 0 411816813 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750621114288 139751137637132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15418432 memory=9364 CPUtime=0.35 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) R 4823 4823 2710 0 -1 1077944384 1834 0 0 0 35 0 0 0 20 0 20 0 411816813 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750620072560 139751157954261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15418432 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411816814 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15418432 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411816814 15788474368 28631 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15531560 KiB
Current children cumulated memory: 115972 KiB

[startup+1.50684 s]
/proc/loadavg: 4.85 5.88 7.06 9/236 4887
/proc/meminfo: memFree=24331560/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0

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

/proc/4825/task/4887/stat : 4887 (java) R 4823 4823 2710 0 -1 4202560 43 0 0 0 45 0 0 0 20 0 19 0 411816899 16060067840 45768 33554432000 4194304 4196468 140721289708000 139750605838456 139750799224982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 15796788 KiB
Current children cumulated memory: 184520 KiB

[startup+2.75516 s]
# the end of solver process 4823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.40271 s, system=0.097143 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.9008 s]
/proc/loadavg: 4.85 5.88 7.06 9/236 4887
/proc/meminfo: memFree=24331560/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15683660 memory=183820 CPUtime=6.17 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 19173 0 0 0 609 8 0 0 20 0 19 0 411816808 16060067840 45955 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3920915 45955 3471 1 0 3882017 0
[pid=4825/tid=4826] ppid=4823 vsize=15683660 memory=24479 CPUtime=0.58 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) S 4823 4823 2710 0 -1 1077944384 8753 0 0 0 55 3 0 0 20 0 19 0 411816808 16060067840 45955 33554432000 4194304 4196468 140721289708000 139751162184832 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411816810 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15683660 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816813 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15683660 memory=6628 CPUtime=0.93 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) R 4823 4823 2710 0 -1 4202560 2544 0 0 0 92 1 0 0 20 0 19 0 411816813 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750622163792 139751139351934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15683660 memory=8836 CPUtime=0.8 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4823 2710 0 -1 4202560 2221 0 0 0 79 1 0 0 20 0 19 0 411816813 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750621106896 139751142343657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15683660 memory=11044 CPUtime=0.56 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) R 4823 4823 2710 0 -1 1077944384 3122 0 0 0 56 0 0 0 20 0 19 0 411816813 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750620072192 139751157954261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15683660 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15683660 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4884] ppid=4823 vsize=15683660 memory=17668 CPUtime=0.6 cores=0,2,4,6
/proc/4825/task/4884/stat : 4884 (java) S 4823 4823 2710 0 -1 1077944384 42 0 0 0 60 0 0 0 20 0 19 0 411816899 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750601626288 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4885] ppid=4823 vsize=15683660 memory=19876 CPUtime=0.67 cores=0,2,4,6
/proc/4825/task/4885/stat : 4885 (java) S 4823 4823 2710 0 -1 1077944384 50 0 0 0 67 0 0 0 20 0 19 0 411816899 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750604785408 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4886] ppid=4823 vsize=15683660 memory=22084 CPUtime=0.74 cores=0,2,4,6
/proc/4825/task/4886/stat : 4886 (java) S 4823 4823 2710 0 -1 1077944384 47 0 0 0 74 0 0 0 20 0 19 0 411816899 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750606889312 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4887] ppid=4823 vsize=15683660 memory=24292 CPUtime=0.77 cores=0,2,4,6
/proc/4825/task/4887/stat : 4887 (java) R 4823 4823 2710 0 -1 4202560 43 0 0 0 77 0 0 0 20 0 19 0 411816899 16060067840 45955 33554432000 4194304 4196468 140721289708000 139750605835664 139750799508586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 15796788 KiB
Current children cumulated memory: 185268 KiB

[startup+2.30084 s]*
/proc/loadavg: 4.85 5.88 7.06 8/236 4887
/proc/meminfo: memFree=24324800/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15683660 memory=186136 CPUtime=7.8 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 19254 0 0 0 772 8 0 0 20 0 19 0 411816808 16060067840 46534 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3920915 46534 3477 1 0 3882017 0
[pid=4825/tid=4826] ppid=4823 vsize=15683660 memory=590024371404537987 CPUtime=0.58 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) S 4823 4823 2710 0 -1 1077944384 8753 0 0 0 55 3 0 0 20 0 19 0 411816808 16060067840 46534 33554432000 4194304 4196468 140721289708000 139751162184832 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15683660 memory=140065255843254 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15683660 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15683660 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411816810 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15683660 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816813 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15683660 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) R 4823 4823 2710 0 -1 4202560 2583 0 0 0 113 1 0 0 20 0 19 0 411816813 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750622166480 139751141475538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15683660 memory=-1 CPUtime=1.01 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4823 2710 0 -1 4202560 2248 0 0 0 100 1 0 0 20 0 19 0 411816813 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750621107648 139751141916595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15683660 memory=140065255831168 CPUtime=0.57 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4823 2710 0 -1 1077944384 3134 0 0 0 57 0 0 0 20 0 19 0 411816813 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750620072432 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15683660 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4884] ppid=4823 vsize=15683660 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/4825/task/4884/stat : 4884 (java) R 4823 4823 2710 0 -1 4202560 43 0 0 0 81 0 0 0 20 0 19 0 411816899 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750601625032 139750800415628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4885] ppid=4823 vsize=15683660 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/4825/task/4885/stat : 4885 (java) R 4823 4823 2710 0 -1 4202560 50 0 0 0 106 0 0 0 20 0 19 0 411816899 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750604783816 139750799509813 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4886] ppid=4823 vsize=15683660 memory=31 CPUtime=0.95 cores=0,2,4,6
/proc/4825/task/4886/stat : 4886 (java) R 4823 4823 2710 0 -1 4202560 47 0 0 0 95 0 0 0 20 0 19 0 411816899 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750606887016 139750800477079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4887] ppid=4823 vsize=15683660 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/4825/task/4887/stat : 4887 (java) R 4823 4823 2710 0 -1 4202560 45 0 0 0 116 0 0 0 20 0 19 0 411816899 16060067840 46534 33554432000 4194304 4196468 140721289708000 139750605836040 139750799508480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 15796788 KiB
Current children cumulated memory: 187584 KiB

[startup+2.70084 s]
/proc/loadavg: 4.85 5.88 7.06 8/236 4887
/proc/meminfo: memFree=24324800/32770624 swapFree=66921496/67108860
[pid=4823] ppid=4820 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4823/stat : 4823 (xcsp3-exec) S 4820 4823 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411816808 115843072 362 33554432000 4194304 5098028 140728459489552 140728459487656 140430767387260 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13099008 140728459494266 140728459494509 140728459494509 140728459497418 0
/proc/4823/statm: 28282 362 304 221 0 87 0
[pid=4825] ppid=4823 vsize=15683660 memory=195260 CPUtime=9.37 cores=0,2,4,6
/proc/4825/stat : 4825 (java) S 4823 4823 2710 0 -1 1077944320 21096 0 0 0 928 9 0 0 20 0 19 0 411816808 16060067840 48815 33554432000 4194304 4196468 140721289708000 140721289690544 139751157944055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
/proc/4825/statm: 3920915 48815 3480 1 0 3882017 0
[pid=4825/tid=4826] ppid=4823 vsize=15683660 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/4825/task/4826/stat : 4826 (java) S 4823 4823 2710 0 -1 1077944384 8753 0 0 0 55 3 0 0 20 0 19 0 411816808 16060067840 48815 33554432000 4194304 4196468 140721289708000 139751162184832 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4827] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4827/stat : 4827 (java) S 4823 4823 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750749875216 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4828] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4828/stat : 4828 (java) S 4823 4823 2710 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750748822672 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4829] ppid=4823 vsize=15683660 memory=280130249872608 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4829/stat : 4829 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750747769616 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4830] ppid=4823 vsize=15683660 memory=140065125096288 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4830/stat : 4830 (java) S 4823 4823 2710 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 411816809 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750746717072 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4831] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4831/stat : 4831 (java) S 4823 4823 2710 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411816810 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750626388208 139751157955202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4832] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4832/stat : 4832 (java) S 4823 4823 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750625334432 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4833] ppid=4823 vsize=15683660 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4833/stat : 4833 (java) S 4823 4823 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411816811 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750624281328 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4834] ppid=4823 vsize=15683660 memory=10872 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4834/stat : 4834 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816813 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750623229904 139751157962651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4835] ppid=4823 vsize=15683660 memory=2896647 CPUtime=1.33 cores=0,2,4,6
/proc/4825/task/4835/stat : 4835 (java) R 4823 4823 2710 0 -1 4202560 2865 0 0 0 132 1 0 0 20 0 19 0 411816813 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750622170520 139751141147993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4836] ppid=4823 vsize=15683660 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/4825/task/4836/stat : 4836 (java) R 4823 4823 2710 0 -1 4202560 3492 0 0 0 125 1 0 0 20 0 19 0 411816813 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750621106504 139751139489256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4837] ppid=4823 vsize=15683660 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/4825/task/4837/stat : 4837 (java) S 4823 4823 2710 0 -1 1077944384 3445 0 0 0 58 0 0 0 20 0 19 0 411816813 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750620072432 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4838] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4838/stat : 4838 (java) S 4823 4823 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750619020128 139751157954261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4839] ppid=4823 vsize=15683660 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4825/task/4839/stat : 4839 (java) S 4823 4823 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411816814 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750617967152 139751157955202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4884] ppid=4823 vsize=15683660 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/4825/task/4884/stat : 4884 (java) R 4823 4823 2710 0 -1 4202560 43 0 0 0 113 0 0 0 20 0 19 0 411816899 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750601626264 139750800412441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4885] ppid=4823 vsize=15683660 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/4825/task/4885/stat : 4885 (java) R 4823 4823 2710 0 -1 4202560 55 0 0 0 141 0 0 0 20 0 19 0 411816899 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750604778760 139750799440192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4886] ppid=4823 vsize=15683660 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/4825/task/4886/stat : 4886 (java) R 4823 4823 2710 0 -1 4202560 47 0 0 0 116 0 0 0 20 0 19 0 411816899 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750606887016 139750798900519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
[pid=4825/tid=4887] ppid=4823 vsize=15683660 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/4825/task/4887/stat : 4887 (java) R 4823 4823 2710 0 -1 4202560 45 0 0 0 138 0 0 0 20 0 19 0 411816899 16060067840 48815 33554432000 4194304 4196468 140721289708000 139750605836040 139750799439918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15355904 140721289716719 140721289716890 140721289716890 140721289719759 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 15796788 KiB
Current children cumulated memory: 196708 KiB

Child status: 0
Real time (s): 2.75521
CPU time (s): 9.49986
CPU user time (s): 9.40271
CPU system time (s): 0.097143
CPU usage (%): 344.796
Max. virtual memory (cumulated for all children) (KiB): 15796788
Max. memory (cumulated for all children) (KiB): 196708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.40271
system time used= 0.097143
maximum resident set size= 196960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21699
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= 2636
involuntary context switches= 392


# summary of solver processes directly reported to runsolver:
#   pid: 4823
#   total CPU time (s): 9.49986
#   total CPU user time (s): 9.40271
#   total CPU system time (s): 0.097143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036799 second user time and 0.072307 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 07:18:11
IDJOB=4393298
IDBENCH=141374
IDSOLVER=2840
FILE ID=node107/4393298-1568355607
RUNJOBID= node107-1568348173-2741
PBS_JOBID= 21701178
Free space on /tmp= 55612 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4393298-1568355607/watcher-4393298-1568355607 -o /tmp/evaluation-result-4393298-1568355607/solver-4393298-1568355607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1722329316 HOME/instance-4393298-1568355607.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1722329316

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24497580 kB
MemAvailable:   24989076 kB
Buffers:          136380 kB
Cached:           623116 kB
SwapCached:        79960 kB
Active:          7308768 kB
Inactive:         363324 kB
Active(anon):    6840752 kB
Inactive(anon):   101500 kB
Active(file):     468016 kB
Inactive(file):   261824 kB
Unevictable:      109036 kB
Mlocked:          109036 kB
SwapTotal:      67108860 kB
SwapFree:       66921496 kB
Dirty:             26132 kB
Writeback:             0 kB
AnonPages:       7087744 kB
Mapped:            46020 kB
Shmem:             21236 kB
Slab:             183912 kB
SReclaimable:     154980 kB
SUnreclaim:        28932 kB
KernelStack:        4144 kB
PageTables:        18400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8506816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6864896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55584 MiB
End job on node107 at 2019-09-13 07:18:14