Trace number 4284128

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT2 10.8341 7.0935202

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-10.xml
MD5SUMf18d8089cff3557044696c3f39147249
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.157353
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints120
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":45}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":55},{"degree":9,"count":45}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":120}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4284128-1503226145.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284128-1503226145.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
9.40/6.41	c solve instance...
10.34/6.91	o 3 
10.34/6.94	o 2 
10.62/7.07	s OPTIMUM FOUND
10.62/7.07	v <instantiation>
10.62/7.07	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][6] x[5][7] x[5][8] x[5][9] x[6][7] x[6][8] x[6][9] x[7][8] x[7][9] x[8][9] </list>
10.62/7.07	v 	<values>0 1 0 2 0 2 0 1 1 1 2 0 2 0 1 0 1 0 2 1 1 0 0 2 0 1 0 1 1 0 0 1 0 2 1 0 2 0 1 0 1 2 2 0 0 </values>
10.62/7.07	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284128-1503226145/watcher-4284128-1503226145 -o /tmp/evaluation-result-4284128-1503226145/solver-4284128-1503226145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1369045127 HOME/instance-4284128-1503226145.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=14362, runsolver pid=14359

[startup+0.100125 s]*
/proc/loadavg: 1.92 1.77 1.80 4/219 14378
/proc/meminfo: memFree=22377508/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13978596 memory=27264 CPUtime=0.12 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 5164 0 0 0 12 0 0 0 20 0 15 0 155701996 14314082304 6816 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3494649 6816 2908 1 0 3482966 0
[pid=14364/tid=14365] ppid=14362 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 3132 0 0 0 9 0 0 0 20 0 15 0 155701996 14314082304 6816 33554432000 4194304 4196468 140732122051168 140711081735232 140711077514646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13978596 memory=3472468061405942992 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14314082304 6816 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13978596 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701997 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701998 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155701999 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155701999 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) S 14362 14362 8036 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 15 0 155702001 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710547368304 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) S 14362 14362 8036 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 155702001 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710546315504 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13978596 memory=139932510791296 CPUtime=0.01 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) R 14362 14362 8036 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 155702001 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710545262704 140711070599547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13978596 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702002 14314082304 6816 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28648 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.92 1.77 1.80 4/219 14378
/proc/meminfo: memFree=22366004/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13982852 memory=39540 CPUtime=0.34 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 7925 0 0 0 33 1 0 0 20 0 15 0 155701996 14318440448 9885 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3495713 9885 3069 1 0 3482966 0
[pid=14364/tid=14365] ppid=14362 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 4864 0 0 0 19 1 0 0 20 0 15 0 155701996 14318440448 9885 33554432000 4194304 4196468 140732122051168 140711081723696 140711061583198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13982852 memory=3472468061405942992 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 9885 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13982852 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13982852 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701998 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155701999 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155701999 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) S 14362 14362 8036 0 -1 1077944384 594 0 0 0 2 0 0 0 20 0 15 0 155702001 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710547368304 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) S 14362 14362 8036 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 155702001 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710546315504 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13982852 memory=139932510791296 CPUtime=0.08 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) R 14362 14362 8036 0 -1 4202560 826 0 0 0 8 0 0 0 20 0 15 0 155702001 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710545262704 140711069739838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13982852 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702002 14318440448 9885 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40924 KiB

[startup+0.31087 s]*
/proc/loadavg: 1.92 1.77 1.80 4/219 14378
/proc/meminfo: memFree=22359180/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13982852 memory=47000 CPUtime=0.51 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 8906 0 0 0 49 2 0 0 20 0 15 0 155701996 14318440448 11750 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3495713 11750 3117 1 0 3482966 0
[pid=14364/tid=14365] ppid=14362 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 5572 0 0 0 28 1 0 0 20 0 15 0 155701996 14318440448 11750 33554432000 4194304 4196468 140732122051168 140711081732512 140711077524637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13982852 memory=3472468061405942992 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 11750 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13982852 memory=139932510791296 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13982852 memory=12 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13982852 memory=139932383455263 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701997 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13982852 memory=279864766889760 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701998 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13982852 memory=139932383432207 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155701999 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13982852 memory=279864894106632 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155701999 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13982852 memory=139932383455263 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) R 14362 14362 8036 0 -1 4202560 687 0 0 0 5 0 0 0 20 0 15 0 155702001 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710547358416 140711059047218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) S 14362 14362 8036 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 155702001 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710546315504 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) S 14362 14362 8036 0 -1 1077944384 1006 0 0 0 13 0 0 0 20 0 15 0 155702001 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710545262704 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702002 14318440448 11750 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48384 KiB

