Trace number 4301837

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 4.0.7b seq (e747e1e)OPT34 8.66983 4.71255

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-08_c18.xml
MD5SUM5c5040f535ec624befc4f337dc6f1e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.294383
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints29
Number of domains2
Minimum domain size64
Maximum domain size65
Distribution of domain sizes[{"size":64,"count":28},{"size":65,"count":8}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":7,"count":7},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity28
Distribution of constraint arities[{"arity":3,"count":28},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints28
Distribution of constraint types[{"type":"intension","count":28},{"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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301837-1532886144.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4301837-1532886144.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.35/0.28	c parse instance...
0.72/0.49	c solve instance...
1.29/0.63	o 38 
2.21/0.92	o 37 
3.75/1.46	o 36 
4.47/1.77	o 35 
6.27/2.54	o 34 
8.54/4.69	s OPTIMUM FOUND
8.54/4.69	v <instantiation>
8.54/4.69	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
8.54/4.69	v 	<values>0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 </values>
8.54/4.69	v </instantiation>

Verifier Data

OK	34

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10762 MiB free)
  memory of node 1: 16384 MiB (14089 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301837-1532886144/watcher-4301837-1532886144 -o /tmp/evaluation-result-4301837-1532886144/solver-4301837-1532886144 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6816 --watchdog 312 HOME/xcsp3-exec -seed 696475022 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301837-1532886144.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=8654, runsolver pid=8651

[startup+0.100152 s]*
/proc/loadavg: 1.67 1.87 1.93 4/219 8670
/proc/meminfo: memFree=25430180/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14082940 memory=29832 CPUtime=0.12 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 5244 0 0 0 11 1 0 0 20 0 15 0 106177249 14420930560 7458 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3520735 7458 3056 1 0 3483012 0
[pid=8656/tid=8657] ppid=8654 vsize=14082940 memory=7684450067667981147 CPUtime=0.09 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 3256 0 0 0 8 1 0 0 20 0 15 0 106177249 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899731523600 139899727310230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14082940 memory=140442684741248 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14082940 memory=140442684741248 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177251 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 106177254 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14082940 memory=140442684741248 CPUtime=0.01 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) R 8654 8654 6529 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 106177254 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899194264176 139899706250978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14082940 memory=140442684741248 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) R 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177255 14420930560 7458 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 31284 KiB

[startup+0.215692 s]*
/proc/loadavg: 1.67 1.87 1.93 4/219 8670
/proc/meminfo: memFree=25420372/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14087196 memory=41044 CPUtime=0.35 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 7781 0 0 0 32 3 0 0 20 0 15 0 106177249 14425288704 10261 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3521799 10261 3218 1 0 3483012 0
[pid=8656/tid=8657] ppid=8654 vsize=14087196 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 5047 0 0 0 18 2 0 0 20 0 15 0 106177249 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899731512256 139899713547278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14087196 memory=12627 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14087196 memory=140442685225333 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14087196 memory=140442684741248 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106177251 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 585 0 0 0 3 0 0 0 20 0 15 0 106177254 14425288704 10261 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14087228 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 106177254 14425321472 10261 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14087228 memory=140442684741248 CPUtime=0.08 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 106177254 14425321472 10261 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14425288704 10309 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177255 14425288704 10309 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42496 KiB

[startup+0.310823 s]*
/proc/loadavg: 1.67 1.87 1.93 4/219 8670
/proc/meminfo: memFree=25413052/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14087196 memory=48372 CPUtime=0.53 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 8718 0 0 0 49 4 0 0 20 0 15 0 106177249 14425288704 12093 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3521799 12093 3256 1 0 3483012 0
[pid=8656/tid=8657] ppid=8654 vsize=14087196 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 5717 0 0 0 26 3 0 0 20 0 15 0 106177249 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899731529408 139899711378782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14087196 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14087196 memory=7089317150647820184 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14087196 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106177251 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14087196 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14087196 memory=-6372718397967082684 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14087196 memory=8325818968683490714 CPUtime=0.06 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 673 0 0 0 6 0 0 0 20 0 15 0 106177254 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 99 0 0 0 3 0 0 0 20 0 15 0 106177254 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14087196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 928 0 0 0 13 0 0 0 20 0 15 0 106177254 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177255 14425288704 12093 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49824 KiB

[startup+0.700846 s]
/proc/loadavg: 1.67 1.87 1.93 6/219 8670
/proc/meminfo: memFree=25396180/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14089320 memory=69620 CPUtime=1.58 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 12144 0 0 0 153 5 0 0 20 0 15 0 106177249 14427463680 17405 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3522330 17405 3363 1 0 3483524 0
[pid=8656/tid=8657] ppid=8654 vsize=14089320 memory=30372 CPUtime=0.67 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 6527 0 0 0 63 4 0 0 20 0 15 0 106177249 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899731537264 139899318802378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14089320 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14089320 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14089320 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14089320 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14089320 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106177251 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14089320 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14089320 memory=8556 CPUtime=0.28 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) R 8654 8654 6529 0 -1 4202560 1397 0 0 0 28 0 0 0 20 0 15 0 106177254 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899196362800 139899719587677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14089320 memory=1444 CPUtime=0.3 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) R 8654 8654 6529 0 -1 4202560 961 0 0 0 30 0 0 0 20 0 15 0 106177254 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899195303824 139899711587296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14089320 memory=5668 CPUtime=0.29 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 1952 0 0 0 29 0 0 0 20 0 15 0 106177254 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14089320 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14089320 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177255 14427463680 17405 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71072 KiB

