Trace number 4281838

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.5 seq (2017-08-18)OPT44 361.17499 357.08401

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
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 benchmark6.618
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281838-1503126823.xml"  -tl '2520s' -p 1 -x 0
0.11/0.27	c [HOME/instance-4281838-1503126823.xml, -tl, 2520s, -p, 1, -x, 0]
0.30/0.33	c simple solver
0.30/0.39	c parse instance...
1.18/0.78	c solve instance...
2.68/1.24	o 64 
3.01/1.30	o 63 
3.61/1.54	o 58 
4.22/1.80	o 56 
5.82/2.71	o 55 
7.48/4.31	o 53 
8.09/4.94	o 52 
12.25/8.90	o 51 
16.93/13.45	o 50 
21.15/17.69	o 49 
26.27/22.77	o 48 
30.76/27.13	o 47 
93.96/90.13	o 45 
114.87/111.04	o 44 
361.09/357.07	s OPTIMUM FOUND
361.09/357.07	v <instantiation>
361.09/357.07	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
361.09/357.07	v 	<values>0 1 5 12 25 27 35 41 44 </values>
361.09/357.07	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 (14835 MiB free)
  memory of node 1: 16384 MiB (12352 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281838-1503126823/watcher-4281838-1503126823 -o /tmp/evaluation-result-4281838-1503126823/solver-4281838-1503126823 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 431820304 HOME/instance-4281838-1503126823.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=17096, runsolver pid=17093

[startup+0.100091 s]*
/proc/loadavg: 1.77 1.76 1.76 3/202 17103
/proc/meminfo: memFree=27837656/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13441356 memory=16096 CPUtime=0.01 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 3792 0 0 0 1 0 0 0 20 0 7 0 114902833 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3360339 4024 2021 1 0 3349836 0
[pid=17098/tid=17099] ppid=17096 vsize=13441356 memory=-8713483618642589536 CPUtime=0.01 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 2567 0 0 0 1 0 0 0 20 0 7 0 114902833 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962954746640 139962934584670 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13441356 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 114902834 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13441356 memory=139757845964416 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 114902834 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 114902834 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 114902834 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13441356 memory=139757845964416 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 114902835 13763948544 4024 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17476 KiB

[startup+0.215061 s]*
/proc/loadavg: 1.77 1.76 1.76 3/211 17112
/proc/meminfo: memFree=27825428/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13974352 memory=28280 CPUtime=0.11 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 5495 0 0 0 10 1 0 0 20 0 15 0 114902833 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3493588 7070 2844 1 0 3482964 0
[pid=17098/tid=17099] ppid=17096 vsize=13974352 memory=-6871798056524144002 CPUtime=0.08 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 3519 0 0 0 8 0 0 0 20 0 15 0 114902833 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962954734608 139962934547813 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13974352 memory=139757845964416 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13974352 memory=139757845964416 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902835 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 114902836 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114902836 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962423740912 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13974352 memory=139757845964416 CPUtime=0.01 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) S 17096 17096 8563 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 114902838 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13974352 memory=139757845964416 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902843 14309736448 7070 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29660 KiB

[startup+0.310075 s]*
/proc/loadavg: 1.77 1.76 1.76 4/211 17112
/proc/meminfo: memFree=27813452/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13974352 memory=39484 CPUtime=0.3 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 8979 0 0 0 27 3 0 0 20 0 15 0 114902833 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3493588 9871 2969 1 0 3482964 0
[pid=17098/tid=17099] ppid=17096 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 6175 0 0 0 16 2 0 0 20 0 15 0 114902833 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962954730688 139962950526109 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902835 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 114902836 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114902836 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) R 17096 17096 8563 0 -1 4202560 508 0 0 0 1 0 0 0 20 0 15 0 114902838 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950525530 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) R 17096 17096 8563 0 -1 4202560 239 0 0 0 2 0 0 0 20 0 15 0 114902838 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962423721928 139962950525530 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) R 17096 17096 8563 0 -1 1077944384 762 0 0 0 6 0 0 0 20 0 15 0 114902838 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902843 14309736448 9871 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40864 KiB

[startup+0.701126 s]
/proc/loadavg: 1.77 1.76 1.76 5/211 17112
/proc/meminfo: memFree=27803168/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=67872 CPUtime=1.18 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 13048 0 0 0 112 6 0 0 20 0 15 0 114902833 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 16968 3177 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=2473364293377 CPUtime=0.56 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 8516 0 0 0 52 4 0 0 20 0 15 0 114902833 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962954740920 139962928923297 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=218130118 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=-7453528518462155811 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=7301849377030890327 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=139757698949744 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13980732 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 901 0 0 0 13 0 0 0 20 0 15 0 114902838 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13980732 memory=7809523229951467574 CPUtime=0.14 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) R 17096 17096 8563 0 -1 4202560 751 0 0 0 14 0 0 0 20 0 15 0 114902838 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962423727024 139962942793632 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13980732 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) R 17096 17096 8563 0 -1 4202560 1588 0 0 0 31 1 0 0 20 0 15 0 114902838 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962422683696 139962950516118 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902843 14316269568 16968 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69252 KiB