[startup+0.70089 s]
/proc/loadavg: 1.92 1.77 1.80 3/219 14378
/proc/meminfo: memFree=22344684/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13982928 memory=78016 CPUtime=1.2 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 10087 0 0 0 117 3 0 0 20 0 15 0 155701996 14318518272 19504 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3495732 19504 3184 1 0 3482966 0
[pid=14364/tid=14365] ppid=14362 vsize=13982928 memory=279864766697296 CPUtime=0.67 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 6076 0 0 0 65 2 0 0 20 0 15 0 155701996 14318518272 19504 33554432000 4194304 4196468 140732122051168 140711081719808 140710716377266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13982928 memory=3835163037842756688 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318518272 19504 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155701997 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13982928 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155701997 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13982928 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155701998 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13982928 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155701999 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13982928 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155701999 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13982928 memory=7452706766398776640 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13982928 memory=7881696724453321575 CPUtime=0.16 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) S 14362 14362 8036 0 -1 1077944384 937 0 0 0 16 0 0 0 20 0 15 0 155702001 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710547368304 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13982928 memory=7223892898797867088 CPUtime=0.12 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) S 14362 14362 8036 0 -1 1077944384 535 0 0 0 12 0 0 0 20 0 15 0 155702001 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710546315504 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13982928 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) S 14362 14362 8036 0 -1 1077944384 1231 0 0 0 22 0 0 0 20 0 15 0 155702001 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710545262704 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13982928 memory=42924 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155702002 14318518272 19504 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 79400 KiB

[startup+1.50087 s]
/proc/loadavg: 1.92 1.77 1.80 3/219 14378
/proc/meminfo: memFree=22282324/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0

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

/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 5016 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 194723 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13984976 memory=-8412652152092201843 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 5406 0 0 0 62 15 0 0 20 0 15 0 155701997 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13984976 memory=-8609851542823345525 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 5042 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13984976 memory=139932383350888 CPUtime=0.76 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 5067 0 0 0 61 15 0 0 20 0 15 0 155701997 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13984976 memory=7233743513750491232 CPUtime=0.65 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 1537 0 0 0 65 0 0 0 20 0 15 0 155701998 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13984976 memory=180 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13984976 memory=778892 CPUtime=0.18 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) S 14362 14362 8036 0 -1 1077944384 997 0 0 0 18 0 0 0 20 0 15 0 155702001 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710547368304 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13984976 memory=4121977971448820792 CPUtime=0.15 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) S 14362 14362 8036 0 -1 1077944384 802 0 0 0 15 0 0 0 20 0 15 0 155702001 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710546315504 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13984976 memory=2448 CPUtime=0.29 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) S 14362 14362 8036 0 -1 1077944384 3514 0 0 0 29 0 0 0 20 0 15 0 155702001 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710545262704 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 194723 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 9.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 780276 KiB

[startup+7.09343 s]
# the end of solver process 14362 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.1233 s, system=0.710787 s

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

[startup+6.40567 s]
/proc/loadavg: 1.85 1.76 1.80 3/219 14378
/proc/meminfo: memFree=21626160/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13984976 memory=779712 CPUtime=9.4 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 36183 0 0 0 872 68 0 0 20 0 15 0 155701996 14320615424 194928 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3496244 194928 3237 1 0 3483478 0
[pid=14364/tid=14365] ppid=14362 vsize=13984976 memory=6791534058613427641 CPUtime=4.94 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 7133 0 0 0 489 5 0 0 20 0 15 0 155701996 14320615424 194928 33554432000 4194304 4196468 140732122051168 140711081723216 140711061583198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13984976 memory=7156876634025443431 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 5016 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 194928 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13984976 memory=4100 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 5406 0 0 0 62 15 0 0 20 0 15 0 155701997 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13984976 memory=42924 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 5042 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13984976 memory=1292 CPUtime=0.76 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 5067 0 0 0 61 15 0 0 20 0 15 0 155701997 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13984976 memory=11204 CPUtime=0.65 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 1537 0 0 0 65 0 0 0 20 0 15 0 155701998 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13984976 memory=271232 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13984976 memory=7965587301771651659 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13984976 memory=-3103912127665269909 CPUtime=0.19 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) R 14362 14362 8036 0 -1 4202560 1098 0 0 0 19 0 0 0 20 0 15 0 155702001 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710547368304 140711069792160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13984976 memory=4569636788073821081 CPUtime=0.16 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) R 14362 14362 8036 0 -1 4202560 910 0 0 0 16 0 0 0 20 0 15 0 155702001 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710546296704 140711058203599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13984976 memory=139932510812593 CPUtime=0.31 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) S 14362 14362 8036 0 -1 1077944384 3564 0 0 0 31 0 0 0 20 0 15 0 155702001 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710545262704 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13984976 memory=3474307438803571300 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 194928 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 781096 KiB