[startup+1.50151 s]
/proc/loadavg: 1.67 1.87 1.93 5/219 8670
/proc/meminfo: memFree=25379068/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0

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

/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14089320 memory=115344 CPUtime=6.98 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 27470 0 0 0 691 7 0 0 20 0 15 0 106177249 14427463680 28836 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3522330 28836 3380 1 0 3483524 0
[pid=8656/tid=8657] ppid=8654 vsize=14089320 memory=1708 CPUtime=3.17 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 7129 0 0 0 313 4 0 0 20 0 15 0 106177249 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899731535200 139899319575984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14089320 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14089320 memory=109200 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14089320 memory=1285 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 106177251 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14089320 memory=140442544972769 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14089320 memory=280885089954528 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14089320 memory=140442544988061 CPUtime=1.72 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 7621 0 0 0 171 1 0 0 20 0 15 0 106177254 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14089320 memory=288230574492221466 CPUtime=1.66 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 8063 0 0 0 165 1 0 0 20 0 15 0 106177254 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14089320 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 3287 0 0 0 40 1 0 0 20 0 15 0 106177254 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 106177255 14427463680 28836 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 116796 KiB

[startup+4.00065 s]*
/proc/loadavg: 1.67 1.87 1.93 3/219 8670
/proc/meminfo: memFree=25339360/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14089320 memory=121852 CPUtime=7.88 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 29559 0 0 0 781 7 0 0 20 0 15 0 106177249 14427463680 30463 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3522330 30463 3383 1 0 3483524 0
[pid=8656/tid=8657] ppid=8654 vsize=14089320 memory=-8672376813725728709 CPUtime=3.97 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 7216 0 0 0 393 4 0 0 20 0 15 0 106177249 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899731535016 139899319575968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14089320 memory=3472328295574039403 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14089320 memory=2322435879994931156 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14089320 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14089320 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14089320 memory=3472468738912159408 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 106177251 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14089320 memory=7812726516167304524 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14089320 memory=6940425710114848868 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14089320 memory=7523376918531162212 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14089320 memory=6944652177228980320 CPUtime=1.77 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 8648 0 0 0 176 1 0 0 20 0 15 0 106177254 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14089320 memory=6944656592455097440 CPUtime=1.7 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 8960 0 0 0 169 1 0 0 20 0 15 0 106177254 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14089320 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 3363 0 0 0 41 1 0 0 20 0 15 0 106177254 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14089320 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14089320 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 106177255 14427463680 30463 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 123304 KiB

[startup+4.40064 s]
/proc/loadavg: 1.67 1.87 1.93 3/219 8670
/proc/meminfo: memFree=25339360/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14089320 memory=123936 CPUtime=8.28 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 29925 0 0 0 821 7 0 0 20 0 15 0 106177249 14427463680 30984 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3522330 30984 3387 1 0 3483524 0
[pid=8656/tid=8657] ppid=8654 vsize=14089320 memory=0 CPUtime=4.37 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 7260 0 0 0 433 4 0 0 20 0 15 0 106177249 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899731537112 139899319018067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14089320 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14089320 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14089320 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14089320 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14089320 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 106177251 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14089320 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14089320 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14089320 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14089320 memory=840 CPUtime=1.77 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 8648 0 0 0 176 1 0 0 20 0 15 0 106177254 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14089320 memory=4104 CPUtime=1.7 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 8960 0 0 0 169 1 0 0 20 0 15 0 106177254 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14089320 memory=1696 CPUtime=0.42 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 3434 0 0 0 41 1 0 0 20 0 15 0 106177254 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14089320 memory=916 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14089320 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) D 8654 8654 6529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 106177255 14427463680 30984 33554432000 4194304 4196468 140733137150016 139899192158816 139899712154382 0 4 0 16800975 18446744072100093061 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 125388 KiB