[startup+1.50109 s]
/proc/loadavg: 1.77 1.76 1.76 5/211 17112
/proc/meminfo: memFree=27770600/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=112636 CPUtime=3.61 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 28210 0 0 0 353 8 0 0 20 0 15 0 114902833 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 28159 3185 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=279511639838959 CPUtime=1.35 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 9278 0 0 0 131 4 0 0 20 0 15 0 114902833 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962954740504 139962935729985 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=-2672971631234216029 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=-7984860791149076064 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 28159 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=215056 CPUtime=359.28 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 56520 0 0 0 35910 18 0 0 20 0 15 0 114902833 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 53764 3224 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=215056 CPUtime=355.07 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 15512 0 0 0 35501 6 0 0 20 0 15 0 114902833 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962954742152 139962597399217 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=215048 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 683 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=62024 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 772 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13980732 memory=215056 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13980732 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=1.78 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 16008 0 0 0 176 2 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13980732 memory=1728 CPUtime=1.66 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) S 17096 17096 8563 0 -1 1077944384 12829 0 0 0 164 2 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962423740912 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13980732 memory=1228 CPUtime=0.58 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) S 17096 17096 8563 0 -1 1077944384 7274 0 0 0 57 1 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1449 0 0 0 5 5 0 0 20 0 15 0 114902843 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 359.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216436 KiB

[startup+356.001 s]*
/proc/loadavg: 2.00 1.94 1.84 3/212 17161
/proc/meminfo: memFree=27635928/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=215056 CPUtime=360.09 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 56520 0 0 0 35991 18 0 0 20 0 15 0 114902833 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 53764 3224 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=355.88 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 15512 0 0 0 35582 6 0 0 20 0 15 0 114902833 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962954742904 139962597399401 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=14695179886003566 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 683 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 772 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=2992088 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13980732 memory=3112 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13980732 memory=1380 CPUtime=1.78 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 16008 0 0 0 176 2 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13980732 memory=215044 CPUtime=1.66 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) S 17096 17096 8563 0 -1 1077944384 12829 0 0 0 164 2 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962423740912 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=0.58 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) S 17096 17096 8563 0 -1 1077944384 7274 0 0 0 57 1 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13980732 memory=2164 CPUtime=0.1 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1449 0 0 0 5 5 0 0 20 0 15 0 114902843 14316269568 53764 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 360.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216436 KiB

[startup+356.801 s]
/proc/loadavg: 2.00 1.94 1.84 3/212 17161
/proc/meminfo: memFree=27635928/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=215076 CPUtime=360.88 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 56551 0 0 0 36070 18 0 0 20 0 15 0 114902833 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 53769 3229 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=356.67 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 15518 0 0 0 35661 6 0 0 20 0 15 0 114902833 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962954740688 139962598211119 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=14973360639576424 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 683 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 797 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13980732 memory=740 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13980732 memory=39 CPUtime=1.78 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 16008 0 0 0 176 2 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13980732 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) S 17096 17096 8563 0 -1 1077944384 12829 0 0 0 164 2 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962423740912 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13980732 memory=97 CPUtime=0.58 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) S 17096 17096 8563 0 -1 1077944384 7274 0 0 0 57 1 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13980732 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1449 0 0 0 5 5 0 0 20 0 15 0 114902843 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 360.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216456 KiB