[startup+6.80084 s]
/proc/loadavg: 1.85 1.76 1.80 3/219 14378
/proc/meminfo: memFree=21626160/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13984976 memory=781356 CPUtime=10.13 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 36970 0 0 0 944 69 0 0 20 0 15 0 155701996 14320615424 195339 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3496244 195339 3248 1 0 3483478 0
[pid=14364/tid=14365] ppid=14362 vsize=13984976 memory=7533807676074704953 CPUtime=5.33 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 7312 0 0 0 528 5 0 0 20 0 15 0 155701996 14320615424 195339 33554432000 4194304 4196468 140732122051168 140711081739144 140710717251769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13984976 memory=6935650355287975249 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 5016 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 195339 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13984976 memory=7007707949394126417 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 5406 0 0 0 62 15 0 0 20 0 15 0 155701997 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13984976 memory=6935653730848100432 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 5042 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13984976 memory=6081941346642714962 CPUtime=0.76 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 5067 0 0 0 61 15 0 0 20 0 15 0 155701997 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13984976 memory=7163927763976677998 CPUtime=0.65 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 1537 0 0 0 65 0 0 0 20 0 15 0 155701998 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13984976 memory=279864767112576 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13984976 memory=-7384994778349281184 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13984976 memory=7681905605394137914 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13984976 memory=7681905605394137914 CPUtime=0.29 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) S 14362 14362 8036 0 -1 1077944384 1306 0 0 0 29 0 0 0 20 0 15 0 155702001 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710547368304 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13984976 memory=-7522837583129502606 CPUtime=0.33 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) R 14362 14362 8036 0 -1 4202560 1089 0 0 0 33 0 0 0 20 0 15 0 155702001 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710546315504 140711057333121 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13984976 memory=1399101730491701635 CPUtime=0.37 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) S 14362 14362 8036 0 -1 1077944384 3785 0 0 0 36 1 0 0 20 0 15 0 155702001 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710545262704 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13984976 memory=-7233780906022726806 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13984976 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 195339 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 782740 KiB