[startup+4.60066 s]
/proc/loadavg: 1.67 1.87 1.93 3/219 8670
/proc/meminfo: memFree=25339360/32770624 swapFree=67108688/67108860
[pid=8654] ppid=8651 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (xcsp3-exec) S 8651 8654 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106177248 115843072 363 33554432000 4194304 5098028 140731275583808 140731275581912 139675247862396 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38285312 140731275588673 140731275588873 140731275588873 140731275591626 0
/proc/8654/statm: 28282 363 305 221 0 87 0
[pid=8656] ppid=8654 vsize=14089320 memory=126004 CPUtime=8.54 cores=1,3,5,7
/proc/8656/stat : 8656 (java) S 8654 8654 6529 0 -1 1077944320 30409 0 0 0 847 7 0 0 20 0 15 0 106177249 14427463680 31501 33554432000 4194304 4196468 140733137150016 140733137132560 139899727298295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
/proc/8656/statm: 3522330 31501 3387 1 0 3483524 0
[pid=8656/tid=8657] ppid=8654 vsize=14089320 memory=6944656575208382560 CPUtime=4.57 cores=1,3,5,7
/proc/8656/task/8657/stat : 8657 (java) R 8654 8654 6529 0 -1 4202560 7265 0 0 0 453 4 0 0 20 0 15 0 106177249 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899731537112 139899318867895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8658] ppid=8654 vsize=14089320 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8658/stat : 8658 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899642367120 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8659] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8659/stat : 8659 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899641314320 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8660] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8660/stat : 8660 (java) S 8654 8654 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899640261520 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8661] ppid=8654 vsize=14089320 memory=65 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8661/stat : 8661 (java) S 8654 8654 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106177250 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899639208720 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8662] ppid=8654 vsize=14089320 memory=-6222424753221100433 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8662/stat : 8662 (java) S 8654 8654 6529 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 106177251 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899200579952 139899727309442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8663] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8663/stat : 8663 (java) S 8654 8654 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899199525920 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8664] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8664/stat : 8664 (java) S 8654 8654 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106177252 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899198473072 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8665] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8665/stat : 8665 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899197421392 139899727316891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8666] ppid=8654 vsize=14089320 memory=0 CPUtime=1.8 cores=1,3,5,7
/proc/8656/task/8666/stat : 8666 (java) S 8654 8654 6529 0 -1 1077944384 8993 0 0 0 179 1 0 0 20 0 15 0 106177254 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899196369776 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8667] ppid=8654 vsize=14089320 memory=0 CPUtime=1.73 cores=1,3,5,7
/proc/8656/task/8667/stat : 8667 (java) S 8654 8654 6529 0 -1 1077944384 9092 0 0 0 172 1 0 0 20 0 15 0 106177254 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899195316976 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8668] ppid=8654 vsize=14089320 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/8656/task/8668/stat : 8668 (java) S 8654 8654 6529 0 -1 1077944384 3434 0 0 0 41 1 0 0 20 0 15 0 106177254 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899194264176 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8669] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8669/stat : 8669 (java) S 8654 8654 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106177254 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899193211616 139899727308501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
[pid=8656/tid=8670] ppid=8654 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8656/task/8670/stat : 8670 (java) S 8654 8654 6529 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 106177255 14427463680 31501 33554432000 4194304 4196468 140733137150016 139899192158896 139899727309442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 15900672 140733137151116 140733137151286 140733137151286 140733137153999 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 127456 KiB

Child status: 0
Real time (s): 4.71255
CPU time (s): 8.66983
CPU user time (s): 8.5851
CPU system time (s): 0.084727
CPU usage (%): 183.973
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 127456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.58511
system time used= 0.084727
maximum resident set size= 128364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31274
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= 2050
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 8654
#   total CPU time (s): 8.66983
#   total CPU user time (s): 8.5851
#   total CPU system time (s): 0.084727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046657 second user time and 0.09448 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 19:42:24
IDJOB=4301837
IDBENCH=141372
IDSOLVER=2772
FILE ID=node106/4301837-1532886144
RUNJOBID= node106-1532884072-6816
PBS_JOBID= 21022522
Free space on /tmp= 54704 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-08_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301837-1532886144/watcher-4301837-1532886144 -o /tmp/evaluation-result-4301837-1532886144/solver-4301837-1532886144 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6816 --watchdog 312  HOME/xcsp3-exec -seed 696475022 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301837-1532886144.xml

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

MD5SUM BENCH= 5c5040f535ec624befc4f337dc6f1e70
RANDOM SEED=696475022

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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:        25448276 kB
MemAvailable:   31774024 kB
Buffers:          244828 kB
Cached:          6314196 kB
SwapCached:            0 kB
Active:          2549644 kB
Inactive:        4222640 kB
Active(anon):     160148 kB
Inactive(anon):    80476 kB
Active(file):    2389496 kB
Inactive(file):  4142164 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             21760 kB
Writeback:             0 kB
AnonPages:        338296 kB
Mapped:            57404 kB
Shmem:             25056 kB
Slab:             247608 kB
SReclaimable:     219844 kB
SUnreclaim:        27764 kB
KernelStack:        3872 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1212880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54684 MiB
End job on node106 at 2018-07-29 19:42:29