[startup+357.001 s]*
/proc/loadavg: 2.00 1.94 1.84 3/212 17161
/proc/meminfo: memFree=27635928/32770624 swapFree=67108860/67108860
[pid=17096] ppid=17093 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17096/stat : 17096 (xcsp3-exec) S 17093 17096 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 114902824 9740288 345 18446744073709551615 4194304 5098028 140733399185232 140733399183336 140482354143868 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 39698432 140733399191929 140733399192133 140733399192133 140733399195627 0
/proc/17096/statm: 2378 345 289 221 0 87 0
[pid=17098] ppid=17096 vsize=13980732 memory=215076 CPUtime=361.09 cores=0,2,4,6
/proc/17098/stat : 17098 (java) S 17096 17096 8563 0 -1 1077944320 56551 0 0 0 36091 18 0 0 20 0 15 0 114902833 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 140729609322064 139962950504183 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
/proc/17098/statm: 3495183 53769 3229 1 0 3483476 0
[pid=17098/tid=17099] ppid=17096 vsize=13980732 memory=-8774313645642428999 CPUtime=356.88 cores=0,2,4,6
/proc/17098/task/17099/stat : 17099 (java) R 17096 17096 8563 0 -1 4202560 15518 0 0 0 35682 6 0 0 20 0 15 0 114902833 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962954740688 139962598604143 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17100] ppid=17096 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17100/stat : 17100 (java) S 17096 17096 8563 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962550930320 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17101] ppid=17096 vsize=13980732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17101/stat : 17101 (java) S 17096 17096 8563 0 -1 1077944384 683 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962549877520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17102] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17102/stat : 17102 (java) S 17096 17096 8563 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962548825232 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17103] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17103/stat : 17103 (java) S 17096 17096 8563 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 15 0 114902834 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962547772432 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17104] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17104/stat : 17104 (java) S 17096 17096 8563 0 -1 1077944384 797 0 0 0 0 0 0 0 20 0 15 0 114902835 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962429003888 139962950515330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17105] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17105/stat : 17105 (java) S 17096 17096 8563 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962427949856 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17106] ppid=17096 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17106/stat : 17106 (java) S 17096 17096 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114902836 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962426897520 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17107] ppid=17096 vsize=13980732 memory=3907211541882221599 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17107/stat : 17107 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962425845840 139962950522779 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17108] ppid=17096 vsize=13980732 memory=0 CPUtime=1.78 cores=0,2,4,6
/proc/17098/task/17108/stat : 17108 (java) S 17096 17096 8563 0 -1 1077944384 16008 0 0 0 176 2 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962424793712 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17109] ppid=17096 vsize=13980732 memory=4048793446577747000 CPUtime=1.66 cores=0,2,4,6
/proc/17098/task/17109/stat : 17109 (java) S 17096 17096 8563 0 -1 1077944384 12829 0 0 0 164 2 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962423740912 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17110] ppid=17096 vsize=13980732 memory=3977698045184023225 CPUtime=0.58 cores=0,2,4,6
/proc/17098/task/17110/stat : 17110 (java) S 17096 17096 8563 0 -1 1077944384 7274 0 0 0 57 1 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962422688624 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17111] ppid=17096 vsize=13980732 memory=3684001893957382961 CPUtime=0 cores=0,2,4,6
/proc/17098/task/17111/stat : 17111 (java) S 17096 17096 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114902838 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962421636064 139962950514389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
[pid=17098/tid=17112] ppid=17096 vsize=13980732 memory=3473594984772902579 CPUtime=0.1 cores=0,2,4,6
/proc/17098/task/17112/stat : 17112 (java) S 17096 17096 8563 0 -1 1077944384 1449 0 0 0 5 5 0 0 20 0 15 0 114902843 14316269568 53769 18446744073709551615 4194304 4196468 140729609339520 139962420582832 139962950515330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14692352 140729609347505 140729609347681 140729609347681 140729609351119 0
Current children cumulated CPU time: 361.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216456 KiB

Child status: 0
Real time (s): 357.084
CPU time (s): 361.175
CPU user time (s): 360.984
CPU system time (s): 0.191085
CPU usage (%): 101.146
Max. virtual memory (cumulated for all children) (KiB): 13991904
Max. memory (cumulated for all children) (KiB): 216456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.984
system time used= 0.191085
maximum resident set size= 215208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10358
involuntary context switches= 324


# summary of solver processes directly reported to runsolver:
#   pid: 17096
#   total CPU time (s): 361.175
#   total CPU user time (s): 360.984
#   total CPU system time (s): 0.191085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43956 second user time and 2.90579 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 08:59:36
IDJOB=4281838
IDBENCH=126243
IDSOLVER=2677
FILE ID=node125/4281838-1503126823
RUNJOBID= node125-1503095795-8621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281838-1503126823/watcher-4281838-1503126823 -o /tmp/evaluation-result-4281838-1503126823/solver-4281838-1503126823 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 431820304 HOME/instance-4281838-1503126823.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=431820304

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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:        27840556 kB
MemAvailable:   28986068 kB
Buffers:          324676 kB
Cached:          1128540 kB
SwapCached:            0 kB
Active:          3814528 kB
Inactive:         672752 kB
Active(anon):    3034760 kB
Inactive(anon):    49484 kB
Active(file):     779768 kB
Inactive(file):   623268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             0 kB
AnonPages:       3034604 kB
Mapped:            73040 kB
Shmem:             49828 kB
Slab:             142808 kB
SReclaimable:     116620 kB
SUnreclaim:        26188 kB
KernelStack:        3456 kB
PageTables:        11128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5058048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2920448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-19 09:05:33