[startup+7.00467 s]*
/proc/loadavg: 1.94 1.78 1.81 5/219 14378
/proc/meminfo: memFree=21622200/32770624 swapFree=67108860/67108860
[pid=14362] ppid=14359 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (xcsp3-exec) S 14359 14362 8036 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155701996 9740288 346 33554432000 4194304 5098028 140723194279776 140723194277880 139932523496060 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38932480 140723194283118 140723194283323 140723194283323 140723194286059 0
/proc/14362/statm: 2378 346 289 221 0 87 0
[pid=14364] ppid=14362 vsize=13984976 memory=783220 CPUtime=10.62 cores=0,2,4,6
/proc/14364/stat : 14364 (java) S 14362 14362 8036 0 -1 1077944320 37463 0 0 0 993 69 0 0 20 0 15 0 155701996 14320615424 195805 33554432000 4194304 4196468 140732122051168 140732122033712 140711077502711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
/proc/14364/statm: 3496244 195805 3255 1 0 3483478 0
[pid=14364/tid=14365] ppid=14362 vsize=13984976 memory=6791534058613427641 CPUtime=5.55 cores=0,2,4,6
/proc/14364/task/14365/stat : 14365 (java) R 14362 14362 8036 0 -1 4202560 7352 0 0 0 549 6 0 0 20 0 15 0 155701996 14320615424 195805 33554432000 4194304 4196468 140732122051168 140711081739344 140710717196925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14366] ppid=14362 vsize=13984976 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14366/stat : 14366 (java) S 14362 14362 8036 0 -1 1077944384 5016 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 195805 33554432000 4194304 4196468 140732122051168 140711049345680 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14367] ppid=14362 vsize=13984976 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14367/stat : 14367 (java) S 14362 14362 8036 0 -1 1077944384 5406 0 0 0 62 15 0 0 20 0 15 0 155701997 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710671915536 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14368] ppid=14362 vsize=13984976 memory=6656426216303648864 CPUtime=0.77 cores=0,2,4,6
/proc/14364/task/14368/stat : 14368 (java) S 14362 14362 8036 0 -1 1077944384 5042 0 0 0 63 14 0 0 20 0 15 0 155701997 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710670862736 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14369] ppid=14362 vsize=13984976 memory=3472323898181169199 CPUtime=0.76 cores=0,2,4,6
/proc/14364/task/14369/stat : 14369 (java) S 14362 14362 8036 0 -1 1077944384 5067 0 0 0 61 15 0 0 20 0 15 0 155701997 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710669809936 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14370] ppid=14362 vsize=13984976 memory=3472328296160571439 CPUtime=0.65 cores=0,2,4,6
/proc/14364/task/14370/stat : 14370 (java) S 14362 14362 8036 0 -1 1077944384 1537 0 0 0 65 0 0 0 20 0 15 0 155701998 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710551579504 140711077513858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14371] ppid=14362 vsize=13984976 memory=3472328296160571439 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14371/stat : 14371 (java) S 14362 14362 8036 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710550525472 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14372] ppid=14362 vsize=13984976 memory=3471342328831628976 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14372/stat : 14372 (java) S 14362 14362 8036 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155701999 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710549472624 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14373] ppid=14362 vsize=13984976 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14373/stat : 14373 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702001 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710548420944 140711077521307 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14374] ppid=14362 vsize=13984976 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/14364/task/14374/stat : 14374 (java) R 14362 14362 8036 0 -1 4202560 1344 0 0 0 38 0 0 0 20 0 15 0 155702001 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710547349904 140711061001652 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14375] ppid=14362 vsize=13984976 memory=3472323898181169199 CPUtime=0.45 cores=0,2,4,6
/proc/14364/task/14375/stat : 14375 (java) R 14362 14362 8036 0 -1 4202560 1361 0 0 0 45 0 0 0 20 0 15 0 155702001 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710546305296 140711059022134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14376] ppid=14362 vsize=13984976 memory=4639939496134862184 CPUtime=0.45 cores=0,2,4,6
/proc/14364/task/14376/stat : 14376 (java) R 14362 14362 8036 0 -1 4202560 3928 0 0 0 44 1 0 0 20 0 15 0 155702001 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710545262704 140711060871338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14377] ppid=14362 vsize=13984976 memory=279864766818208 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14377/stat : 14377 (java) S 14362 14362 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710544210144 140711077512917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
[pid=14364/tid=14378] ppid=14362 vsize=13984976 memory=43757090357 CPUtime=0 cores=0,2,4,6
/proc/14364/task/14378/stat : 14378 (java) S 14362 14362 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 155702002 14320615424 195805 33554432000 4194304 4196468 140732122051168 140710543158448 140711077513858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140732122055831 140732122056007 140732122056007 140732122058703 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 784604 KiB

Child status: 0
Real time (s): 7.09352
CPU time (s): 10.8341
CPU user time (s): 10.1233
CPU system time (s): 0.710787
CPU usage (%): 152.732
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 784604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1233
system time used= 0.710787
maximum resident set size= 785604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38377
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= 2845
involuntary context switches= 50


# summary of solver processes directly reported to runsolver:
#   pid: 14362
#   total CPU time (s): 10.8341
#   total CPU user time (s): 10.1233
#   total CPU system time (s): 0.710787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069501 second user time and 0.116621 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 12:34:45
IDJOB=4284128
IDBENCH=140555
IDSOLVER=2679
FILE ID=node113/4284128-1503226145
RUNJOBID= node113-1503215438-13001
PBS_JOBID= 20630874
Free space on /tmp= 61584 MiB

SOLVER NAME= choco-solver 5a (2017-08-18)
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-10.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-4284128-1503226145/watcher-4284128-1503226145 -o /tmp/evaluation-result-4284128-1503226145/solver-4284128-1503226145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1369045127 HOME/instance-4284128-1503226145.xml

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

MD5SUM BENCH= f18d8089cff3557044696c3f39147249
RANDOM SEED=1369045127

node113.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.89
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.89
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.89
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.89
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:        22393928 kB
MemAvailable:   27772192 kB
Buffers:          259684 kB
Cached:          5407708 kB
SwapCached:            0 kB
Active:          5509836 kB
Inactive:        4404740 kB
Active(anon):    4197136 kB
Inactive(anon):    85904 kB
Active(file):    1312700 kB
Inactive(file):  4318836 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7772 kB
Writeback:            12 kB
AnonPages:       4254276 kB
Mapped:            64188 kB
Shmem:             33416 kB
Slab:             152120 kB
SReclaimable:     125128 kB
SUnreclaim:        26992 kB
KernelStack:        3600 kB
PageTables:        13696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4993308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61576 MiB
End job on node113 at 2017-08-20 12:34:52